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
*
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
*
[Refactor] Expose the runtime debug builder
Johannes Doerfert
2014-07-24
1
-83
/
+0
*
[Fix] Typo during refactoring
Johannes Doerfert
2014-07-23
1
-2
/
+2
*
[Refactor] IslAst and payload struct
Johannes Doerfert
2014-07-23
1
-22
/
+2
*
Update for RegionInfo changes.
Matt Arsenault
2014-07-19
1
-3
/
+4
*
[Refactor] Move code out of the IslAst header
Johannes Doerfert
2014-07-17
1
-4
/
+6
*
Derive run-time conditions for delinearization
Tobias Grosser
2014-07-02
1
-1
/
+3
*
Use arguments of user statements to perform induction variable substitution
Tobias Grosser
2014-07-02
1
-49
/
+70
*
Use range-based for loops
Tobias Grosser
2014-06-04
1
-3
/
+2
*
Fix formatting
Tobias Grosser
2014-04-22
1
-2
/
+2
*
IslCodeGeneration: Document the IslExprBuilder
Tobias Grosser
2014-04-22
1
-3
/
+86
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Emit llvm.loop metadata for parallel loops
Tobias Grosser
2014-03-04
1
-5
/
+16
*
Introduce PollyIRBuilder
Tobias Grosser
2014-03-04
1
-8
/
+8
*
Update to isl 1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed
Tobias Grosser
2014-01-26
1
-0
/
+2
*
Adapt to DomTree changes in r199104
Tobias Grosser
2014-01-13
1
-4
/
+4
*
IslCodegen: Support for run-time conditions
Tobias Grosser
2013-11-17
1
-0
/
+12
*
IslCodegen: Do not build upper bound in vector for
Tobias Grosser
2013-11-02
1
-6
/
+0
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
1
-1
/
+1
*
Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
2013-06-21
1
-5
/
+3
*
Update LoopInfo correctly
Tobias Grosser
2013-05-16
1
-1
/
+7
*
LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
2013-05-16
1
-10
/
+3
*
Sort includes
Tobias Grosser
2013-05-07
1
-8
/
+6
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-21
/
+27
[next]