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
/
CodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the CodeGeneration.cpp to the CodeGen folder and update the build system.
Hongbin Zheng
2012-03-30
1
-1689
/
+0
*
CodeGeneration: Proberly build the dominator tree
Tobias Grosser
2012-03-29
1
-0
/
+15
*
CodeGen: Remove the need for setIVS
Tobias Grosser
2012-03-23
1
-49
/
+47
*
CodeGen: Simplify Variable Names
Tobias Grosser
2012-03-23
1
-5
/
+4
*
CodeGen: Extract the LLVM-IR generaction of scalar and OpenMP loops.
Tobias Grosser
2012-03-23
1
-311
/
+62
*
CodeGen: Change some variables to uppercase
Tobias Grosser
2012-03-23
1
-44
/
+44
*
CodeGen: Full support for isl_pw expressions in modified access functions.
Tobias Grosser
2012-03-23
1
-17
/
+74
*
Do not fail if a command line argument is given more than once
Tobias Grosser
2012-03-16
1
-4
/
+4
*
CodeGen: Call isl_set_copy() within the loop
Tobias Grosser
2012-03-15
1
-4
/
+4
*
CodeGen: Start variables with uppercase letters
Tobias Grosser
2012-03-15
1
-17
/
+16
*
CodeGen: Get analyses from the Pass instance
Tobias Grosser
2012-03-15
1
-38
/
+22
*
CodeGen: Introduce helper function to get pointer to int
Tobias Grosser
2012-03-15
1
-23
/
+19
*
Memaccess: Removing unwanted code
Raghesh Aloor
2012-03-13
1
-4
/
+0
*
CodeGen: Fix typo 'form' -> 'from'
Tobias Grosser
2012-03-06
1
-4
/
+4
*
CodeGen: Document and beautify the parts of the BlockGenerators
Tobias Grosser
2012-03-02
1
-71
/
+132
*
CodeGen: Pass the scalar maps properly
Tobias Grosser
2012-03-02
1
-76
/
+78
*
CodeGen: Prettify
Tobias Grosser
2012-03-02
1
-9
/
+7
*
CodeGen: Style
Tobias Grosser
2012-03-02
1
-5
/
+4
*
CodeGen: Move domain into the VectorBlockGenerator
Tobias Grosser
2012-03-02
1
-19
/
+16
*
CodeGen: Simplify the generation of a splat
Tobias Grosser
2012-03-02
1
-10
/
+3
*
CodeGen: Prettify function
Tobias Grosser
2012-03-02
1
-31
/
+19
*
CodeGen: Create separate VectorBlockGenerator
Tobias Grosser
2012-03-02
1
-220
/
+261
*
CodeGen: Extract code generation for isl types into its own class
Tobias Grosser
2012-03-02
1
-60
/
+73
*
CodeGen: Remove unneeded member variable
Tobias Grosser
2012-03-02
1
-8
/
+1
*
CodeGen: Extract code into the new function copyVectorInstruction
Tobias Grosser
2012-03-02
1
-26
/
+34
*
CodeGen: Sink loop to iterate vector lanes down into copyInstruction
Tobias Grosser
2012-03-02
1
-46
/
+35
*
CodeGenerator: Rename functions to show they produce vector code
Tobias Grosser
2012-03-02
1
-10
/
+11
*
Fix typo
Tobias Grosser
2012-03-02
1
-1
/
+1
*
CodeGen: No need to forward the vector dimension
Tobias Grosser
2012-03-02
1
-23
/
+26
*
CodeGen: Store the vector width in the block generator
Tobias Grosser
2012-03-02
1
-54
/
+52
*
CodeGen: Remove dead code
Tobias Grosser
2012-03-02
1
-3
/
+0
*
Codegen: Add Pass as a member variable of BlockGenerator
Tobias Grosser
2012-03-02
1
-7
/
+8
*
CodeGen: Simplify and Prettify code
Tobias Grosser
2012-03-02
1
-11
/
+9
*
CodeGen: Hide the private implementation of the block generator
Tobias Grosser
2012-03-02
1
-6
/
+15
*
CodeGen: Start with uppercase letter
Tobias Grosser
2012-03-02
1
-2
/
+2
*
CodeGen: Only check once if a loop is parallel
Tobias Grosser
2012-03-02
1
-11
/
+17
*
Revert "CodeGeneration: Implement ceild/floord exactly as CLooG does"
Tobias Grosser
2012-02-16
1
-31
/
+13
*
CodeGen: Code following a clast_guard comes after the merge block
Tobias Grosser
2012-02-16
1
-0
/
+2
*
CodeGeneration: Implement ceild/floord exactly as CLooG does
Tobias Grosser
2012-02-16
1
-13
/
+31
*
CodeGen: Simplify code slightly
Tobias Grosser
2012-02-16
1
-8
/
+4
*
CodeGen: Update the BasicBlock pointer correctly when creating 'polly.split...'
Tobias Grosser
2012-02-15
1
-1
/
+1
*
CodeGen: Retain the old BB names within the original SCoP
Tobias Grosser
2012-02-15
1
-1
/
+6
*
CodeGen: Name stmt bbs 'polly.stmt.' + OriginalName
Tobias Grosser
2012-02-15
1
-1
/
+1
*
Recommit "CodeGen: Maintain a valid CFG during code generation"
Tobias Grosser
2012-02-14
1
-56
/
+62
*
Revert "CodeGen: Maintain a valid CFG during code generation"
Tobias Grosser
2012-02-13
1
-57
/
+56
*
CodeGen: Remove unused variable.
Tobias Grosser
2012-02-13
1
-6
/
+3
*
CodeGen: Maintain a valid CFG during code generation
Tobias Grosser
2012-02-12
1
-56
/
+57
*
CodeGen: Remove unused instruction
Tobias Grosser
2012-02-12
1
-2
/
+0
*
CodeGen: Always name merge block
Tobias Grosser
2012-02-12
1
-1
/
+1
*
CodeGen: Start variable names with uppercase letter.
Tobias Grosser
2012-02-12
1
-28
/
+25
[next]