1. 6cf5553 AMDGPU: Fix broken condition in hazard recognizer by Matt Arsenault · 8 years ago
  2. 39984d5 [coverity] Fix uninit variable. Patch by John Harvey! by Vassil Vassilev · 8 years ago
  3. a754032 AMDGPU: Fix handling of constant phi input loop conditions by Matt Arsenault · 8 years ago
  4. 6cfe632 [PGO] Change the internal options description. nfc. by Rong Xu · 8 years ago
  5. 33eb1b0 AMDGPU: Cleanup control flow intrinsics by Matt Arsenault · 8 years ago
  6. d0f7ad8 [x86] clean up setcc with negated operand transform and add missing test; NFCI by Sanjay Patel · 8 years ago
  7. 64543fd [X86] Emit fewer instructions to allocate >16GB stack frames by Reid Kleckner · 8 years ago
  8. 6082747 [PGO] Add omitted test cases. by Rong Xu · 8 years ago
  9. 40a6d15 [CodeGenPrep]Restructure promoting Ext to form ExtLoad by Jun Bum Lim · 8 years ago
  10. 5edba1d [PGO] Value profile for size of memory intrinsic calls by Rong Xu · 8 years ago
  11. d1a05a8 [Bitcode] Add compatibility test for the 4.0 release by Vedant Kumar · 8 years ago
  12. 20afc5b [SelectionDAG] Add SelectionDAG.computeKnownBits test support for ISD::ABS by Simon Pilgrim · 8 years ago
  13. ec1b680 [x86] avoid adc/sbb assert when both sides of add are zexted (PR32316) by Sanjay Patel · 8 years ago
  14. 6399417 Fix wasm build after arg_begin iterator type change by Reid Kleckner · 8 years ago
  15. 2af0da9 Store Arguments in a flat array instead of an iplist by Reid Kleckner · 8 years ago
  16. 17dcd3d Only unswitch loops with uniform conditions by Stanislav Mekhanoshin · 8 years ago
  17. 5dfb7d0 [X86] Add SelectionDAG.computeKnownBits test showing inability to handle ISD::ABS by Simon Pilgrim · 8 years ago
  18. d255a95 [AArch64] Use alias analysis in the load/store optimization pass. by Chad Rosier · 8 years ago
  19. 78f26e7 [Asm] Don't list '@<type>' in diag when '@' is a comment by Oliver Stannard · 8 years ago
  20. 8400b96 [ARM] Fix triple format in test branch disassemble test by Andre Vieira · 8 years ago
  21. 48537ad [AVX-512] Make VEX encoded FMA instructions available when AVX512 is enabled regardless of whether +fma was added on the command line. by Craig Topper · 8 years ago
  22. 5db6e08 [X86] Remove unused predicate. NFC by Craig Topper · 8 years ago
  23. 58423c0 [SystemZ] New CodeGen tests for vector compare / select. by Jonas Paulsson · 8 years ago
  24. 1b93bd9 Add SystemZ to utils/update_llc_test_checks.py. by Jonas Paulsson · 8 years ago
  25. db89440 [SystemZ] Add use of super-reg in splitMove() by Jonas Paulsson · 8 years ago
  26. 0ce9186 [AVX-512] Give priority to EVEX encoded scalar FMA instructions when we have FMA, AVX512 and no VLX. by Craig Topper · 8 years ago
  27. 157d06d [X86] Use update_llc_test_checks.py to regenerate a test and add command lines to demonstrate that we don't pick EVEX encoded instruction when AVX512 and FMA3 are both enabled. by Craig Topper · 8 years ago
  28. 12c91f7 [X86] Use update_llc_test_checks.py to regenerate a test. by Craig Topper · 8 years ago
  29. 25676d7 [X86] Cleanup the AddedComplexity values on move immediate instructions. NFC by Craig Topper · 8 years ago
  30. 31c659f [libFuzzer] inline the code of __sanitizer_cov_trace_pc_guard into it by Kostya Serebryany · 8 years ago
  31. 2362f32 [libFuzzer] Experimenting with dictionary minimization. by Kostya Serebryany · 8 years ago
  32. 6ee36bc [libFuzzer] add a test with two different bugs by Kostya Serebryany · 8 years ago
  33. 8e740f1 [RSForGC] Handle vector GEPs by Sanjoy Das · 8 years ago
  34. 9ed2d9c Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]" by Zachary Turner · 8 years ago
  35. 94ebfcb SplitKit: Correctly implement partial subregister copies by Matthias Braun · 8 years ago
  36. 852989f VirtRegMap: Correctly deal with bundles when deleting identity copies. by Matthias Braun · 8 years ago
  37. 5c2a1d9 Remove LessPreciseFPMADOption from TargetOptions along with all of the by Eric Christopher · 8 years ago
  38. f5e1bc8 [ARM] Use alias analysis in ARMPreAllocLoadStoreOpt. by Eli Friedman · 8 years ago
  39. ec179d7 LTO: Fix a potential race condition in the caching API. by Peter Collingbourne · 8 years ago
  40. bb8d9fb SmallString doesn't have implicit conversion from const char*. by Zachary Turner · 8 years ago
  41. 0a965f8 Don't rely on an implicit std::tuple constructor. by Zachary Turner · 8 years ago
  42. 43f117d [pdb] Fix an uninitialized read, and add a test for it. by Zachary Turner · 8 years ago
  43. 44d8261 [PDB] It is not an error getting the "Invalid" Annotation opcode. by Zachary Turner · 8 years ago
  44. e3fdf49 clean Lanai namespace by Jacques Pienaar · 8 years ago
  45. 8f4fdbe Fix unit test. by Zachary Turner · 8 years ago
  46. 1c19be8 Remove getArgumentList() in favor of arg_begin(), args(), etc by Reid Kleckner · 8 years ago
  47. 3d207f3 Remove dead F parameter from Argument constructor by Reid Kleckner · 8 years ago
  48. 5ff3774 Fix linux build. by Zachary Turner · 8 years ago
  49. 5fa4774 Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB] by Adrian McCarthy · 8 years ago
  50. c33642e [Support] Support both Windows and Posix paths on both platforms. by Zachary Turner · 8 years ago
  51. 36d60de9 Make Argument::getArgNo() constant time, not O(#args) by Reid Kleckner · 8 years ago
  52. 7762f59 Remove eol-style:native from Path.h by Zachary Turner · 8 years ago
  53. a19db56 CodeGen: BlockPlacement: Adjust test case so it covers rL297925. NFC by Kyle Butt · 8 years ago
  54. 6f00c7b Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls by Rong Xu · 8 years ago
  55. b70598b Salvage debug info from instructions about to be deleted by Adrian Prantl · 8 years ago
  56. 2360eb0 [LoopUnroll] Don't peel loops where the latch isn't the exiting block by Michael Kuperstein · 8 years ago
  57. 78dce25 [SCEV] Compute affine range in another way to avoid bitwidth extending. by Michael Zolotukhin · 8 years ago
  58. d289ddd [WebAssembly] Fix some broken type encodings in wasm binary by Derek Schuff · 8 years ago
  59. a07d9f3 Silence -Wcovered-switch-default warning. by Zachary Turner · 8 years ago
  60. 4616521 [InstCombine] avoid breaking up bitcasted vector min/max patterns (PR32306) by Sanjay Patel · 8 years ago
  61. 7d515a4 Clarify a comment about mapped_iterator. NFC by Jonathan Roelofs · 8 years ago
  62. c3f644a ArchiveWriter: Remove unused variables. NFC. by Peter Collingbourne · 8 years ago
  63. e0f4fee [InstCombine] add tests for PR32306 and missed min/max canonicalization; NFC by Sanjay Patel · 8 years ago
  64. e399c3e Create msbuild only when using MSVC by Reid Kleckner · 8 years ago
  65. 7ba6356 [PDB] Add support for parsing Flags from PDB Stream. by Zachary Turner · 8 years ago
  66. 7b596b1 [llvm-pdbdump] Add support for diffing the PDB Stream. by Zachary Turner · 8 years ago
  67. 6308f28 Revert commit r297971 because of issues reported by msan. by Adrian Prantl · 8 years ago
  68. e00719d TargetInstrInfo: Provide default implementation of isTailCall(). by Matthias Braun · 8 years ago
  69. 8b1080c [globalisel] Correct one more simple immediate that should be a ConstantInt. by Daniel Sanders · 8 years ago
  70. 271460b [AVX-512] Add tests for kandn, kor, kxor, and kxnor intrinsics. by Craig Topper · 8 years ago
  71. 4235bb8 [llvm-pdbdump] clang-format Diff.cpp by Zachary Turner · 8 years ago
  72. 01137ce Remove redundant conditions (PR31753). NFCI. by Simon Pilgrim · 8 years ago
  73. b789f7b Fix unused variable warnings. by Adrian Prantl · 8 years ago
  74. 80bfdf1 Salvage debug info from instructions about to be deleted by Adrian Prantl · 8 years ago
  75. aad0d39 LTO: Create temporary cache files in the cache directory instead of $TMPDIR. by Peter Collingbourne · 8 years ago
  76. e3a9e90 Attempt to fix bot failure on Windows. by Adrian Prantl · 8 years ago
  77. 89cb961 [globalisel] Correct G_CONSTANT path of selectArithImmed() by Daniel Sanders · 8 years ago
  78. 34c8126 Rearrange fields. NFC. by Adrian Prantl · 8 years ago
  79. fd16587 Rename methods in DwarfExpression to adhere to the LLVM coding guidelines. NFC. by Adrian Prantl · 8 years ago
  80. 308a80b PR32288: More efficient encoding for DWARF expr subregister access. by Adrian Prantl · 8 years ago
  81. 7e21d8d [cmake] Refactor warning flag logic to use Unix warnings with clang-cl by Reid Kleckner · 8 years ago
  82. 800f104 [IR] Inline some Function accessors by Reid Kleckner · 8 years ago
  83. 6ce086b Revert "PR32288: More efficient encoding for DWARF expr subregister access." by Adrian Prantl · 8 years ago
  84. 7c8e19d PR32288: More efficient encoding for DWARF expr subregister access. by Adrian Prantl · 8 years ago
  85. a2d20c4 Test commit. by Hiroshi Inoue · 8 years ago
  86. 1537930 [AMDGPU] Run always inliner early in opt by Stanislav Mekhanoshin · 8 years ago
  87. 0a25d0e [X86] Add PR22338 test case by Simon Pilgrim · 8 years ago
  88. 610fcc0 Fix: Refactor SimplifyCFG:canSinkInstructions [NFC] by Aditya Kumar · 8 years ago
  89. 078fc4c [BasicTTIImpl] Bugfix in getIntrinsicInstrCost() by Jonas Paulsson · 8 years ago
  90. bd47439 [InstCombine] Liberate assert in InstCombiner::visitZExt by Bjorn Pettersson · 8 years ago
  91. 9dd65de Revert "[PGO] Value profile for size of memory intrinsic calls" by Eric Liu · 8 years ago
  92. 8276800 [Support] Add support for getting file system permissions on Windows and implement sys::fs::set/getPermissions to work with them by James Henderson · 8 years ago
  93. c177883 [PM/Inliner] Fix a bug in r297374 where we would leave stale calls in by Chandler Carruth · 8 years ago
  94. 9a95bff [PM/Inliner] Add a test case that encapsulates the core issue addressed by Chandler Carruth · 8 years ago
  95. ff057b1 Fixing typos. by Oren Ben Simhon · 8 years ago
  96. 1b6f5a3 [SelectionDAG] Optimize VSELECT->SETCC of incompatible or illegal types. by Jonas Paulsson · 8 years ago
  97. a690454 [ADCE] Remove redundent code [NFC] by Tobias Grosser · 8 years ago
  98. 13c3208 Fix pessimising moves. by Peter Collingbourne · 8 years ago
  99. 2995c25 Support: Add a cache pruning policy parser. by Peter Collingbourne · 8 years ago
  100. e6f1b02 [Hexagon] Fixing test from 297920 to add Hexagon triple. by Colin LeMahieu · 8 years ago