1. ef840cb [MBP] Avoid placing random blocks between loop preheader and header by Philip Reames · 10 years ago
  2. 767bd9b7 [X86] Don't give catch objects a displacement of zero by David Majnemer · 10 years ago
  3. 21208b5 [AArch64] add tests to demonstrate existing codegen for PR26819 by Sanjay Patel · 10 years ago
  4. e407a10 AMDGPU: Simplify boolean conditional return statements by Matt Arsenault · 10 years ago
  5. 3dee4be [MBP] Remove overly verbose debug output by Philip Reames · 10 years ago
  6. 0f03390 Explode store of arrays in instcombine by Amaury Sechet · 10 years ago
  7. ac6554c [llvm-nm] Restore the previous behaviour (pre r262525). by Davide Italiano · 10 years ago
  8. cf5219d [llvm-nm] Fix rendering of -s grouping with all the othe options. by Davide Italiano · 10 years ago
  9. 0dadb95 [MBP] Adjust debug output to be more focused and approachable by Philip Reames · 10 years ago
  10. 0158b28 Unpack array of all sizes in InstCombine by Amaury Sechet · 10 years ago
  11. a600472 Really fix ASAN leak/etc issues with MemorySSA unittests by Daniel Berlin · 10 years ago
  12. c2ecfd6 [libFuzzer] add -Werror for libFuzzer build rule by Kostya Serebryany · 10 years ago
  13. 459c79e Revert "Fix ASAN detected errors in code and test" (it was not meant to be committed yet) by Daniel Berlin · 10 years ago
  14. 2bc88b7 Fix ASAN detected errors in code and test by Daniel Berlin · 10 years ago
  15. 4ea25fb Add another test for the GlobalOpt change in r212079. by Bob Wilson · 10 years ago
  16. 89ab66d [libFuzzer] more trophies by Kostya Serebryany · 10 years ago
  17. 4d7de4f [ARM] Merging 64-bit divmod lib calls into one by Renato Golin · 10 years ago
  18. df8307d Revert "[X86] Elide references to _chkstk for dynamic allocas" by Reid Kleckner · 10 years ago
  19. 2995835 ARM: Introduce conservative load/store optimization mode by Matthias Braun · 10 years ago
  20. 13724638 SelectionDAG: Use correctly sized allocation functions for SDNodes by Justin Bogner · 10 years ago
  21. 5a77517 [AArch64] Enable non-leaf frame pointer elimination. by Geoff Berry · 10 years ago
  22. 0e7def0 [CMake] Add test-depends target to build dependencies of check-all by Chris Bieneman · 10 years ago
  23. 06ff4ba [cmake] Check the compiler version first by Reid Kleckner · 10 years ago
  24. cf88e92 [AA] Hoist the logic to reformulate various AA queries in terms of other by Chandler Carruth · 10 years ago
  25. cef2704 [X86][SSSE3] Added combine test for unary shuffle (pshufb) only referencing elements from one of the inputs of a binary shuffle (punpcklbw) by Simon Pilgrim · 10 years ago
  26. ab1bc1a [LLVM][AVX512]PSRAWI Change imm8 to int. by Michael Zuckerman · 10 years ago
  27. d4c33f0 [X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCAST mechanisms by Simon Pilgrim · 10 years ago
  28. 23e3fff Revert "[AMDGPU] table-driven parser/printer for amd_kernel_code_t structure fields" by Nikolay Haustov · 10 years ago
  29. 1bbd737 Revert "[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler." by Nikolay Haustov · 10 years ago
  30. 45f86de [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler. by Nikolay Haustov · 10 years ago
  31. c7d8cf3 [AMDGPU] table-driven parser/printer for amd_kernel_code_t structure fields by Nikolay Haustov · 10 years ago
  32. f984411 libfuzzer: fix compiler warnings by Dmitry Vyukov · 10 years ago
  33. 6062be5 [X86] Remove unnecessary call to isReg from emitter's DestMem handling for VEX prefix. The operand is always a register. NFC by Craig Topper · 10 years ago
  34. b2eadc3 [X86] Make X86MCCodeEmitter::DetermineREXPrefix locate operands more like how VEX prefix handling does. by Craig Topper · 10 years ago
  35. 60cefca [X86] Permit reading of the FLAGS register without it being previously defined by David Majnemer · 10 years ago
  36. 0da6ab9 [X86] Remove assertion I accidentally left in. by Craig Topper · 10 years ago
  37. 4a0b203 [X86] Be more structured about how we capture the register number when it is encoded in bits 7:4 of the immediate. by Craig Topper · 10 years ago
  38. cffb9b9 [SCEV] Minor naming, braces cleanup; NFC by Sanjoy Das · 10 years ago
  39. a28c17a [X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes respectively should reduce size tiny bit. NFC by Craig Topper · 10 years ago
  40. a0358fa AMDGPU: Fix bug 26659. by Matt Arsenault · 10 years ago
  41. 3c8187f AMDGPU: Cleanup suggested in bug 23960 by Matt Arsenault · 10 years ago
  42. 16d6cd4 Bug 20810: Use report_fatal_error instead of unreachable by Matt Arsenault · 10 years ago
  43. 43d3a16 Add a comment with a rational for the unusual code structure by Sanjoy Das · 10 years ago
  44. 3ee664b Qualify getRangeForAffineAR with this-> for MSVC by Sanjoy Das · 10 years ago
  45. f3d2924 Attempt to fix ASAN failure in a MemorySSA test. by George Burgess IV · 10 years ago
  46. 67499b4 Perturb code in an attempt to appease MSVC by Sanjoy Das · 10 years ago
  47. 29fa150 More code permutation to appease MSVC by Sanjoy Das · 10 years ago
  48. 29ae4c5 Remove "auto" to appease the MSVC bots by Sanjoy Das · 10 years ago
  49. 543afc9 DAGCombiner: Make sure an integer is being truncated by Matt Arsenault · 10 years ago
  50. a7693ee revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm output by Sanjay Patel · 10 years ago
  51. dee2eab Fix SHARED_LIBS build by Daniel Berlin · 10 years ago
  52. 1c60097 [SCEV] Make getRange smarter around selects by Sanjoy Das · 10 years ago
  53. a06e68c [SCEV] Extract out a getRangeForAffineAR; NFC by Sanjoy Das · 10 years ago
  54. d702b73 [CMake] Add convenience target llvm-test-depends to build test dependencies. by Chris Bieneman · 10 years ago
  55. c26136b [CMake] Add distribution target that is the "just-build" side of install-distribution by Chris Bieneman · 10 years ago
  56. 0cd6df9 [InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shifts (PR26701) by Sanjay Patel · 10 years ago
  57. 3ff7d10 Perform InstructioinCombiningPass before SampleProfile pass. by Dehao Chen · 10 years ago
  58. 66bb64f [libFuzzer] deprecate exit_on_first flag by Kostya Serebryany · 10 years ago
  59. 7ade1db llvm-dwp: Add missing copyright notice to llvm-dwp.cpp by David Blaikie · 10 years ago
  60. 7a1dcf9 [libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag. by Kostya Serebryany · 10 years ago
  61. 912e484 [X86][SSE41] Added missing fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
  62. 71381ae [NFC] Convert tabs to spaces. by Colin LeMahieu · 10 years ago
  63. c778e43 [X86][XOP] Regenerated intrinsics tests by Simon Pilgrim · 10 years ago
  64. eb51cac AArch64: Reenable CompleteModel for A53, A57 and Kryo models by Matthias Braun · 10 years ago
  65. b03901e [X86][AVX2] Regenerated 256-bit vector / 64-bit element permute tests by Simon Pilgrim · 10 years ago
  66. 9645a0d Fix typo. NFC. by Tim Northover · 10 years ago
  67. 8c0b039 [X86][AVX2] Regenerated horizontal add/sub tests by Simon Pilgrim · 10 years ago
  68. 7339de5 [X86][AVX2] Regenerated intrinsics tests by Simon Pilgrim · 10 years ago
  69. 9371f40 [Hexagon] Modifying r262258 to only be in effect in the hand assembler path, not the integrated assembler. by Colin LeMahieu · 10 years ago
  70. 3b1588a TableGen: Display helpfull message for incomplete models. by Matthias Braun · 10 years ago
  71. b6e5058 [X86][AVX] Fixed triple/arch clash in test case by Simon Pilgrim · 10 years ago
  72. d06f393 DAGCombiner: Turn truncate of a bitcasted vector to an extract by Matt Arsenault · 10 years ago
  73. b2d0b15 Add LLVMBuild for ObjectYAML. by Rafael Espindola · 10 years ago
  74. c9b39e6 Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents can be referenced directly rather than copied" by David Blaikie · 10 years ago
  75. e0accec [lanai] Add ELF enum value and relocations. by Jacques Pienaar · 10 years ago
  76. 083208e AArch64: Add missing schedinfo, check completeness for cyclone by Matthias Braun · 10 years ago
  77. 35cace5 [Power9] Implement new vector compare, extract, insert instructions by Kit Barton · 10 years ago
  78. d648055 [x86] use getBitcast() by Sanjay Patel · 10 years ago
  79. d93c639 Fix some warnings a bit harder/different by David Blaikie · 10 years ago
  80. 6475ea0 llvm-dwp: Keep ObjectFiles alive until object emission their contents can be referenced directly rather than copied by David Blaikie · 10 years ago
  81. 5e5cb03 Revert "[AArch64] Fix isLegalAddImmediate() to return true for valid negative values." by Geoff Berry · 10 years ago
  82. 6e09ce7 Revert "[mips] Promote the result of SETCC nodes to GPR width." by Vasileios Kalintiris · 10 years ago
  83. 609592b New file to track implementation status of new POWER9 instructions by Kit Barton · 10 years ago
  84. eab2869 TableGen: Check scheduling models for completeness by Matthias Braun · 10 years ago
  85. 279476d TableGen: Add hasNoSchedulingInfo to instructions by Matthias Braun · 10 years ago
  86. 47e3ade [NVPTX] Annotate param loads/stores as mayLoad/mayStore. by Justin Lebar · 10 years ago
  87. 13864a0 [NVPTX] Remove workaround for tablegen crash in NVPTXInstrInfo.td. by Justin Lebar · 10 years ago
  88. ecaa1e7 Fix -Wnon-virtual-dtor warnings by Reid Kleckner · 10 years ago
  89. 2b8030c Fix an issue where fast math flags were dropped during scalarization. by Owen Anderson · 10 years ago
  90. 2a43630 [SCEV] Minor cleanup: rename method, C++11'ify; NFC by Sanjoy Das · 10 years ago
  91. e2c35f6 [NVPTX] Use different, convergent MIs for convergent calls. by Justin Lebar · 10 years ago
  92. eb3a3d7 [NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls. by Justin Lebar · 10 years ago
  93. a3948bb [NVPTX] Reformat NVPTXInstrInfo.td, and add additional comments. by Justin Lebar · 10 years ago
  94. 17ddccf [X86] Elide references to _chkstk for dynamic allocas by David Majnemer · 10 years ago
  95. 18903ff Move ObjectYAML code to a new library. by Rafael Espindola · 10 years ago
  96. 6ff7d90 fix function names; NFC by Sanjay Patel · 10 years ago
  97. d724de3 [Verifier] Don't abort on invalid cleanuprets by David Majnemer · 10 years ago
  98. 88e8baf Fix breakage caused by r262360. by Easwaran Raman · 10 years ago
  99. 1627603 Add the beginnings of an update API for preserving MemorySSA by Daniel Berlin · 10 years ago
  100. b9c4474 [DebugInfo] Dump CIE augmentation data as a list of hex bytes by Simon Atanasyan · 10 years ago