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
/
PPCGCodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Include more target specific intrinsic headers
Heejin Ahn
2019-12-14
1
-0
/
+1
*
[GPGPU] Fix depricated warning.
Michael Kruse
2019-11-14
1
-1
/
+1
*
[GPGPU] Fix #includes.
Michael Kruse
2019-11-14
1
-0
/
+1
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-2
/
+1
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-9
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
*
[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
*
[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
1
-17
/
+17
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
1
-3
/
+3
*
Revert "[Acc] Fix for PR33208"
Philip Pfaffe
2018-03-03
1
-5
/
+9
*
[Acc] Fix for PR33208
Philip Pfaffe
2018-03-03
1
-9
/
+5
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-12
/
+7
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-2
/
+2
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-20
/
+21
*
[polly] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-10
1
-1
/
+0
*
[Acc] Do not statically dispatch into IslNodeBuilder's createFor
Philip Pfaffe
2017-10-29
1
-0
/
+7
*
[GPGPU] Make sure escaping invariant load hoisted scalars are preserved
Tobias Grosser
2017-10-04
1
-1
/
+3
*
[GPGPU] Set Polly's RTC to false in case invariant load hoisting fails
Tobias Grosser
2017-10-01
1
-0
/
+6
*
[PPCGCodeGen] Document pre-composition with Zero in getExtent. [NFC]
Siddharth Bhat
2017-09-07
1
-0
/
+26
*
[PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible.
Siddharth Bhat
2017-08-31
1
-7
/
+41
*
[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.
Michael Kruse
2017-08-28
1
-11
/
+2
*
[Polly] [PPCGCodeGeneration] Mild refactoring of checking validity of functio...
Siddharth Bhat
2017-08-24
1
-9
/
+10
*
[PPCGCodeGen] Fix compiler warning: '<': signed/unsigned mismatch. NFC.
Michael Kruse
2017-08-23
1
-6
/
+6
*
[PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen.
Siddharth Bhat
2017-08-21
1
-0
/
+19
*
[GPGPU] Add llvm.powi to the libdevice supported functions
Tobias Grosser
2017-08-21
1
-1
/
+1
*
[GPGPU] Add log / logf to the libdevice supported functions
Tobias Grosser
2017-08-21
1
-2
/
+2
*
Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]"
Tobias Grosser
2017-08-19
1
-79
/
+3
*
[GPGPU] Correctly initialize array order and fixed_element information
Tobias Grosser
2017-08-19
1
-7
/
+7
*
[PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtime
Philipp Schaad
2017-08-19
1
-14
/
+28
*
[GPGPU] Collect parameter dimension used in MemoryAccesses
Tobias Grosser
2017-08-19
1
-5
/
+17
*
[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]
Tobias Grosser
2017-08-18
1
-3
/
+79
*
[Polly] [PPCGCodeGeneration] Print current Scop and loop depth in PPCGCodeGen...
Siddharth Bhat
2017-08-18
1
-0
/
+3
*
[GPGPU] Do not create copy statements when targetting managed memory
Tobias Grosser
2017-08-18
1
-1
/
+2
*
[GPGPU] Synchronize after each kernel, not each copy out
Tobias Grosser
2017-08-18
1
-1
/
+2
*
[GPGPU] Only collect the access that belong to an array [NFC]
Tobias Grosser
2017-08-17
1
-6
/
+5
*
[GPGPU] Move getExtend to C++ [NFC]
Tobias Grosser
2017-08-17
1
-54
/
+35
*
[GPGPU] Make the ast_build available to block generator
Tobias Grosser
2017-08-10
1
-0
/
+2
*
[ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...
Siddharth Bhat
2017-08-09
1
-30
/
+37
*
[PPCGCodeGeneration] Compute element size in bytes for arrays correctly.
Siddharth Bhat
2017-08-09
1
-1
/
+14
*
[Polly] [PPCGCodeGeneration] Handle failing of invariant load hoisting gracef...
Siddharth Bhat
2017-08-08
1
-9
/
+26
*
[GPGPU] Remove redundant constructors
Tobias Grosser
2017-08-07
1
-4
/
+4
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
[next]