1. eb0a81f Fix Polly by Guillaume Chatelet · 4 years, 6 months ago master
  2. 159c53a [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts. by Michael Kruse · 4 years, 6 months ago
  3. 3c0043e [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  4. e1da1d3 [Polly] Fix formatting violation. NFC. by Volodymyr Sapsai · 4 years, 7 months ago
  5. d3cb255 [Stats] More polly fixes following llvm::Statistic changes in r374490. by Volodymyr Sapsai · 4 years, 7 months ago
  6. 59411bf [Stats] Fix polly build due to change in llvm::Statistic constructor in r374490. by Volodymyr Sapsai · 4 years, 7 months ago
  7. d49f30d [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  8. 65022c5 [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  9. 449c316 [Alignment] Fix polly build by Guillaume Chatelet · 4 years, 7 months ago
  10. 1879d6f Revert "Update polly test for SCEV change." by Tim Northover · 4 years, 7 months ago
  11. 96168ae [CodeGen] Handle outlining of CopyStmts. by Michael Kruse · 4 years, 7 months ago
  12. 580061a [Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris by Rainer Orth · 4 years, 8 months ago
  13. 94c4b64 [ScopBuilder] Skip getting leader when merging statements to close holes. by Michael Kruse · 4 years, 8 months ago
  14. e4b9b1e [DependenceInfo] Compute WAR dependence info using ISL kills. NFC. by Michael Kruse · 4 years, 8 months ago
  15. 262eb1f [ScopBuilder] Remove superfluous while loop in buildDomains. NFC. by Michael Kruse · 4 years, 8 months ago
  16. 3e98c51 [ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC. by Michael Kruse · 4 years, 8 months ago
  17. 89e2ebb [Polly] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 4 years, 9 months ago
  18. f4f3e5c [Polly-ACC] Fix test after IR-printer change. by Michael Kruse · 4 years, 9 months ago
  19. a97d79f [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder. by Dominik Adamski · 4 years, 9 months ago
  20. a51f11d [NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder by Dominik Adamski · 4 years, 9 months ago
  21. 5b39421 Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 4 years, 9 months ago
  22. a0ddcd3 [Polly] Clang complains about missing virtual destructor by Guillaume Chatelet · 4 years, 9 months ago
  23. 64824fe Update polly test for SCEV change. by Eli Friedman · 4 years, 9 months ago
  24. c319bd5 Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 9 months ago
  25. 7a99fbf [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopHelper by Dominik Adamski · 4 years, 10 months ago
  26. 8e32c98 [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder by Dominik Adamski · 4 years, 10 months ago
  27. 3c74bc4 [NFC][ScopBuilder] Move addUserContext to ScopBuilder by Dominik Adamski · 4 years, 10 months ago
  28. cb04949 [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to ScopBuilder by Dominik Adamski · 4 years, 10 months ago
  29. 3a0bd0b [NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder by Dominik Adamski · 4 years, 10 months ago
  30. d2cd747 [ScopInfo][NFC] Add dot at the end of comment statement. by Dominik Adamski · 4 years, 10 months ago
  31. ca3e663 OpaquePtr: Update polly's calls to Loads.h API by Tim Northover · 4 years, 10 months ago
  32. b5019f8 [test] Add wrap flags after D61934. by Michael Kruse · 4 years, 11 months ago
  33. 7baf77d [ScopInliner] Register FunctionAnalysisManagerModuleProxy. by Michael Kruse · 4 years, 11 months ago
  34. bc384e7 [ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC. by Michael Kruse · 4 years, 11 months ago
  35. 521ccde [ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC. by Michael Kruse · 4 years, 11 months ago
  36. e03b482 [ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC. by Michael Kruse · 4 years, 11 months ago
  37. 0124895 [ScheduleTreeTransform] Silence compiler warning. NFC. by Michael Kruse · 5 years ago
  38. 927f3ed [ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC. by Michael Kruse · 5 years ago
  39. 8dff99b [ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC. by Michael Kruse · 5 years ago
  40. 86b6d02 [ScheduleOptimizer] Hoist extension nodes after schedule optimization. by Michael Kruse · 5 years ago
  41. 83f9e87 [ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC. by Michael Kruse · 5 years ago
  42. 9ab8027 [DeLICM] Use polly::singleton to allow empty result. by Michael Kruse · 5 years ago
  43. d92241a [CodeGen] Fix order of PHINode and MA Write generation. by Michael Kruse · 5 years ago
  44. 8148629 [DependenceInfo] Remove dead initialization. NFC. by Michael Kruse · 5 years ago
  45. d78f357 [polly] Fix non-determinism in IslNodeBuilder. by Eli Friedman · 5 years ago
  46. a2a22a0 [Polly] Don't crash on invalid delinearization result. by Eli Friedman · 5 years ago
  47. 84cd65e [ZoneAlgo] Fix PHI inconsistency in invalid contexts. by Michael Kruse · 5 years ago
  48. b14a757 [polly][SCEV] Expand SCEV matcher cases for new smin/umin ops by Keno Fischer · 5 years ago
  49. 1a2316a Apply include-what-you-use #include removal suggestions. NFC. by Michael Kruse · 5 years ago
  50. 73c0156 [ConstantRange] Rename isWrappedSet() to isUpperWrapped() by Nikita Popov · 5 years ago
  51. 0eda3be Moving ManagedMemoryRewritePass when hybrid option is selected by Michael Kruse · 5 years ago
  52. 9d9fd6e [CodeGen] LLVM OpenMP Backend. by Michael Kruse · 5 years ago
  53. 9891f56 [opaque pointer types] Update calls to CreateCall to pass the function by James Y Knight · 5 years ago
  54. 61dce4b Adjust documentation for git migration. by James Y Knight · 5 years ago
  55. 07d3d0a Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp by Michal Gorny · 5 years ago
  56. 8c6b4aa Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  57. 70d0a8c Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  58. b7637c0 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  59. c1dce8a Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  60. 1e690ae [polly] Change to range-based invocation of llvm::sort by Mandeep Singh Grang · 5 years ago
  61. 1fb3f06 Bump the trunk version to 9.0.0svn by Hans Wennborg · 5 years ago
  62. 1dad8c9 Remove irrelevant references to legacy git repositories from by James Y Knight · 5 years ago
  63. 9fe4c93 Update year in license files by Hans Wennborg · 5 years ago
  64. f203c68 [CMake] Fix generation of exported targets in build directory by Philip Pfaffe · 5 years ago
  65. 01cfb5d Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 5 years ago
  66. 12145be [TI removal] Generically discuss terminators rather than use the soon to by Chandler Carruth · 6 years ago
  67. ca263cf Fix broken formatting caused by test commit by Theodoros Theodoridis · 6 years ago
  68. cb1cbc4 Test commit by Theodoros Theodoridis · 6 years ago
  69. 4dd9f6c [TI removal] Make `getTerminator()` return a generic `Instruction`. by Chandler Carruth · 6 years ago
  70. 6b2551a Fix another error related to YAML quoting. by Zachary Turner · 6 years ago
  71. d69b9d5 [IslAst] Fix InParallelFor nesting. by Michael Kruse · 6 years ago
  72. d7f4f7a [doc] Fix HowToManuallyUseTheIndividualPiecesOfPolly by Michael Kruse · 6 years ago
  73. b722724 Move www/experiments to docs/experiments by Michael Kruse · 6 years ago
  74. 34fe58d fix the scan-build urls by Sylvestre Ledru · 6 years ago
  75. d151630 [ScopDetection] Use addUnknown for calls in the AliasSetTracker. by Eli Friedman · 6 years ago
  76. 042c605 [PerfMonitor] Fix rdtscp callsites by Tobias Grosser · 6 years ago
  77. d3b94f9 [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 6 years ago
  78. 11ac754 [AST] Adapt Polly to AnalysisSetTracker changes. NFC. by Michael Kruse · 6 years ago
  79. 6ba7504 [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. by Michael Kruse · 6 years ago
  80. 592b240 Update isl-cpp bindings by Tobias Grosser · 6 years ago
  81. 01dc658 Update to isl-0.20-65-gb822a210 by Tobias Grosser · 6 years ago
  82. 3f7f3b0 Update isl to isl-0.20-48-g13eba5b5 by Tobias Grosser · 6 years ago
  83. ea989ea Make update-isl work with latest isl versions by Tobias Grosser · 6 years ago
  84. a850dd8 [JSONExporter] Print instead of ignoring parser error. by Michael Kruse · 6 years ago
  85. 9445846 [ScopBuilder] Set domain to empty instead of NULL. by Michael Kruse · 6 years ago
  86. 9d2da81 Update docs version and clear release notes after 8.0.0 version bump by Hans Wennborg · 6 years ago
  87. d9a7640 PPCG codegen by Tobias Grosser · 6 years ago
  88. 20c65f6 [isl++] drop the isl namespace qualifiers [NFC] by Tobias Grosser · 6 years ago
  89. df44b13 Rebase C++ bindings on top of latest isl bindings by Tobias Grosser · 6 years ago
  90. 29430c2 Update to isl-0.20-35-ge0a98b62 by Tobias Grosser · 6 years ago
  91. 987e9b3 [JSONExporter] Try to appease buildbot. NFC. by Michael Kruse · 6 years ago
  92. 3076c42 [Polly-ACC] Fix compilation after r338450. NFC. by Michael Kruse · 6 years ago
  93. baaf9f4 [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC. by Michael Kruse · 6 years ago
  94. 111e453 [CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC. by Michael Kruse · 6 years ago
  95. 56cee7a [CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC. by Michael Kruse · 6 years ago
  96. c5f135f [CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC. by Michael Kruse · 6 years ago
  97. cdc7133 [test] Remove non-JSPON comments in JSCOP file. NFC. by Michael Kruse · 6 years ago
  98. 904bff6 [isl] Simplify iterator implementation by building on top of list accessors by Philip Pfaffe · 6 years ago
  99. f6ea04b [DependenceInfo] Use isl++ to replace foreach_set with for loop by Tobias Grosser · 6 years ago
  100. 8eba0dd [IslNodeBuilder] Use isl++ to replace foreach_set with for loop by Tobias Grosser · 6 years ago