1. c5d0c88 [SPARC] Support 'f' and 'e' inline asm constraints. by James Y Knight · 8 years ago
  2. 0ee4a48 [x86] add tests for potential vector narrowing optimization (PR32790) by Sanjay Patel · 8 years ago
  3. aec267d [LoopUnroll] Fix a test. REQUIRE should be REQUIRES. by Davide Italiano · 8 years ago
  4. 343d3f3 [NewGVN] Improve debug output a bit. NFCI. by Davide Italiano · 8 years ago
  5. f50e228 [DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI. by Simon Pilgrim · 8 years ago
  6. 6b14cfa [NewGVN] Format an assertion and fix a typo. NFCI. by Davide Italiano · 8 years ago
  7. de15f17 [NewGVN] Don't incorrectly reset the memory leader. by Davide Italiano · 8 years ago
  8. 36dcf13 [DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI. by Simon Pilgrim · 8 years ago
  9. 43d171f Use SDValue::getOperand() helper. NFCI. by Simon Pilgrim · 8 years ago
  10. cb603d4 Use SDValue::getOperand() helper. NFCI. by Simon Pilgrim · 8 years ago
  11. 6920a45 [AVR] Migrate to new StructType::get owing to Supress all uses of LLVM_END_WITH_NULL by Leslie Zhai · 8 years ago
  12. 0a65c23 [BPI] Ignore remainder while distributing the remaining probability from unreachanble by Serguei Katkov · 8 years ago
  13. 2dfa410 [APInt] Fix a case where udivrem might delete and create a new allocation instead of reusing the original. by Craig Topper · 8 years ago
  14. b62f430 [Support/Compiler.h] - Use gnu::fallthrough for LLVM_FALLTHROUGH when available. by George Rimar · 8 years ago
  15. 668e541 Handle a COPY with undef source operand in LowerCopy() by Jonas Paulsson · 8 years ago
  16. e43c10d [IfConversion] Keep the CFG updated incrementally in IfConvertTriangle by Mikael Holmen · 8 years ago
  17. 1dfa6e7 [PM/Unswitch] Teach the new simple loop unswitch to handle loop by Chandler Carruth · 8 years ago
  18. 34adcf1 [APInt] Add a utility method to change the bit width and storage size of an APInt. by Craig Topper · 8 years ago
  19. 054c35d DWARF: Avoid cross-CU references under Fission by David Blaikie · 8 years ago
  20. 022fc8e [XRay][lib] Support and temporarily skip over CustomEvent records by Dean Michael Berris · 8 years ago
  21. 4dc3e3a [git-llvm] Fix svn:eol-style issue for one-file patches by Reid Kleckner · 8 years ago
  22. 517aac8 CallGraph: Remove almost-unused field 'Root'. by Peter Collingbourne · 8 years ago
  23. e26e940 Change sample profile writer to make it deterministic. by Dehao Chen · 8 years ago
  24. 7b29966 Restrict call metadata based hotness detection to Sample PGO mode by Teresa Johnson · 8 years ago
  25. c627bff Issue diagnostics when returning FP values on x86_64 without SSE1/2 by Reid Kleckner · 8 years ago
  26. d3fe603 [PPC] Change the register constraint of the first source operand of instruction mtvsrdd to g8rc_nox0 by Guozhi Wei · 8 years ago
  27. 164adda [GISel]: Remove unused lambda captures. NFC by Aditya Nandakumar · 8 years ago
  28. d70d2ba Decrease inlinecold-threshold to 45 by Easwaran Raman · 8 years ago
  29. cbc4dcf De-virtualize TerminatorInst successor accessors by Reid Kleckner · 8 years ago
  30. c130a20 De-virtualize GlobalValue by Reid Kleckner · 8 years ago
  31. 2d534b8 [AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD. by Chad Rosier · 8 years ago
  32. 26ea63b [AMDGPU] Placate unused variable warning in release builds. by Davide Italiano · 8 years ago
  33. 29165da [MSP430] Generate EABI-compliant libcalls by Vadzim Dambrouski · 8 years ago
  34. ded71be [LiveVariables] Switch Kill/Defs sets to be DenseSet(s). by Davide Italiano · 8 years ago
  35. 483eed9 [APInt] Remove an APInt copy from the return of APInt::multiplicativeInverse. by Craig Topper · 8 years ago
  36. 3daa11c [APInt] Fix typo in comment. NFC by Craig Topper · 8 years ago
  37. 9f4e5a0 AMDGPU: Remove tfe bit from flat instruction definitions by Matt Arsenault · 8 years ago
  38. 2bbb56f AMDGPU: Pull fneg out of extract_vector_elt by Matt Arsenault · 8 years ago
  39. 87fd46a [AMDGPU] Fix incorrect register pressure calculation by Stanislav Mekhanoshin · 8 years ago
  40. 65ad27f [SLP] Emit optimization remarks by Adam Nemet · 8 years ago
  41. 0470a16 [PowerPC] Eliminate integer compare instructions - vol. 1 by Nemanja Ivanovic · 8 years ago
  42. 44303fa [DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI. by Simon Pilgrim · 8 years ago
  43. 21a6645 Fix -DLLVM_ENABLE_THREADS=OFF build after r302748 by Hans Wennborg · 8 years ago
  44. 9a01b51 [X86][AVX] Added zeroall/zeroupper scheduler tests by Simon Pilgrim · 8 years ago
  45. 63e43bc Modules: fix modules build. by Tim Northover · 8 years ago
  46. a8ddcaa [IR] Allow attributes with global variables by Javed Absar · 8 years ago
  47. 9651b57 [GlobalISel][X86] Remove hand-written G_FADD/F_SUB selection. by Igor Breger · 8 years ago
  48. 059f03a [X86] Moving X86Local namespace from .cpp to .h file to use it in memory folding TableGen backend. by Ayman Musa · 8 years ago
  49. 7a3330e [LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFC by Ayal Zaks · 8 years ago
  50. a0d7719 [msan] Fix PR32842 by Alexander Potapenko · 8 years ago
  51. c4b3565 [x86] Fix a failure to select with AVX-512 when the type legalizer by Chandler Carruth · 8 years ago
  52. 7d572e5 Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  53. c978c0f [ARM][GlobalISel] Legalize narrow scalar ops by widening by Diana Picus · 8 years ago
  54. cee7471 Remove spurious cast of nullptr. NFC. by Serge Guelton · 8 years ago
  55. fd3c187 Remove now useless trailing nullptr in StructType::get by Serge Guelton · 8 years ago
  56. 62bc4f0 [ARM][GlobalISel] Support for G_ANYEXT by Diana Picus · 8 years ago
  57. e637084 [GlobalISel][X86] G_ICMP support. by Igor Breger · 8 years ago
  58. 5c7bb0a [APInt] Remove an unneeded extra temporary APInt from toString. by Craig Topper · 8 years ago
  59. e743591 [APInt] Use negate() instead of copying an APInt to negate it and then writing back over the original value. by Craig Topper · 8 years ago
  60. ada33d7 [SCEV] Reduce possible APInt allocations a bit. by Craig Topper · 8 years ago
  61. 4f3a92f [SCEV] Remove unneeded 'using namespace APIntOps'. by Craig Topper · 8 years ago
  62. be8fe16 [X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC by Igor Breger · 8 years ago
  63. 4638198 SupportTests: Suppress ParallelTests on mingw for now. Investigating. by NAKAMURA Takumi · 8 years ago
  64. 668926a Remove redundant initialization. NFC by Paul Robinson · 8 years ago
  65. 895dd41 Add temporary workaround to allow in-tree libc++ builds on Windows by Eric Fiselier · 8 years ago
  66. 3e0a9ec Final (hopefully) fix for the build bots. by Zachary Turner · 8 years ago
  67. 9525cd9 Try again to fix the buildbots. by Zachary Turner · 8 years ago
  68. 7c964ef Fix build errors with Parallel. by Zachary Turner · 8 years ago
  69. 3c1ec57 [Support] Move Parallel algorithms from LLD to LLVM. by Zachary Turner · 8 years ago
  70. 0b84d77 [libFuzzer] fix a compiler warning by Kostya Serebryany · 8 years ago
  71. 538282c Revert "[SDAG] Relax conditions under stores of loaded values can be merged" by David L. Jones · 8 years ago
  72. 3358093 [IR] Rollback changes in r302744 which caused buildbots failures. by Eugene Zelenko · 8 years ago
  73. dc6cb60 [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  74. 78f7d49 [PHIElimination] Use the same name for DEBUG_TYPE and pass name. by Davide Italiano · 8 years ago
  75. 3ba25d2 [InstCombine] remove fold that swaps xor/or with constants; NFCI by Sanjay Patel · 8 years ago
  76. c112347 AMDGPU: Make some packed shuffles free by Matt Arsenault · 8 years ago
  77. 0fad9cb AMDGPU: Add new subtarget features for gfx9 flat instructions by Matt Arsenault · 8 years ago
  78. b97a02c [ConstantRange] Fix the early out in ConstantRange::multiply for positive numbers to really do what the comment says by Craig Topper · 8 years ago
  79. d53f653 [APInt] Add negate helper method to implement twos complement. Use it to shorten code. by Craig Topper · 8 years ago
  80. 3750fee [NewGVN] Introduce a definesNoMemory() helper and use it. by Davide Italiano · 8 years ago
  81. a7aa63a [SDAG] Relax conditions under stores of loaded values can be merged by Nirav Dave · 8 years ago
  82. 63eb7ab Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder by Teresa Johnson · 8 years ago
  83. 66571bb [APInt] Make toString use udivrem instead of calling the divide helper method directly. Do a better job of reusing allocations while looping. NFCI by Craig Topper · 8 years ago
  84. 439700c [APInt] Use uint32_t instead of unsigned for the storage type throughout the divide code. Use Lo_32/Hi_32/Make_64 helpers instead of casts and shifts. NFCI by Craig Topper · 8 years ago
  85. 223d23f [APInt] Use getRawData to slightly simplify some code. by Craig Topper · 8 years ago
  86. b97c98e [APInt] Remove check for single word since single word was handled earlier in the function. NFC by Craig Topper · 8 years ago
  87. 21adc2d [ConstantRange] Add test case showing a case where we pick too large of a range for multiply after r271020. by Craig Topper · 8 years ago
  88. 8648143 Small refactoring in DAGCombine. NFC by Amaury Sechet · 8 years ago
  89. 947cc8f [InstSimplify, InstCombine] move 'or' simplification tests; NFC by Sanjay Patel · 8 years ago
  90. 22b377c [X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and 64-bit targets by Simon Pilgrim · 8 years ago
  91. e518f7a [AArch64][RegisterBankInfo] Change the default mapping of fp stores. by Quentin Colombet · 8 years ago
  92. 7c631c8 [AArch64] Enable use of reduction intrinsics. by Amara Emerson · 8 years ago
  93. 2b63eec [InstCombine] remove redundant tests by Sanjay Patel · 8 years ago
  94. be27149 [InstCombine] fix auto-generated FileCheck-captured variable refs by Sanjay Patel · 8 years ago
  95. fa879b8 [InstCombine] fix typo in test comment; NFC by Sanjay Patel · 8 years ago
  96. 81fa691 [SystemZ] Add miscellaneous instructions by Ulrich Weigand · 8 years ago
  97. c12fbb0 [SystemZ] Add missing arithmetic instructions by Ulrich Weigand · 8 years ago
  98. 2436e45 [llvm-readobj] Improve errors on invalid binary by Sam Clegg · 8 years ago
  99. 102d6ff chang type from 'int' to 'size_t'. This will fix revision number 302652 by Michael Zuckerman · 8 years ago
  100. 0cf1e1c [InstCombine] add (ashr (shl i32 X, 31), 31), 1 --> and (not X), 1 by Sanjay Patel · 8 years ago