index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Include more target specific intrinsic headers
Heejin Ahn
2019-12-14
1
-0
/
+1
*
[IR] Include target specific intrinsic headers
Heejin Ahn
2019-12-12
2
-2
/
+2
*
[GPGPU] Fix depricated warning.
Michael Kruse
2019-11-14
1
-1
/
+1
*
[GPGPU] Fix #includes.
Michael Kruse
2019-11-14
2
-0
/
+2
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-2
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...
Michael Kruse
2019-11-12
1
-2
/
+2
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-2
/
+2
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+2
*
[Alignment] Fix polly build
Guillaume Chatelet
2019-09-30
2
-3
/
+4
*
[CodeGen] Handle outlining of CopyStmts.
Michael Kruse
2019-09-17
1
-3
/
+4
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
1
-6
/
+0
*
[CodeGen] Fix order of PHINode and MA Write generation.
Michael Kruse
2019-05-20
1
-1
/
+18
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
13
-78
/
+5
*
[CodeGen] LLVM OpenMP Backend.
Michael Kruse
2019-03-19
4
-172
/
+805
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
13
-52
/
+39
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[IslAst] Fix InParallelFor nesting.
Michael Kruse
2018-09-27
1
-20
/
+18
*
[PerfMonitor] Fix rdtscp callsites
Tobias Grosser
2018-09-11
1
-15
/
+9
*
PPCG codegen
Tobias Grosser
2018-08-01
1
-1
/
+2
*
[Polly-ACC] Fix compilation after r338450. NFC.
Michael Kruse
2018-08-01
1
-1
/
+1
*
[CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.
Michael Kruse
2018-07-31
1
-30
/
+18
*
[CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.
Michael Kruse
2018-07-31
1
-25
/
+17
*
[CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.
Michael Kruse
2018-07-31
1
-30
/
+17
*
[IslNodeBuilder] Use isl++ to replace foreach_set with for loop
Tobias Grosser
2018-07-17
1
-14
/
+13
*
[CodeGen] Fix potential null pointer dereference. NFC.
Michael Kruse
2018-07-05
1
-3
/
+5
*
[PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]
Siddharth Bhat
2018-07-04
1
-8
/
+8
*
[polly-acc] change cl_get_* return types to 32/64bit
Philip Pfaffe
2018-07-02
1
-9
/
+17
*
Simplify the implementation of getCUDALibDeviceFunction. NFC.
Philip Pfaffe
2018-06-14
1
-13
/
+9
*
Run clang-format
Philip Pfaffe
2018-06-07
1
-1
/
+1
*
Fix a missing lambda return type that tripped the builders
Philip Pfaffe
2018-06-07
1
-1
/
+1
*
getDependences to new C++ interface
Tobias Grosser
2018-06-06
1
-4
/
+8
*
Fix formatting
Tobias Grosser
2018-06-05
1
-1
/
+1
*
Update for a header file move in LLVM
David Blaikie
2018-06-04
1
-1
/
+1
*
[Acc] Re-land r326643 to finally fix PR33208.
Philip Pfaffe
2018-05-23
1
-2
/
+4
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
1
-2
/
+3
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
5
-39
/
+42
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
1
-3
/
+3
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
1
-9
/
+9
*
[CodeGen] Print executed statement instances at runtime.
Michael Kruse
2018-04-25
2
-0
/
+128
*
Fixup Polly for an LLVM header file change.
David Blaikie
2018-04-24
1
-0
/
+1
*
[RuntimeDebugBuilder] Do not break for 64 bit integers
Tobias Grosser
2018-04-19
1
-3
/
+6
*
[RuntimeDebugBuilder] Turn assert into an unreachable
Tobias Grosser
2018-04-18
1
-2
/
+1
*
[CodeGen] Allow undefined loads in statement instances outside context.
Michael Kruse
2018-04-10
1
-1
/
+2
*
[CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.
Michael Kruse
2018-04-10
1
-5
/
+3
*
[Polly][IslAst] Fix minimal dependence distance.
Huihui Zhang
2018-04-04
1
-2
/
+7
*
Fix polly build after r328717
Reid Kleckner
2018-03-28
1
-0
/
+1
*
Update for LLVM header movement
David Blaikie
2018-03-21
1
-1
/
+1
[next]