summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser2013-04-171-1/+1
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-173-241/+0
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-164-23/+40
* SCEVValidator: Correctly store 'k * p' as a parameterTobias Grosser2013-04-141-1/+6
* 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-101-1/+14
* ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser2013-04-101-0/+5
* Update formatting to latest version of clang-formatTobias Grosser2013-04-1016-77/+79
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-103-5/+26
* 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-102-6/+11
* IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2013-04-081-4/+14
* 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
* clang-format: Many more filesTobias Grosser2013-03-2325-720/+610
* 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-221-27/+40
* ScopInfo: do not call getCanonicalInductionVariable for SCEVCodegenSebastian Pop2013-03-221-5/+7
* 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-212-7/+10
* CodePrepare: Do not require canonical induction variables for scev based modeTobias Grosser2013-03-201-5/+19
* Remove dependence on canonical induction variableTobias Grosser2013-03-206-45/+54
* 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
* Correct function to decide if a SCEV can be ignoredSebastian Pop2013-03-182-12/+112
* ScopHelper: Remove some dead codeTobias Grosser2013-03-181-19/+0
* use the canonical IV only when it existsSebastian Pop2013-03-182-14/+18
* Print function names under --polly-reportTobias Grosser2013-03-041-4/+10
* Support: clang-formatTobias Grosser2013-02-222-144/+128
* CodeGen: clang-formatTobias Grosser2013-02-225-87/+84
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-151-1/+1
* don't store a pointer to the loop in IVSSebastian Pop2013-02-151-2/+2
* add NestLoops to remove some uses of IVSSebastian Pop2013-02-151-7/+8
* use apply and ScevParameterRewriter::rewrite instead of SCEVRewriterSebastian Pop2013-02-151-197/+5
* add LoopToScev mapsSebastian Pop2013-02-153-52/+92
* Formatting fixesTobias Grosser2013-02-141-11/+14
* CodeGen: clang-format goodnessTobias Grosser2013-02-057-516/+415
* TempScopInfo: clang-formatTobias Grosser2013-02-051-21/+19
* Dependences: clang-formatTobias Grosser2013-02-051-46/+38
* ScopInfo: clang-format fileTobias Grosser2013-02-051-43/+48
* ScopDetect: clang-format pointer types in templatesTobias Grosser2013-02-051-4/+4
* ScopDetection: clang-format some more codeTobias Grosser2013-02-051-14/+16
OpenPOWER on IntegriCloud