1. 0acd8ef [BasicAA] Replace -basicaa with -basic-aa in polly by Arthur Eubanks · 3 years, 10 months ago
  2. 5b125d1 Update polly tests to use -disable-basicaa to -disable-basic-aa by Simon Pilgrim · 3 years, 10 months ago
  3. 18bdd82 Fix polly build after 8c2082e1dc9505da21806b707dfb3eae3f0550ff by Fangrui Song · 3 years, 10 months ago
  4. 80e3612 [SVE] Eliminate calls to default-false VectorType::get() from polly by Christopher Tetreault · 3 years, 11 months ago
  5. 37d07ec Make Value::getPointerAlignment() return an Align, not a MaybeAlign. by Eli Friedman · 4 years ago
  6. 23bda2e [Polly] Update ScalarEvolutionExpander.h include. by Florian Hahn · 4 years ago
  7. 2dd9133 AllocaInst should store Align instead of MaybeAlign. by Eli Friedman · 4 years ago
  8. e45e864 Fix polly tests after D79968. by Eli Friedman · 4 years ago
  9. a4c9d27 Infer alignment of unmarked loads in IR/bitcode parsing. by Eli Friedman · 4 years ago
  10. 6da46b3 Make Polly tests dependencies explicit by serge-sans-paille · 4 years ago
  11. 2cc5614 Use components instead of libraries in Polly linkage step by serge-sans-paille · 4 years ago
  12. 93bd814 [Polly] Fix long loop due to unsigned warparound. by Michael Kruse · 4 years ago
  13. d6c4e56 [polly] Don't include PassSupport.h directly - include via Pass.h by Simon Pilgrim · 4 years ago
  14. 77fc71e Require "target datalayout" to be at the beginning of an IR file. by Eli Friedman · 4 years ago
  15. f6fc731 Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON. by Eli Friedman · 4 years ago
  16. 2af7ede [NFC] correct "thier" to "their" by Josh Stone · 4 years ago
  17. 4cdaad7 Make IRBuilder automatically set alignment on load/store/alloca. by Eli Friedman · 4 years ago
  18. b863594 [NFC] Modernize misc. uses of Align/MaybeAlign APIs. by Eli Friedman · 4 years ago
  19. c15d858 [CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfo by Kirill Naumov · 4 years ago
  20. c92bb35 [Polly] Add -polly-isl-arg command line option. by Michael Kruse · 4 years, 1 month ago
  21. 614aa90 [polly][opaque pointers] Remove use of deprecated APIs. by Eli Friedman · 4 years, 1 month ago
  22. 8216cf3 Doc: Links should use https by Sylvestre Ledru · 4 years, 1 month ago
  23. 169dcdc [Polly] Replace use of std::stringstream. NFC. by Michael Kruse · 4 years, 1 month ago
  24. eab7a03 [polly] Don't count scops in a global variable. by Eli Friedman · 4 years, 2 months ago
  25. c379077 [arcconfig] Delete subproject arcconfigs by Shoaib Meenai · 4 years, 2 months ago
  26. b88d5bd [NFC] [DA] Refactoring getIndexExpressionsFromGEP by Bardia Mahjour · 4 years, 2 months ago
  27. 9caf08d [CMake] Default to static linking for subprojects. by Michael Kruse · 4 years, 2 months ago
  28. cf6c794 [Polly] Run polly-update-format after commit 55cfb1. NFC. by Michael Kruse · 4 years, 2 months ago
  29. 7fa90bf Reapply "[IRBuilder] Virtualize IRBuilder" by Nikita Popov · 4 years, 2 months ago
  30. 963f264 [Polly] Fix build after IRBuilder changes by Nikita Popov · 4 years, 2 months ago
  31. d212aa2 Revert "[IRBuilder] Virtualize IRBuilder" by Nikita Popov · 4 years, 2 months ago
  32. 2507f00 [IRBuilder] Try to fix warnings by Nikita Popov · 4 years, 2 months ago
  33. 317500f [IRBuilder] Virtualize IRBuilder by Nikita Popov · 4 years, 3 months ago
  34. 1465862 Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""" by Yuanfang Chen · 4 years, 2 months ago
  35. 9fccdbd Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"""" by Yuanfang Chen · 4 years, 2 months ago
  36. 9efe0f5 Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""" by Yuanfang Chen · 4 years, 2 months ago
  37. 31fade9 [NFC] Fix warning: comparison of integers of different signs. by Huihui Zhang · 4 years, 2 months ago
  38. 6e7df4f [Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling. by Michael Halkenhäuser · 4 years, 2 months ago
  39. d047126 [Polly][Docs] Fix wrong claim about optimization levels. by Michael Kruse · 4 years, 2 months ago
  40. 6278140 [Polly] Silence mixed signed/unsigned comparison warnings. NFC. by Michael Kruse · 4 years, 2 months ago
  41. 5012433 [Polly] Update ISL to isl-0.22.1-87-gfee05a13. by Michael Kruse · 4 years, 2 months ago
  42. c4a45ad Silence compiler warning. NFC. by Michael Kruse · 4 years, 2 months ago
  43. 8b0bc5d Compile-fix after StringRef's conversion operator has been made explicit. by Michael Kruse · 4 years, 2 months ago
  44. 730ef93 [Polly] Fix compilation after 105642af5eef: include PassManagerImpl.h by Krzysztof Parzyszek · 4 years, 3 months ago
  45. b8974a3 Fix polly build after StringRef change. by Eli Friedman · 4 years, 3 months ago
  46. b12fa0b [AliasAnalysis] Add missing FMRB_* enums. by Eli Friedman · 4 years, 3 months ago
  47. edb2df1 [Alignment][NFC] Use Align with CreateAlignedLoad by Guillaume Chatelet · 4 years, 3 months ago
  48. 167794d [Alignment][NFC] Deprecate Align::None() by Guillaume Chatelet · 4 years, 3 months ago
  49. 162c2de [NFC][ScopBuilder] Move RecordedAssumptions vector to ScopBuilder by Dominik Adamski · 4 years, 3 months ago
  50. 275f244 [Alignment][NFC] Use Align with CreateAlignedStore by Guillaume Chatelet · 4 years, 3 months ago
  51. d44907f [polly] XFAIL memset_null.ll. by Eli Friedman · 4 years, 3 months ago
  52. 8be4e11 PointerLikeTypeTraits: Standardize NumLowBitsAvailable on static constexpr rather than anonymous enum by David Blaikie · 4 years, 3 months ago
  53. 56d7db2 Bump the trunk major version to 11 by Hans Wennborg · 4 years, 3 months ago
  54. 87a4736 Fix several issues with compiler extensions by serge-sans-paille · 4 years, 3 months ago
  55. 9830970 [cmake] Use source-groups in Polly. by Christopher Tetreault · 4 years, 3 months ago
  56. 8ac6937 [NFC] Fixes -Wrange-loop-analysis warnings by Mark de Wever · 4 years, 4 months ago
  57. b04c87c Polly: Fix a tag type mismatch (struct/class) by David Blaikie · 4 years, 4 months ago
  58. 8b20b7a Generalize the pass registration mechanism used by Polly to any third-party tool by serge_sans_paille · 4 years, 11 months ago
  59. c0f6518 [polly][Support] Un-break polly tests by Alexandre Ganea · 4 years, 4 months ago
  60. eff23b0 Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 by Fangrui Song · 4 years, 4 months ago
  61. 365c73d Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 by Fangrui Song · 4 years, 4 months ago
  62. 8976ed6 [IR] Include more target specific intrinsic headers by Heejin Ahn · 4 years, 4 months ago
  63. d758bb3 [IR] Include target specific intrinsic headers by Heejin Ahn · 4 years, 4 months ago
  64. 7bb5d5a Add missing includes needed to prune LLVMContext.h include, NFC by Reid Kleckner · 4 years, 5 months ago
  65. e118576 [GPGPU] Fix depricated warning. by Michael Kruse · 4 years, 5 months ago
  66. d2391ac [GPGPU] Fix #includes. by Michael Kruse · 4 years, 5 months ago
  67. a6d1b0b Move CodeGenFileType enum to Support/CodeGen.h by Reid Kleckner · 4 years, 5 months ago
  68. 4935164 Sink all InitializePasses.h includes by Reid Kleckner · 4 years, 5 months ago
  69. 8b52dd1 [GPGPU] Fix regression test after 395124. by Michael Kruse · 4 years, 5 months ago
  70. b8444fc [CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorizer=polly. by Michael Kruse · 4 years, 5 months ago
  71. edea8a5 [www] More HTTPS and outdated link fixes. by Stephan T. Lavavej · 4 years, 5 months ago
  72. 3ae3bb5 [www] Change URLs to HTTPS. by Stephan T. Lavavej · 4 years, 6 months ago
  73. b28d6ec Fix Polly by Guillaume Chatelet · 4 years, 6 months ago
  74. 83f2c5f [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts. by Michael Kruse · 4 years, 6 months ago
  75. 6b512e9 [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 6 months ago
  76. 5fe9c6a [Polly] Fix formatting violation. NFC. by Volodymyr Sapsai · 4 years, 6 months ago
  77. 5b93a18 [Stats] More polly fixes following llvm::Statistic changes in r374490. by Volodymyr Sapsai · 4 years, 6 months ago
  78. 3bd9aac [Stats] Fix polly build due to change in llvm::Statistic constructor in r374490. by Volodymyr Sapsai · 4 years, 6 months ago
  79. 3af3601 [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  80. 40e70d7 [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  81. 2d2dc88 [Alignment] Fix polly build by Guillaume Chatelet · 4 years, 7 months ago
  82. 6d931bb Revert "Update polly test for SCEV change." by Tim Northover · 4 years, 7 months ago
  83. 739ca6e [CodeGen] Handle outlining of CopyStmts. by Michael Kruse · 4 years, 7 months ago
  84. 1ba65dc [Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris by Rainer Orth · 4 years, 7 months ago
  85. ad3555f [ScopBuilder] Skip getting leader when merging statements to close holes. by Michael Kruse · 4 years, 7 months ago
  86. cdbbeac [DependenceInfo] Compute WAR dependence info using ISL kills. NFC. by Michael Kruse · 4 years, 8 months ago
  87. d3cb4c9 [ScopBuilder] Remove superfluous while loop in buildDomains. NFC. by Michael Kruse · 4 years, 8 months ago
  88. 2f16f69 [ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC. by Michael Kruse · 4 years, 8 months ago
  89. b4181cf [Polly] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 4 years, 8 months ago
  90. e4086fa [Polly-ACC] Fix test after IR-printer change. by Michael Kruse · 4 years, 8 months ago
  91. 1be0ffd [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder. by Dominik Adamski · 4 years, 9 months ago
  92. 59e8983 [NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder by Dominik Adamski · 4 years, 9 months ago
  93. c25164f Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 4 years, 9 months ago
  94. d371add [Polly] Clang complains about missing virtual destructor by Guillaume Chatelet · 4 years, 9 months ago
  95. ce3229a Update polly test for SCEV change. by Eli Friedman · 4 years, 9 months ago
  96. d24a999 Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 9 months ago
  97. 7d011db [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopHelper by Dominik Adamski · 4 years, 9 months ago
  98. da46c44 [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder by Dominik Adamski · 4 years, 9 months ago
  99. ed1a3e0 [NFC][ScopBuilder] Move addUserContext to ScopBuilder by Dominik Adamski · 4 years, 9 months ago
  100. e35603c [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to ScopBuilder by Dominik Adamski · 4 years, 9 months ago