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
Commit message (
Expand
)
Author
Age
Files
Lines
*
scop detection: remove an iteration over all uses
Sebastian Pop
2013-07-05
1
-29
/
+0
*
scop detection: early return
Sebastian Pop
2013-07-03
1
-45
/
+46
*
clang-format latest changes
Tobias Grosser
2013-07-02
2
-8
/
+9
*
BlockGenerator: Simplify the old value searching code.
Hongbin Zheng
2013-06-29
1
-9
/
+5
*
TempScop: (Partial) Implement the printDetail function.
Hongbin Zheng
2013-06-29
1
-2
/
+31
*
Refactor memory access getting code in ScopStmt.
Hongbin Zheng
2013-06-29
1
-3
/
+3
*
Minor change: No need to specify the namespace of raw_ostream.
Hongbin Zheng
2013-06-29
1
-1
/
+1
*
Fix my own formatting mistakes
Tobias Grosser
2013-06-23
1
-2
/
+2
*
ScopInfo: Clarify may-write and must-write accesses
Tobias Grosser
2013-06-23
1
-4
/
+19
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
20
-69
/
+64
*
Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
2013-06-21
5
-61
/
+89
*
revert r183799: scop detection: remove an iteration over all uses
Sebastian Pop
2013-06-17
1
-0
/
+29
*
scop detection: inline and remove isValidBasicBlock
Sebastian Pop
2013-06-14
1
-14
/
+6
*
scop detection: check flag before expensive call
Sebastian Pop
2013-06-14
1
-2
/
+2
*
Correctly convert APInt to gmp values
Tobias Grosser
2013-06-14
1
-3
/
+2
*
PoCC: Adjust to recent sys::Path removal
Tobias Grosser
2013-06-14
1
-26
/
+29
*
Do not create an object to call a static function
Tobias Grosser
2013-06-13
1
-3
/
+1
*
ScopDetect: check region entering edges are valid.
Sebastian Pop
2013-06-11
1
-3
/
+16
*
scop detection: remove an iteration over all uses
Sebastian Pop
2013-06-11
1
-29
/
+0
*
scop detection: run isValidLoop as early as possible
Sebastian Pop
2013-06-11
1
-4
/
+7
*
scop detection: run isValidCFG as early as possible
Sebastian Pop
2013-06-11
1
-3
/
+5
*
TempScopInfo: Add code to build the scalar dependences.
Hongbin Zheng
2013-06-10
1
-0
/
+55
*
Refactor: Move the IRAccess building code to a new function.
Hongbin Zheng
2013-06-10
1
-30
/
+29
*
scop detection: do not call getAliasSetForPointer when IgnoreAliasing
Sebastian Pop
2013-06-03
1
-43
/
+44
*
scop detection: do not run scop detection on regions without loops
Sebastian Pop
2013-06-03
1
-0
/
+17
*
include missing ISL header file
Sebastian Pop
2013-05-31
1
-0
/
+1
*
scop detection: only handle functions with loops
Sebastian Pop
2013-05-30
1
-1
/
+9
*
add comments to clarify the use of a temporary variable in the map insertion
Sebastian Pop
2013-05-24
1
-0
/
+4
*
independent blocks: do not insert stores between phi nodes
Sebastian Pop
2013-05-24
1
-3
/
+10
*
fix insertion of values in BBMap
Sebastian Pop
2013-05-24
1
-2
/
+5
*
independent blocks: when moving Values, invalidate SCEV cached info
Sebastian Pop
2013-05-20
1
-3
/
+6
*
Update LoopInfo correctly
Tobias Grosser
2013-05-16
3
-3
/
+33
*
LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
2013-05-16
3
-49
/
+73
*
Sort includes
Tobias Grosser
2013-05-07
21
-87
/
+58
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
14
-68
/
+84
*
Reformat with clang-format
Tobias Grosser
2013-05-07
26
-245
/
+299
*
IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP
Tobias Grosser
2013-04-17
1
-1
/
+1
*
Remove unneeded RegionSimplify pass.
Tobias Grosser
2013-04-17
3
-241
/
+0
*
Support SCoPs with multiple entry edges.
Tobias Grosser
2013-04-16
4
-23
/
+40
*
SCEVValidator: Correctly store 'k * p' as a parameter
Tobias Grosser
2013-04-14
1
-1
/
+6
*
ScheduleOptimizer: Use isl_map_from_union_map to extract map.
Tobias Grosser
2013-04-11
1
-19
/
+13
*
ScheduleOpt: Do not crash on statements with empty iteration domains
Tobias Grosser
2013-04-10
1
-1
/
+14
*
ScopDetect: Allow multiplications of the form <param> * <param>
Tobias Grosser
2013-04-10
1
-0
/
+5
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
16
-77
/
+79
*
Support SCoPs with multiple exit edges
Tobias Grosser
2013-04-10
3
-5
/
+26
*
Codegen: Replace region exit and entries recursively
Tobias Grosser
2013-04-10
1
-2
/
+3
*
fix typos
Sebastian Pop
2013-04-10
1
-3
/
+3
*
scop detection: properly instantiate SCEVs to the place where they are used
Sebastian Pop
2013-04-10
2
-6
/
+11
*
IndependentBlocks: translate out of SSA all uses escaping the region
Sebastian Pop
2013-04-08
1
-4
/
+14
*
SCEVCodegen should not run createIndVarSimplifyPass
Sebastian Pop
2013-04-08
1
-2
/
+4
[next]