1. 66c643e Remove declarations for methods that do not exist. by Matthias Braun · 10 years ago
  2. 00a0a4bb Fix r248164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  3. 452980f Remove unused TargetTransformInfo dependency from SafeStack pass. by Evgeniy Stepanov · 10 years ago
  4. 9e242e6 [LoopUnswitch] Require DominatorTree info. by Michael Zolotukhin · 10 years ago
  5. 00051c9 [SCEV] Use SaveAndRestore<T> instead of a hand rolled struct; NFCI. by Sanjoy Das · 10 years ago
  6. 0d5dd98 function names should start with a lower case letter; NFC by Sanjay Patel · 10 years ago
  7. 1592c52 don't repeat function/variable names in header comments; NFC by Sanjay Patel · 10 years ago
  8. 8ea1f82 [LICM] Hoist calls to readonly argmemonly functions even with stores in the loop by Philip Reames · 10 years ago
  9. 270b82a Fix for pr24866 by Philip Reames · 10 years ago
  10. 527648e Fix UB: can't bind a reference to nullptr (NFC) by Mehdi Amini · 10 years ago
  11. 6030b44 auto and range-for-ify some things to make changing container types a bit easier in the (possibly near) future by David Blaikie · 10 years ago
  12. 41fc6f1 [DAGCombiner] Improve FMA support for interpolation patterns by Simon Pilgrim · 10 years ago
  13. 76e7126 [ARM] Do not scale vext with a factor by Jeroen Ketema · 10 years ago
  14. 449957b [DAGCombiner] Tidy up FMA combine helpers. NFCI. by Simon Pilgrim · 10 years ago
  15. f30ebac [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions by James Molloy · 10 years ago
  16. ff278be Remove roundingMode argument in APFloat::mod by Stephen Canon · 10 years ago
  17. 82ede2f Avoid SEGFAULT if a requested symbol section is absent. by Rafael Espindola · 10 years ago
  18. a2259fc Fix accidentally committed debug printing by Matt Arsenault · 10 years ago
  19. 56fa307 [ADT] Remove a couple of the always inline attributes I added. by Chandler Carruth · 10 years ago
  20. eaf5bf9 [DivergenceAnalysis] Separated definition of class into header. by Marcello Maggioni · 10 years ago
  21. 9f85a3a SelectionDAG: Use InsertNode for EntryNode by Matthias Braun · 10 years ago
  22. a3e49ea [FunctionAttrs] Extract a helper function for the core logic used to by Chandler Carruth · 10 years ago
  23. eeec957 [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS by Ulrich Weigand · 10 years ago
  24. 7d3733c Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def" by James Molloy · 10 years ago
  25. 73b5632 AMDGPU: Move copy handling under switch like other instructions by Matt Arsenault · 10 years ago
  26. 94b76f1 add ShouldChangeType() variant that takes bitwidths by Sanjay Patel · 10 years ago
  27. 3f80d14 DAGCombiner: Replace store of FP constant after attemping store merges by Matt Arsenault · 10 years ago
  28. 49b6dc3 Factor replacement of stores of FP constants into new function by Matt Arsenault · 10 years ago
  29. 7c64ca73 Fix missing C++ mode comment by Matt Arsenault · 10 years ago
  30. b996e9d don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  31. c5d4530 [Machine Combiner] Refactor machine reassociation code to be target-independent. by Chad Rosier · 10 years ago
  32. 7dfb31c [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  33. 648a027 [X86][AVX512] add masked version for RSQRT14 & RCP14 Scalar FP by Asaf Badouh · 10 years ago
  34. 99351d8 [mips] Allow constant expressions in second argument of .cpsetup. by Daniel Sanders · 10 years ago
  35. 795a06a Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  36. 2e1b727 Don't pass StringRefs around by const reference. Pass by value instead per coding standards. NFC by Craig Topper · 10 years ago
  37. 634763c Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
  38. dabf510 [IndVars] Use C++11 style field initialization; NFCI. by Sanjoy Das · 10 years ago
  39. ba0b742 [IndVars] Don't add a level of indentation for namespace {. NFC. by Sanjoy Das · 10 years ago
  40. aa5c002 add test file ahead of any functional changes for PR22428 by Sanjay Patel · 10 years ago
  41. bf48d85 [X86][SSE] Intrinsics builtins test refresh. NFCI by Simon Pilgrim · 10 years ago
  42. b0eb8fb AVX512: Implemented encoding and intrinsics for vcmpss/sd. by Igor Breger · 10 years ago
  43. fe11ff1 [X86][AVX512] extend support in Scalar conversion by Asaf Badouh · 10 years ago
  44. 0d48c46 AVX512: vsqrtss/sd encoding and intrinsics implementation. by Igor Breger · 10 years ago
  45. d3db2cf [X86][AVX512DQ] Add fpclass instruction by Asaf Badouh · 10 years ago
  46. 5610c28 [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512 by Michael Kuperstein · 10 years ago
  47. d425988 AVX512: Implemented intrinsics for vshuff32x4, vshuff64x2, vshufi64x2, vshufi32x4 by Igor Breger · 10 years ago
  48. 115bb95 [IndVars] Don't repeat function names in comment; NFC. by Sanjoy Das · 10 years ago
  49. 28cce2a AVX512: Implement instructions encoding, lowering and intrinsics by Igor Breger · 10 years ago
  50. 2479d65 ARM: cleanup formatting by Saleem Abdulrasool · 10 years ago
  51. 8ba782a [IndVars] Fix a bug in r248045. by Sanjoy Das · 10 years ago
  52. d58f92c Fixup r248096, commit the *correct* test. by Davide Italiano · 10 years ago
  53. e986a9d [obj2yaml] Fix "time of check to time of use" bug. Add a test. by Davide Italiano · 10 years ago
  54. 0e92420 [X86][AVX2] Use general sext IR for vpmovsx stack folding tests by Simon Pilgrim · 10 years ago
  55. afa71f4 [X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF by Simon Pilgrim · 10 years ago
  56. 02dd54d [InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI. by Simon Pilgrim · 10 years ago
  57. 7a4660a [CMake] Update LLVM_TEST_DEPENDS not to use macho-dump. It has been unused since r247235. by NAKAMURA Takumi · 10 years ago
  58. 96465eb AMDGPU: Remove dead code by Matt Arsenault · 10 years ago
  59. 976d66d NFC: Fix indentation and add braces to clarify nested of else-statement. by Bob Wilson · 10 years ago
  60. 4e9ce34 [PrologEpilogInserter] Minor refactoring. by Maksim Panchenko · 10 years ago
  61. 3d047df Test commit. Fix comment. NFC. by Maksim Panchenko · 10 years ago
  62. bdf4ccf [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1 by David Majnemer · 10 years ago
  63. 1e4af08 [InstCombine] FoldICmpCstShrCst didn't handle icmps of -1 in the ashr case correctly by David Majnemer · 10 years ago
  64. 124f7d9 AMDGPU: Add failing testcase for live interval construction by Matt Arsenault · 10 years ago
  65. 9025a1f [IndVars] Widen more comparisons for non-negative induction vars by Sanjoy Das · 10 years ago
  66. 204847a Fix typo and test commit by Luke Larson · 10 years ago
  67. 26a99b2 This code never uses r_addend, so it can just use Elf_Rel. by Rafael Espindola · 10 years ago
  68. 907451c [CMake] Adding ALWAYS_GENERATE option to symlink utility functions. by Chris Bieneman · 10 years ago
  69. 5310d9c [Object/ELF] Change comment to reflect reality. by Davide Italiano · 10 years ago
  70. 2f91ab3 Update edge weights properly when merging blocks in if-conversion. by Cong Hou · 10 years ago
  71. c4db514 Limit the range of processors supported by ARM fast isel to v6 or by Eric Christopher · 10 years ago
  72. c473634 Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC) by Teresa Johnson · 10 years ago
  73. 6932880 Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan. (Complete version of r247497. See D12886) by Larisse Voufo · 10 years ago
  74. dc18fbb Make MachineScheduler debug output less confusing. by James Y Knight · 10 years ago
  75. 759d988 Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue. by Cong Hou · 10 years ago
  76. 8aa8c4d SelectionDAGDumper: Leave out the <multiple use> markers by Matthias Braun · 10 years ago
  77. 780502f SelectionDAGDumper: Avoid unnecessary newlines by Matthias Braun · 10 years ago
  78. d53e4c9 SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default. by Matthias Braun · 10 years ago
  79. 6c76d11 SelectionDAG: Introduce PersistentID to SDNode for assert builds. by Matthias Braun · 10 years ago
  80. f8d6e92 [CMake] More cleanup of installing symlinks. by Chris Bieneman · 10 years ago
  81. 068d9ce [AArch64] Improved bitfield instruction selection. by Geoff Berry · 10 years ago
  82. e016c66 Remove temporary file on signal. by Rafael Espindola · 10 years ago
  83. 81a5ddc Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
  84. 45f4130 [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values. by Daniel Sanders · 10 years ago
  85. efcddc2 [AArch64] Reorder cases to improve readability. NFC. by Chad Rosier · 10 years ago
  86. e732875 [AArch64] Remove some redundant cases. NFC. by Chad Rosier · 10 years ago
  87. c6b18f3 Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
  88. ef40e27 [LazyValueInfo] Report nonnull range for nonnull pointers by Igor Laevsky · 10 years ago
  89. 0c5094b Support align attribute for return values by Artur Pilipenko · 10 years ago
  90. 5134443 Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift is undefined behavior on implementations where uinptr_t is 32-bits. One such platform is Windows, MSVC, x86. by Aaron Ballman · 10 years ago
  91. e022bf6 Nit cleanup in LangRef about dereferenceable metadata by Artur Pilipenko · 10 years ago
  92. 6150806 [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" by Michael Kruse · 10 years ago
  93. 2cb0b64 [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst. by Daniel Sanders · 10 years ago
  94. 0115643 [WinEH] Moved funclet pads should be in relative order by David Majnemer · 10 years ago
  95. 43c0cee Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
  96. a028622 Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
  97. fc85502 Remove trailing whitespace from the old Orc Kaleidoscope examples. by Lang Hames · 10 years ago
  98. bbbfd6a Whitespace. Indent with spaces instead of a tab. by Bob Wilson · 10 years ago
  99. d68bf2b [ShrinkWrap] Refactor the handling of infinite loop in the analysis. by Quentin Colombet · 10 years ago
  100. 919b448 [llvm-readobj] Fix another "time of check to time of use bug". by Davide Italiano · 10 years ago