1. 18ad93b [NFC] Cleanup: Replace BB->getInstList().erase() with I->eraseFromParent(). by Vasileios Porpodas · 1 year, 5 months ago
  2. 322e43b [CMake] Warn when the version is older than 3.20.0. by Mark de Wever · 1 year, 6 months ago
  3. 5dd1cf1 [Polly] Use std::nullopt to unbreak build. by Michael Kruse · 1 year, 5 months ago
  4. 30c3463 [AST] Make AliasSetTracker work on BatchAA by Nikita Popov · 1 year, 6 months ago
  5. 583da55 Remove unused #include "llvm/ADT/Optional.h" by Fangrui Song · 1 year, 5 months ago
  6. 10587e3 [polly] Use std::nullopt instead of None (NFC) by Kazu Hirata · 1 year, 5 months ago
  7. 6c1fdfb Add version to all LLVM cmake package by Thomas Preud'homme · 1 year, 6 months ago
  8. 6cfb3bd Revert: Add version to all LLVM cmake package by Thomas Preud'homme · 1 year, 5 months ago
  9. 88e73c4 [llvm,polly,clang] Stop setting config.enable_shared in most places by Nico Weber · 1 year, 6 months ago
  10. 1837b60 Add version to all LLVM cmake package by Thomas Preud'homme · 1 year, 6 months ago
  11. 6a05ded [clang] Only use major version in resource dir by Timm Bäder · 1 year, 11 months ago
  12. df3a351 Move googletest to the third-party directory by Tom Stellard · 1 year, 6 months ago
  13. 8655ca5 Revert "Move googletest to the third-party directory" by Tom Stellard · 1 year, 6 months ago
  14. 8728091 Move googletest to the third-party directory by Tom Stellard · 1 year, 6 months ago
  15. c42cb0d [CMake] Fix -Wstrict-prototypes by Sam James · 1 year, 6 months ago
  16. f9031b2 [polly][test] Remove -polly-target from tests by Arthur Eubanks · 1 year, 6 months ago
  17. a0d5e65 [polly] Format RegisterPasses.cpp by Arthur Eubanks · 1 year, 6 months ago
  18. b8b25d3 [polly] Remove legacy pass manager hooks by Arthur Eubanks · 1 year, 6 months ago
  19. c1a0f47 [Polly] Add support for -polly-enable-mse with NPM. by Michael Kruse · 1 year, 6 months ago
  20. 02709f0 [Polly] Add support for -polly-export with NPM. by Michael Kruse · 1 year, 6 months ago
  21. 7f38edc [Polly][docs] Avoid use of code-block:: guess. by Michael Kruse · 1 year, 6 months ago
  22. 814cd35 [Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regions. by Michael Kruse · 1 year, 7 months ago
  23. 3862412 [AA] Rename getModRefBehavior() to getMemoryEffects() (NFC) by Nikita Popov · 1 year, 7 months ago
  24. bcdaf46 [AA] Rename uses of FunctionModRefBehavior (NFC) by Nikita Popov · 1 year, 7 months ago
  25. 237c090 [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 by John Ericson · 1 year, 8 months ago
  26. 983c82f [AA] Tracking per-location ModRef info in FunctionModRefBehavior (NFCI) by Nikita Popov · 1 year, 9 months ago
  27. 0b033a9 Use std::gcd (NFC) by Kazu Hirata · 1 year, 8 months ago
  28. 5423854 Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" by John Ericson · 1 year, 8 months ago
  29. 546b25c Exclude check-polly-unittests and check-polly-isl from check-all by Eli Friedman · 1 year, 8 months ago
  30. b19396f [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited by John Ericson · 1 year, 9 months ago
  31. 5834047 [Polly] Don't use `llvm-config` anymore (in CMake sad path) by John Ericson · 1 year, 9 months ago
  32. f2e9a97 Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" by John Ericson · 1 year, 9 months ago
  33. 2320a91 [cmake] Use `CMAKE_INSTALL_LIBDIR` too by John Ericson · 3 years, 1 month ago
  34. 1d4e948 [test] Propagate HWASAN_OPTIONS by Vitaly Buka · 1 year, 9 months ago
  35. 31ed372 [Polly] Remove the test case that depends on InstCombine and DeLICM. by Roman Gareev · 1 year, 9 months ago
  36. 8e6de65 LLVM_FALLTHROUGH => [[fallthrough]]. NFC by Fangrui Song · 1 year, 9 months ago
  37. 86714c3 [polly] Fixed a number of typos. NFC by Gabriel Ravier · 1 year, 9 months ago
  38. 8f86746 [Polly] Suppress the LLVM-IR output for pattern matching tests, if there is no FileCheck-ing for it. by Roman Gareev · 1 year, 9 months ago
  39. 43ea30c [Polly] Generalize the pattern matching to the case of tensor contractions by Roman Gareev · 2 years ago
  40. 394132a [Polly] Insert !dbg metadata for emitted CallInsts. by Michael Kruse · 1 year, 9 months ago
  41. b87bb7c Remove redundaunt virtual specifiers (NFC) by Kazu Hirata · 1 year, 9 months ago
  42. 594c417 [cmake] Support custom package install paths by John Ericson · 2 years, 4 months ago
  43. 9629d10 Use any_of (NFC) by Kazu Hirata · 1 year, 10 months ago
  44. e5c52bf Use llvm::is_contained (NFC) by Kazu Hirata · 1 year, 10 months ago
  45. e1b6cb9 Use value instead of getValue (NFC) by Kazu Hirata · 1 year, 10 months ago
  46. 7db9814 [IR] Don't use blockaddresses as callbr arguments by Nikita Popov · 1 year, 10 months ago
  47. 467fba1 Use has_value instead of hasValue (NFC) by Kazu Hirata · 1 year, 10 months ago
  48. 555bd98 [Polly][MatMul] Abandon dependence analysis. by Michael Kruse · 1 year, 10 months ago
  49. 293affb Don't use Optional::hasValue (NFC) by Kazu Hirata · 1 year, 10 months ago
  50. d737aea Revert "Don't use Optional::hasValue (NFC)" by Kazu Hirata · 1 year, 10 months ago
  51. 7db86b0 Don't use Optional::hasValue (NFC) by Kazu Hirata · 1 year, 10 months ago
  52. 03fcff8 [Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead of unsigned. by Mingming Liu · 1 year, 11 months ago
  53. 6eec662 [polly] #include <algorithm> by Arthur Eubanks · 1 year, 11 months ago
  54. e422994 Don't use Optional::getValue (NFC) by Kazu Hirata · 1 year, 11 months ago
  55. 30b14f0 Use value_or instead of getValueOr (NFC) by Kazu Hirata · 1 year, 11 months ago
  56. 95aaf6a [NFC][Alignment] Simplify code in JSONExporter by Guillaume Chatelet · 1 year, 11 months ago
  57. e7cfefb [NFC][polly] Removed dead code by Guillaume Chatelet · 1 year, 11 months ago
  58. ac83644 [NFC] Use predecessors to replace make_range. by jacquesguan · 1 year, 11 months ago
  59. 40e5df3 Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options by Fangrui Song · 1 year, 11 months ago
  60. fd75296 Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options by Fangrui Song · 1 year, 11 months ago
  61. 445fc29 Remove unneeded cl::ZeroOrMore for cl::list options by Fangrui Song · 1 year, 11 months ago
  62. 939671f Remove unneeded cl::ZeroOrMore for cl::opt options by Fangrui Song · 1 year, 11 months ago
  63. c1df1eb [IR] Enable opaque pointers by default by Nikita Popov · 1 year, 11 months ago
  64. b00e35e [Polly] Fix -Wreorder-ctor. NFC by Fangrui Song · 1 year, 11 months ago
  65. b6dc6c0 [Polly] Migrate -polly-mse to the new pass manager. by Yang Keao · 1 year, 11 months ago
  66. fa32b99 [ValueTracking] Enable -branch-on-poison-as-ub by default by Nikita Popov · 2 years ago
  67. 19fe114 [Polly][Test] Fix race condition while printing dot files. by Michael Kruse · 2 years ago
  68. c082759 [FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case. by Ivan Kosarev · 2 years ago
  69. b8d743e [FileCheck] Catch missspelled directives. by Ivan Kosarev · 2 years ago
  70. d86c33c [lit] Fix setup of sanitizer environment by Vitaly Buka · 2 years ago
  71. 12b2d32 [APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf by Jay Foad · 2 years, 7 months ago
  72. 53aced0 [Polly] Mark classes as final by default. NFC. by Michael Kruse · 2 years ago
  73. c62c9be [polly] Remove 'using namespace llvm/polly' from ScopGraphPrinter.h header. by Simon Pilgrim · 2 years ago
  74. 650e9f9 [polly] Fix type in function name. NFC. by Michael Kruse · 2 years ago
  75. db016fe [polly] Load NPM pass plugin for NPM test. by Michael Kruse · 2 years ago
  76. 8165cb2 [polly] migrate -polly-show to the new pass manager by Michael Kruse · 2 years ago
  77. becd240 [PassManager] Implement DOTGraphTraitsViewer under NPM by Michael Kruse · 2 years ago
  78. c2632a2 [Polly] Fix test after D119669. by Michael Kruse · 2 years ago
  79. 70ca415 [Passes] Remove legacy LoopUnswitch pass. by Florian Hahn · 2 years ago
  80. ddbe8ba [ScopBuilder] Avoid pointer element type access by Nikita Popov · 2 years, 1 month ago
  81. bfbc5bf [PPCGCodeGeneration] Look for function instead of function pointer type by Nikita Popov · 2 years, 1 month ago
  82. 12e2466 [PPCGCodeGeneration] Avoid another pointer element type access by Nikita Popov · 2 years, 1 month ago
  83. 4174ae8 [PPCGCodeGeneration] Avoid pointer element type access by Nikita Popov · 2 years, 1 month ago
  84. 95f0cde [RuntimeDebugBuilder] Remove pointer element type accesses by Nikita Popov · 2 years, 1 month ago
  85. 3cac411 [polly] Remove last instances of -analyze by Arthur Eubanks · 2 years, 1 month ago
  86. fe12089 Rename mayBeMemoryDependent in polly to fix build bot by Philip Reames · 2 years, 1 month ago
  87. f11a69b [polly] Fix NPM unittests after D121566. by Michael Kruse · 2 years, 2 months ago
  88. 4858e7e Reland "Load pass plugins during option processing, so that plugin options are registered and live." by Wael Yehia · 2 years, 2 months ago
  89. 75dd24b Use lit_config.substitute instead of foo % lit_config.params everywhere by Sam McCall · 2 years, 2 months ago
  90. 554d8f2 [polly] Introduce -polly-print-* passes to replace -analyze. by Michael Kruse · 2 years, 2 months ago
  91. e63a739 [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE by Petr Hosek · 2 years, 5 months ago
  92. fefaf03 Revert "[polly] Fix regression test after D110620." by Arthur Eubanks · 2 years, 2 months ago
  93. b1a407b [polly] Remove trailing whitespace from tests. NFC. by Michael Kruse · 2 years, 2 months ago
  94. 7efe3fa [polly] Fix regression test after D110620. by Michael Kruse · 2 years, 3 months ago
  95. 519f378 [polly] Match function definitions and header declarations. NFC. by Michael Kruse · 2 years, 3 months ago
  96. 478644b [polly][NFC] removes using-directives to fix modules build by Christopher Di Bella · 2 years, 3 months ago
  97. 872d185 [polly] Remove uses of PointerType::getElementType() by Nikita Popov · 2 years, 3 months ago
  98. 822adfa [SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handling by Roman Lebedev · 2 years, 3 months ago
  99. 705b49b Bump the trunk major version to 15 by Tom Stellard · 2 years, 3 months ago
  100. 3278fe0 [docs] Remove hard-coded version numbers from sphinx configs by Tom Stellard · 2 years, 3 months ago