summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser2013-04-172-3/+1
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-1716-301/+9
* tests: Fix 'instruction does not dominate all its uses' errorTobias Grosser2013-04-171-1/+1
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-168-26/+191
* SCEVValidator: Correctly store 'k * p' as a parameterTobias Grosser2013-04-142-1/+37
* ScheduleOptimizer: Use isl_map_from_union_map to extract map.Tobias Grosser2013-04-111-19/+13
* ScheduleOpt: Do not crash on statements with empty iteration domainsTobias Grosser2013-04-102-1/+38
* fix testcaseSebastian Pop2013-04-101-1/+1
* ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser2013-04-102-0/+34
* Update formatting to latest version of clang-formatTobias Grosser2013-04-1024-92/+100
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-1010-13/+266
* Codegen: Replace region exit and entries recursivelyTobias Grosser2013-04-101-2/+3
* fix typosSebastian Pop2013-04-101-3/+3
* scop detection: properly instantiate SCEVs to the place where they are usedSebastian Pop2013-04-103-6/+51
* IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2013-04-083-4/+89
* SCEVCodegen should not run createIndVarSimplifyPassSebastian Pop2013-04-081-2/+4
* ScopDetection: Use isTopLevelRegionTobias Grosser2013-04-021-1/+1
* RegisterPasses: Improve commentsTobias Grosser2013-03-231-51/+117
* Cloog: Add virtual destructor to silence gcc warningTobias Grosser2013-03-231-0/+1
* clang-format: Many more filesTobias Grosser2013-03-2346-1339/+1156
* cmake: Do not clang-format check the externally imported json libraryTobias Grosser2013-03-231-0/+2
* RegisterPasses: clang-formatTobias Grosser2013-03-231-76/+61
* Instvarsimplify: clang-formatTobias Grosser2013-03-231-269/+278
* IndependentBlocks: clang-format and remove includesTobias Grosser2013-03-231-59/+52
* DeadCodeElimination: clang-format and commentTobias Grosser2013-03-231-23/+22
* CodePreparation: Comment and format the file properlyTobias Grosser2013-03-231-72/+70
* codegen: properly instantiate SCEVs to the place where they are usedTobias Grosser2013-03-223-33/+61
* ScopInfo: do not call getCanonicalInductionVariable for SCEVCodegenSebastian Pop2013-03-221-5/+7
* Add failing test caseTobias Grosser2013-03-211-0/+22
* Do not canonicalize indvars with scev based codegenTobias Grosser2013-03-211-1/+4
* Remove last uses of canoncial induction variable when scev code generatingTobias Grosser2013-03-2112-13/+68
* TempScop: Make assert more descriptiveTobias Grosser2013-03-211-1/+1
* CodePrepare: Do not require canonical induction variables for scev based modeTobias Grosser2013-03-202-5/+72
* ScopDetect: Test case to verify that base pointers are scop invariantTobias Grosser2013-03-201-0/+44
* ScopDetect: Add test cases for non-simple regionsTobias Grosser2013-03-203-0/+118
* Remove dependence on canonical induction variableTobias Grosser2013-03-2013-60/+81
* Remove unnecessary explicit typing in std::make_pairAndy Gibbs2013-03-201-1/+1
* Add option -polly-code-generator=noneTobias Grosser2013-03-201-1/+5
* Silence 'variable unused' warning in release modeTobias Grosser2013-03-203-0/+3
* ScopDetect: Remove some redundant semicolonsTobias Grosser2013-03-191-3/+3
* IndependentBlocks: Add a couple of test cases.Tobias Grosser2013-03-193-0/+160
* ScopDetection: Add a couple of test casesTobias Grosser2013-03-194-0/+162
* Correct function to decide if a SCEV can be ignoredSebastian Pop2013-03-185-12/+180
* ScopHelper: clang-formatTobias Grosser2013-03-181-51/+46
* ScopHelper: Remove some dead codeTobias Grosser2013-03-182-23/+0
* use the canonical IV only when it existsSebastian Pop2013-03-182-14/+18
* tests: Properly check if asserts are availableTobias Grosser2013-03-126-5/+18
* Missed on test case in the last commitTobias Grosser2013-03-121-0/+1
* Move tests that depend on -stats under 'requires asserts'Tobias Grosser2013-03-124-0/+4
* Print function names under --polly-reportTobias Grosser2013-03-042-5/+11
OpenPOWER on IntegriCloud