summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regression tests: Adapt the vectorize option change.Hongbin Zheng2012-05-0615-18/+19
* Allow polly ask bb-vectorizer to vectorize the loop body.Hongbin Zheng2012-05-066-20/+41
* fix typoSebastian Pop2012-05-041-1/+1
* Try to fix the Polly build while I'm trying to get it to build at all locally.Chandler Carruth2012-05-041-1/+1
* Update Polly to match the LLVM interface change in r156196.Chandler Carruth2012-05-044-17/+12
* compile cloog code only when CLOOG_FOUND is setSebastian Pop2012-05-0411-20/+55
* move Cloog.cpp to CodeGenSebastian Pop2012-05-043-1/+1
* Fix typo.Tobias Grosser2012-05-041-1/+1
* ScopDection: Improve status message for non-affine memory accesses.Tobias Grosser2012-05-041-1/+1
* Remove unused functionTobias Grosser2012-04-302-8/+0
* SCEV based code generationTobias Grosser2012-04-274-12/+289
* 1. Add a header guard for RegisterPasses.h to prevent multiple inclusion.Hongbin Zheng2012-04-262-3/+10
* Further simplify parallelism testTobias Grosser2012-04-261-5/+1
* ScheduleOptimizer: Move functions into classTobias Grosser2012-04-251-83/+105
* Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng2012-04-257-7/+6
* Refactor: Move the declaration of the BlockGenerator/VectorBlockGeneratorHongbin Zheng2012-04-254-824/+894
* ScopStmt: Provide a function to allow users look up the correspondingHongbin Zheng2012-04-251-0/+6
* Minor change: Replace convertInt in ScopInfo.cpp by utostr_32, which isHongbin Zheng2012-04-251-18/+2
* Simplify import/export command line flags.Tobias Grosser2012-04-242-15/+11
OpenPOWER on IntegriCloud