1. 9720a78 [AVX-512] Add test cases that show where we are using two subvector inserts to broadcast a 128-bit subvector into a 512-bit vector. We'd be better off using something like SHUFF32X4. by Craig Topper · 9 years ago
  2. f1fe387 [AVX-512] Support ADD/SUB/MUL of mask vectors by Craig Topper · 9 years ago
  3. 261f60f AMDGPU: Disable some fneg combines unless nsz by Matt Arsenault · 9 years ago
  4. cfe56d7 AMDGPU: Remove modifiers from v_div_scale_* by Matt Arsenault · 9 years ago
  5. e8138e6 [X86] Merge LowerADD and LowerSUB into a single LowerADD_SUB since they are identical. by Craig Topper · 9 years ago
  6. e7be0ad [sancov] applying blacklist to covered points too by Mike Aizatsky · 9 years ago
  7. 08b4904 llvm-cxxfilt: filter out invalid manglings by Saleem Abdulrasool · 9 years ago
  8. 2a42c3b [AVX-512] Use VSHUF instructions instead of two inserts as fallback for subvector broadcasts that can't fold the load. by Craig Topper · 9 years ago
  9. 3b137a6 [AVX-512] Add additional test cases for broadcast intrinsics that demonstates that we don't fold the loads to use a broadcast instruction. by Craig Topper · 9 years ago
  10. dcf4661 [PM] Add LoopVectorize to the default module pipeline by Michael Kuperstein · 9 years ago
  11. 3a89c35 LowerTypeTests: Implement exporting of type identifiers. by Peter Collingbourne · 9 years ago
  12. 3552215 GlobalISel: Implement narrowing for G_LOAD by Justin Bogner · 9 years ago
  13. cb8c47a GlobalISel: Fix text wrapping in a comment. NFC by Justin Bogner · 9 years ago
  14. cc10c1e Use an actual valid register in test by Matthias Braun · 9 years ago
  15. b68d770 Add -debug-info-for-profiling to emit more debug info for sample pgo profile collection by Dehao Chen · 9 years ago
  16. b9ac5dc [LV] Run loop-simplify and LCSSA explicitly instead of "requiring" them by Michael Kuperstein · 9 years ago
  17. 95a3600 LiveIntervalAnalysis: Cleanup; NFC by Matthias Braun · 9 years ago
  18. df5ffd6 [NVPTX] Fix lowering of fp16 ISD::FNEG. by Artem Belevich · 9 years ago
  19. 19ce959 [SCEV] Make getUDivExactExpr handle non-nuw multiplies correctly. by Eli Friedman · 9 years ago
  20. e350211 Preserve domtree and loop-simplify for runtime unrolling. by Eli Friedman · 9 years ago
  21. a8b917b Treat segment [B, E) as not overlapping block with boundaries [A, B) by Krzysztof Parzyszek · 9 years ago
  22. 621d1f4 [Hexagon] Remove dead defs from the live set when expanding wstores by Krzysztof Parzyszek · 9 years ago
  23. 57f0668 Revert r291670 because it introduces a crash. by Michael Kuperstein · 9 years ago
  24. 01355e8 Improve the `-filter-print-funcs` option to skip the banner for CGSCC pass when nothing is to be printed by Mehdi Amini · 9 years ago
  25. 4683557 [InstCombine] add tests for shl nsw with icmp eq/ne; NFCI by Sanjay Patel · 9 years ago
  26. 82823ef [InstCombine] add an assert to make a shl+icmp transform assumption explicit; NFCI by Sanjay Patel · 9 years ago
  27. 9c79f14 [CodeGenPrepare] Fix a typo in the comment. NFC. by Haicheng Wu · 9 years ago
  28. a1c9212 [InstCombine] remove a redundant check; NFCI by Sanjay Patel · 9 years ago
  29. 28f3575 ThinLTOBitcodeWriter: Clear comdats on filtered globals. by Peter Collingbourne · 9 years ago
  30. 1d08431 Cloning: Copy comdats when cloning globals. by Peter Collingbourne · 9 years ago
  31. 517331b Fix up a comment. NFC. by Michael Kuperstein · 9 years ago
  32. c3a226d [LV] Allow reductions that have several uses outside the loop by Michael Kuperstein · 9 years ago
  33. 92e82c5 cmake: Only sanitize use-after-scope if the host compiler supports it by Justin Bogner · 9 years ago
  34. f5697dc [AArch64] Generate literals by the little end by Evandro Menezes · 9 years ago
  35. d20f95e [NewGVN] We don't use postdom info anymore. Update. by Davide Italiano · 9 years ago
  36. 6449993 [ThinLTO] Add a recursive step in Metadata lazy-loading by Mehdi Amini · 9 years ago
  37. 57f557b [lit] Support sharding testsuites, for parallel execution. by Graydon Hoare · 9 years ago
  38. 05153bf [SLP] Add a tests for a fix for PR30787. by Alexey Bataev · 9 years ago
  39. d78f00a [AMDGPU] Do not allow register coalescer to create big superregs by Stanislav Mekhanoshin · 9 years ago
  40. 4a6dec6 GlobalISel: Implement narrowing for G_STORE by Justin Bogner · 9 years ago
  41. 6eefd2c GlobalISel: Correct copy-pasted comment. NFC by Justin Bogner · 9 years ago
  42. 6f03dce Don't create a comdat group for a dropped def with initializer by Teresa Johnson · 9 years ago
  43. 1dd9f80 Revert 292404 due to buildbot failures. by Kirill Bobyrev · 9 years ago
  44. 80480bf [X86] Minor code cleanup to fix several clang-tidy warnings. NFC by Kirill Bobyrev · 9 years ago
  45. 56e5bde [ARM] Create SubtargetFeatures from build attrs by Sam Parker · 9 years ago
  46. 7990fab raw_fd_ostream: Make file handles non-inheritable by default by Pavel Labath · 9 years ago
  47. 73dc33b [Assembler] Fix crash when assembling .quad for AArch32. by Chad Rosier · 9 years ago
  48. 4a5b076 [thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::emitPrologue. by Florian Hahn · 9 years ago
  49. c2e2612 [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERMPS shuffles by Simon Pilgrim · 9 years ago
  50. 1f4dfaa Re-revert: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
  51. e22dda9 [InstCombine][AVX2] Tests showing missed opportunities to pass demanded elts through a vpermd/vpermps shuffle by Simon Pilgrim · 9 years ago
  52. 7d4a3d4 Re-commit: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
  53. aa96763 [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  54. caaf153 [InstCombine] Remove unnecessary intrinsics demanded elts handling by Simon Pilgrim · 9 years ago
  55. e3d484c Fixed parser error on windows shell evaluation of RUN script line by Simon Pilgrim · 9 years ago
  56. 00b2f8c [X86][SSE] Simplify umax knownbits test by Simon Pilgrim · 9 years ago
  57. 476a6c5 [X86] Improve mul combine for negative multiplayer (2^c - 1) by Michael Zuckerman · 9 years ago
  58. 6994e23 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier" by Renato Golin · 9 years ago
  59. ce4eec5 [SystemZ] Proper handling of undef flag while expanding pseudo. by Jonas Paulsson · 9 years ago
  60. be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix by Marina Yatsina · 9 years ago
  61. 3b7e672 [LoopDeletion] (cleanup, NFC) Fix one more local variable that didn't by Chandler Carruth · 9 years ago
  62. 02f541f [PM] Teach LoopDeletion to correctly update the LPM when loops are deleted. by Chandler Carruth · 9 years ago
  63. abe4967 [LoopDeletion] (cleanup, NFC) Make this test actually test what it by Chandler Carruth · 9 years ago
  64. 4cddac9 DAG: Consider nnan in isKnownNeverNaN by Matt Arsenault · 9 years ago
  65. f2f70f1 Revert rL292292 since it causes a SEGV on sanitizer-x86_64-linux-fuzzer build bot. by Wei Mi · 9 years ago
  66. c4a7209 [libFuzzer] remove stale code by Kostya Serebryany · 9 years ago
  67. 162faf4 [test-release.sh] Add Polly to the list of projects by Pengxuan Zheng · 9 years ago
  68. 97c35d1 [WebAssembly] Update grow_memory's return type. by Dan Gohman · 9 years ago
  69. c1fa073 MIRParser: Allow regclass specification on operand by Matthias Braun · 9 years ago
  70. 13bc67e [Target, Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  71. 4fc1671 [libFuzzer] exit(1) on failed merge by Kostya Serebryany · 9 years ago
  72. 26071eb [libFuzzer] better link for trophies by Kostya Serebryany · 9 years ago
  73. dc30ded [NVPTX] Support global variables of integer type larger than i64. by Justin Lebar · 9 years ago
  74. 9d29b66 2 returns next to each other =). NFC by Xin Tong · 9 years ago
  75. 9256b5b Skip loop header while we can when computing loop safety info by Xin Tong · 9 years ago
  76. 38777f9 [LIT] Make util.executeCommand python3 friendly by Eric Fiselier · 9 years ago
  77. fb0c1c5 [NVPTX] Standardize asm printer on "foo \tbar". by Justin Lebar · 9 years ago
  78. 0e8415f [NVPTX] Clean up nested !strconcat calls. by Justin Lebar · 9 years ago
  79. db8ecaf [NVPTX] Implement min/max in tablegen, rather than with custom DAGComine logic. by Justin Lebar · 9 years ago
  80. f78819e [NVPTX] Lower integer absolute value idiom to abs instruction. by Justin Lebar · 9 years ago
  81. 38c1089 [NVPTX] Improve lowering of llvm.ctpop. by Justin Lebar · 9 years ago
  82. 7470b2c [NVPTX] Add lowering for llvm.bitreverse. by Justin Lebar · 9 years ago
  83. 9ff5ce4 [NVPTX] Fix function names in ctlz.ll test. Test-only change. by Justin Lebar · 9 years ago
  84. fd46a6b [NVPTX] Improve lowering of llvm.ctlz. by Justin Lebar · 9 years ago
  85. be4d3e0 [IR] Grammar police: "intact" is one word. NFC by Justin Lebar · 9 years ago
  86. bf51c92 [InstCombine] add tests to show missed shrinkage; NFC by Sanjay Patel · 9 years ago
  87. 0f46395 [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitizer hooks by Kostya Serebryany · 9 years ago
  88. f519872 Introduce -unroll-partial-threshold to separate PartialThreshold from Threshold in loop unorller. by Dehao Chen · 9 years ago
  89. caab16e [RegisterCoalescing] Remove partial redundent copy. by Wei Mi · 9 years ago
  90. 84b54a1 Fix GettingStarted doc so that the example build command for cmake LLVM_ENABLE_PROJECTS works on linux by Mehdi Amini · 9 years ago
  91. 5699207 [libfuzzer] fixing collected pc addresses for coverage by Mike Aizatsky · 9 years ago
  92. 974466a [ADT] Add SparseBitVector::find_last(). by Zachary Turner · 9 years ago
  93. db5325a [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) by Kostya Serebryany · 9 years ago
  94. d4ebdc1 [libFuzzer] copy the options inside MutationDispatcher to avoid use-after-scope in mutator tests by Kostya Serebryany · 9 years ago
  95. f4d04d4 GlobalISel: fix comparison order for G_FCMP by Tim Northover · 9 years ago
  96. dfa332f GlobalISel: add callseq instructions to record stack usage by Tim Northover · 9 years ago
  97. 244264d GlobalISel: correctly handle varargs by Tim Northover · 9 years ago
  98. 1d3f429 [LoopDeletion] (cleanup, NFC) Use the dedicated helper to get a single by Chandler Carruth · 9 years ago
  99. 1b2cd63 [LV] Add requires asserts to test case by Matthew Simpson · 9 years ago
  100. 57a16bc [LoopDeletion] (cleanup, NFC) Fix another variable name to match LLVM by Chandler Carruth · 9 years ago