The Week Of Monday 13 January 2014 Archives by subject
Starting: Mon Jan 13 00:04:42 PST 2014
Ending: Sun Jan 19 23:44:54 PST 2014
Messages: 779
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Petar Jovanovic
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Mark Seaborn
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Sasa Stankovic
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Mark Seaborn
- [compiler-rt] r199090 - [asan] fix the ppc32 build (by Jakub Jelinek). Note that the LLVM build still builds only for 64-bit PowerPC, and not for 32-bit
Kostya Serebryany
- [compiler-rt] r199112 - [sanitizer] fix comment
Kostya Serebryany
- [compiler-rt] r199121 - [lsan] Add __lsan_default_suppressions() to the public interface header.
Sergey Matveev
- [compiler-rt] r199192 - [asan] Include <sys/stat.h> if __x86_64__ is defined
Kostya Serebryany
- [compiler-rt] r199200 - [tsan] reduce the size of stack frame in MapRodata to please gcc 4.8.2
Kostya Serebryany
- [compiler-rt] r199216 - [tsan] one more explicit memset in tsan rtl (to please gcc 4.8.2)
Kostya Serebryany
- [compiler-rt] r199273 - Declare assembler functions as symbols of type function for ELF.
Joerg Sonnenberger
- [compiler-rt] r199300 - [msan] Fix an incorrect comment.
Evgeniy Stepanov
- [compiler-rt] r199304 - [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad idea), leave __lsan_is_turned_off
Kostya Serebryany
- [compiler-rt] r199332 - Avoid shadowing the global filename. Reorg mangle_filename to be more
Joerg Sonnenberger
- [compiler-rt] r199333 - Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
- [compiler-rt] r199342 - ARM's @ comment mode strikes again. Use %function on ARM.
Joerg Sonnenberger
- [compiler-rt] r199370 - [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.
Evgeniy Stepanov
- [compiler-rt] r199373 - [asan] Remove leftover use of -fsanitize-address-zero-base-shadow.
Evgeniy Stepanov
- [compiler-rt] r199377 - [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [compiler-rt] r199379 - [asan] Restore lost -pie in Android tests.
Evgeniy Stepanov
- [compiler-rt] r199380 - [asan] Fix a bunch of style issues.
Evgeniy Stepanov
- [compiler-rt] r199384 - [Sanitizer] Add basic support for using libbacktrace in symbolizer.
Alexey Samsonov
- [compiler-rt] r199386 - Add missing __aeabi_fcmpun alias to match C version.
Joerg Sonnenberger
- [compiler-rt] r199390 - [asan] Fix a build warning on windows.
Evgeniy Stepanov
- [compiler-rt] r199390 - [asan] Fix a build warning on windows.
David Blaikie
- [compiler-rt] r199390 - [asan] Fix a build warning on windows.
Alexey Samsonov
- [compiler-rt] r199390 - [asan] Fix a build warning on windows.
Evgeniy Stepanov
- [compiler-rt] r199390 - [asan] Fix a build warning on windows.
David Blaikie
- [compiler-rt] r199481 - [Sanitizer] Remove empty method
Alexey Samsonov
- [compiler-rt] r199483 - [asan] Link runtime library with -lm -Wl, -z, defs to ensure that it declares all its dependencies.
Evgeniy Stepanov
- [compiler-rt] r199488 - [asan] extend asan-coverage (still experimental).
Kostya Serebryany
- [compiler-rt] r199492 - Support NetBSD/ARM.
Joerg Sonnenberger
- [compiler-rt] r199544 - [asan] use correct type when computing shadow address in allocator (caused SEGV when asan run-time is built with gcc 4.8.2 on 32-bit arch)
Kostya Serebryany
- [compiler-rt] r199572 - Fix think-o from r199332 -- write to the new_filename we're building, not
Nick Lewycky
- [DAGCombiner] Fix a regression in method SimplifyVBinOp accidentally introduced by r199135.
Andrea Di Biagio
- [DAGCombiner] Fix a regression in method SimplifyVBinOp accidentally introduced by r199135.
Juergen Ributzka
- [DAGCombiner] Fix a regression in method SimplifyVBinOp accidentally introduced by r199135.
Andrea Di Biagio
- [DAGCombiner] Fix a regression in method SimplifyVBinOp accidentally introduced by r199135.
Andrea Di Biagio
- [dragonegg] r199097 - [cleanup] Fix the include of Verifier.h after the LLVM move of it to the
Chandler Carruth
- [lld] r199155 - [MachO] Add basic support for local symbols.
Joey Gouly
- [lld] r199156 - Add comment to bit manipulation functions.
Rui Ueyama
- [lld] r199159 - [PECOFF] Add another test for the module-definition file parser.
Rui Ueyama
- [lld] r199161 - Use bettter names for the tests.
Rui Ueyama
- [lld] r199161 - Use bettter names for the tests.
Sean Silva
- [lld] r199161 - Use bettter names for the tests.
Rui Ueyama
- [lld] r199163 - Reduce the boilerplate in the test cases for the module-definition file.
Rui Ueyama
- [lld] r199164 - Whitespace.
Rui Ueyama
- [lld] r199165 - Reduce even more boilerplate.
Rui Ueyama
- [lld] r199166 - Do not use "auto" where actual type is obvious and short.
Rui Ueyama
- [lld] r199167 - Add a function to verify an ExportDesc.
Rui Ueyama
- [lld] r199170 - [PECOFF] Support STACKSIZE module-definition file directive.
Rui Ueyama
- [lld] r199231 - [Mips] Move got16.test assembler source code to the test file and use
Simon Atanasyan
- [lld] r199232 - [Mips] Add test case to check R_MIPS_HI16 / R_MIPS_LO16 relocations
Simon Atanasyan
- [lld] r199233 - [ELF] Fix type of the DefaultLayout::segments() return value. This
Simon Atanasyan
- [lld] r199234 - [Mips] Set default base address for MIPS executables to 0x400000. Assign
Simon Atanasyan
- [lld] r199234 - [Mips] Set default base address for MIPS executables to 0x400000. Assign
Richard Sandiford
- [lld] r199234 - [Mips] Set default base address for MIPS executables to 0x400000. Assign
Simon Atanasyan
- [lld] r199234 - [Mips] Set default base address for MIPS executables to 0x400000. Assign
Shankar Easwaran
- [lld] r199234 - [Mips] Set default base address for MIPS executables to 0x400000. Assign
Simon Atanasyan
- [lld] r199235 - [Mips] Set default executable entry symbol name for MIPS targets. On
Simon Atanasyan
- [lld] r199236 - [Mips] Factor out constant represents gp value offset to the
Simon Atanasyan
- [lld] r199237 - [Mips] Do not store a pointer to the AtomLayout related to the
Simon Atanasyan
- [lld] r199238 - [Mips] Check initialization of _gp_disp and _GLOBAL_OFFSET_TABLE_
Simon Atanasyan
- [lld] r199239 - [Mips] Create and initialize _gp symbol.
Simon Atanasyan
- [lld] r199240 - [Mips] Calculate gp value only once.
Simon Atanasyan
- [lld] r199241 - [Mips] Do not forget to initialize a class field.
Simon Atanasyan
- [lld] r199259 - [MachO] Begin support for reading fat binaries.
Joey Gouly
- [lld] r199274 - [CMake] Add llvm-mc to the list of test dependencies.
Rui Ueyama
- [lld] r199327 - Update for llvm api change.
Rafael Espindola
- [lld] r199409 - [PECOFF] Make export table tests readable.
Rui Ueyama
- [lld] r199421 - Relax the expected output so that the tests become robust against llvm-objdump format change.
Rui Ueyama
- [lld] r199428 - [PECOFF] Tests for DLL name in the export table.
Rui Ueyama
- [lld] r199514 - [Mips] Provide default name of MIPS-specific interpreter.
Simon Atanasyan
- [lld] r199515 - [Mips] Handle R_MIPS_26 relocation. Maintaining of .plt and .got.plt
Simon Atanasyan
- [lld] r199516 - [Mips] Implement .plt and .got.plt section creation.
Simon Atanasyan
- [lld] r199516 - [Mips] Implement .plt and .got.plt section creation.
Rui Ueyama
- [lld] r199516 - [Mips] Implement .plt and .got.plt section creation.
Simon Atanasyan
- [lld] r199517 - [Mips] Allocate local GOT entry for a global symbol defined in an
Simon Atanasyan
- [lld] r199526 - Using "final" as a variable name is a bit confusing in C++11, so rename it.
Rui Ueyama
- [lld] r199527 - Use auto for readability. No functionality change.
Rui Ueyama
- [lld] r199530 - Fix odd titlecasing and spacing in an error message.
Rui Ueyama
- [lld] r199554 - [Mips] Simplify calculations of relocations - replace scatterBits calls
Simon Atanasyan
- [lld] r199555 - [Mips] Emit ELF header for MIPS target. ELF flags set is mostly hardcoded.
Simon Atanasyan
- [lld] r199556 - [Mips] Use explicit assembler instructions in the tests.
Simon Atanasyan
- [lld] r199561 - [Mips] Specify the type of a symbol table entries in the test assembler
Simon Atanasyan
- [llvm-commits] [PATCH] Remove tail marker when changing an argument to an alloca.
Nick Lewycky
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Demikhovsky, Elena
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Demikhovsky, Elena
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Demikhovsky, Elena
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Demikhovsky, Elena
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Ed Maste
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espíndola
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Ed Maste
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Demikhovsky, Elena
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Joerg Sonnenberger
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Joerg Sonnenberger
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Renato Golin
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Joerg Sonnenberger
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Renato Golin
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
Joerg Sonnenberger
- [llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
- [llvm] r197272 - [block-freq] Add the method APInt::nearestLogBase2().
Michael Gottesman
- [llvm] r197645 - Begin adding docs and IR-level support for the inalloca attribute
Chris Lattner
- [llvm] r197645 - Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
- [llvm] r197645 - Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Ed Maste
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Roman Divacky
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Ed Maste
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Ed Maste
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Alexey Samsonov
- [llvm] r198010 - Support for microMIPS load effective address.
Zoran Jovanovic
- [llvm] r198010 - Support for microMIPS load effective address.
Rafael Espíndola
- [llvm] r198136 - EXPORTED_SYMBOL_FILE support for cmake
Quentin Colombet
- [llvm] r198136 - EXPORTED_SYMBOL_FILE support for cmake
Quentin Colombet
- [llvm] r198290 - BasicAA: Fix value equality and phi cycles
Nick Lewycky
- [llvm] r198349 - Allow addrspacecast in global aliases
Rafael Espíndola
- [llvm] r198349 - Allow addrspacecast in global aliases
Owen Anderson
- [llvm] r198349 - Allow addrspacecast in global aliases
Rafael Espíndola
- [llvm] r198349 - Allow addrspacecast in global aliases
Matt Arsenault
- [llvm] r198362 - [PPC] Fix comment to match function name
Rafael Espíndola
- [llvm] r198362 - [PPC] Fix comment to match function name
Hal Finkel
- [llvm] r198503 - Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things."
Rafael Espíndola
- [llvm] r198578 - Remove a failing test to get the buildbots back to green.
Rafael Espíndola
- [llvm] r198579 - Refactor function that checks that __builtin_returnaddress's argument is constant.
Rafael Espíndola
- [llvm] r198590 - MC: Fatally error if subtraction operand is bad
Rafael Espíndola
- [llvm] r198637 - For the 'C' disassembler API, add a new ReferenceType for the
Reid Kleckner
- [llvm] r198908 - Revert "Revert r198851, "Prototype of skeleton type units for fission""
Eric Christopher
- [llvm] r198926 - llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p.
Lang Hames
- [llvm] r198926 - llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p.
Jim Grosbach
- [llvm] r199015 - LoopVectorizer: Enable strided memory accesses versioning per default
Joerg Sonnenberger
- [llvm] r199015 - LoopVectorizer: Enable strided memory accesses versioning per default
Arnold
- [llvm] r199041 - [PM] Rename the IR printing pass header to a more generic and correct
Duncan P. N. Exon Smith
- [llvm] r199041 - [PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
- [llvm] r199041 - [PM] Rename the IR printing pass header to a more generic and correct
Duncan P. N. Exon Smith
- [llvm] r199076 - [CMake] Move BUG_REPORT_URL from clang to llvm.
Greg Bedwell
- [llvm] r199076 - [CMake] Move BUG_REPORT_URL from clang to llvm.
NAKAMURA Takumi
- [llvm] r199080 - Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
- [llvm] r199081 - [cleanup] Add a missing include exposed by resorting other includes.
Chandler Carruth
- [llvm] r199082 - [cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
- [llvm] r199084 - [cleanup] Switch comments to use '\brief' style instead of '@brief'
Chandler Carruth
- [llvm] r199087 - [cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
- [llvm] r199089 - [cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
- [llvm] r199091 - ReMat: fix overly cavalier attitude to sub-register indices
Tim Northover
- [llvm] r199092 - Docs: fix sign of division and increase equivocation on code generated.
Tim Northover
- [llvm] r199093 - Revert "ReMat: fix overly cavalier attitude to sub-register indices"
Tim Northover
- [llvm] r199095 - [PM] Pull the generic graph algorithms and data structures for dominator
Chandler Carruth
- [llvm] r199101 - [PM] Fix the const-correctness of the generic DominatorTreeBase to
Chandler Carruth
- [llvm] r199102 - AVX-512: Embedded Rounding Control - encoding and printing
Elena Demikhovsky
- [llvm] r199103 - [PM][cleanup] Clean up comments and use modern doxygen in this file.
Chandler Carruth
- [llvm] r199104 - [PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
- [llvm] r199106 - [x86] Fix retq/retl handling in 64-bit mode
David Woodhouse
- [llvm] r199108 - ARM: constrain Thumb LDRLIT pseudo-instructions to r0-r7.
Tim Northover
- [llvm] r199109 - ARM: add test for r199108. Oops.
Tim Northover
- [llvm] r199113 - fix a -Wdocumentation warning.
Chris Lattner
- [llvm] r199113 - fix a -Wdocumentation warning.
Chandler Carruth
- [llvm] r199114 - [SystemZ] Optimize (sext (ashr (shl ...), ...))
Richard Sandiford
- [llvm] r199114 - [SystemZ] Optimize (sext (ashr (shl ...), ...))
Hal Finkel
- [llvm] r199114 - [SystemZ] Optimize (sext (ashr (shl ...), ...))
Richard Sandiford
- [llvm] r199115 - [SystemZ] Improve risbg-01.ll test
Richard Sandiford
- [llvm] r199116 - [SystemZ] Add "volatile" to a dead store in variable-loc.ll
Richard Sandiford
- [llvm] r199117 - [SystemZ] Flesh out stackrestore test (frame-11.ll)
Richard Sandiford
- [llvm] r199118 - Fix indentation.
Joerg Sonnenberger
- [llvm] r199119 - [AArch64] Fix assertion failure caused by an invalid comparison between APInt values.
Andrea Di Biagio
- [llvm] r199125 - Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
- [llvm] r199127 - Fix PR 18369: [Thumbv8] asserts due to inconsistent CPSR liveness of IT blocks
Weiming Zhao
- [llvm] r199133 - Hide the pre-RA-sched= option.
Andrew Trick
- [llvm] r199135 - [DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
- [llvm] r199135 - [DAG] Teach DAG to also reassociate vector operations
Eric Christopher
- [llvm] r199145 - Add a check that the host compiler is modern to CMake, take 1. This is
Chandler Carruth
- [llvm] r199146 - [DAG] Refactor ReassociateOps - no functional change intended.
Juergen Ributzka
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Rafael Espíndola
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Rafael Espíndola
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
dblaikie at gmail.com
- [llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Rafael Espíndola
- [llvm] r199148 - Raise the minimum CMake version to 2.8.8 -- we have a report that the
Chandler Carruth
- [llvm] r199149 - Factor the option and checking of compiler version better. Put the
Chandler Carruth
- [llvm] r199158 - Clean up RUN command for Assembler/getInt.ll.
Cameron McInally
- [llvm] r199162 - Remove extra } in documentation comment
Duncan P. N. Exon Smith
- [llvm] r199174 - Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
- [llvm] r199178 - llvm-gcc is dead. REALLY. IT'S DEAD JIM.
Chandler Carruth
- [llvm] r199179 - Ok, really, for the last time, llvm-gcc is dead Jim.
Chandler Carruth
- [llvm] r199179 - Ok, really, for the last time, llvm-gcc is dead Jim.
Chris Lattner
- [llvm] r199180 - Fix llc to not reuse spill slots in functions that invoke setjmp()
Mark Seaborn
- [llvm] r199181 - Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
Rafael Espindola
- [llvm] r199182 - Add checks to configure for sufficiently modern host compilers. This
Chandler Carruth
- [llvm] r199183 - Remove the last weird subproject, 'privbracket'.
Chandler Carruth
- [llvm] r199185 - [PM] Fix stale header blocker, found by Duncan Smith in code review!
Chandler Carruth
- [llvm] r199186 - Switch the NEON register class from QPR to DPair.
Jakob Stoklund Olesen
- [llvm] r199187 - Always let value types influence register classes.
Jakob Stoklund Olesen
- [llvm] r199191 - LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
- [llvm] r199191 - LTO: add API to set strategy for -internalize
NAKAMURA Takumi
- [llvm] r199191 - LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
- [llvm] r199193 - Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix and the current mode from the concept of SSE instructions using 0x66 prefix as part of their encoding without being affected by the mode.
Craig Topper
- [llvm] r199194 - Remove stray comma in enum to satisfy -Wpedantic.
Craig Topper
- [llvm] r199197 - Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
- [llvm] r199203 - Fix fastcall mangling of dllimported symbols
Nico Rieck
- [llvm] r199204 - Decouple dllexport/dllimport from linkage
Nico Rieck
- [llvm] r199205 - Handle dllexport for global aliases
Nico Rieck
- [llvm] r199206 - Revert "Handle dllexport for global aliases"
Nico Rieck
- [llvm] r199207 - Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
- [llvm] r199211 - ARM: remove unused UMAALv5 node
Tim Northover
- [llvm] r199212 - ARM: add constraint that RdLo != Rn != RdHi for v5 MLA insts.
Tim Northover
- [llvm] r199213 - [X86] Fix assertion failure caused by a wrong folding of vector shifts by immediate count.
Andrea Di Biagio
- [llvm] r199214 - Fix valgrind warning for gcc builds.
Patrik Hagglund
- [llvm] r199217 - AVX-512: optimized scalar compare patterns
Elena Demikhovsky
- [llvm] r199217 - AVX-512: optimized scalar compare patterns
Duncan P. N. Exon Smith
- [llvm] r199217 - AVX-512: optimized scalar compare patterns
Demikhovsky, Elena
- [llvm] r199218 - Decouple dllexport/dllimport from linkage
Nico Rieck
- [llvm] r199219 - Handle dllexport for global aliases
Nico Rieck
- [llvm] r199221 - Test case micromips-load-effective-address.s renamed to micromips-load-effective-address.ll and moved to test/CodeGen/Mips.
Zoran Jovanovic
- [llvm] r199223 - Handle UIDs and GIDs that don't fit in 6 decimal places.
Rafael Espindola
- [llvm] r199242 - [AArch64] Added vselect patterns with float and double types
Ana Pazos
- [llvm] r199244 - Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Rafael Espindola
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Doug Gilmore
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Rafael Espíndola
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Doug Gilmore
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Rafael Espíndola
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Doug Gilmore
- [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Doug Gilmore
- [llvm] r199246 - Make nocapture analysis work with addrspacecast
Matt Arsenault
- [llvm] r199248 - Revert "[AArch64] Added vselect patterns with float and double types"
Rafael Espindola
- [llvm] r199248 - Revert "[AArch64] Added vselect patterns with float and double types"
Jiangning Liu
- [llvm] r199252 - Add FPExt option to CCValAssign::LocInfo. When generating calling-convention
Lang Hames
- [llvm] r199253 - Remove a check for an illegal condition.
Matt Arsenault
- [llvm] r199254 - Do pointer cast simplifications on addrspacecast
Matt Arsenault
- [llvm] r199261 - Sanitize MCJIT remote execution
Renato Golin
- [llvm] r199261 - Sanitize MCJIT remote execution
Jim Grosbach
- [llvm] r199262 - Re-enable remote MCJIT tests on ARMv7
Renato Golin
- [llvm] r199263 - Enable use of ranges for translation units in the presence of
Eric Christopher
- [llvm] r199264 - Add the lld root to llvm-lit, so llvm-lit can be used
Joey Gouly
- [llvm] r199265 - AArch64: don't try to handle [SU]MUL_LOHI nodes
Tim Northover
- [llvm] r199266 - ARM: correctly determine final tBX_LR in Thumb1 functions
Tim Northover
- [llvm] r199267 - Add testcase for r199263 forgotten in commit.
Eric Christopher
- [llvm] r199268 - Fix Remote MCJIT on Windows
Renato Golin
- [llvm] r199269 - Use error_code in Module::materializeAll.
Rafael Espindola
- [llvm] r199275 - Return an error_code from materializeAllPermanently.
Rafael Espindola
- [llvm] r199276 - Make sure we emit a relocation to the debug_ranges section in the
Eric Christopher
- [llvm] r199276 - Make sure we emit a relocation to the debug_ranges section in the
dblaikie at gmail.com
- [llvm] r199276 - Make sure we emit a relocation to the debug_ranges section in the
Eric Christopher
- [llvm] r199279 - Make parseBitcodeFile return an ErrorOr<Module *>.
Rafael Espindola
- [llvm] r199282 - PR 18466: Fix ARM Pseudo Expansion
Weiming Zhao
- [llvm] r199285 - LangRef: attempt to fix line breaks
Hans Wennborg
- [llvm] r199286 - LangRef.rst: fix LangRef data layout text about m specifier, take 2
Hans Wennborg
- [llvm] r199287 - Only mark functions as micromips.
Rafael Espindola
- [llvm] r199287 - Only mark functions as micromips.
Richard Sandiford
- [llvm] r199287 - Only mark functions as micromips.
Rafael Espíndola
- [llvm] r199287 - Only mark functions as micromips.
Richard Sandiford
- [llvm] r199287 - Only mark functions as micromips.
Daniel Sanders
- [llvm] r199287 - Only mark functions as micromips.
Rafael Espíndola
- [llvm] r199288 - Fix uninitialized variable.
Rafael Espindola
- [llvm] r199288 - Fix uninitialized variable.
dblaikie at gmail.com
- [llvm] r199288 - Fix uninitialized variable.
Rafael Espíndola
- [llvm] r199291 - LoopVectorize: Only strip casts from integer types when replacing symbolic
Arnold Schwaighofer
- [llvm] r199293 - Check the error code and save a call to sys::fs::exists.
Rafael Espindola
- [llvm] r199294 - Switch-to-lookup tables: set threshold to 3 cases
Hans Wennborg
- [llvm] r199295 - Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE_R32 now that HasOpSizePrefix only means 16-bit instructions.
Craig Topper
- [llvm] r199296 - For AArch64, lowering sext_inreg and generate optimized code by using SXTL.
Jiangning Liu
- [llvm] r199297 - Add OpSize16 to the two byte forms of INC/DEC that we only use in 64-bit mode and a 64-bit only LEA. Even though we'll not be in 16-bit mode when we use them it makes their tables consistent with their 32-bit counterparts.
Craig Topper
- [llvm] r199299 - Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.
Andrew Trick
- [llvm] r199301 - Fixed identation.
Elena Demikhovsky
- [llvm] r199303 - replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>
Kostya Serebryany
- [llvm] r199305 - Whitespace.
NAKAMURA Takumi
- [llvm] r199309 - Re-disable MCJIT remote tests on ARM
Renato Golin
- [llvm] r199310 - Revert 199262 - MCJIT remote still failing on ARM
Renato Golin
- [llvm] r199312 - WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
David Majnemer
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Bob Wilson
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Bob Wilson
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Bob Wilson
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Bob Wilson
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Duncan P. N. Exon Smith
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Duncan P. N. Exon Smith
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Evgeniy Stepanov
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Chandler Carruth
- [llvm] r199314 - Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not
Chandler Carruth
- [llvm] r199315 - Added support for LWU microMIPS instruction.
Zoran Jovanovic
- [llvm] r199316 - LL and SC decoder method fix.
Zoran Jovanovic
- [llvm] r199319 - Make sure we create a new archive by deleting any stale ones first.
Rafael Espindola
- [llvm] r199323 - Update the X86 assembler for .intel_syntax to accept
Kevin Enderby
- [llvm] r199325 - Sink the autoconf check for sufficiently modern host toolchain below the
Chandler Carruth
- [llvm] r199325 - Sink the autoconf check for sufficiently modern host toolchain below the
Quentin Colombet
- [llvm] r199325 - Sink the autoconf check for sufficiently modern host toolchain below the
Quentin Colombet
- [llvm] r199326 - Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
- [llvm] r199328 - [DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
Andrea Di Biagio
- [llvm] r199328 - [DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
Patrik Hägglund H
- [llvm] r199329 - Update test/CodeGen/X86/vbinop-simplify-bug.ll.
Andrea Di Biagio
- [llvm] r199334 - Use a heavier hammer when --enable-libcpp is passed to bypass the tests
Chandler Carruth
- [llvm] r199337 - Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
- [llvm] r199338 - [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [llvm] r199338 - [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [llvm] r199338 - [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [llvm] r199339 - Fix parsing of .symver directive on ARM
David Peixotto
- [llvm] r199339 - Fix parsing of .symver directive on ARM
Joerg Sonnenberger
- [llvm] r199339 - Fix parsing of .symver directive on ARM
David Peixotto
- [llvm] r199339 - Fix parsing of .symver directive on ARM
Joerg Sonnenberger
- [llvm] r199340 - llvm-objdump: Don't print "Import table:" header if there's no import table.
Rui Ueyama
- [llvm] r199343 - Adjust offsets for max load instruction offsets. This is more pessimistic
Reed Kotler
- [llvm] r199346 - Report a warning when dropping outdated debug info metadata.
Manman Ren
- [llvm] r199349 - Don't use DataRefImpl to implement ImportDirectoryEntryRef.
Rui Ueyama
- [llvm] r199350 - Prevent calls to __jit_debug_register_code from being optimized out.
Rafael Espindola
- [llvm] r199351 - BasicAA: We need to check both access sizes when comparing a gep and an
Arnold Schwaighofer
- [llvm] r199352 - Attempt to fix the MSVC build.
Rafael Espindola
- [llvm] r199353 - Remove use of OpSize for populating VEX_PP field. A prefix encoding is now used instead. Simplify some other code. No functional changes intended.
Craig Topper
- [llvm] r199354 - Reapply r194218 with fix:
Bill Wendling
- [llvm] r199355 - Convert test to FileCheck.
Rafael Espindola
- [llvm] r199356 - [cmake] Attempt to fix sanitizer buildbot.
Quentin Colombet
- [llvm] r199357 - CommentColumn is always 40. Simplify.
Rafael Espindola
- [llvm] r199358 - llmv-objdump/COFF: Print export table contents.
Rui Ueyama
- [llvm] r199359 - Fix typo: : not ;
Bill Wendling
- [llvm] r199361 - [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exports
Quentin Colombet
- [llvm] r199362 - Revert r199361: Now, the sanitizer got the change
Quentin Colombet
- [llvm] r199363 - Use a slightly smaller hack.
Rafael Espindola
- [llvm] r199364 - Allow x86 mov instructions to/from memory with absolute address to be encoded and disassembled with a segment override prefix. Fixes PR16962.
Craig Topper
- [llvm] r199365 - Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.
Craig Topper
- [llvm] r199365 - Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.
Chandler Carruth
- [llvm] r199365 - Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.
Craig Topper
- [llvm] r199365 - Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.
Chandler Carruth
- [llvm] r199366 - AVX-512: fixed a compare pattern
Elena Demikhovsky
- [llvm] r199369 - For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.
Jiangning Liu
- [llvm] r199371 - [asan] Remove -fsanitize-address-zero-base-shadow command line
Evgeniy Stepanov
- [llvm] r199376 - ReMat: fix overly cavalier attitude to sub-register indices
Tim Northover
- [llvm] r199376 - ReMat: fix overly cavalier attitude to sub-register indices
Jakob Stoklund Olesen
- [llvm] r199381 - [mips] IIImult should have an InstrItinData in the generic scheduler. Used the same one as for IIImul.
Daniel Sanders
- [llvm] r199389 - [mips] Correct itin class for MULT_MM and MULTu_MM to IIImult.
Daniel Sanders
- [llvm] r199391 - [mips][sched] Split IIArith in preparation for the first scheduler targeting a specific MIPS CPU.
Daniel Sanders
- [llvm] r199391 - [mips][sched] Split IIArith in preparation for the first scheduler targeting a specific MIPS CPU.
Andrew Trick
- [llvm] r199393 - Move the xscale build attribute test to the proper place and remove the old one.
Amara Emerson
- [llvm] r199394 - [mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORI
Daniel Sanders
- [llvm] r199396 - [mips][sched] Split IIseb into II_SEB and II_SEH
Daniel Sanders
- [llvm] r199397 - Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
- [llvm] r199402 - [mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I in the same itinerary class as their non-microMIPS counterparts.
Daniel Sanders
- [llvm] r199403 - [mips][sched] Removed IIXfer. No instructions use it.
Daniel Sanders
- [llvm] r199404 - llvm-symbolizer: make mangled name heuristic apply to all symbols
Ed Maste
- [llvm] r199407 - Tweak the MCExternalSymbolizer to print references to C string literals
Kevin Enderby
- [llvm] r199413 - Pass the --enable-libcpp configure option for cross builds, too.
Bob Wilson
- [llvm] r199417 - Use the current local variable naming style.
Rui Ueyama
- [llvm] r199418 - Reduce nesting.
Rui Ueyama
- [llvm] r199419 - Use static instead of anonymous namespace.
Rui Ueyama
- [llvm] r199420 - Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X).
Owen Anderson
- [llvm] r199420 - Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X).
Philip Reames
- [llvm] r199420 - Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X).
Joerg Sonnenberger
- [llvm] r199420 - Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X).
Owen Anderson
- [llvm] r199422 - llvm-objdump/COFF: Print DLL name in the export table header.
Rui Ueyama
- [llvm] r199423 - Fix style issues.
Rui Ueyama
- [llvm] r199424 - Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing an FMUL expression.
Owen Anderson
- [llvm] r199425 - Fix an instance where we would drop fast math flags when performing an fdiv to reciprocal multiply transformation.
Owen Anderson
- [llvm] r199427 - Fix two cases where we could lose fast math flags when optimizing FADD expressions.
Owen Anderson
- [llvm] r199429 - LTO: document LTO_API_VERSION for each API
Duncan P. N. Exon Smith
- [llvm] r199429 - LTO: document LTO_API_VERSION for each API
Quentin Colombet
- [llvm] r199430 - [opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
- [llvm] r199434 - Change inalloca rules to make it only apply to the last parameter
Reid Kleckner
- [llvm] r199437 - Use LLVM_EXPLICIT instead of a function pointer as bool.
Rafael Espindola
- [llvm] r199447 - Fix bad variable syntax in r199413
Bob Wilson
- [llvm] r199461 - [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.
Hao Liu
- [llvm] r199461 - [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.
Chad Rosier
- [llvm] r199462 - [AArch64 NEON] Custom lower conversion between vector integer and vector floating point if element bit-width doesn't match.
Kevin Qin
- [llvm] r199463 - [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16.
Hao Liu
- [llvm] r199468 - Replace duplicated code with a existing helper function.
Craig Topper
- [llvm] r199470 - VEX_PREFIX_66 doesn't need to set the hasOpSize flag since VEX instructions don't use the size fields it controls.
Craig Topper
- [llvm] r199474 - Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix instead of 'q'
Craig Topper
- [llvm] r199476 - Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax.
Craig Topper
- [llvm] r199477 - Teach x86 asm parser to handle 'opaque ptr' in Intel syntax.
Craig Topper
- [llvm] r199478 - Add OpSize16 flags to 32-bit CRC32 instructions so they can be encoded correctly in 16-bit mode.
Craig Topper
- [llvm] r199479 - Switch a few instructions to use RI instead I so they don't require REX_W to be explicitly specified.
Craig Topper
- [llvm] r199484 - Add the test for libstdc++ versions newer than 4.6 so we don't
Chandler Carruth
- [llvm] r199485 - [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't support these operations.
Kevin Qin
- [llvm] r199487 - [PM] Remove the preverifier and directly compute the DominatorTree for
Chandler Carruth
- [llvm] r199488 - [asan] extend asan-coverage (still experimental).
Kostya Serebryany
- [llvm] r199489 - [PM] [cleanup] Rename some of the Verifier's members, re-arrange them,
Chandler Carruth
- [llvm] r199491 - Add MLA alias for ARMv4 support.
Renato Golin
- [llvm] r199493 - [mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTHI_MTLO
Daniel Sanders
- [llvm] r199495 - [mips][sched] Split IIImul and IIImult into subclasses.
Daniel Sanders
- [llvm] r199497 - [mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and II_DDIVU
Daniel Sanders
- [llvm] r199498 - [mips][msa] Correct pattern for LSA
Daniel Sanders
- [llvm] r199508 - Add two new calling conventions for runtime calls
Juergen Ributzka
- [llvm] r199508 - Add two new calling conventions for runtime calls
Richard Osborne
- [llvm] r199508 - Add two new calling conventions for runtime calls
Juergen Ributzka
- [llvm] r199508 - Add two new calling conventions for runtime calls
Hal Finkel
- [llvm] r199508 - Add two new calling conventions for runtime calls
Andrew Trick
- [llvm] r199508 - Add two new calling conventions for runtime calls
Richard Osborne
- [llvm] r199518 - llvm-objdump/COFF: Print ordinal base number.
Rui Ueyama
- [llvm] r199519 - 80-column.
Rui Ueyama
- [llvm] r199521 - Update LangRef to emphasize the difference between "coldcc" and "preserve_mostcc".
Juergen Ributzka
- [llvm] r199523 - MC: Add some missing include guards
Justin Bogner
- [llvm] r199525 - Add an inalloca flag to allocas
Reid Kleckner
- [llvm] r199528 - Fix more instances of dropped fast math flags when optimizing FADD instructions. All found by inspection (aka grep).
Owen Anderson
- [llvm] r199536 - Debug info (LTO): Move the creation of accessibility flags to
Adrian Prantl
- [llvm] r199537 - typo
Adrian Prantl
- [llvm] r199552 - Upgrade ConstantFP's negative zero and infinity getters to handle vector types.
Benjamin Kramer
- [llvm] r199553 - InstCombine: Make the (fmul X, -1.0) -> (fsub -0.0, X) transform handle vectors too.
Benjamin Kramer
- [llvm] r199558 - [CMake] Add llvm-tblgen to dependencies of check-llvm.
NAKAMURA Takumi
- [llvm] r199559 - ARM: Let the assembler reject v5 instructions in v4 mode.
Benjamin Kramer
- [llvm] r199564 - Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)) just because the function has multiple return values even if their return types are the same. Patch by Eduard Burtescu!
Nick Lewycky
- [llvm] r199565 - Support AddrSpaceCast in ConstantExpr::getAsInstruction.
Eli Bendersky
- [llvm] r199568 - Add a const lookup routine to get a BlockAddress constant if there is
Chandler Carruth
- [llvm] r199569 - [PM] Make the verifier work independently of any pass manager.
Chandler Carruth
- [llvm] r199570 - LoopVectorizer: A reduction that has multiple uses of the reduction value is not
Arnold Schwaighofer
- [llvm] r199574 - ARM IAS: remove unnecessary special case
Saleem Abdulrasool
- [llvm] r199575 - Move ARM build attributes into Support
Saleem Abdulrasool
- [llvm] r199576 - ARM: update build attributes for ABI r2.09
Saleem Abdulrasool
- [llvm] r199577 - ARM ELF: ensure that the tag types are corrected
Saleem Abdulrasool
- [llvm] r199590 - Fix a really nasty SROA bug with how we handled out-of-bounds memcpy
Chandler Carruth
- [llvm] r199592 - [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_DIRECTORY.
NAKAMURA Takumi
- [llvm] r199593 - [CMake] Deprecate LLVM_TOOLS_BINARY_DIR.
NAKAMURA Takumi
- [llvm] r199594 - [CMake] Add comments in llvm/CMakeLists.txt.
NAKAMURA Takumi
- [llvm] r199595 - [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIR
NAKAMURA Takumi
- [llvm] r199598 - InstCombine: Refactor fmul/fdiv combines to handle vectors.
Benjamin Kramer
- [llvm] r199602 - InstCombine: Teach most integer add/sub/mul/div combines how to deal with vectors.
Benjamin Kramer
- [llvm] r199604 - InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the real thing.
Benjamin Kramer
- [llvm] r199605 - InstCombine: Hoist 3 copies of AddOne/SubOne into a header.
Benjamin Kramer
- [llvm] r199608 - InstCombine: Modernize a bunch of cast combines.
Benjamin Kramer
- [llvm] r199609 - [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constructed.
Michael Gottesman
- [llvm] r199610 - [APInt] Fix nearestLogBase2 to return correct answers for very large APInt and APInt with a bitwidth of 1.
Michael Gottesman
- [llvm] r199612 - Move the retrieval of VT after all of the early exits from PerformOrCombine that do not use VT. NFC.
Michael Gottesman
- [llvm] r199620 - Add some wording to the coding standards to say how to indent namespaces
Chandler Carruth
- [llvm] r199621 - [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero in asm parser.
Kevin Qin
- [llvm] r199622 - [PM] Fix a contradiction in the comments noticed by Anders.
Chandler Carruth
- [llvm] r199624 - MC: whitespace
Saleem Abdulrasool
- [llvm] r199628 - [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.
Kevin Qin
- [llvm] r199629 - Fix all the remaining lost-fast-math-flags bugs I've been able to find. The most important of these are cases in the generic logic for combining BinaryOperators.
Owen Anderson
- [LLVMdev] Making LLVM safer in out-of-memory situations
Kaylor, Andrew
- [LLVMdev] Making LLVM safer in out-of-memory situations
Gasiunas, Vaidas
- [LNT] r199270 - Allow a Report check to be called after Report creation.
Chris Matthews
- [LNT] r199271 - Sane default for --commit in lnt submit
Chris Matthews
- [LNT] r199272 - Fixup lnt submit --verbose to print results
Chris Matthews
- [PATCH 0/2] Fix libsanitizer for x32
H.J. Lu
- [PATCH 0/2] Fix libsanitizer for x32
Kostya Serebryany
- [PATCH 1/1] Fix rtti flags with cmake
Rafael Espíndola
- [PATCH 1/2] Use 64-bit integer on time_t and clock_t for x32
H.J. Lu
- [PATCH 2/2] Include <sys/stat.h> if __x86_64__ is defined
H.J. Lu
- [PATCH][AArch64] Fix an assertion failure in function 'PerformORCombine' caused by an invalid comparison between APInt values with different BitWidth.
Tim Northover
- [PATCH][AArch64] Fix an assertion failure in function 'PerformORCombine' caused by an invalid comparison between APInt values with different BitWidth.
Andrea Di Biagio
- [PATCH] [AArch64]Fix the problem can't select concat_vector of two v1i32 types
Hao Liu
- [PATCH] [AArch64]Fix the problem can't select concat_vector of two v1i32 types
Tim Northover
- [PATCH] [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16
Hao Liu
- [PATCH] [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16
Tim Northover
- [PATCH] [AArch64] Support ISD::SIGN_EXTEND_INREG
Jiangning Liu
- [PATCH] [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero in asm parser.
Jiangning Liu
- [PATCH] [AArch64 NEON] Custom lowering conversion between vector integer and vector floating point if element bit-width doesn't match.
Kevin Qin
- [PATCH] [AArch64 NEON] Custom lowering conversion between vector integer and vector floating point if element bit-width doesn't match.
Tim Northover
- [PATCH] [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't support these operations.
Kevin Qin
- [PATCH] [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't support these operations.
Tim Northover
- [PATCH] [AArch64 NEON] Fix a bug caused by undef lane in generating VEXT.
Kevin Qin
- [PATCH] [AArch64 NEON] Fix a bug caused by undef lane in generating VEXT.
Jiangning Liu
- [PATCH] [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Kevin Qin
- [PATCH] [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Kevin Qin
- [PATCH] [ARM] Fix required ISA for multiplication instructions
Richard Barton
- [PATCH] [ARM] Fix required ISA for multiplication instructions
David Peixotto
- [PATCH] [ARM] Fix required ISA for multiplication instructions
zhaoshiz at codeaurora.org
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Jiangning Liu
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Renato Golin
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Jiangning Liu
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Renato Golin
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Jiangning Liu
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Renato Golin
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Jiangning Liu
- [PATCH] [ARM] fix some ld/st instruction with wirteback
Renato Golin
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Kostya Serebryany
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Alexander Potapenko
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Alexander Potapenko
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Alexander Potapenko
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Alexander Potapenko
- [PATCH] [asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
- [PATCH][DAG] Fix non-deterministic code generation
Juergen Ributzka
- [PATCH][DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
- [PATCH][DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
- [PATCH] [dragonegg] Update copyright credits to incoming 2014
NAKAMURA Takumi
- [PATCH][LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [PATCH][LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Bob Wilson
- [PATCH][LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
- [PATCH] [MachO] Add some basic support for local symbols.
kledzik at apple.com
- [PATCH] [MachO] Add some basic support for local symbols.
Joey Gouly
- [PATCH] [MachO] Support reading of fat binaries.
kledzik at apple.com
- [PATCH] [MachO] Support reading of fat binaries.
Joey Gouly
- [PATCH] [MachO] Support reading of fat binaries.
kledzik at apple.com
- [PATCH][MC/X86_64] Implement Win64 exception handling
Kai Nacke
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [Patch] [ThumbV8] Fix assertion fails due to inconsistent CPSR liveness of IT blocks
Weiming Zhao
- [Patch] [Thumbv8] Fix tje default value of BLXOperandIndex of isV8EligibleForIT
Weiming Zhao
- [PATCH][X86] Fix assertion failure caused by a wrong folding of vector shifts by immediate count (regression introduced by my r198113).
Andrea Di Biagio
- [PATCH][X86] Fix assertion failure caused by a wrong folding of vector shifts by immediate count (regression introduced by my r198113).
Nadav Rotem
- [PATCH][X86] Fix assertion failure caused by a wrong folding of vector shifts by immediate count (regression introduced by my r198113).
Andrea Di Biagio
- [PATCH] [x86] Fix retq/retl handling in 64-bit mode
Joerg Sonnenberger
- [PATCH] [x86] Fix retq/retl handling in 64-bit mode
David Woodhouse
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Andrea Di Biagio
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Juergen Ributzka
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Nadav Rotem
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Andrea Di Biagio
- [PATCH] Add an inalloca flag to allocas
Reid Kleckner
- [PATCH] Add an inalloca flag to allocas
David Majnemer
- [PATCH] Add an inalloca flag to allocas
Reid Kleckner
- [PATCH] Add an inalloca flag to allocas
Reid Kleckner
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Nick Lewycky
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Reid Kleckner
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Nick Kledzik
- [PATCH] Add an LTO interface to parse metadata and extract linker options
kledzik at apple.com
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Sean Silva
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Nick Kledzik
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Sean Silva
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Yunzhong Gao
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Duncan P. N. Exon Smith
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Yunzhong Gao
- [PATCH] Added .DS_Store file to .gitignore
Abhay
- [PATCH] Add FPExt option to CCValAssign::LocInfo
Jim Grosbach
- [PATCH] Add FPExt option to CCValAssign::LocInfo
Lang Hames
- [PATCH] Add two new calling conventions for runtime calls
Juergen Ributzka
- [PATCH] Add two new calling conventions for runtime calls
Lang Hames
- [PATCH] Add two new calling conventions for runtime calls
Philip Reames
- [PATCH] Add two new calling conventions for runtime calls
Philip Reames
- [PATCH] Add two new calling conventions for runtime calls
Juergen Ributzka
- [PATCH] Add two new calling conventions for runtime calls
Juergen Ributzka
- [PATCH] Add two new calling conventions for runtime calls
Sean Silva
- [PATCH] Add two new calling conventions for runtime calls
Philip Reames
- [PATCH] Add two new calling conventions for runtime calls
Juergen Ributzka
- [PATCH] allocateCopy() util for BumpPtrAllocator
Nick Kledzik
- [PATCH] Allow opt to run pass that needs target machine.
Quentin Colombet
- [PATCH] Allow opt to run pass that needs target machine.
Andrew Trick
- [PATCH] Allow opt to run pass that needs target machine.
Quentin Colombet
- [PATCH] Allow opt to run pass that needs target machine.
Andrew Trick
- [PATCH] Allow opt to run pass that needs target machine.
Quentin Colombet
- [PATCH] ARM: add tlsldo relocation
Kai Nacke
- [PATCH] ARM buildbots shuffle
Renato Golin
- [PATCH] ARM IAS: add support for .unwind_raw directive
Renato Golin
- [PATCH] ARM IAS: add support for .unwind_raw directive
Logan Chien
- [PATCH] ARM IAS: add support for .unwind_raw directive
Saleem Abdulrasool
- [PATCH] ARM IAS: add support for .unwind_raw directive
Saleem Abdulrasool
- [PATCH] ARM IAS: support .movsp
Renato Golin
- [PATCH] ARM IAS: support .movsp
Logan Chien
- [PATCH] ARM IAS: support .movsp
Saleem Abdulrasool
- [PATCH] ARM IAS: support .movsp
Saleem Abdulrasool
- [PATCH] ARM IAS: support .object_arch
Saleem Abdulrasool
- [PATCH] ARM IAS: support .personalityindex
Logan Chien
- [PATCH] ARM IAS: support .personalityindex
Renato Golin
- [PATCH] ARM IAS: support .personalityindex
Logan Chien
- [PATCH] ARM IAS: support .personalityindex
Renato Golin
- [PATCH] ARM IAS: support .personalityindex
Logan Chien
- [PATCH] ARM IAS: support .personalityindex
Saleem Abdulrasool
- [PATCH] ARM IAS: support .personalityindex
Saleem Abdulrasool
- [PATCH] Bug 18228: Fix accepting bitcasts between vectors of pointers with a different number of elements
Matt Arsenault
- [PATCH] Change representation of dllexport/dllimport
Nico Rieck
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [PATCH] Change representation of dllexport/dllimport
Nico Rieck
- [PATCH] Cleanup GCDA emission
Joerg Sonnenberger
- [PATCH] Cleanup GCDA emission
Benjamin Kramer
- [PATCH] Cleanup GCDA emission
Joerg Sonnenberger
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Simon Atanasyan
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Shankar Easwaram
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Simon Atanasyan
- [PATCH] Disable passes on optnone functions
Paul Robinson
- [PATCH] Disable passes on optnone functions
Sean Silva
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Disable passes on optnone functions
Sean Silva
- [PATCH] Disable passes on optnone functions
Chandler Carruth
- [PATCH] Disable passes on optnone functions
Nick Lewycky
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Scott Talbot
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Eric Christopher
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Scott
- [PATCH] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-optional
Artyom Skrobov
- [PATCH] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-optional
Saleem Abdulrasool
- [PATCH] Enable SLP-vectorization of intrinsics.
Raul Silvera
- [PATCH] Enable SLP-vectorization of intrinsics.
Nadav Rotem
- [PATCH] Enable SLP-vectorization of intrinsics.
Nadav Rotem
- [PATCH] Enable SLP-vectorization of intrinsics.
Hal Finkel
- [PATCH] Enable SLP-vectorization of intrinsics.
Nadav Rotem
- [PATCH] Enable SLP-vectorization of intrinsics.
Hal Finkel
- [PATCH] Enable SLP-vectorization of intrinsics.
Raul Silvera
- [PATCH] Enable SLP-vectorization of intrinsics.
Arnold Schwaighofer
- [PATCH] Enable SLP-vectorization of intrinsics.
Raul Silvera
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Evan Cheng
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Chandler Carruth
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Evan Cheng
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Chandler Carruth
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Chandler Carruth
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Evan Cheng
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Rafael Ávila de Espíndola
- [PATCH] Fix 'make uninstall' target regarding some directories (llvm part)
Eric Christopher
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Renato Golin
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Renato Golin
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Renato Golin
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
- [PATCH] Fix llc to not reuse spill slots in functions that invoke setjmp()
Mark Seaborn
- [PATCH] Fix llc to not reuse spill slots in functions that invoke setjmp()
Bill Wendling
- [PATCH] Fix Remote MCJIT protocol
Renato Golin
- [PATCH] Fix Remote MCJIT protocol
Andy Kaylor
- [PATCH] Fix Remote MCJIT protocol
Renato Golin
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Pekka Jääskeläinen
- [PATCH] Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp
Cameron McInally
- [PATCH] Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp
Rafael Espíndola
- [PATCH] Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp
Cameron McInally
- [PATCH] Implement the x86 lowering for inalloca
Reid Kleckner
- [PATCH] InstCombineCalls: do not ignore functions with structural return types if the types are identical, when removing bitcasts.
Eddy B.
- [PATCH] InstCombineCalls: do not ignore functions with structural return types if the types are identical, when removing bitcasts.
Nick Lewycky
- [PATCH] Introduce LinkAllPasses.cpp as LLVMAllPasses
NAKAMURA Takumi
- [PATCH] Introduce LinkAllPasses.cpp as LLVMAllPasses
Chandler Carruth
- [PATCH] Introduce LinkAllPasses.cpp as LLVMAllPasses
NAKAMURA Takumi
- [PATCH] Introduce LinkAllPasses.cpp as LLVMAllPasses
Chandler Carruth
- [PATCH] LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
- [PATCH] make msandr access tls directly
Qin Zhao
- [PATCH] make msandr access tls directly
Evgeniy Stepanov
- [PATCH] MC: handle ParseDirective properly
Rafael Espíndola
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
David Peixotto
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
Kristof Beyls
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
Renato Golin
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
David Peixotto
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
David Peixotto
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
David Peixotto
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Renato Golin
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Renato Golin
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Tim Northover
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Renato Golin
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Renato Golin
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
zhaoshiz at codeaurora.org
- [PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL
Renato Golin
- [PATCH] PR18399: Fix a bug-in Thumb1 on Folding SP Update
zhaoshiz at codeaurora.org
- [PATCH] PR18399: Fix a bug-in Thumb1 on Folding SP Update
Tim Northover
- [PATCH] PR18399: Fix a bug-in Thumb1 on Folding SP Update
zhaoshiz at codeaurora.org
- [PATCH] PR18399: Fix a bug-in Thumb1 on Folding SP Update
Tim Northover
- [PATCH] PR18399: Fix a bug-in Thumb1 on Folding SP Update
zhaoshiz at codeaurora.org
- [PATCH] PR 18466: Fix ARM Pseudo Expansion
Weiming Zhao
- [PATCH] PR 18466: Fix ARM Pseudo Expansion
Tim Northover
- [PATCH] PR 18466: Fix ARM Pseudo Expansion
Weiming Zhao
- [PATCH] Prevent repetetive warnings for unrecognized processors and features
Artyom Skrobov
- [patch] Quick try at fixing pr18515
Rafael Espíndola
- [PATCH] R600/SI: Comparisons set vcc / scc
Matt Arsenault
- [PATCH] R600/SI: Comparisons set vcc / scc
Tom Stellard
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Alexey Samsonov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Alexey Samsonov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Set basic block start as microMIPS
Jack Carter
- [PATCH] Set basic block start as microMIPS
Rafael Espíndola
- [PATCH] Set basic block start as microMIPS
Jack Carter
- [Patch] Similar Function Merging
Pranav Bhandarkar
- [Patch] Similar Function Merging
Stepan Dyatkovskiy
- [PATCH] Store reference to corresponding PassInfo in Pass
Rafael Espíndola
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernard Ogden
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Renato Golin
- [PATCH] Suppress an annoying "unused variable" warning caused by bug 17897.
Rui Ueyama
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Renato Golin
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Logan Chien
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Nick Lewycky
- [PATCH] Update optimization passes to handle inalloca arguments
Chris Lattner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [patch] Use a more idiomatic bool operator in ErrorOr
Rafael Espíndola
- [patch] Use a more idiomatic bool operator in ErrorOr
dblaikie at gmail.com
- [patch] Use a more idiomatic bool operator in ErrorOr
Reid Kleckner
- [patch] Use a more idiomatic bool operator in ErrorOr
Alp Toker
- [patch] Use a more idiomatic bool operator in ErrorOr
Aaron Ballman
- [patch] Use a more idiomatic bool operator in ErrorOr
Reid Kleckner
- [patch] Use a more idiomatic bool operator in ErrorOr
Alp Toker
- [patch] Use a more idiomatic bool operator in ErrorOr
David Blaikie
- [patch] Use a more idiomatic bool operator in ErrorOr
Rafael Espíndola
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
Nick Lewycky
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
David Majnemer
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
David Majnemer
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
David Majnemer
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
Reid Kleckner
- [PATCH] WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations
David Majnemer
- [PATCHES] [x86] Add -code16 triple environment, fix various disassembler issues
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Peixotto
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [polly] r199088 - [cleanup] Update Polly for moved header in LLVM r199082.
Chandler Carruth
- [polly] r199157 - Adapt to DomTree changes in r199104
Tobias Grosser
- [polly] r199157 - Adapt to DomTree changes in r199104
Chandler Carruth
- [polly] r199360 - llvm/IR/Writer.h has been removed in llvm commit r198836 and seems useless in polly
Sylvestre Ledru
- [polly] r199582 - Update to the latest cloog and isl versions
Tobias Grosser
- [polly] r199585 - CodeGeneration: Replace reference to isl_int with explicit mpz call.
Tobias Grosser
- [polly] r199586 - Switch isl back to isl 0.12.1
Tobias Grosser
- [polly] r199587 - Adjust test case to changed cloog output
Tobias Grosser
- [RFC PATCH] PR9385: Allow segment overrides for LODS/OUTS/MOVS
David Woodhouse
- [Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.
Kostya Serebryany
- [Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.
Chandler Carruth
- [Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.
Alexey Samsonov
- [sanitizer] demangling of libbacktrace symbolization
Alexey Samsonov
- [sanitizer] fix the ppc32 build
Kostya Serebryany
- [test-suite] r199395 - This test works just fine on SPARC now.
Jakob Stoklund Olesen
- [www-pubs] r199412 - Added Santosh's recent paper utilizing LLVM.
John Criswell
- [www-pubs] r199415 - Adding my Virtual Ghost paper (uses which LLVM).
John Criswell
- [www] r199507 - Update Win snapshot and clang-format extension to r199319
Hans Wennborg
- [zorg] r199281 - Patch by Renato Golin!
Galina Kistanova
- [zorg] r199330 - zorg: use --enable-libcpp on darwin
Duncan P. N. Exon Smith
- [zorg] r199331 - zorg: use --enable-libcpp in more places
Duncan P. N. Exon Smith
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- Lowering switch statements with hashing
Jasper Neumann
- Lowering switch statements with hashing
Anton Korobeynikov
- Lowering switch statements with hashing
Jasper Neumann
- Lowering switch statements with hashing
Joerg Sonnenberger
- Lowering switch statements with hashing
Jasper Neumann
- Lowering switch statements with hashing
Jasper Neumann
- Lowering switch statements with hashing
Joerg Sonnenberger
- Lowering switch statements with hashing
Jasper Neumann
- PATCH: R600 OpenCV fixes
Jan Vesely
- PATCH: R600 OpenCV fixes
Jan Vesely
- PATCH: R600 OpenCV fixes
Jan Vesely
- PATCH: R600 OpenCV fixes
Tom Stellard
- PATCH] allocateCopy() util for BumpPtrAllocator
Nick Kledzik
- PATCH] allocateCopy() util for BumpPtrAllocator
dblaikie at gmail.com
- PR17326, PATCH
Stepan Dyatkovskiy
- PR18102, PATCH + test: wrong code on x86_64-linux-gnu (affecting trunk and 3.3)
Stepan Dyatkovskiy
- PR18102, PATCH + test: wrong code on x86_64-linux-gnu (affecting trunk and 3.3)
Stepan Dyatkovskiy
- PR18102, PATCH + test: wrong code on x86_64-linux-gnu (affecting trunk and 3.3)
Manman Ren
- PR18102, PATCH + test: wrong code on x86_64-linux-gnu (affecting trunk and 3.3)
Stepan Dyatkovskiy
- PR18102, PATCH + test: wrong code on x86_64-linux-gnu (affecting trunk and 3.3)
Manman Ren
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- RFC: Enable vectorization of call instructions in the loop vectorizer
Arnold Schwaighofer
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- RFC: Enable vectorization of call instructions in the loop vectorizer
Arnold Schwaighofer
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- XCore target: addMemOperand as necessary
Robert Lytton
Last message date:
Sun Jan 19 23:44:54 PST 2014
Archived on: Tue Aug 4 17:10:55 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).