1. 57f557b [lit] Support sharding testsuites, for parallel execution. by Graydon Hoare · 9 years ago
  2. 05153bf [SLP] Add a tests for a fix for PR30787. by Alexey Bataev · 9 years ago
  3. d78f00a [AMDGPU] Do not allow register coalescer to create big superregs by Stanislav Mekhanoshin · 9 years ago
  4. 4a6dec6 GlobalISel: Implement narrowing for G_STORE by Justin Bogner · 9 years ago
  5. 6eefd2c GlobalISel: Correct copy-pasted comment. NFC by Justin Bogner · 9 years ago
  6. 6f03dce Don't create a comdat group for a dropped def with initializer by Teresa Johnson · 9 years ago
  7. 1dd9f80 Revert 292404 due to buildbot failures. by Kirill Bobyrev · 9 years ago
  8. 80480bf [X86] Minor code cleanup to fix several clang-tidy warnings. NFC by Kirill Bobyrev · 9 years ago
  9. 56e5bde [ARM] Create SubtargetFeatures from build attrs by Sam Parker · 9 years ago
  10. 7990fab raw_fd_ostream: Make file handles non-inheritable by default by Pavel Labath · 9 years ago
  11. 73dc33b [Assembler] Fix crash when assembling .quad for AArch32. by Chad Rosier · 9 years ago
  12. 4a5b076 [thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::emitPrologue. by Florian Hahn · 9 years ago
  13. c2e2612 [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERMPS shuffles by Simon Pilgrim · 9 years ago
  14. 1f4dfaa Re-revert: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
  15. e22dda9 [InstCombine][AVX2] Tests showing missed opportunities to pass demanded elts through a vpermd/vpermps shuffle by Simon Pilgrim · 9 years ago
  16. 7d4a3d4 Re-commit: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
  17. aa96763 [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  18. caaf153 [InstCombine] Remove unnecessary intrinsics demanded elts handling by Simon Pilgrim · 9 years ago
  19. e3d484c Fixed parser error on windows shell evaluation of RUN script line by Simon Pilgrim · 9 years ago
  20. 00b2f8c [X86][SSE] Simplify umax knownbits test by Simon Pilgrim · 9 years ago
  21. 476a6c5 [X86] Improve mul combine for negative multiplayer (2^c - 1) by Michael Zuckerman · 9 years ago
  22. 6994e23 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier" by Renato Golin · 9 years ago
  23. ce4eec5 [SystemZ] Proper handling of undef flag while expanding pseudo. by Jonas Paulsson · 9 years ago
  24. be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix by Marina Yatsina · 9 years ago
  25. 3b7e672 [LoopDeletion] (cleanup, NFC) Fix one more local variable that didn't by Chandler Carruth · 9 years ago
  26. 02f541f [PM] Teach LoopDeletion to correctly update the LPM when loops are deleted. by Chandler Carruth · 9 years ago
  27. abe4967 [LoopDeletion] (cleanup, NFC) Make this test actually test what it by Chandler Carruth · 9 years ago
  28. 4cddac9 DAG: Consider nnan in isKnownNeverNaN by Matt Arsenault · 9 years ago
  29. f2f70f1 Revert rL292292 since it causes a SEGV on sanitizer-x86_64-linux-fuzzer build bot. by Wei Mi · 9 years ago
  30. c4a7209 [libFuzzer] remove stale code by Kostya Serebryany · 9 years ago
  31. 162faf4 [test-release.sh] Add Polly to the list of projects by Pengxuan Zheng · 9 years ago
  32. 97c35d1 [WebAssembly] Update grow_memory's return type. by Dan Gohman · 9 years ago
  33. c1fa073 MIRParser: Allow regclass specification on operand by Matthias Braun · 9 years ago
  34. 13bc67e [Target, Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  35. 4fc1671 [libFuzzer] exit(1) on failed merge by Kostya Serebryany · 9 years ago
  36. 26071eb [libFuzzer] better link for trophies by Kostya Serebryany · 9 years ago
  37. dc30ded [NVPTX] Support global variables of integer type larger than i64. by Justin Lebar · 9 years ago
  38. 9d29b66 2 returns next to each other =). NFC by Xin Tong · 9 years ago
  39. 9256b5b Skip loop header while we can when computing loop safety info by Xin Tong · 9 years ago
  40. 38777f9 [LIT] Make util.executeCommand python3 friendly by Eric Fiselier · 9 years ago
  41. fb0c1c5 [NVPTX] Standardize asm printer on "foo \tbar". by Justin Lebar · 9 years ago
  42. 0e8415f [NVPTX] Clean up nested !strconcat calls. by Justin Lebar · 9 years ago
  43. db8ecaf [NVPTX] Implement min/max in tablegen, rather than with custom DAGComine logic. by Justin Lebar · 9 years ago
  44. f78819e [NVPTX] Lower integer absolute value idiom to abs instruction. by Justin Lebar · 9 years ago
  45. 38c1089 [NVPTX] Improve lowering of llvm.ctpop. by Justin Lebar · 9 years ago
  46. 7470b2c [NVPTX] Add lowering for llvm.bitreverse. by Justin Lebar · 9 years ago
  47. 9ff5ce4 [NVPTX] Fix function names in ctlz.ll test. Test-only change. by Justin Lebar · 9 years ago
  48. fd46a6b [NVPTX] Improve lowering of llvm.ctlz. by Justin Lebar · 9 years ago
  49. be4d3e0 [IR] Grammar police: "intact" is one word. NFC by Justin Lebar · 9 years ago
  50. bf51c92 [InstCombine] add tests to show missed shrinkage; NFC by Sanjay Patel · 9 years ago
  51. 0f46395 [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitizer hooks by Kostya Serebryany · 9 years ago
  52. f519872 Introduce -unroll-partial-threshold to separate PartialThreshold from Threshold in loop unorller. by Dehao Chen · 9 years ago
  53. caab16e [RegisterCoalescing] Remove partial redundent copy. by Wei Mi · 9 years ago
  54. 84b54a1 Fix GettingStarted doc so that the example build command for cmake LLVM_ENABLE_PROJECTS works on linux by Mehdi Amini · 9 years ago
  55. 5699207 [libfuzzer] fixing collected pc addresses for coverage by Mike Aizatsky · 9 years ago
  56. 974466a [ADT] Add SparseBitVector::find_last(). by Zachary Turner · 9 years ago
  57. 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
  58. d4ebdc1 [libFuzzer] copy the options inside MutationDispatcher to avoid use-after-scope in mutator tests by Kostya Serebryany · 9 years ago
  59. f4d04d4 GlobalISel: fix comparison order for G_FCMP by Tim Northover · 9 years ago
  60. dfa332f GlobalISel: add callseq instructions to record stack usage by Tim Northover · 9 years ago
  61. 244264d GlobalISel: correctly handle varargs by Tim Northover · 9 years ago
  62. 1d3f429 [LoopDeletion] (cleanup, NFC) Use the dedicated helper to get a single by Chandler Carruth · 9 years ago
  63. 1b2cd63 [LV] Add requires asserts to test case by Matthew Simpson · 9 years ago
  64. 57a16bc [LoopDeletion] (cleanup, NFC) Fix another variable name to match LLVM by Chandler Carruth · 9 years ago
  65. df7385e [GlobalISel] track predecessor mapping during switch lowering. by Tim Northover · 9 years ago
  66. d3e09ec [X86][SSE] Split UMIN and UMAX known bits tests by Simon Pilgrim · 9 years ago
  67. ebd9341 [LoopDeletion] (cleanup, NFC) Remove a pointless comment. by Chandler Carruth · 9 years ago
  68. 70e0d71 [LoopDeletion] (cleanup, NFC) Make simple helper functions static by Chandler Carruth · 9 years ago
  69. 40d8cc1 [LoopDeletion] (cleanup, NFC) Stop passing around reference to a vector by Chandler Carruth · 9 years ago
  70. 067ba90 [PM] Clean up variable and parameter names to match modern LLVM naming by Chandler Carruth · 9 years ago
  71. e38a9b5 Silence some Sphinx diagnostics in an attempt to get the documentation builder back to green (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/1895). by Aaron Ballman · 9 years ago
  72. 985d6ae Add a test case for LICM when promoting locals that may be read after the throw within the loop. NFCI. by Xin Tong · 9 years ago
  73. eaad74d [InstCombine] refactor foldICmpShlConstant(); NFCI by Sanjay Patel · 9 years ago
  74. a6fcb69 [bpf] fix stack-use-after-scope by Alexei Starovoitov · 9 years ago
  75. 73275fd Enabled -fsanitize-address-use-after-scope for -DLLVM_USE_SANITIZER=Address by Vitaly Buka · 9 years ago
  76. e3aa759 [cmake] Update SOVERSION for the new versioning scheme by Michal Gorny · 9 years ago
  77. caab3a8 [LV] Mark non-consecutive-like pointers non-uniform by Matthew Simpson · 9 years ago
  78. c67238a [WebAssembly] Add triple support for the new wasm object format by Dan Gohman · 9 years ago
  79. ecf1f11 Rename scalar_promote.ll to scalar-promote.ll and scalar_promote-unwind.ll to scalar-promote-unwind.ll. NFCI by Xin Tong · 9 years ago
  80. 26415f8 Refactor out LoopInfo computation so that it can be used by other test cases. by Xin Tong · 9 years ago
  81. 90b7e38 [EarlyCSE] Don't DSE across readnone functions that may throw by Sanjoy Das · 9 years ago
  82. e9d3b46 [InstCombine] add tests for shl nsw + icmp sle; NFC by Sanjay Patel · 9 years ago
  83. bf5fc97 [TLI] Appease spurious MSVC warning using llvm_unreachable. NFC. by Ahmed Bougacha · 9 years ago
  84. a786253 Remove an overeager assert from r288844. by Joerg Sonnenberger · 9 years ago
  85. aedf668 Revert r291640 change to fold X86 comparison with atomic_load_add. by Bob Wilson · 9 years ago
  86. 1c28b57 [PM] Teach the LoopPassManager to automatically canonicalize loops by by Chandler Carruth · 9 years ago
  87. 3ecd20b [ValueTracking] recognize a 'not' of an assumed condition as false by Sanjay Patel · 9 years ago
  88. 64f8498 [InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) by David Majnemer · 9 years ago
  89. db50c59 Revert r292231. by Kuba Mracek · 9 years ago
  90. 6e8a146 [X86][AVX512] Add all_of/any_of avx512vl tests by Simon Pilgrim · 9 years ago
  91. 7eb6751 [ValueTracking] Extend known bits to understand @llvm.bitreverse. by Chad Rosier · 9 years ago
  92. 518607f [lit] Limit parallelism of sanitizer tests on Darwin [llvm part] by Kuba Mracek · 9 years ago
  93. a9edfba [InstCombine] reduce indent; NFCI by Sanjay Patel · 9 years ago
  94. ef935cd Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status" by George Rimar · 9 years ago
  95. 9298246 [AMDGPU] Assembler: fix v_mac_f16 immediates by Sam Kolton · 9 years ago
  96. fac4957 [X86][SSE] Tests showing horizontal all_of/any_of of vector comparison results by Simon Pilgrim · 9 years ago
  97. c369648 [llvm-objdump tests] Copy the inputs of tests closer to tests. by Krasimir Georgiev · 9 years ago
  98. 7c0ccdc Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status." by George Rimar · 9 years ago
  99. d81b538 BrainF example: fixing output buffering issue by Boris Ulasevich · 9 years ago
  100. 4a6a534 [Support/Compression] - Change zlib API to return Error instead of custom status. by George Rimar · 9 years ago