1. 394be6c LTO: introduce object file-based on-disk module format. by Peter Collingbourne · 11 years ago
  2. 65edced [ARM] Do not perform a tail call when the caller returns several values. by Quentin Colombet · 11 years ago
  3. e3d674f llvm-cov: Simplify FunctionInstantiationSetCollector (NFC) by Justin Bogner · 11 years ago
  4. 5052940 Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors" by Robin Morisset · 11 years ago
  5. c21e4e1 Reverting NFC changes from r218050. Instead, the warning was disabled for GCC in r218059, so these changes are no longer required. by Aaron Ballman · 11 years ago
  6. d80c086 [MCJIT] Fix a debugging-output formatting bug in RuntimeDyld. by Lang Hames · 11 years ago
  7. 7458ce3 Revert part of r218041. by Frederic Riss · 11 years ago
  8. 335a2eb Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is better. by David Blaikie · 11 years ago
  9. e08e525 R600: Bug 20982 - Avoid undefined left shift of negative value by Matt Arsenault · 11 years ago
  10. 262d57d [SKX] Deriving rmb multiclasses from general one (avx512_icmp_packed_rmb and avx512_icmp_cc_rmb). by Robert Khasanov · 11 years ago
  11. cf5bea8 Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from the base class. NFC. by Aaron Ballman · 11 years ago
  12. 6c0e053 Alternative (to r216344) fix of gcc -Wpedantic. by Patrik Hagglund · 11 years ago
  13. 0a8f3af Always emit DW_AT_declaration attribute when the variable isn't a definition. by Frederic Riss · 11 years ago
  14. 344b668 Fix DWARFUnitSection::getUnitForOffset(). by Frederic Riss · 11 years ago
  15. 72f0d95 [x86] Use PALIGNR for v4i32 and v2i64 blends when appropriate. by Chandler Carruth · 11 years ago
  16. 088aa09 [x86] Add an SSSE3 run and check mode to the 128-bit v2 tests of the new by Chandler Carruth · 11 years ago
  17. b2f2aa9 [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn(). by Daniel Sanders · 11 years ago
  18. f789dac Revert "[FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ." by Juergen Ributzka · 11 years ago
  19. ef48b51 Fix previous commit: [FastISel][AArch64] Simplify XALU multiplies. by Juergen Ributzka · 11 years ago
  20. e7fba00 [FastISel][AArch64] Simplify XALU multiplies. by Juergen Ributzka · 11 years ago
  21. 4b6f00a [FastISel][AArch64] Followup commit for 218031 to handle negative offsets too. by Juergen Ributzka · 11 years ago
  22. 22b557d [FastISel][AArch64] Try to fold the offset into the add instruction when simplifying a memory address. by Juergen Ributzka · 11 years ago
  23. ffbd487 [FastISel][AArch64] Fold 'AND' instruction during the address computation. by Juergen Ributzka · 11 years ago
  24. 49ab1a4 [x86] Add an SSSE3 run to the v4 shuffle test. by Chandler Carruth · 11 years ago
  25. 9c00ddb ARM: prevent crash on ELF directives on COFF by Saleem Abdulrasool · 11 years ago
  26. 3ff7684 [x86] Initial step of teaching the new vector shuffle lowering about by Chandler Carruth · 11 years ago
  27. 5bf6559 ARM: use a more precise check for MachO by Saleem Abdulrasool · 11 years ago
  28. 710fc31 [FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ. by Juergen Ributzka · 11 years ago
  29. 12a9dbd Add file to CMake build as well. by Eric Christopher · 11 years ago
  30. 757c90d Add a new pass FunctionTargetTransformInfo. This pass serves as a by Eric Christopher · 11 years ago
  31. 6693d0d Fix FastISel bug in boolean returns for PowerPC. by Samuel Antao · 11 years ago
  32. 0c3b56b Remove unnecessary blank space (test commit) by Samuel Antao · 11 years ago
  33. 52675f3 Reapply fix in r217988 (reverted in r217989) and remove the alternative fix committed in r217987. by David Blaikie · 11 years ago
  34. f8b9ec9 Revert "Fix -Wnon-virtual-dtor warning introduced in r217982." by David Blaikie · 11 years ago
  35. be048a0 Fix -Wnon-virtual-dtor warning introduced in r217982. by David Blaikie · 11 years ago
  36. 0a1dc0d Fixing the sanitizer build failure: by Chris Bieneman · 11 years ago
  37. 7516444 [FastISel][AArch64] Custom lower sdiv by power-of-2. by Juergen Ributzka · 11 years ago
  38. 69e88e8 [llvm-objdump] clean up test cases now that build bots are green by Nick Kledzik · 11 years ago
  39. 5fbcc30 llvm-cov: Push some more debug output into the View (NFC) by Justin Bogner · 11 years ago
  40. 6ba12f9 Fixing a build error. by Chris Bieneman · 11 years ago
  41. 14f9a54 Refactoring SimplifyLibCalls to remove static initializers and generally cleaning up the code. by Chris Bieneman · 11 years ago
  42. 2bfef92 Internalize common symbols when we can. by Rafael Espindola · 11 years ago
  43. 580875d [FastISel][AArch64] Simplify mul to shift when possible. by Juergen Ributzka · 11 years ago
  44. dc4eb3d Exclude known and bugzilled failures from UBSan bootstrap by Alexey Samsonov · 11 years ago
  45. 46d6fd2 [FastISel][AArch64] Fold mul into add/sub and logical operations. by Juergen Ributzka · 11 years ago
  46. 5461af9 [FastISel][AArch64] Fold mul into the address computation of memory operations. by Juergen Ributzka · 11 years ago
  47. b3edb56 llvm-cov: Rework the API for getting the coverage of a file (NFC) by Justin Bogner · 11 years ago
  48. e5d8abe Fixup for r217830. Don't do left shifts on negative values by Alexey Samsonov · 11 years ago
  49. e2ff4e4 Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors" by Robin Morisset · 11 years ago
  50. 07c9ae5 [FastISel][AArch64] Fold compare with zero and branch into CBZ and CBNZ. by Juergen Ributzka · 11 years ago
  51. 5607f8d Another required re-setting for MCStreamer::reset(). by Yaron Keren · 11 years ago
  52. 4ad9b91 R600/SI: Remove assert by Matt Arsenault · 11 years ago
  53. 3143460 R600/SI: Rough first implementation of shouldClusterLoads by Matt Arsenault · 11 years ago
  54. 8df2cae Fix float division-by-zero in R600 scheduler. by Alexey Samsonov · 11 years ago
  55. 17e0ee5 [FastISel][AArch64] Improve branch selection to support all FP conditions. by Juergen Ributzka · 11 years ago
  56. 30486fa [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors by Robin Morisset · 11 years ago
  57. 5076362 R600/SI: Change formatting of printed FP immediates by Matt Arsenault · 11 years ago
  58. c6b1a7e [IndVarSimplify] Partially revert r217953 to see if this fixes the bots. by Chad Rosier · 11 years ago
  59. 0a277ea LineIterator: Provide a variant that keeps blank lines by Justin Bogner · 11 years ago
  60. 27608d8 R600/SI: Remove promotion of instructions to e64 forms. by Matt Arsenault · 11 years ago
  61. c5f6b53 [IndVarSimplify] Widen loop compare instructions. by Chad Rosier · 11 years ago
  62. a34cab9 [InstCombine] Fix wrong folding of constant comparison involving ahsr and negative quantities (PR20945). by Andrea Di Biagio · 11 years ago
  63. 2ca5f03 Add DIBuilder functions to build RAUWable DIVariables and DIFunctions. by Frederic Riss · 11 years ago
  64. c63035a Add and update reset() and doInitialization() methods to MC* and passes. by Yaron Keren · 11 years ago
  65. 4378ff0 [mips] Add assembler support for the .set nodsp directive. by Toma Tabacu · 11 years ago
  66. 217ab20 llvm-cov: Fix a typo by Justin Bogner · 11 years ago
  67. 780f7e2 [x32] Fix function indirect calls by Pavel Chupin · 11 years ago
  68. cc0c4e7 Add move constructors/assignment to make MSVC happy after r217940 by Justin Bogner · 11 years ago
  69. d1b4e60 llvm-cov: Distinguish expansion/instantiation from SourceCoverageView by Justin Bogner · 11 years ago
  70. d5f7353 InstSimplify: Don't allow (x srem y) urem y -> x srem y by David Majnemer · 11 years ago
  71. 27e656c InstSimplify: ((X % Y) % Y) -> (X % Y) by David Majnemer · 11 years ago
  72. 22d885d [Object] keep trailing '\0' out of StringRef when parsing mach-o bindings by Nick Kledzik · 11 years ago
  73. 11903b5 | -> || No functional change. by Richard Trieu · 11 years ago
  74. 290c772 Fix identify_magic() with mach-o stub dylibs. by Nick Kledzik · 11 years ago
  75. 2b90611 [llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling. by Nick Kledzik · 11 years ago
  76. 5c16c4e [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass by Robin Morisset · 11 years ago
  77. 9fe79b4 [CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting by Quentin Colombet · 11 years ago
  78. ce90652 [llvm-objdump] improve error reporting of bad mach-o ordinals by Nick Kledzik · 11 years ago
  79. ca7da16 This add a reset method for WinCOFFObjectWriter, like other MC* classes. by Yaron Keren · 11 years ago
  80. a0b4148 tweak test case for debugging bot by Nick Kledzik · 11 years ago
  81. 374e06b Add back a fallback case for targets that do not or cannot implement getNoopForMachoTarget(). by Owen Anderson · 11 years ago
  82. fdedee2 Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. by Kevin Enderby · 11 years ago
  83. 3959d43 Fix typo by Matt Arsenault · 11 years ago
  84. 15b49e1 Add a missing return to operator= by Reid Kleckner · 11 years ago
  85. 61e184d Fix move-only type issues in Interpreter with MSVC by Reid Kleckner · 11 years ago
  86. 763d8b2 [TableGen] Fully resolve class-instance values before defs in multiclasses by Adam Nemet · 11 years ago
  87. 7cb345e [X86] Improve comment by Adam Nemet · 11 years ago
  88. 9753aab ARM load/store optimizer: Don't materialize a new base register with by Moritz Roth · 11 years ago
  89. 8be86aa Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move ctors. by Benjamin Kramer · 11 years ago
  90. a9478c4 Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this by Benjamin Kramer · 11 years ago
  91. cdb6326 [mips] Improve the error messages given by MipsAsmParser. by Toma Tabacu · 11 years ago
  92. baaa29f Make DWARFUnitSection final and change base class to non-virtual protected destructor. by Frederic Riss · 11 years ago
  93. e40de57 [mips] Move 32-bit ADDiu instruction alias from Mips64InstrInfo.td to MipsInstrInfo.td. by Toma Tabacu · 11 years ago
  94. c6380f0 [mips] Marked the ADDi instruction aliases as not available in Mips32R6 and Mips64R6. by Toma Tabacu · 11 years ago
  95. e9233b3 ARMAsmBackend uses a factory method to generate binary file format specific by Joe Abbey · 11 years ago
  96. 359ae29 [InstCombine] Remove redundant test case. by Tilmann Scheller · 11 years ago
  97. 0218e1e AVX-512: added cost for some AVX-512 instructions by Elena Demikhovsky · 11 years ago
  98. d41bba1 llvm-cov: Rename a variable and clean up its usage by Justin Bogner · 11 years ago
  99. 91737e1 tweak test case to help build bot by Nick Kledzik · 11 years ago
  100. 8def8d9 Fix BasicTTI::getCmpSelInstrCost to deal with illegal vector types by Hal Finkel · 11 years ago