1. 5a45a65 [X86] Move GISel accessor initialization from TargetMachine to Subtarget. by Quentin Colombet · 8 years ago
  2. 7210910 [ARM] Move GISel accessor initialization from TargetMachine to Subtarget. by Quentin Colombet · 8 years ago
  3. 8915ae9 [Dominators] Reapply r306892, r306893, r306893. by Jakub Kuderski · 8 years ago
  4. d5fcbff A little wordsmithing of dominator verification comments. by Daniel Berlin · 8 years ago
  5. 5da2439 [RegisterCoalescer] Account for instructions deleted by removePartialredunduncy and in WorkList by Sameer AbuAsal · 8 years ago
  6. 28bd12f Add comments on sibling and parent properties in dominator trees by Daniel Berlin · 8 years ago
  7. e330528 [ORE] Add diagnostics hotness threshold by Brian Gesiak · 8 years ago
  8. 14a125c [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  9. 6d12ee8 Revert "[Dominators] Teach IDF to use level information" by Jakub Kuderski · 8 years ago
  10. 42ad163 Rename and adjust processFixupValue. by Rafael Espindola · 8 years ago
  11. 8c7c849 [lit] Factor out listdir logic shared by different test formats. by David L. Jones · 8 years ago
  12. 429cd8e [Dominators] Teach IDF to use level information by Jakub Kuderski · 8 years ago
  13. 83971cb [Dominators] Add NearestCommonDominator verification by Jakub Kuderski · 8 years ago
  14. 950d20c [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer dominance queries by Jakub Kuderski · 8 years ago
  15. cf2414f Remove spurious semicolons. by Zachary Turner · 8 years ago
  16. d36e155 [llvm-pdbutil] Output the symbol offset when dumping. by Zachary Turner · 8 years ago
  17. 478b1ec [codeview] Use the first valid source location at the top of every MBB by Reid Kleckner · 8 years ago
  18. 515de56 [Hexagon] Implement frame pointer elimination with -fomit-frame-pointer by Krzysztof Parzyszek · 8 years ago
  19. 7bf0a87 [SLPVectorizer] Add isOdd() helper function, NFCI. by Dinar Temirbulatov · 8 years ago
  20. 9bb85ad [InstCombine] Replace an unnecessary use of a matcher with just an isa and a cast. NFC by Craig Topper · 8 years ago
  21. e050d57 [LV] Sink casts to unravel first order recurrence by Ayal Zaks · 8 years ago
  22. 638ba5a Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR by Richard Smith · 8 years ago
  23. e33b6de [Hexagon] Guard the generation of lookup table by Sumanth Gundapaneni · 8 years ago
  24. 75d5833 [SystemZ] Add all remaining instructions by Ulrich Weigand · 8 years ago
  25. 699416d GlobalISel: add G_IMPLICIT_DEF instruction. by Tim Northover · 8 years ago
  26. 7005a5a [Hexagon] Emit jump tables in text section based on a flag by Sumanth Gundapaneni · 8 years ago
  27. 409c609 Revert "[Hexagon] Guard the generation of lookup table" by Sumanth Gundapaneni · 8 years ago
  28. ae521f4 [Hexagon] Guard the generation of lookup table by Sumanth Gundapaneni · 8 years ago
  29. ecea903 [SimplifyCFG] Update the name of switch generated lookup table. by Sumanth Gundapaneni · 8 years ago
  30. a6974a4 [ORE] Remove old "diagnostic hotness" spelling by Brian Gesiak · 8 years ago
  31. a8b6c54 ARM: fix big-endian 64-bit cmpxchg. by Tim Northover · 8 years ago
  32. f0dc005 Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targets deleted so that no one is tempted to use them. by Eric Christopher · 8 years ago
  33. 9a170a6 [PowerPC] auto-generate check lines; NFC by Sanjay Patel · 8 years ago
  34. cf6016e [InstCombine] Add m_BitReverse pattern match helper. NFCI. by Simon Pilgrim · 8 years ago
  35. 78fbc18 Completely disable git/svn version checking if not needed. by Rafael Espindola · 8 years ago
  36. 61b3e82 Fix opt --help ordering of available optimizations. by Erich Keane · 8 years ago
  37. 2d8feb3 Fix test broken by parameter mixup. by Zachary Turner · 8 years ago
  38. 8187cd6 Drop the LLVM mangler escape when printing the IR name in assembly comments by Reid Kleckner · 8 years ago
  39. f16503a Fix bug in symbol generation for resource COFF by Eric Beckmann · 8 years ago
  40. f330d3e [llvm-pdbutil] Add the ability to dump the dependency tree for a type by Zachary Turner · 8 years ago
  41. 8e8ec78 [ORE] Unify spelling as "diagnostics hotness" by Brian Gesiak · 8 years ago
  42. eef7226 [X86][SSE] Pulled common variables to top of matchUnaryPermuteVectorShuffle. NFCI. by Simon Pilgrim · 8 years ago
  43. f6b4a03 [RuntimeUnrolling] Add logic for loops with multiple exit blocks by Anna Thomas · 8 years ago
  44. dc482f3 [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS. by Juergen Ributzka · 8 years ago
  45. 65bddf3 [Dominators] Do not perform expensive checks by default. Fix PR33656. by Jakub Kuderski · 8 years ago
  46. 8956eb9 Revert "[lit] Clean output directories before running tests." by Zachary Turner · 8 years ago
  47. 5a321ee [lit] Clean output directories before running tests. by Zachary Turner · 8 years ago
  48. 333b6cb [MIPS] Handle PIC load address macro instructions in N64. by Simon Dardis · 8 years ago
  49. adc0734 [SLP] A test for limiting vectorization of instructions, NFC. by Alexey Bataev · 8 years ago
  50. ae8374b [LTO] Remove values from non-prevailing comdats by Teresa Johnson · 8 years ago
  51. d7e9b74 Remove unnecessary commented out argument. NFCI. by Simon Pilgrim · 8 years ago
  52. 31866f9 [SystemZ] Add missing high-word facility instructions by Ulrich Weigand · 8 years ago
  53. d1814a3 Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset" by Nirav Dave · 8 years ago
  54. 8f57a78 [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset by Nirav Dave · 8 years ago
  55. c407e08 CREDITS.TXT: Update myself. by NAKAMURA Takumi · 8 years ago
  56. ec4d81d [X86] Updated 32-bit memcmp tests to run with/without SSE2 by Simon Pilgrim · 8 years ago
  57. fd6c45d Revert of r306525: "Canonicalize clamp of float types to minmax" by Nikolai Bozhenov · 8 years ago
  58. 940b9a1 [YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values. by George Rimar · 8 years ago
  59. b68c6ed [DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTest by George Rimar · 8 years ago
  60. 0cf8704 Fixed misplaced table border in the docs. by Ilya Biryukov · 8 years ago
  61. 83aa9ad Added Dockerfiles to build clang from sources. by Ilya Biryukov · 8 years ago
  62. 7dab9bf fix trivial typos, NFC by Hiroshi Inoue · 8 years ago
  63. e6f158f [GlobalISel] Make multi-step legalization work. by Kristof Beyls · 8 years ago
  64. bfae62c [LV] Optimize for size when vectorizing loops with tiny trip count by Ayal Zaks · 8 years ago
  65. c9df51e [InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and its commuted variants. by Craig Topper · 8 years ago
  66. 006e1f7 [InstCombine] In foldXorToXor, move the commutable matcher from the LHS match to the RHS match. No meaningful change intended. by Craig Topper · 8 years ago
  67. 11496e7 fix trivial typo; NFC by Hiroshi Inoue · 8 years ago
  68. cebf346 Remove the BBVectorize pass. by Chandler Carruth · 8 years ago
  69. 9f0e6a1 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
  70. 824ab51 [llvm-readobj] Include the PE magic value in printouts by Martin Storsjo · 8 years ago
  71. ab8d3d1 Revert "r306541 - Add zero-length check to memcpy/memset load store loop expansion" by Daniel Jasper · 8 years ago
  72. ed1642f Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by default." by Daniel Jasper · 8 years ago
  73. 7fd563d Rewrite demangle memory handling. by Eric Christopher · 8 years ago
  74. 76aac8f [SCEV] Use depth limit instead of local cache for SExt and ZExt by Max Kazantsev · 8 years ago
  75. 461aeca Try to appease a buildbot. by Vedant Kumar · 8 years ago
  76. 3da8c4f Reduce indenting and clean up comparisons around sign bit. by Eric Christopher · 8 years ago
  77. 47b2ec1 Change the type of Undecorated to unique_ptr<char[]> since we're looking at a null terminated string and not a single character. by Eric Christopher · 8 years ago
  78. f89749b Reduce the complexity of the signbit/branch test functions. by Eric Christopher · 8 years ago
  79. c9087d0 [Dominators] Don't compute DFS InOut numbers eagerly. by Jakub Kuderski · 8 years ago
  80. 075dc44 Add a C API section to the release notes. by Eric Christopher · 8 years ago
  81. 1626414 [Coverage] Remove two overloads of CoverageMapping::load. NFC. by Vedant Kumar · 8 years ago
  82. f21a6b7 [WebAssembly] Add support for exception handling instructions by Heejin Ahn · 8 years ago
  83. ec3ac50 [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC. by Wolfgang Pieb · 8 years ago
  84. 271565d Unified logic for computing target ABI in backend and front end by moving this common code to Support/TargetParser. by Eric Christopher · 8 years ago
  85. 3dd22a8 [GISel]: New Opcode G_FLOG/G_FLOG2 by Aditya Nandakumar · 8 years ago
  86. ade8407 Hook the sample PGO machinery in the new PM by Dehao Chen · 8 years ago
  87. a633437 To help readability of mightUseCTR pull out the inline asm handling support into a function. by Eric Christopher · 8 years ago
  88. e681ab2 Make the PPCCTRLoops pass depend on being able to access the TargetMachine and clean up accordingly. by Eric Christopher · 8 years ago
  89. 2ce547e Remove redundant copy in recurrences by Taewook Oh · 8 years ago
  90. a65a5bf [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline. by Tim Shen · 8 years ago
  91. 88a765a [CFLAA] Remove unneded function declaration. NFCI. by Davide Italiano · 8 years ago
  92. d5b3cba [SLPVectorizer] Moving Entry->NeedToGather check out of inner loop, by Dinar Temirbulatov · 8 years ago
  93. 616d6a1 Revert "[mips] Fix multiprecision arithmetic." by Simon Dardis · 8 years ago
  94. a8de25b [AArch64] Silence an unused variable warning in Release builds. NFC. by Chad Rosier · 8 years ago
  95. 35d7a2e [CodeGenPrepare] Don't create inttoptr for ni ptrs by Keno Fischer · 8 years ago
  96. 1c48ce4 Attempt to fix Orc JIT test timeouts by Reid Kleckner · 8 years ago
  97. 7eed737 [DWARF] Added verification checks for the .apple_names section. by Spyridoula Gravani · 8 years ago
  98. fd1b7e8 Remove `inline` keyword from inline `classof` methods by Sam Clegg · 8 years ago
  99. cf416dc [AliasSetTracker] Don't drop AA MD so eagerly by Keno Fischer · 8 years ago
  100. fb66991 [opt-viewer] Add progress indicators (PR33522) by Brian Gesiak · 8 years ago