summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* clang-format polly to avoid buildbot noiseTobias Grosser2014-07-092-15/+17
* Derive run-time conditions for delinearizationTobias Grosser2014-07-022-2/+4
* Use arguments of user statements to perform induction variable substitutionTobias Grosser2014-07-022-55/+70
* [C++11] Use more range based forsTobias Grosser2014-06-282-11/+5
* Remove redundant code and use C++ range forsTobias Grosser2014-06-281-16/+2
* [Refactor] Make the used dependence types explicitJohannes Doerfert2014-06-261-1/+2
* Remove use of llvm.codegen intrinsic for GPGPU codegenYabin Hu2014-06-241-30/+86
* Model statement wise reduction dependencesJohannes Doerfert2014-06-201-1/+3
* Update for ScopStmt iterator name change in LLVM r210927Tobias Grosser2014-06-191-7/+4
* Use range-based for loopsTobias Grosser2014-06-044-27/+17
* Adapt to DomTree changes in r199104Tobias Grosser2014-05-081-1/+1
* Remove unnecessary struct in return typeTobias Grosser2014-05-071-2/+2
* Remove unnecessary explicit typing in std::make_pairTobias Grosser2014-05-072-4/+3
* Add the missing 'LoopToScev' parameterTobias Grosser2014-05-071-1/+1
* Fix formattingTobias Grosser2014-04-221-2/+2
* IslCodeGeneration: Document the IslExprBuilderTobias Grosser2014-04-221-3/+86
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-224-5/+8
* Really fix the load case.Tobias Grosser2014-04-181-0/+4
* Ensure a scalar pointer when issuing a vector loadTobias Grosser2014-04-171-0/+4
* [C++11] Use nullptrTobias Grosser2014-04-163-16/+16
* Fix for vector codegen in OpenMP subfunctionsTobias Grosser2014-04-151-0/+7
* Codegeneration: Free memory correctly when using -polly-vectorizer=pollyTobias Grosser2014-04-141-0/+1
* Return conservative result in case the dependence check timed outTobias Grosser2014-03-211-1/+5
* clang-format: Remove empty linesTobias Grosser2014-03-213-4/+0
* Support for generating vectors for loads with -1 strideTobias Grosser2014-03-191-6/+24
* (Make) Remove unused MakefilesAndreas Simbuerger2014-03-141-18/+0
* avoid warningSebastian Pop2014-03-131-2/+2
* Emit llvm.loop metadata for parallel loopsTobias Grosser2014-03-043-6/+84
* Introduce PollyIRBuilderTobias Grosser2014-03-046-23/+23
* cmake: build monolithic libLLVMPollyLib.dylibTobias Grosser2014-03-031-23/+0
* Use C++11 formattingTobias Grosser2014-03-021-8/+8
* Update for llvm api change.Rafael Espindola2014-02-252-4/+6
* codegen: Update LoopInfo correctlyTobias Grosser2014-02-241-0/+4
* Cloog: Compute simple hulls during code generationTobias Grosser2014-02-231-0/+3
* GMP is only required for CLooGSebastian Pop2014-02-221-0/+21
* Codegen: Do not crash when seeing debug intrinsicsTobias Grosser2014-02-211-0/+8
* Update to isl 1b3ba3b72c0482fd36bf0b4a1186a259f7bafeedTobias Grosser2014-01-261-0/+2
* CodeGeneration: Replace reference to isl_int with explicit mpz call.Tobias Grosser2014-01-191-1/+1
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-134-12/+13
* [cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth2014-01-132-4/+4
* Remove IR/Writer.hTobias Grosser2014-01-091-3/+2
* Update #include paths for r198688 in LLVM that moved headers in the AssemblyChandler Carruth2014-01-071-1/+1
* IslCodegen: Support for run-time conditionsTobias Grosser2013-11-172-0/+15
* prepend LLVM to all Polly* libsSebastian Pop2013-11-161-1/+1
* IslCodegen: Do not build upper bound in vector forTobias Grosser2013-11-021-6/+0
* Update comments to address Sebastian's reviewTobias Grosser2013-10-311-3/+14
* ScopInfo: Add support for AssumedContextTobias Grosser2013-10-291-3/+43
* clang-format: No empty line after 'public:'Tobias Grosser2013-10-151-1/+0
* [CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2013-09-021-3/+1
* Remove unneeded comma and update formattingTobias Grosser2013-08-241-2/+2
OpenPOWER on IntegriCloud