summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [IR] Include more target specific intrinsic headersHeejin Ahn2019-12-141-0/+1
* [IR] Include target specific intrinsic headersHeejin Ahn2019-12-122-2/+2
* [GPGPU] Fix depricated warning.Michael Kruse2019-11-141-1/+1
* [GPGPU] Fix #includes.Michael Kruse2019-11-142-0/+2
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-2/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...Michael Kruse2019-11-121-2/+2
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-2/+2
* [Alignment][NFC] Remove StoreInst::setAlignment(unsigned)Guillaume Chatelet2019-10-031-1/+1
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+2
* [Alignment] Fix polly buildGuillaume Chatelet2019-09-302-3/+4
* [CodeGen] Handle outlining of CopyStmts.Michael Kruse2019-09-171-3/+4
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-311-6/+0
* [CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse2019-05-201-1/+18
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-2813-78/+5
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-194-172/+805
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [IslAst] Fix InParallelFor nesting.Michael Kruse2018-09-271-20/+18
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-111-15/+9
* PPCG codegenTobias Grosser2018-08-011-1/+2
* [Polly-ACC] Fix compilation after r338450. NFC.Michael Kruse2018-08-011-1/+1
* [CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse2018-07-311-30/+18
* [CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse2018-07-311-25/+17
* [CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse2018-07-311-30/+17
* [IslNodeBuilder] Use isl++ to replace foreach_set with for loopTobias Grosser2018-07-171-14/+13
* [CodeGen] Fix potential null pointer dereference. NFC.Michael Kruse2018-07-051-3/+5
* [PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]Siddharth Bhat2018-07-041-8/+8
* [polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe2018-07-021-9/+17
* Simplify the implementation of getCUDALibDeviceFunction. NFC.Philip Pfaffe2018-06-141-13/+9
* Run clang-formatPhilip Pfaffe2018-06-071-1/+1
* Fix a missing lambda return type that tripped the buildersPhilip Pfaffe2018-06-071-1/+1
* getDependences to new C++ interfaceTobias Grosser2018-06-061-4/+8
* Fix formattingTobias Grosser2018-06-051-1/+1
* Update for a header file move in LLVMDavid Blaikie2018-06-041-1/+1
* [Acc] Re-land r326643 to finally fix PR33208.Philip Pfaffe2018-05-231-2/+4
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-2/+3
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-155-39/+42
* Remove another set or release() callsTobias Grosser2018-04-291-3/+3
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-9/+9
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-252-0/+128
* Fixup Polly for an LLVM header file change.David Blaikie2018-04-241-0/+1
* [RuntimeDebugBuilder] Do not break for 64 bit integersTobias Grosser2018-04-191-3/+6
* [RuntimeDebugBuilder] Turn assert into an unreachableTobias Grosser2018-04-181-2/+1
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-101-1/+2
* [CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.Michael Kruse2018-04-101-5/+3
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-041-2/+7
* Fix polly build after r328717Reid Kleckner2018-03-281-0/+1
* Update for LLVM header movementDavid Blaikie2018-03-211-1/+1
OpenPOWER on IntegriCloud