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
/
IslCodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename IslCodeGeneration to CodeGeneration
Tobias Grosser
2015-05-12
1
-181
/
+0
*
Sort include directives
Tobias Grosser
2015-05-09
1
-2
/
+1
*
Extract IslNodeBuilder into its own file
Tobias Grosser
2015-04-27
1
-897
/
+1
*
Drop some unused headers
Tobias Grosser
2015-04-27
1
-4
/
+1
*
Remove flag '-polly-annotate-alias-scopes'
Tobias Grosser
2015-04-27
1
-3
/
+1
*
Remove implementation of getNumberOfIterations from header [NFC]
Tobias Grosser
2015-04-27
1
-3
/
+39
*
Rename 'scattering' to 'schedule'
Tobias Grosser
2015-04-21
1
-1
/
+1
*
Do not use the POLLY vector code generator if only strip-mining is requested
Tobias Grosser
2015-04-05
1
-1
/
+1
*
Update isl to 285e92aea
Tobias Grosser
2015-03-30
1
-1
/
+3
*
Code generate parameters and run-time checks after branching new code region
Tobias Grosser
2015-03-28
1
-2
/
+12
*
Fix compilation after DataLayout was added to ScevExpander
Tobias Grosser
2015-03-10
1
-1
/
+1
*
[Formating] Fix formating
Johannes Doerfert
2015-03-08
1
-3
/
+3
*
[FIX] Add and force initialization for Pass * member
Johannes Doerfert
2015-03-08
1
-2
/
+2
*
Fix compilation after 'Make DataLayout Non-Optional in the Module' commit
Tobias Grosser
2015-03-05
1
-2
/
+1
*
Rename the Dependences pass to DependenceInfo [NFC]
Johannes Doerfert
2015-03-04
1
-3
/
+3
*
Remove unnecessary dynamic memory management
Tobias Grosser
2015-03-04
1
-6
/
+5
*
Add support for conditional 'and' and 'or' expressions
Tobias Grosser
2015-03-04
1
-2
/
+2
*
[FIX] Make parallel codegen aware of region statements
Johannes Doerfert
2015-03-02
1
-11
/
+25
*
[Refactor] Use virtual and override appropriately
Johannes Doerfert
2015-03-01
1
-3
/
+3
*
[Refactor] Add a Scop & as argument to printScop
Johannes Doerfert
2015-03-01
1
-2
/
+2
*
Add verifier to the IslCodeGeneration
Johannes Doerfert
2015-02-27
1
-0
/
+23
*
Allow non-affine control flow -- Code Generation
Johannes Doerfert
2015-02-24
1
-3
/
+10
*
[REFACTOR] Replace Pass* from BlockGen by the DomTree
Johannes Doerfert
2015-02-23
1
-1
/
+1
*
Add early exits for SCoPs we did not optimize
Johannes Doerfert
2015-02-11
1
-2
/
+8
*
[Refactor] Use only one BlockGenerator for a SCoP
Johannes Doerfert
2015-02-06
1
-5
/
+7
*
[PM] Update Polly for LLVM r226394 and r226396 which changed some of the
Chandler Carruth
2015-01-18
1
-2
/
+2
*
[PM] Update Polly for LLVM r226385 which made LoopInfo actually derive
Chandler Carruth
2015-01-18
1
-2
/
+2
*
[PM] Update Polly following LLVM r226373 which refactors LoopInfo in
Chandler Carruth
2015-01-17
1
-4
/
+4
*
Check assert before the instruction that uses the assumption checked.
Tobias Grosser
2015-01-10
1
-2
/
+3
*
Add support for pointer types in expressions
Tobias Grosser
2015-01-08
1
-2
/
+1
*
Remove -polly-codegen-scev option and related code
Tobias Grosser
2014-11-30
1
-9
/
+0
*
Add OpenMP code generation to isl backend
Tobias Grosser
2014-11-15
1
-7
/
+329
*
Extract SCEV generation into subfunction
Tobias Grosser
2014-11-06
1
-8
/
+16
*
Delete some unnecessary code
Tobias Grosser
2014-10-29
1
-12
/
+0
*
Allow the VectorBlockGenerator to use the IslExprBuilder.
Johannes Doerfert
2014-10-08
1
-1
/
+2
*
Allow multidimensional accesses in the IslExprBuilder.
Johannes Doerfert
2014-10-05
1
-4
/
+11
*
Introduce the ScopArrayInfo class.
Johannes Doerfert
2014-10-05
1
-1
/
+0
*
[Refactor] Rename LoopAnnotator to ScopAnnotator
Johannes Doerfert
2014-10-02
1
-3
/
+3
*
Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
2014-10-02
1
-0
/
+4
*
Annotate LLVM-IR for all parallel loops
Johannes Doerfert
2014-10-01
1
-3
/
+3
*
[RTC] Runtime Alias Checks for the ISL backend
Johannes Doerfert
2014-09-18
1
-1
/
+3
*
Allow to generate a loop without the GuardBB
Johannes Doerfert
2014-09-10
1
-1
/
+5
*
[Refactor] Cleanup isl code generation
Johannes Doerfert
2014-09-10
1
-25
/
+35
*
Introduce a typedef for the IDToValue type
Tobias Grosser
2014-08-31
1
-3
/
+1
*
Revert "[Refactor] Cleanup runtime code generation"
Tobias Grosser
2014-08-16
1
-42
/
+25
*
[Refactor] Cleanup runtime code generation
Johannes Doerfert
2014-08-12
1
-25
/
+42
*
Make used analysis passes explicit
Johannes Doerfert
2014-08-07
1
-10
/
+15
*
Fix the modifiable access creation
Johannes Doerfert
2014-08-03
1
-1
/
+16
*
Change the semantics of is*Parallel
Johannes Doerfert
2014-08-01
1
-2
/
+4
*
[Refactor] Expose the IslExprBuilder
Johannes Doerfert
2014-07-29
1
-485
/
+1
[next]