1. 5e8f180 llvm-cxxfilt: support the `-s` option by Saleem Abdulrasool · 9 years ago
  2. 5fe20f6 LiveRegUnits: Add accumulateBackward() function by Matthias Braun · 9 years ago
  3. 4f4c80c Fix Grammar. NFCI. by Xin Tong · 9 years ago
  4. e24f706 [SLP] Make ReductionOpcode have the right (enum) type. NFC. by Michael Kuperstein · 9 years ago
  5. 5f4797b MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preserve-debug-info by Anmol P. Paralkar · 9 years ago
  6. f103cf3 [ConstantFold] Remove test checking that we don't constant-fold sqrt(-2). by Justin Lebar · 9 years ago
  7. 9221d61 LowerTypeTests: Fix use-after-free. Found by asan/msan. by Peter Collingbourne · 9 years ago
  8. 82405c4 [AMDGPU] Fix build broken in r292688. by Eugene Zelenko · 9 years ago
  9. f261795 [SLP] Delete useless helper. NFC. by Michael Kuperstein · 9 years ago
  10. fcd9eea [libFuzzer] Use CXX to set compiler to use by Vitaly Buka · 9 years ago
  11. 3a0d592 [libFuzzer] fix gcc build by Kostya Serebryany · 9 years ago
  12. e5aefeb [NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM target-generic code. by Justin Lebar · 9 years ago
  13. e1e8594 [NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32FTZ into out of DAGToDAG and into TargetLowering. by Justin Lebar · 9 years ago
  14. 12044b3 [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics. by Justin Lebar · 9 years ago
  15. 8584769 [ValueTracking] Clarify comments on CannotBeOrderedLessThanZero and SignBitMustBeZero. by Justin Lebar · 9 years ago
  16. ef5ba4e [NVPTX] Add explicit check for llvm.sqrt.f32 to intrinsics.ll. by Justin Lebar · 9 years ago
  17. 5751b55 [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  18. f0a2f63 [APFloat] Add asserts and descriptions. NFC. by Tim Shen · 9 years ago
  19. e0c77c8 [libFuzzer] use print+exit(1) instead of assert to report an error by Kostya Serebryany · 9 years ago
  20. 79f0d94 [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test runner nearby by Kostya Serebryany · 9 years ago
  21. 6139474 [InstCombine] auto-generate checks; NFC by Sanjay Patel · 9 years ago
  22. 02e6813 [libFuzzer] call __sanitizer_dump_coverage via EF by Kostya Serebryany · 9 years ago
  23. 31027cd [PPC] Give unaligned memory access lower cost on processor that supports it by Guozhi Wei · 9 years ago
  24. cf0c9c5 [ThinLTO] Don't perform computeDeadSymbols during O0 link, as the result is never used (NFC) by Mehdi Amini · 9 years ago
  25. 38596a9 [NewGVN] Optimize processing for instructions found trivially dead. by Davide Italiano · 9 years ago
  26. 6955b2c GlobalISel: prevent heap use-after-free when looking up VReg. by Tim Northover · 9 years ago
  27. 9aea18b LowerTypeTests: Simplify; always create SizeM1 with type IntPtrTy, move initialization out of if statement. by Peter Collingbourne · 9 years ago
  28. 3e1e052 Add indirect call promotion to SamplePGO by Dehao Chen · 9 years ago
  29. 38f8755 [libFuzzer] Don't use `#ifdef` for defined macros, instead use `#if`. by Marcos Pividori · 9 years ago
  30. cad86c7 [libFuzzer] Use clang as linker on Windows, to properly include sanitizer libraries. by Marcos Pividori · 9 years ago
  31. 40dcc15 [libFuzzer] Properly use compiler options supported on Windows. by Marcos Pividori · 9 years ago
  32. 35fb9fa [ThinLTO] The "codegen only" path didn't honor the recently added file-based API by Mehdi Amini · 9 years ago
  33. adca575 Improve PGO support for the new inliner by Easwaran Raman · 9 years ago
  34. 9c1e7a6 [pdb] Write the Named Stream mapping to Yaml and binary. by Zachary Turner · 9 years ago
  35. b7d2cf7 [pdb] Merge NamedStreamMapBuilder and NamedStreamMap. by Zachary Turner · 9 years ago
  36. f213f11 [PDB] Rename some files to be more intuitive. by Zachary Turner · 9 years ago
  37. 87d73e9 IPO, LTO: Plumb the summary from the LTO API into the pass manager. by Peter Collingbourne · 9 years ago
  38. 92a30c5 [ValueTracking] recognize variations of 'clamp' to improve codegen (PR31693) by Sanjay Patel · 9 years ago
  39. b786258 docs: Document that !absolute_symbol { all-ones, all-ones } means the full set. by Peter Collingbourne · 9 years ago
  40. 1f32b34 [ThinLTO] Drop non-prevailing non-ODR weak to declarations by Teresa Johnson · 9 years ago
  41. 7d5b56c [InstCombine] add tests to show missed canonicalization of min/max; NFC by Sanjay Patel · 9 years ago
  42. e243f51 LowerTypeTests: Implement importing of type identifiers. by Peter Collingbourne · 9 years ago
  43. 78f7b70 [globalisel] Fix an unused variable warning when NDEBUG is defined. by Daniel Sanders · 9 years ago
  44. c292437 [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing argv[0] by Kostya Serebryany · 9 years ago
  45. 5709854 AMDGPU/R600: Serialize vector trunc stores to private AS by Jan Vesely · 9 years ago
  46. 13b8e1f NewGVN: Remove pr31686.ll, it is tested by pr31594.ll, which is much smaller and simpler by Daniel Berlin · 9 years ago
  47. d130a4c NewGVN: Fix PR 31686 and PR 31698 by rewriting store leader handling. by Daniel Berlin · 9 years ago
  48. d7767b2 LowerTypeTests: Compute SizeM1BitWidth in exportTypeId. NFCI. by Peter Collingbourne · 9 years ago
  49. 7404114 [libFuzzer] experimental support for 'equivalance fuzzing' by Kostya Serebryany · 9 years ago
  50. 0d4e33d [WebAssembly] Don't create bitcast-wrappers for varargs. by Dan Gohman · 9 years ago
  51. 85b2e0b [ThinLTO] Fix lazy-loading of MDString instruction attachments by Mehdi Amini · 9 years ago
  52. bae951d [x86] add tests to show missed min/max vector codegen (PR31693) by Sanjay Patel · 9 years ago
  53. 70ebae9 [DWARF] [ObjectYAML] Adding APIs for unittesting by Chris Bieneman · 9 years ago
  54. 84ce155 Recommit "[InlineCost] Use TTI to check if GEP is free." #3 by Haicheng Wu · 9 years ago
  55. 27f0bb5 [SLP] Initial test for fix of PR31690. by Alexey Bataev · 9 years ago
  56. cfdef7c ARM: tLDR_postidx should be marked mayLoad by Matthias Braun · 9 years ago
  57. 116ba1a [InstCombine][X86] Add MULDQ/MULUDQ undef handling by Simon Pilgrim · 9 years ago
  58. 4a8de03 [SLP] A new test for horizontal vectorization for non-power-of-2 instructions. by Alexey Bataev · 9 years ago
  59. 37d2d7a AArch64LoadStoreOptimizer: Update kill flags when merging stores by Matthias Braun · 9 years ago
  60. eb2c5a9 [mips] Fix debug information for __thread variable by Petar Jovanovic · 9 years ago
  61. 68c521d [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  62. 0e0a424 [RegisterCoalescing] Recommit the patch "Remove partial redundent copy". by Wei Mi · 9 years ago
  63. 1d1dc06 [InstCombine][SSE] Tests showing missed opportunities to handle muldq/muludq with undef arguments by Simon Pilgrim · 9 years ago
  64. d1af97c Revert "Recommit "[InlineCost] Use TTI to check if GEP is free." #2" by Haicheng Wu · 9 years ago
  65. bdcefb6 Recommit "[InlineCost] Use TTI to check if GEP is free." #2 by Haicheng Wu · 9 years ago
  66. 888319b Remove trailing whitespace. NFCI. by Simon Pilgrim · 9 years ago
  67. 28ad0fe [CostModel][X86] Removed unused cost. NFCI. by Simon Pilgrim · 9 years ago
  68. 4ad0fb1 [InstCombine][SSE] Tests showing missed opportunities to constant fold packss/packus by Simon Pilgrim · 9 years ago
  69. 360cd34 [Thumb] Add support for tMUL in the compare instruction peephole optimizer. by Sjoerd Meijer · 9 years ago
  70. 0a1c1b2 [InstCombine][SSE] Tests showing missed opportunities to handle packss/packus with undef arguments by Simon Pilgrim · 9 years ago
  71. b7b123c Pacify -Wreorder. by Benjamin Kramer · 9 years ago
  72. 1d95ccd Add an assertion to PlaceholderQueue destructor, ensuring it has been flushed by Mehdi Amini · 9 years ago
  73. 1b647e6 [AMDGPU] Add subtarget features for SDWA/DPP by Sam Kolton · 9 years ago
  74. 7937d38 [PM] Tidy up the spacing of this new, much nicer test file. by Chandler Carruth · 9 years ago
  75. 8773596 [InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS instructions by Simon Pilgrim · 9 years ago
  76. 017c62c [PM] Port LoopSink to the new pass manager. by Chandler Carruth · 9 years ago
  77. 7dc10fa [LoopSink] Trivial comment cleanup. by Chandler Carruth · 9 years ago
  78. 0f6ded4 [ARM] Use helpers for adding pred / CC operands. NFC by Diana Picus · 9 years ago
  79. 2129bbc [AVX-512] Fix a couple test cases to not pass an undef mask to gather intrinsic. This could break if any future optimizations taken advantage of the undef. by Craig Topper · 9 years ago
  80. 6db0a2b [TargetLowering] Improve comment for setOperationAction(). by Jonas Paulsson · 9 years ago
  81. a0431ff NewGVN: Fix PR 31682, an overactive assert. by Daniel Berlin · 9 years ago
  82. b60e376 [SLP] Add a base test for jumbled store by Mohammad Shahid · 9 years ago
  83. 81f64e2 llvm-cxxfilt: add missing includes from previous change by Saleem Abdulrasool · 9 years ago
  84. 08015a5 llvm-cxxfilt: fix program description by Saleem Abdulrasool · 9 years ago
  85. 81cf2fa llvm-cxxfilt: support `-t` to demangle types by Saleem Abdulrasool · 9 years ago
  86. 440f273 BitVector: Fix undefined behaviour by Matthias Braun · 9 years ago
  87. 358aca9 Revert "LiveRegUnits: Add accumulateBackward() function" by Matthias Braun · 9 years ago
  88. f2a3664 Revert "Demangle: only demangle mangled symbols" by Saleem Abdulrasool · 9 years ago
  89. 035363a Revert "Recommit "[InlineCost] Use TTI to check if GEP is free."" by Haicheng Wu · 9 years ago
  90. 9f9ec3c Recommit "[InlineCost] Use TTI to check if GEP is free." by Haicheng Wu · 9 years ago
  91. 5067929 [LoopInfo] Add helper methods to compute two useful orderings of the by Chandler Carruth · 9 years ago
  92. 41b2c9b [test] Remove a unwanted match for `XFAIL:`. by Greg Parker · 9 years ago
  93. 51348fe [AArch64][GlobalISel] Widen scalar int->fp conversions. by Ahmed Bougacha · 9 years ago
  94. f3bfad2 [PM] Attempt to pacify windows bots. by Michael Kuperstein · 9 years ago
  95. f304f04 [AMDGPU] Prevent spills before exec mask is restored by Stanislav Mekhanoshin · 9 years ago
  96. 91e5a47 GlobalISel: Add a note about how we're being a bit loose with memory operands by Justin Bogner · 9 years ago
  97. c451236 [AArch64][GlobalISel] Split FP conversion legalizer tests. NFC. by Ahmed Bougacha · 9 years ago
  98. 6d3baec [AArch64][GlobalISel] Split legalizer combine tests. NFC. by Ahmed Bougacha · 9 years ago
  99. cbd2ff7 [MIRParser] Allow generic register specification on operand. by Ahmed Bougacha · 9 years ago
  100. c5cf6c8 [lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2] by Kuba Mracek · 9 years ago