summaryrefslogtreecommitdiffstats
path: root/polly/include
Commit message (Expand)AuthorAgeFilesLines
* clang-format latest changesTobias Grosser2013-07-021-1/+1
* TempScop: (Partial) Implement the printDetail function.Hongbin Zheng2013-06-291-0/+2
* Refactor memory access getting code in ScopStmt.Hongbin Zheng2013-06-291-2/+4
* ScopInfo: Clarify may-write and must-write accessesTobias Grosser2013-06-231-6/+12
* Integrate latest clang-format changesTobias Grosser2013-06-2314-19/+24
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-212-5/+12
* Fix typo in header guardsTobias Grosser2013-06-151-2/+2
* scop detection: inline and remove isValidBasicBlockSebastian Pop2013-06-141-8/+0
* TempScopInfo: Add code to build the scalar dependences.Hongbin Zheng2013-06-101-5/+21
* Refactor: Move the IRAccess building code to a new function.Hongbin Zheng2013-06-101-0/+10
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-161-1/+2
* Move polly options into separate option categoryTobias Grosser2013-05-071-0/+20
* Reformat with clang-formatTobias Grosser2013-05-075-34/+39
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-171-3/+0
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-161-0/+9
* Update formatting to latest version of clang-formatTobias Grosser2013-04-107-13/+19
* Cloog: Add virtual destructor to silence gcc warningTobias Grosser2013-03-231-0/+1
* clang-format: Many more filesTobias Grosser2013-03-2318-517/+478
* codegen: properly instantiate SCEVs to the place where they are usedTobias Grosser2013-03-221-4/+20
* TempScop: Make assert more descriptiveTobias Grosser2013-03-211-1/+1
* Remove dependence on canonical induction variableTobias Grosser2013-03-202-15/+20
* Correct function to decide if a SCEV can be ignoredSebastian Pop2013-03-181-0/+6
* ScopHelper: clang-formatTobias Grosser2013-03-181-51/+46
* ScopHelper: Remove some dead codeTobias Grosser2013-03-181-4/+0
* Print function names under --polly-reportTobias Grosser2013-03-041-1/+1
* don't store a pointer to the loop in IVSSebastian Pop2013-02-151-1/+1
* add NestLoops to remove some uses of IVSSebastian Pop2013-02-151-0/+1
* add LoopToScev mapsSebastian Pop2013-02-151-12/+39
* clang-format a fileTobias Grosser2013-02-121-48/+48
* Use documented isl functionTobias Grosser2013-02-121-1/+1
* [isl-codegen]: Fix off by one in getNumberOfIterationsTobias Grosser2013-02-111-2/+4
* Add missing __isl_giveTobias Grosser2013-01-181-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-024-4/+4
* isl: vector code generation based on ISL astSebastian Pop2012-12-182-0/+79
* change interface for isStrideSebastian Pop2012-12-182-18/+32
* remove dependence on CLOOG_FOUND for PollyVectorizerChoiceSebastian Pop2012-11-261-2/+0
* remove dead codeSebastian Pop2012-11-261-3/+0
* Make polly -Wdocumentation cleanTobias Grosser2012-11-193-8/+3
* ScopDetection: Print line numbers of detected scopsTobias Grosser2012-11-011-0/+12
* CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser2012-11-011-0/+15
* autoconf/cmake: Always require isl code generation.Tobias Grosser2012-10-214-17/+0
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-161-2/+3
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-2/+2
* Add a new isl based code generationTobias Grosser2012-10-021-0/+3
* Add an ast pretty printer pass based on the isl code generatorTobias Grosser2012-10-023-2/+88
* Remove dead codeTobias Grosser2012-09-081-5/+0
* Pocc: Fix some bugs in the PoCC optimizer passTobias Grosser2012-08-301-0/+5
* Add preliminary implementation for GPGPU code generation.Tobias Grosser2012-08-034-0/+204
* Remove 'using namespace llvm' from header fileTobias Grosser2012-08-031-27/+25
* Remove leftover definitionsTobias Grosser2012-08-021-2/+0
OpenPOWER on IntegriCloud