summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Dependences: Print dependences in -analyze outputTobias Grosser2012-08-271-0/+9
* PoCC: Simplify conditionTobias Grosser2012-08-241-1/+1
* Sort includesTobias Grosser2012-08-241-2/+2
* PoCC: Adapt to earlier vectorizer changesTobias Grosser2012-08-241-2/+2
* autoconf: Only define GPGPU_CODEGEN, if that feature is requestedTobias Grosser2012-08-213-10/+7
* Remove executable bits from html filesTobias Grosser2012-08-152-0/+0
* www documentation for using Polly with dragonegg.Tobias Grosser2012-08-153-1/+73
* Add preliminary implementation for GPGPU code generation.Tobias Grosser2012-08-0321-1/+1397
* Remove 'using namespace llvm' from header fileTobias Grosser2012-08-031-27/+25
* cmake: Fix building of Polly on Apple systemTobias Grosser2012-08-032-1/+11
* Remove leftover definitionsTobias Grosser2012-08-021-2/+0
* Update llvm.codegen() patch for CodeGen.cpp changes in r159694.Tobias Grosser2012-08-021-16/+16
* Add missing dependency to cmake systemTobias Grosser2012-08-021-0/+2
* Add support for libpluto as the scheduling optimizer.Tobias Grosser2012-08-0211-4/+349
* IndependentBLocks: Do not visit the same instruction twice when moving theHongbin Zheng2012-08-012-5/+208
* Create a new directory before running the polly scriptTobias Grosser2012-07-241-1/+2
* Allow cast instructions within scopsTobias Grosser2012-07-161-4/+0
* Revert "Add preliminary implementation for GPGPU code generation."Tobias Grosser2012-07-1313-1307/+0
* Add preliminary implementation for GPGPU code generation.Tobias Grosser2012-07-1313-0/+1307
* Update libGPURuntime to be dual licensed under MIT and UIUC license.Tobias Grosser2012-07-063-4/+79
* Add an Instruction member to MemoryAccess Class.Hongbin Zheng2012-07-062-3/+10
* Add stringFromIslObj support for various isl_objs.Hongbin Zheng2012-07-052-0/+29
* Refactor: Use generic internal function template in GICHelper.cpp to avoid du...Hongbin Zheng2012-07-051-32/+23
* Replace CUDA data types with Polly's GPGPU data types.Tobias Grosser2012-07-044-74/+219
* codegen.intrinsic: Update testcase to work with NVPTX backendTobias Grosser2012-07-031-7/+7
* Update to Polly for LLVM r159614 which changes Passes.cpp.Tobias Grosser2012-07-031-10/+10
* Update to Polly for LLVM r159383 which changes SelectionDAGBuilder.cpp.Tobias Grosser2012-07-011-24/+23
* Speculative update to Polly for LLVM r159421 which moved IRBuilder.h. Chandler Carruth2012-06-294-4/+4
* Add TempScop::isWrite() function.Tobias Grosser2012-06-221-0/+1
* Add some tests for the independent blocks pass.Tobias Grosser2012-06-111-0/+227
* Add the runtime library for GPGPU code generation.Tobias Grosser2012-06-116-0/+435
* Fix some coding convention problems.Tobias Grosser2012-06-061-19/+19
* Detect the cuda library available.Tobias Grosser2012-06-067-44/+202
* CLooG: Do not take into account the contextTobias Grosser2012-06-051-1/+16
* www: Add GPGPU Code Generation Documentation.Tobias Grosser2012-05-302-0/+234
* Add llvm.codegen intrinsic patch file to polly/utils.Tobias Grosser2012-05-301-0/+492
* ScopInfo: Store ScopStmt pointer in the domainTobias Grosser2012-05-292-16/+29
* Mark the increments of the generated induction variables 'NSW'Tobias Grosser2012-05-291-1/+1
* Move executeScopConditionally() into its own fileTobias Grosser2012-05-294-137/+159
* Move CLooG.h into include/polly/CodeGen/Tobias Grosser2012-05-295-4/+4
* ScheduleOptimizer: Simplify some codeTobias Grosser2012-05-221-22/+10
* ScopInfo: Add parameter bounds to contextTobias Grosser2012-05-224-2/+39
* Replace some asserts with llvm_unreachableTobias Grosser2012-05-221-4/+4
* ScopInfo: SCEVUnknowns are always parametersTobias Grosser2012-05-221-15/+1
* Move isParallelFor into CodeGenerationTobias Grosser2012-05-223-22/+24
* make registerPollyPreoptPasses staticSebastian Pop2012-05-072-9/+1
* make registerPollyPasses static, remove paramSebastian Pop2012-05-072-6/+2
* add some more missing ifdef CLOOG_FOUNDSebastian Pop2012-05-073-2/+10
* add a check for ISL codegen at configure timeSebastian Pop2012-05-0710-14/+152
* WWW: Adapt the vectorize option change.Hongbin Zheng2012-05-063-6/+6
OpenPOWER on IntegriCloud