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
/
BlockGenerators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PM] Update Polly for LLVM r226394 and r226396 which changed some of the
Chandler Carruth
2015-01-18
1
-2
/
+12
*
[PM] Update Polly following LLVM r226373 which refactors LoopInfo in
Chandler Carruth
2015-01-17
1
-4
/
+4
*
Remove -polly-codegen-scev option and related code
Tobias Grosser
2014-11-30
1
-21
/
+8
*
Enable SCEV based code generation by default
Tobias Grosser
2014-11-16
1
-1
/
+1
*
BlockGenerator: Recompute values from SCEV before handing back the original v...
Tobias Grosser
2014-11-05
1
-11
/
+10
*
BlockGenerator: inline lookupAvailableValue into getValue [NFC]
Tobias Grosser
2014-11-05
1
-11
/
+3
*
Remove incorrect value description for -enable-polly-aligned
Tobias Grosser
2014-10-22
1
-5
/
+4
*
[Refactor][NfC] Simplify and clean the handling of (new) access relations
Johannes Doerfert
2014-10-13
1
-17
/
+5
*
[Refactor][NFC] Simplify (Vector)BlockGenerator
Johannes Doerfert
2014-10-08
1
-5
/
+2
*
Allow the VectorBlockGenerator to use the IslExprBuilder.
Johannes Doerfert
2014-10-08
1
-13
/
+14
*
Align copied load/store instructions as the original.
Johannes Doerfert
2014-10-02
1
-3
/
+5
*
Allow the IslExprBuilder to build address of expressions
Johannes Doerfert
2014-09-18
1
-0
/
+1
*
Make used analysis passes explicit
Johannes Doerfert
2014-08-07
1
-11
/
+10
*
Fix the modifiable access creation
Johannes Doerfert
2014-08-03
1
-145
/
+36
*
[Refactor] Use non-const MemoryAccess base addresses
Johannes Doerfert
2014-07-29
1
-1
/
+1
*
clang-format polly to avoid buildbot noise
Tobias Grosser
2014-07-09
1
-6
/
+8
*
Use range-based for loops
Tobias Grosser
2014-06-04
1
-20
/
+12
*
Really fix the load case.
Tobias Grosser
2014-04-18
1
-0
/
+4
*
Ensure a scalar pointer when issuing a vector load
Tobias Grosser
2014-04-17
1
-0
/
+4
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-5
/
+5
*
clang-format: Remove empty lines
Tobias Grosser
2014-03-21
1
-2
/
+0
*
Support for generating vectors for loads with -1 stride
Tobias Grosser
2014-03-19
1
-6
/
+24
*
Introduce PollyIRBuilder
Tobias Grosser
2014-03-04
1
-4
/
+4
*
Codegen: Do not crash when seeing debug intrinsics
Tobias Grosser
2014-02-21
1
-0
/
+8
*
BlockGenerator: Split getNewValue.
Hongbin Zheng
2013-07-25
1
-12
/
+24
*
BlockGenerator: Simplify the old value searching code.
Hongbin Zheng
2013-06-29
1
-9
/
+5
*
Refactor memory access getting code in ScopStmt.
Hongbin Zheng
2013-06-29
1
-3
/
+3
*
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
-19
/
+11
*
add comments to clarify the use of a temporary variable in the map insertion
Sebastian Pop
2013-05-24
1
-0
/
+4
*
fix insertion of values in BBMap
Sebastian Pop
2013-05-24
1
-2
/
+5
*
Sort includes
Tobias Grosser
2013-05-07
1
-5
/
+3
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-3
/
+3
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-28
/
+39
*
IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP
Tobias Grosser
2013-04-17
1
-1
/
+1
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
1
-4
/
+4
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-11
/
+8
*
codegen: properly instantiate SCEVs to the place where they are used
Tobias Grosser
2013-03-22
1
-27
/
+40
*
Remove dependence on canonical induction variable
Tobias Grosser
2013-03-20
1
-23
/
+35
*
Correct function to decide if a SCEV can be ignored
Sebastian Pop
2013-03-18
1
-9
/
+5
*
CodeGen: clang-format
Tobias Grosser
2013-02-22
1
-37
/
+38
*
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
1
-1
/
+1
*
use apply and ScevParameterRewriter::rewrite instead of SCEVRewriter
Sebastian Pop
2013-02-15
1
-197
/
+5
*
add LoopToScev maps
Sebastian Pop
2013-02-15
1
-33
/
+45
*
CodeGen: clang-format goodness
Tobias Grosser
2013-02-05
1
-114
/
+94
*
Formatting: Break lines after binary operators such as '&&'
Tobias Grosser
2012-12-29
1
-6
/
+6
*
Fix obvious formatting problems.
Tobias Grosser
2012-12-29
1
-11
/
+7
*
change interface for isStride
Sebastian Pop
2012-12-18
1
-9
/
+11
*
Allow polly ask bb-vectorizer to vectorize the loop body.
Hongbin Zheng
2012-05-06
1
-8
/
+3
*
SCEV based code generation
Tobias Grosser
2012-04-27
1
-1
/
+244
[prev]
[next]