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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FIX] Do not hoist nested variant base pointers
Johannes Doerfert
2015-10-21
2
-7
/
+45
*
Full/partial tile separation for vectorization
Tobias Grosser
2015-10-20
3
-0
/
+202
*
Correct typo in CHECK line
Michael Kruse
2015-10-19
1
-1
/
+1
*
Synthesize phi arguments in incoming block
Michael Kruse
2015-10-19
2
-0
/
+65
*
[FIX] Only constant integer branch conditions are always affine
Johannes Doerfert
2015-10-18
2
-2
/
+29
*
[FIX] Normalize loops outside the SCoP during schedule generation
Johannes Doerfert
2015-10-18
2
-0
/
+58
*
[FIX] Do not try to hoist "empty" accesses
Johannes Doerfert
2015-10-18
2
-0
/
+69
*
[FIX] Do not hoist invariant pointers with non-loaded base ptr in SCoP
Johannes Doerfert
2015-10-18
2
-0
/
+70
*
[FIX] Restructure invariant load equivalence classes
Johannes Doerfert
2015-10-18
18
-297
/
+716
*
[FIX] Cast preloaded values
Johannes Doerfert
2015-10-18
6
-22
/
+271
*
Remove independent blocks pass
Johannes Doerfert
2015-10-18
18
-1010
/
+18
*
Revert to original BlockGenerator::getOrCreateAlloca(MemoryAccess &Access)
Tobias Grosser
2015-10-18
2
-1
/
+133
*
BlockGenerator: Add getOrCreateAlloca(const ScopArrayInfo *Array)
Tobias Grosser
2015-10-17
2
-3
/
+18
*
Return nullptr if MemoryAccess list is empty
Michael Kruse
2015-10-17
1
-2
/
+6
*
Format comment properly
Tobias Grosser
2015-10-17
1
-10
/
+6
*
Load/Store scalar accesses before/after the statement itself
Michael Kruse
2015-10-17
10
-76
/
+63
*
Avoid unnecessay .s2a write access when used only in PHIs
Michael Kruse
2015-10-17
4
-6
/
+66
*
BlockGenerator: Register outside users of scalars directly
Tobias Grosser
2015-10-17
2
-5
/
+38
*
Revert "Avoid unnecessay .s2a write access when used only in PHIs"
Tobias Grosser
2015-10-17
5
-3
/
+25
*
Drop unused parameter from handleOutsideUsers
Tobias Grosser
2015-10-17
2
-7
/
+4
*
Add testcase for r250517
Michael Kruse
2015-10-16
1
-0
/
+44
*
Avoid unnecessay .s2a write access when used only in PHIs
Michael Kruse
2015-10-16
4
-23
/
+3
*
Add ScopInfo test case for r250411
Tobias Grosser
2015-10-15
1
-0
/
+54
*
test: Correctly check for branch statements
Tobias Grosser
2015-10-15
2
-0
/
+8
*
Do not add accesses for intra-ScopStmt scalar def-use chains
Michael Kruse
2015-10-15
3
-15
/
+2
*
Remove "CHECK: br" from some unit tests
Michael Kruse
2015-10-15
2
-5
/
+0
*
Add -sort-includes to our automatic source code formatting
Tobias Grosser
2015-10-15
1
-2
/
+2
*
Sort includes using 'clang-format -sort-includes'
Tobias Grosser
2015-10-15
3
-4
/
+4
*
Add testcase for SCEV explansion in non-affine subregions
Michael Kruse
2015-10-15
1
-0
/
+89
*
[tests] More testing for PHI-nodes in non-affine regions
Tobias Grosser
2015-10-13
2
-0
/
+60
*
RegisterPasses: Optionally run inliner before Polly
Tobias Grosser
2015-10-12
1
-0
/
+13
*
Use EP_ModuleOptimizerEarly to run early polly passes,
Tobias Grosser
2015-10-12
1
-3
/
+3
*
ScopInfo: Allow simple 'AddRec * Parameter' products in delinearization
Tobias Grosser
2015-10-12
2
-5
/
+74
*
Delete leftover function declaration
Tobias Grosser
2015-10-12
1
-11
/
+0
*
Also add -polly-no-early-exit back until LNT is restarted
Tobias Grosser
2015-10-11
1
-0
/
+5
*
Add back -polly-detect-unprofitable as alias of -polly-process-unprofitable
Tobias Grosser
2015-10-11
1
-0
/
+5
*
Allow eager evaluated binary && and || conditions
Johannes Doerfert
2015-10-11
4
-15
/
+190
*
[NFC] Move helper functions to ScopHelper
Johannes Doerfert
2015-10-09
8
-64
/
+62
*
Remove some unused variables in -Asserts builds
David Blaikie
2015-10-09
1
-3
/
+4
*
Consolidate invariant loads
Johannes Doerfert
2015-10-09
12
-53
/
+480
*
[FIX] Add missing projection for invariant load domains
Johannes Doerfert
2015-10-08
1
-0
/
+20
*
Remove unused flag polly-allow-non-scev-backedge-taken-count
Johannes Doerfert
2015-10-08
3
-7
/
+2
*
Expose the detection context to ScopDetection users
Johannes Doerfert
2015-10-07
2
-77
/
+77
*
Treat conditionally executed non-pure calls as errors
Johannes Doerfert
2015-10-07
8
-26
/
+97
*
[NFC] Make LoopInfo a member and simplify arguments
Johannes Doerfert
2015-10-07
2
-40
/
+30
*
Allow invariant loads in the SCoP description
Johannes Doerfert
2015-10-07
40
-158
/
+1395
*
Move the ValueMapT declaration out of BlockGenerator
Johannes Doerfert
2015-10-07
7
-26
/
+25
*
IRBuilder: Use Map.lookup instead of Map.find [NFC]
Tobias Grosser
2015-10-07
1
-8
/
+6
*
IRBuilder: Ensure we do not add empty map elements
Tobias Grosser
2015-10-07
1
-4
/
+14
*
IRBuilder: Simplify code and reduce indention [NFC]
Tobias Grosser
2015-10-07
1
-20
/
+24
[next]