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
/
CodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary explicit typing in std::make_pair
Tobias Grosser
2014-05-07
1
-1
/
+1
*
Add the missing 'LoopToScev' parameter
Tobias Grosser
2014-05-07
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-3
/
+3
*
Fix for vector codegen in OpenMP subfunctions
Tobias Grosser
2014-04-15
1
-0
/
+7
*
Codegeneration: Free memory correctly when using -polly-vectorizer=polly
Tobias Grosser
2014-04-14
1
-0
/
+1
*
Introduce PollyIRBuilder
Tobias Grosser
2014-03-04
1
-7
/
+7
*
Update for llvm api change.
Rafael Espindola
2014-02-25
1
-3
/
+4
*
GMP is only required for CLooG
Sebastian Pop
2014-02-22
1
-0
/
+21
*
CodeGeneration: Replace reference to isl_int with explicit mpz call.
Tobias Grosser
2014-01-19
1
-1
/
+1
*
Adapt to DomTree changes in r199104
Tobias Grosser
2014-01-13
1
-5
/
+5
*
clang-format: No empty line after 'public:'
Tobias Grosser
2013-10-15
1
-1
/
+0
*
[CodeGen] Fixup assert fails caused by incorrect LoopInfo update
Tobias Grosser
2013-09-02
1
-3
/
+1
*
CodeGeneration: Fix double free in vector for
Tobias Grosser
2013-07-29
1
-6
/
+9
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
1
-1
/
+2
*
Update LoopInfo correctly
Tobias Grosser
2013-05-16
1
-2
/
+7
*
LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
2013-05-16
1
-3
/
+3
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-5
/
+5
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-26
/
+31
*
Support SCoPs with multiple entry edges.
Tobias Grosser
2013-04-16
1
-9
/
+3
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
1
-11
/
+13
*
Support SCoPs with multiple exit edges
Tobias Grosser
2013-04-10
1
-1
/
+11
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-11
/
+7
*
Remove dependence on canonical induction variable
Tobias Grosser
2013-03-20
1
-0
/
+1
*
use the canonical IV only when it exists
Sebastian Pop
2013-03-18
1
-8
/
+10
*
CodeGen: clang-format
Tobias Grosser
2013-02-22
1
-12
/
+12
*
add LoopToScev maps
Sebastian Pop
2013-02-15
1
-8
/
+31
*
CodeGen: clang-format goodness
Tobias Grosser
2013-02-05
1
-113
/
+106
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Formatting: Break lines after binary operators such as '&&'
Tobias Grosser
2012-12-29
1
-7
/
+7
*
Fix obvious formatting problems.
Tobias Grosser
2012-12-29
1
-10
/
+10
*
return -1 when polly::getNumberOfIterations returns -1
Sebastian Pop
2012-12-18
1
-1
/
+4
*
isl: vector code generation based on ISL ast
Sebastian Pop
2012-12-18
1
-39
/
+3
*
change interface for isStride
Sebastian Pop
2012-12-18
1
-1
/
+16
*
Remove unneeded preservation and restore of ValueMap and ClastVars in GPGPU code
Tobias Grosser
2012-11-30
1
-8
/
+1
*
Add an additional input argument according to chanages of function polly::cre...
Tobias Grosser
2012-11-30
1
-1
/
+2
*
remove unused flag
Sebastian Pop
2012-11-26
1
-7
/
+0
*
Make polly -Wdocumentation clean
Tobias Grosser
2012-11-19
1
-1
/
+1
*
Revert multiple adress space changes in Polly
Tobias Grosser
2012-11-01
1
-2
/
+1
*
Codegen: Selectively copy in array addresses for OpenMP code
Tobias Grosser
2012-11-01
1
-10
/
+0
*
CodeGen: Add scop-parameters to the OpenMP context
Tobias Grosser
2012-11-01
1
-3
/
+52
*
Codegen: Copy and restore the ValueMap and ClastVars explicitly
Tobias Grosser
2012-11-01
1
-33
/
+24
*
Try to revive the Polly builders after this LLVM API change.
Chandler Carruth
2012-10-25
1
-1
/
+2
*
isl-codegen: Support '<' and '>'
Tobias Grosser
2012-10-16
1
-1
/
+2
*
Move TargetData to DataLayout to fix build breakage caused by LLVM r16540
Micah Villmow
2012-10-08
1
-3
/
+3
*
Rename TargetData -> DataLayout
Tobias Grosser
2012-10-08
1
-1
/
+1
*
Add preliminary implementation for GPGPU code generation.
Tobias Grosser
2012-08-03
1
-0
/
+204
*
Revert "Add preliminary implementation for GPGPU code generation."
Tobias Grosser
2012-07-13
1
-196
/
+0
*
Add preliminary implementation for GPGPU code generation.
Tobias Grosser
2012-07-13
1
-0
/
+196
*
Move executeScopConditionally() into its own file
Tobias Grosser
2012-05-29
1
-137
/
+11
[next]