1. 245fddf [CloneFunction] Don't crash if the value map doesn't hold something by David Majnemer · 9 years ago
  2. 3f2fe11 use local variables; NFC by Sanjay Patel · 9 years ago
  3. 406cfb6 [CloneFunction] Don't remove side effecting calls by David Majnemer · 9 years ago
  4. d619aa8 [ARM] Constant Materialize: imms with specific value can be encoded into mov.w by Weiming Zhao · 9 years ago
  5. 29b012c [msf] Make FPM reader use MappedBlockStream. by Zachary Turner · 9 years ago
  6. 17638d0 Revert "Teach CorrelatedValuePropagation to mark adds as no wrap" by Renato Golin · 9 years ago
  7. e7cee5a Hexagon: Use llvm_unreachable. NFC. by Benjamin Kramer · 9 years ago
  8. 305565b Disable shrinking of SNaN constants by Elliot Colp · 9 years ago
  9. c3332e4 [Hexagon] Do not check alignment for unsized types in isLegalAddressingMode by Krzysztof Parzyszek · 9 years ago
  10. 1345035 add a vector variant of each test by Sanjay Patel · 9 years ago
  11. 41fc0ec [InstCombine] Add select-bitext.ll tests by Nicolai Haehnle · 9 years ago
  12. 3a37cd2 [Loop Vectorizer] Move store-predication into its own function, remove obsolete comment (NFC) by Gil Rapaport · 9 years ago
  13. 5267dec Teach CorrelatedValuePropagation to mark adds as no wrap by Artur Pilipenko · 9 years ago
  14. 48f2d1d [AVX512] Add aliases for vcvttss2si{l|q}, vcvttsd2si{l|q}, vcvttss2usi{l|q}, vcvttsd2usi{l|q} instructions. by Igor Breger · 9 years ago
  15. d4bcc6c [PM] Fix a mis-named parameter in parseLoopPass -- the pass manager was by Chandler Carruth · 9 years ago
  16. 9d383c5 [PM] Add the explicit copy, move, swap, and assignment boilerplate by Chandler Carruth · 9 years ago
  17. 91b6bfa [PM] Add a generic 'repeat N times' pass wrapper to the new pass manager. by Chandler Carruth · 9 years ago
  18. d226185 [XRay] Make the xray_instr_map section specification more correct by Dean Michael Berris · 9 years ago
  19. 26d2b7b [IfConversion] Bugfix: Don't use undef flag while adding use operands. by Jonas Paulsson · 9 years ago
  20. 8843600 [ADCE] Refactor anticipating new functionality (NFC) by David Callahan · 9 years ago
  21. e86c4eb RecordStreamer: handle inline asm "lazy_reference" and mark symbols as "used" by Mehdi Amini · 9 years ago
  22. 0f1f982 [PM] Remove the NDEBUG condition around isModulePassName. by Chandler Carruth · 9 years ago
  23. 3d1a470 [PM] Significantly refactor the pass pipeline parsing to be easier to by Chandler Carruth · 9 years ago
  24. 265028f [MSSA] Fix a caching bug. by George Burgess IV · 9 years ago
  25. 4e5f8f5 [Inliner] clang-format various parts of the inliner prior to changes here. NFC. by Chandler Carruth · 9 years ago
  26. 2cc035a Add -lowertypetests-bitsets-level to control bitsets generation. by Ivan Krasin · 9 years ago
  27. 1e0bd5f add vector test for icmp+sub by Sanjay Patel · 9 years ago
  28. 9d6e4f2 Support for lifetime begin/end markers in the MemorySSA use optimizer by Daniel Berlin · 9 years ago
  29. b1f5b4a CommandFlags.h/llc: Move StopAfter/StartBefore options to llc. by Matthias Braun · 9 years ago
  30. f9a5081 [Verifier] Add more tests related to non-integral pointers by Sanjoy Das · 9 years ago
  31. d8ef8b0 [WebAssembly] Remove unnecessary subtarget checks in peephole pass by Derek Schuff · 9 years ago
  32. ffc05ed Fix a test for r277545. by Rui Ueyama · 9 years ago
  33. 09f1981 pdbdump: Do not treat stream 0 pages as allocated pages. by Rui Ueyama · 9 years ago
  34. 66c2ec1 [safestack] Layout large allocas first to reduce fragmentation. by Evgeniy Stepanov · 9 years ago
  35. 75834f7 [WebAssembly] Initial SIMD128 support. by Derek Schuff · 9 years ago
  36. d022ddb ARM: only form SMMLS when SUBE flags unused. by Tim Northover · 9 years ago
  37. d5adfbc More fixes to get good error messages for bad archives. by Kevin Enderby · 9 years ago
  38. a1c5f9f [InstCombine] replace dyn_casts with matches; NFCI by Sanjay Patel · 9 years ago
  39. 2ca02f6 [sanitizer] Implement a __asan_default_options() equivalent for Scudo by Kostya Serebryany · 9 years ago
  40. 94166e7 AMDGPU: fdiv -1, x -> rcp -x by Matt Arsenault · 9 years ago
  41. c2a3bce Imported statistics types changes by Piotr Padlewski · 9 years ago
  42. 4968ef3 [CFLAA] Be more conservative with values we haven't seen. by George Burgess IV · 9 years ago
  43. 35142a9 Move to having a single real instructionClobbersQuery by Daniel Berlin · 9 years ago
  44. 9222178 PDB: Mark extended file pages as free by default. by Rui Ueyama · 9 years ago
  45. 8d96db9 [Hexagon] Recognize vcombine in copy propagation by Krzysztof Parzyszek · 9 years ago
  46. 559102f [LoopUnroll] Fix a PowerPC test broken by r277524. by Michael Zolotukhin · 9 years ago
  47. 9ef092d [LoopUnroll] Switch the default value of -unroll-runtime-epilog back to its original value. by Michael Zolotukhin · 9 years ago
  48. f8cfb2f [lli] Add the ability for OrcLazyJIT to accept multiple input modules. by Lang Hames · 9 years ago
  49. 23d7717 [NVPTX] remove unnecessary named metadata update that happens to break debug info. by Artem Belevich · 9 years ago
  50. ba9543c [LoopVectorize] Change comment for isOutOfScope in collectLoopUniforms, NFC by Wei Mi · 9 years ago
  51. 22b561a AArch64: properly calculate cmpxchg status in FastISel. by Tim Northover · 9 years ago
  52. 558bab8 Fixes for post-commit review comments on r277480 by Daniel Berlin · 9 years ago
  53. 55fcee6 [IRCE] Rename variable; NFC by Sanjoy Das · 9 years ago
  54. ee53c92 [IRCE] Preserve DomTree and LCSSA by Sanjoy Das · 9 years ago
  55. 87d2983 AMDGPU: Stay in WQM for non-intrinsic stores by Nicolai Haehnle · 9 years ago
  56. 3db9295 test commit by Albert Gutowski · 9 years ago
  57. bc280d0 [LoopUnroll] Ensure we create prolog loops in simplified form. by Michael Zolotukhin · 9 years ago
  58. 0fa8922 Fix handling of end-of-line preprocessor comments Attempt 2 by Nirav Dave · 9 years ago
  59. a846118 AMDGPU: Track physical registers in SIWholeQuadMode by Nicolai Haehnle · 9 years ago
  60. af5f075 [AArch64][GlobalISel] Replace test REQUIRES with lit.local.cfg. NFC. by Ahmed Bougacha · 9 years ago
  61. 9ce2f98 [AArch64] Remove useless 'import re' from CodeGen lit.local.cfg. NFC. by Ahmed Bougacha · 9 years ago
  62. 1b1291f [Hexagon] Prefer _io over _rr for 64-bit store with constant offset by Krzysztof Parzyszek · 9 years ago
  63. aeac124 [Hexagon] Remove unused option by Krzysztof Parzyszek · 9 years ago
  64. a4e94eb [Hexagon] Improvements to address mode checks in TargetLowering by Krzysztof Parzyszek · 9 years ago
  65. c37e7b9 [MC] Fix Intel Operand assembly parsing for .set ids by Nirav Dave · 9 years ago
  66. 93a0b12 [AArch64][GlobalISel] Add REQUIRES: global-isel to verifier tests. by Ahmed Bougacha · 9 years ago
  67. c1f8f3a MSVC 2013 does not implement C++11 unions properly, so remove the anoymous union for now, by Daniel Berlin · 9 years ago
  68. 9618468 [GlobalISel] Set the Selected MF property. by Ahmed Bougacha · 9 years ago
  69. 35426be [GlobalISel] Verify Selected MF property. by Ahmed Bougacha · 9 years ago
  70. fc114db [GlobalISel] Add Selected MachineFunction property. by Ahmed Bougacha · 9 years ago
  71. c32071c Rewrite the use optimizer to be less memory intensive and 50% faster. by Daniel Berlin · 9 years ago
  72. e2e5c07 [LVI] NFC. Sink a condition type check from the caller down to getValueFromCondition by Artur Pilipenko · 9 years ago
  73. 7abac75 [GlobalISel] Set and require RegBankSelected MF property. by Ahmed Bougacha · 9 years ago
  74. 1f82c34 [GlobalISel] Verify RegBankSelected MF property. by Ahmed Bougacha · 9 years ago
  75. 31c3e4f [GlobalISel] Add RegBankSelected MachineFunction property. by Ahmed Bougacha · 9 years ago
  76. 155b8551 [LV] Generate both scalar and vector integer induction variables by Matthew Simpson · 9 years ago
  77. d170182 [GlobalISel] Set, require, and verify Legalized MF property. by Ahmed Bougacha · 9 years ago
  78. a877bb8 [AArch64][GlobalISel] Mark basic binops/memops as legal. by Ahmed Bougacha · 9 years ago
  79. 46fe427 [GlobalISel] Add Legalized MachineFunction property. by Ahmed Bougacha · 9 years ago
  80. 07d95766 Revert "[MC] Fix handling of end-of-line preprocessor comments" by Nirav Dave · 9 years ago
  81. 143e93e [WebAssembly] Remove a README.txt entry that is now implemented. by Dan Gohman · 9 years ago
  82. e6be5e7 [LVI] NFC. Fix a typo getValueFromFromCondition -> getValueFromCondition by Artur Pilipenko · 9 years ago
  83. 3797d93 [CodeGen] Generalize MachineFunctionProperties::print comma handling. by Ahmed Bougacha · 9 years ago
  84. 6a35fca [GlobalISel] Require isSSA in GISel passes. by Ahmed Bougacha · 9 years ago
  85. 90b7f56 [LV] Untangle the concepts of uniform and scalar by Matthew Simpson · 9 years ago
  86. 22973d3 [MC] Fix handling of end-of-line preprocessor comments by Nirav Dave · 9 years ago
  87. 0712e11 Revert rL277454 by David Callahan · 9 years ago
  88. d743680 test commit by David Callahan · 9 years ago
  89. d18c8aa [ARM] Improve smul* and smla* isel for Thumb2 by Sam Parker · 9 years ago
  90. 02c2861 HexagonVectorPrint.cpp: Fix r277370. Don't use getInstrVecReg() in the expression of assert(). It has side effects. by NAKAMURA Takumi · 9 years ago
  91. b484275 [GlobalISel] Don't RegBankSelect target-specific instructions. by Ahmed Bougacha · 9 years ago
  92. a124aa1 [GlobalISel] Don't legalize non-generic instructions. by Ahmed Bougacha · 9 years ago
  93. 99853c1 [GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer. by Ahmed Bougacha · 9 years ago
  94. 0bdecd2 [mips] Update the P5600 scheduler for isComplete = 1 by Simon Dardis · 9 years ago
  95. 921ae8e [ARM] Some saturation instructions not DSP-only by Bernard Ogden · 9 years ago
  96. df98886 [LoadStoreVectorizer] Don't use a linear walk for an existence check in a SmallPtrSet by Benjamin Kramer · 9 years ago
  97. 0691cf2 [AVX512] Don't use i128 masked gather/scatter/load/store. Do more accurately dataWidth check. by Igor Breger · 9 years ago
  98. 3638aec AArch64: Assert on branch displacement bits by Matt Arsenault · 9 years ago
  99. 08fb6f0 AArch64: Consolidate branch inversion logic by Matt Arsenault · 9 years ago
  100. 1cee04d AArch64: BranchRelaxtion cleanups by Matt Arsenault · 9 years ago