1. 580e466 [PM/AA] Wire up the scoped-no-alias AA to the new pass manager's by Chandler Carruth · 10 years ago
  2. 10ab5d9 [PM/AA] Wire up SCEVAA to the new pass manager's registry and test it. by Chandler Carruth · 10 years ago
  3. 3883deb MachineCopyPropagation: Introduce Reg2MIMap typedef; NFC by Matthias Braun · 10 years ago
  4. 4f08db2 MachineCopyPropagation: Move variables from function to pass by Matthias Braun · 10 years ago
  5. 4d44c95 MachineCopyPropagation: Use ranged for, cleanup; NFC by Matthias Braun · 10 years ago
  6. 7975e02 MachineCopyPropagation: Use assert() instead of if{report_error()} for 'impossible' condition by Matthias Braun · 10 years ago
  7. 10d9c2c [PM/AA] Wire up CFLAA to the new pass manager fully, and port one of its by Chandler Carruth · 10 years ago
  8. 89a08aa [PM/AA] Port alias analysis evaluator to the new pass manager, and use by Chandler Carruth · 10 years ago
  9. 6e95686 fixing msvc warning. by Mike Aizatsky · 10 years ago
  10. 3deef96 [SCEV] Don't spell `SCEV *` variables as `Scev`; NFC by Sanjoy Das · 10 years ago
  11. 2ed41bc [SCEV] Don't spell `SCEV *` variables as `Scev`; NFC by Sanjoy Das · 10 years ago
  12. 8736e22 [SCEV] Don't use std::make_pair; NFC by Sanjoy Das · 10 years ago
  13. 1f296bf [SimplifyCFG] Merge together cleanuppads by David Majnemer · 10 years ago
  14. 7ed6f01 [X86ISelLowering] Fix TLSADDR lowering when shrink-wrapping is enabled. by Davide Italiano · 10 years ago
  15. 090553b AMDGPU/SI: Use v_readfirstlane to legalize SMRD with VGPR base pointer by Tom Stellard · 10 years ago
  16. 8e5d9d2 [RegAllocFast] Properly track the physical register definitions on calls. by Quentin Colombet · 10 years ago
  17. ac038d9 [codeview] Fix emission of file changes in inline line tables by Reid Kleckner · 10 years ago
  18. 78fadfc [sancov] sanitizer html report cosmetic improvements. by Mike Aizatsky · 10 years ago
  19. de72bf5 [X86ISelLowering] Provide a more informative assert message. by Davide Italiano · 10 years ago
  20. 1d49a01 [X86ISelLowering] Merge two conditions inside a single if. by Davide Italiano · 10 years ago
  21. 1836552 Revert r255691 "[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring specific instructions." by Hans Wennborg · 10 years ago
  22. dfd6975 Revert r253557 "Alternative to long nops for X86 CPUs, by Andrey Turetsky" by Hans Wennborg · 10 years ago
  23. ff94d6e llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector instead of linear searches through a vector by David Blaikie · 10 years ago
  24. af4a98f Fix incorrect selection of AVX512 sqrt when OptForSize is on by Dimitry Andric · 10 years ago
  25. 8ba7696 [StatepointLowering] Minor non-semantic cleanups by Sanjoy Das · 10 years ago
  26. 1b96a6c [WebAssembly] Add another optimization idea to README.txt. by Dan Gohman · 10 years ago
  27. bc147ab [AArch64][ShrinkWrap] Fix bug in prolog clobbering live reg when shrink wrapping. by Geoff Berry · 10 years ago
  28. 5a8841da [StatepointLowering] Update StatepointMaxSlotsRequired correctly by Sanjoy Das · 10 years ago
  29. 2ad2317 [StatepointLowering] Fix a mistake in rL261336 by Sanjoy Das · 10 years ago
  30. 3dd7451 [LV] Vectorize first-order recurrences by Matthew Simpson · 10 years ago
  31. d3b6659 [StatepointLowering] Change AllocatedStackSlots to use SmallBitVector by Sanjoy Das · 10 years ago
  32. fffaef1 [StatepointLowering] Fix bug in allocateStackSlot by Sanjoy Das · 10 years ago
  33. f089951 [StatepointLowering] Clean up allocateStackSlot by Sanjoy Das · 10 years ago
  34. ffe13b0 [X86] Change fixup-bw-inst.ll to test output with this optimization on and off. by Kevin B. Smith · 10 years ago
  35. 865db38 [LV] Fix PR26600: avoid out of bounds loads for interleaved access vectorization by Silviu Baranga · 10 years ago
  36. aced110 AMDGPU/SI: Fix s_waitcnt insertion for flat instructions by Tom Stellard · 10 years ago
  37. 38c5292 [X86][AVX] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
  38. 3e185f6 Add support for merging strings with alignment larger than one char. by Rafael Espindola · 10 years ago
  39. c80aad9 [SystemZ] Fix ABI for i128 argument and return types by Ulrich Weigand · 10 years ago
  40. fe6345c [LPM] Document the new helpers to make it easy to get consistent require by Chandler Carruth · 10 years ago
  41. eca46e6 [LPM] Factor all of the loop analysis usage updates into a common helper by Chandler Carruth · 10 years ago
  42. 1458b14 [X86] Remove unused entries from the disassembler type enum. by Craig Topper · 10 years ago
  43. be78872 Shuffle header file as per the Coding Standards by David Majnemer · 10 years ago
  44. ff57405 [SjLjEHPrepare] Simplify/cleanup code by David Majnemer · 10 years ago
  45. 4f298ff LegalizeDAG: Fix ExpandFCOPYSIGN assuming the same type on both inputs by Matthias Braun · 10 years ago
  46. 819f6b2 [LPM] Actually test what the O2 pass pipeline consists of in key places, by Chandler Carruth · 10 years ago
  47. 4487840 Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
  48. 58cfec6 [SjLjEHPrepare] Don't grab pointers to functions in doInitialization by David Majnemer · 10 years ago
  49. 1501a64 [AA] Preserve the AA results wrapper pass as well as BasicAA in a few by Chandler Carruth · 10 years ago
  50. b75f2ff [llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie. by Davide Italiano · 10 years ago
  51. a2cdd47 Bug fix: use dyn_cast_or_null instead of dyn_cast by Lawrence Hu · 10 years ago
  52. 8e4a86a llvm-dwp: Don't test compression when zlib isn't available by David Blaikie · 10 years ago
  53. fb07a71 llvm-dwp: Support compressed input by David Blaikie · 10 years ago
  54. 21c0f8d Minor code cleanups. NFC. by Junmo Park · 10 years ago
  55. a30ffcf [sancov] widening default blacklist. by Mike Aizatsky · 10 years ago
  56. c0110ea [sancov] Adding covered/uncovered tables to coverage report. by Mike Aizatsky · 10 years ago
  57. 3a1cea0 When printing MIR, output to errs() rather than outs(). by Justin Lebar · 10 years ago
  58. ab9a540 [CaptureTracking] Add a test case for pointer cmpxchg by Philip Reames · 10 years ago
  59. 3dbdebc [IR] Extend cmpxchg to allow pointer type operands by Philip Reames · 10 years ago
  60. 1fe289f [x86] fix initialization of PredictableSelectIsExpensive by Sanjay Patel · 10 years ago
  61. 1cf60cc [CMake] Properly set CMAKE_BUILD_TYPE to Debug by default by Chris Bieneman · 10 years ago
  62. 1b96cbe Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  63. e172bc7 [ADT] Be less clever when using a nonce type for disambiguation. by Jordan Rose · 10 years ago
  64. a755f1b [libFuzzer] only read MaxLen bytes from every file in the corpus to speedup loading the corpus by Kostya Serebryany · 10 years ago
  65. b8d9c89 [PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC by Adam Nemet · 10 years ago
  66. 35c57f1 [PPCLoopDataPrefetch] Remove PPC from some of the names. NFC by Adam Nemet · 10 years ago
  67. e8134e0 [WinEH] Hoist state stores from successors by David Majnemer · 10 years ago
  68. a0c4c21 [ADT] Fix PointerEmbeddedInt when the underlying type is uintptr_t. by Jordan Rose · 10 years ago
  69. 6222ba6 [IR] Straighten out bundle overload of IRBuilder::CreateCall by Reid Kleckner · 10 years ago
  70. f9c871b [X86ISelLowering] Use isPowerof2 instead of rewriting it. NFC. by Davide Italiano · 10 years ago
  71. 10ae0ad5 Add support for invoke/landingpad/resume in C API test by Amaury Sechet · 10 years ago
  72. 1dddbb7 Restrict scope of variables [NFC] by Philip Reames · 10 years ago
  73. 459d220 [CaptureTracking] Support atomicrmw and cmpxchg by Philip Reames · 10 years ago
  74. 2b17201 [DebugInfoPDB] Add source / line number accessors for PDB. by Zachary Turner · 10 years ago
  75. 03304fa Add more triples after r261235 by Hans Wennborg · 10 years ago
  76. 449a562 [AArch64] Reduce vector insert/extract cost for Kryo by Matthew Simpson · 10 years ago
  77. bd5e5e1 Revert to extend i8/i16 return values on Darwin (PR26665) by Hans Wennborg · 10 years ago
  78. a4ef80d Make header self-contained. NFC. by Benjamin Kramer · 10 years ago
  79. 793d95a [Hexagon] Remove redundant check. by Chad Rosier · 10 years ago
  80. 20878db Stop creating covmap as note section on ELF by Xinliang David Li · 10 years ago
  81. c93ef07 AMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intrinsics by Nicolai Haehnle · 10 years ago
  82. 5270eb9 [Hexagon] Fix compilation error with GCC 6 by Krzysztof Parzyszek · 10 years ago
  83. bfe4c5f [Hexagon] Implement TLS support by Krzysztof Parzyszek · 10 years ago
  84. fb46056 Reapply commit r259357 with a fix for PR26629 by Matthew Simpson · 10 years ago
  85. b90e6e9 [mips][microMIPS] Implement TLBINV and TLBINVF instructions by Zlatko Buljan · 10 years ago
  86. bd6b806 [Hexagon] Add support for __builtin_prefetch by Krzysztof Parzyszek · 10 years ago
  87. 12a9420 [Hexagon] Update the callee-saved register set for EH-aware functions by Krzysztof Parzyszek · 10 years ago
  88. 1af94fd Add parentheses around arithmetic in operand of '|'. by Benjamin Kramer · 10 years ago
  89. e9afeb0 [PM] Port the PostOrderFunctionAttrs pass to the new pass manager and by Chandler Carruth · 10 years ago
  90. 764196a [X86][SSE] Improve PSHUFB shuffle mask decoding. by Simon Pilgrim · 10 years ago
  91. 4fd1f8d Minor code cleanup. NFC. by Junmo Park · 10 years ago
  92. 031bdd8 Test commit access. by Nikolay Haustov · 10 years ago
  93. 234397f [AVX512][PRORQ][PRORD] Change imm8 to int by Michael Zuckerman · 10 years ago
  94. 67a41f0 [PM/AA] Teach the new pass manager to use pass-by-lambda for registering by Chandler Carruth · 10 years ago
  95. 20dee1f Make a stub version of MITests, instead of reverting. by NAKAMURA Takumi · 10 years ago
  96. 07e5326 [WebAssembly] Don't use setRequiresStructuredCFG(true). by Dan Gohman · 10 years ago
  97. 5270f42 Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveIntervalTest by Matthias Braun · 10 years ago
  98. 2082d39 [TableGen,X86] Add NDEBUG check to a variable initialization that's only used by asserts. NFC by Craig Topper · 10 years ago
  99. a5754d7 [TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immediates is handled by RawFrmImm8/RawFrmImm16. by Craig Topper · 10 years ago
  100. 73fb824 [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target by Tom Stellard · 10 years ago