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
*
IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP
Tobias Grosser
2013-04-17
2
-3
/
+1
*
Remove unneeded RegionSimplify pass.
Tobias Grosser
2013-04-17
16
-301
/
+9
*
tests: Fix 'instruction does not dominate all its uses' error
Tobias Grosser
2013-04-17
1
-1
/
+1
*
Support SCoPs with multiple entry edges.
Tobias Grosser
2013-04-16
8
-26
/
+191
*
SCEVValidator: Correctly store 'k * p' as a parameter
Tobias Grosser
2013-04-14
2
-1
/
+37
*
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
2
-1
/
+38
*
fix testcase
Sebastian Pop
2013-04-10
1
-1
/
+1
*
ScopDetect: Allow multiplications of the form <param> * <param>
Tobias Grosser
2013-04-10
2
-0
/
+34
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
24
-92
/
+100
*
Support SCoPs with multiple exit edges
Tobias Grosser
2013-04-10
10
-13
/
+266
*
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
3
-6
/
+51
*
IndependentBlocks: translate out of SSA all uses escaping the region
Sebastian Pop
2013-04-08
3
-4
/
+89
*
SCEVCodegen should not run createIndVarSimplifyPass
Sebastian Pop
2013-04-08
1
-2
/
+4
*
ScopDetection: Use isTopLevelRegion
Tobias Grosser
2013-04-02
1
-1
/
+1
*
RegisterPasses: Improve comments
Tobias Grosser
2013-03-23
1
-51
/
+117
*
Cloog: Add virtual destructor to silence gcc warning
Tobias Grosser
2013-03-23
1
-0
/
+1
*
clang-format: Many more files
Tobias Grosser
2013-03-23
46
-1339
/
+1156
*
cmake: Do not clang-format check the externally imported json library
Tobias Grosser
2013-03-23
1
-0
/
+2
*
RegisterPasses: clang-format
Tobias Grosser
2013-03-23
1
-76
/
+61
*
Instvarsimplify: clang-format
Tobias Grosser
2013-03-23
1
-269
/
+278
*
IndependentBlocks: clang-format and remove includes
Tobias Grosser
2013-03-23
1
-59
/
+52
*
DeadCodeElimination: clang-format and comment
Tobias Grosser
2013-03-23
1
-23
/
+22
*
CodePreparation: Comment and format the file properly
Tobias Grosser
2013-03-23
1
-72
/
+70
*
codegen: properly instantiate SCEVs to the place where they are used
Tobias Grosser
2013-03-22
3
-33
/
+61
*
ScopInfo: do not call getCanonicalInductionVariable for SCEVCodegen
Sebastian Pop
2013-03-22
1
-5
/
+7
*
Add failing test case
Tobias Grosser
2013-03-21
1
-0
/
+22
*
Do not canonicalize indvars with scev based codegen
Tobias Grosser
2013-03-21
1
-1
/
+4
*
Remove last uses of canoncial induction variable when scev code generating
Tobias Grosser
2013-03-21
12
-13
/
+68
*
TempScop: Make assert more descriptive
Tobias Grosser
2013-03-21
1
-1
/
+1
*
CodePrepare: Do not require canonical induction variables for scev based mode
Tobias Grosser
2013-03-20
2
-5
/
+72
*
ScopDetect: Test case to verify that base pointers are scop invariant
Tobias Grosser
2013-03-20
1
-0
/
+44
*
ScopDetect: Add test cases for non-simple regions
Tobias Grosser
2013-03-20
3
-0
/
+118
*
Remove dependence on canonical induction variable
Tobias Grosser
2013-03-20
13
-60
/
+81
*
Remove unnecessary explicit typing in std::make_pair
Andy Gibbs
2013-03-20
1
-1
/
+1
*
Add option -polly-code-generator=none
Tobias Grosser
2013-03-20
1
-1
/
+5
*
Silence 'variable unused' warning in release mode
Tobias Grosser
2013-03-20
3
-0
/
+3
*
ScopDetect: Remove some redundant semicolons
Tobias Grosser
2013-03-19
1
-3
/
+3
*
IndependentBlocks: Add a couple of test cases.
Tobias Grosser
2013-03-19
3
-0
/
+160
*
ScopDetection: Add a couple of test cases
Tobias Grosser
2013-03-19
4
-0
/
+162
*
Correct function to decide if a SCEV can be ignored
Sebastian Pop
2013-03-18
5
-12
/
+180
*
ScopHelper: clang-format
Tobias Grosser
2013-03-18
1
-51
/
+46
*
ScopHelper: Remove some dead code
Tobias Grosser
2013-03-18
2
-23
/
+0
*
use the canonical IV only when it exists
Sebastian Pop
2013-03-18
2
-14
/
+18
*
tests: Properly check if asserts are available
Tobias Grosser
2013-03-12
6
-5
/
+18
*
Missed on test case in the last commit
Tobias Grosser
2013-03-12
1
-0
/
+1
*
Move tests that depend on -stats under 'requires asserts'
Tobias Grosser
2013-03-12
4
-0
/
+4
*
Print function names under --polly-report
Tobias Grosser
2013-03-04
2
-5
/
+11
[next]