summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
...
* www: Rename menu itemsTobias Grosser2013-12-191-2/+2
* www: Use a modern menu styleTobias Grosser2013-12-191-7/+32
* Fix formattingTobias Grosser2013-12-181-5/+6
* Report detected scops using the new diagnosticsTobias Grosser2013-12-182-16/+123
* ScopValidator: smax expressions are no parametersTobias Grosser2013-12-093-8/+32
* test: Remove use of defaultOptsTobias Grosser2013-12-091-1/+1
* Update isl to latest maintenance releaseTobias Grosser2013-12-071-1/+1
* (re)enable formatting checksTobias Grosser2013-11-281-3/+2
* Really stop the buildbot noiseTobias Grosser2013-11-221-1/+1
* Disable format checkingTobias Grosser2013-11-221-1/+2
* cmake: Provide path to installed clang-formatTobias Grosser2013-11-223-9/+20
* Disable formatting checks to silent buildbotsTobias Grosser2013-11-221-1/+2
* cmake: Add option POLLY_USE_CLOOGTobias Grosser2013-11-211-1/+6
* Fix 80 column violationTobias Grosser2013-11-171-2/+3
* IslCodegen: Support for run-time conditionsTobias Grosser2013-11-174-0/+55
* ScopDetection: Improve formattingTobias Grosser2013-11-161-3/+6
* prepend LLVM to all Polly* libsSebastian Pop2013-11-166-16/+16
* factor out code in shouldEnablePollySebastian Pop2013-11-161-9/+14
* move MayAliasSet.cpp into lib/AnalysisSebastian Pop2013-11-163-1/+1
* Style fixes, brought to you by clang-formatTobias Grosser2013-11-163-5/+5
* PassManagerBase has moved into the legacy namespace as of r194324; match it h...Andy Gibbs2013-11-121-0/+2
* IslCodegen: Do not build upper bound in vector forTobias Grosser2013-11-021-6/+0
* Update comments to address Sebastian's reviewTobias Grosser2013-10-312-4/+15
* ScopInfo: Add support for AssumedContextTobias Grosser2013-10-294-4/+100
* Fix a typo in my family name. Tobias: ;) Sylvestre Ledru2013-10-291-1/+1
* www: Add information about upcoming Loop Optimization BoFTobias Grosser2013-10-261-0/+8
* www: Add information about isl-0.12.1 releaseTobias Grosser2013-10-261-7/+17
* www: Add information about code coverage and static analysisTobias Grosser2013-10-262-0/+11
* clang-format: No empty line after 'public:'Tobias Grosser2013-10-156-7/+0
* This test case requires assertionsTobias Grosser2013-10-121-0/+1
* Move to CLooG 0.18.1 and isl 0.12.1Tobias Grosser2013-10-111-2/+2
* use -polly-codegen-isl in tests under test/IslSebastian Pop2013-10-071-1/+1
* do not use -polly-cloog in a ScopInfo testcaseSebastian Pop2013-10-071-45/+0
* do not compute isl_map_dim in the loopSebastian Pop2013-10-041-2/+2
* clang-formatTobias Grosser2013-10-031-2/+1
* Use LLVM_DELETED_FUNCTION instead of a commentTobias Grosser2013-10-035-36/+20
* ScopInfo: Do not include "isl/int.h" any moreTobias Grosser2013-10-031-1/+0
* ScopInfo: Fix typosTobias Grosser2013-10-031-12/+12
* clang-format recent changeTobias Grosser2013-09-171-5/+4
* Move SCEVAffinator member definitions out of class bodyTobias Grosser2013-09-171-134/+164
* Fix build after SCEV changeMatt Arsenault2013-09-101-3/+5
* TempScopInfo: Microoptimize constant conditionsTobias Grosser2013-09-101-4/+5
* ScopInfo: Correctly handle true/false conditionsTobias Grosser2013-09-075-7/+59
* [CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2013-09-023-3/+61
* Remove unneeded comma and update formattingTobias Grosser2013-08-241-2/+2
* Rename "polly-test" in the document and script.Logan Chien2013-08-182-5/+5
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-13/+16
* PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser2013-08-081-0/+4
* ScopInfo: add a testcase that share parameters within nested start.Tobias Grosser2013-08-061-0/+92
* ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser2013-08-055-14/+192
OpenPOWER on IntegriCloud