summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PTXGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Convert Polly over to directly use the legacy pass managerChandler Carruth2015-02-131-1/+1
* [PM] Track an LLVM API change by switching this code to directly createChandler Carruth2015-01-151-3/+1
* [PM] Update for LLVM r226078 which moved TargetLibraryInfo to theChandler Carruth2015-01-151-1/+1
* Remove use of llvm.codegen intrinsic for GPGPU codegenYabin Hu2014-06-241-30/+86
* Adapt to DomTree changes in r199104Tobias Grosser2014-05-081-1/+1
* Remove unnecessary explicit typing in std::make_pairTobias Grosser2014-05-071-3/+2
* clang-format: Remove empty linesTobias Grosser2014-03-211-1/+0
* Introduce PollyIRBuilderTobias Grosser2014-03-041-1/+1
* [cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth2014-01-131-3/+3
* Reformat with clang-formatTobias Grosser2013-05-071-19/+29
* CodeGen: clang-format goodnessTobias Grosser2013-02-051-86/+71
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-3/+3
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-1/+1
* Add preliminary implementation for GPGPU code generation.Tobias Grosser2012-08-031-0/+663
* Revert "Add preliminary implementation for GPGPU code generation."Tobias Grosser2012-07-131-652/+0
* Add preliminary implementation for GPGPU code generation.Tobias Grosser2012-07-131-0/+652
OpenPOWER on IntegriCloud