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
*
Rename "polly-test" in the document and script.
Logan Chien
2013-08-18
2
-5
/
+5
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
2
-13
/
+16
*
PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.
Tobias Grosser
2013-08-08
1
-0
/
+4
*
ScopInfo: add a testcase that share parameters within nested start.
Tobias Grosser
2013-08-06
1
-0
/
+92
*
ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.
Tobias Grosser
2013-08-05
5
-14
/
+192
*
Dependence: Add DEBUG support.
Tobias Grosser
2013-07-31
1
-0
/
+12
*
Remove '-debug-only' from test case
Tobias Grosser
2013-07-29
1
-1
/
+1
*
TempScop: Actually load Polly in this test case
Tobias Grosser
2013-07-29
1
-1
/
+1
*
Remove second '-analyze' from command line
Tobias Grosser
2013-07-29
1
-1
/
+1
*
JSONImporter: Free new schedule if found invalid
Tobias Grosser
2013-07-29
2
-1
/
+5
*
CodeGeneration: Fix double free in vector for
Tobias Grosser
2013-07-29
2
-7
/
+10
*
Use a slightly smaller hammer to make this pass.
Rafael Espindola
2013-07-28
1
-5
/
+2
*
gitattributes: .png and .txt are no text files
Tobias Grosser
2013-07-28
2
-5
/
+7
*
Temporary disable a test until I finished the fix
Tobias Grosser
2013-07-27
1
-0
/
+3
*
Looks like this test crashes. Add --crash to not for now.
Rafael Espindola
2013-07-27
1
-1
/
+1
*
Add not to commands that fail.
Rafael Espindola
2013-07-26
4
-4
/
+4
*
BlockGenerator: Split getNewValue.
Hongbin Zheng
2013-07-25
2
-12
/
+37
*
ScopDetect: Only track detection failures if actually needed.
Tobias Grosser
2013-07-25
3
-41
/
+69
*
Convert line endings to unix style
Tobias Grosser
2013-07-25
1
-2353
/
+2353
*
ScopDetect: Add some test cases for sequential loops
Tobias Grosser
2013-07-24
1
-0
/
+94
*
ScopInfo/IndependentBlocks: clang-format
Tobias Grosser
2013-07-24
2
-8
/
+10
*
RegisterPass: Unhide -polly-show and -polly-show-only
Tobias Grosser
2013-07-22
1
-7
/
+8
*
ScopDetect: move "return false" out of INVALID macro.
Tobias Grosser
2013-07-22
1
-23
/
+61
*
Ensure a correct order between memory accesses.
Hongbin Zheng
2013-07-16
7
-11
/
+406
*
IndependentBlock: Add option to disable scalar to array rewriting.
Hongbin Zheng
2013-07-16
5
-1
/
+69
*
Make sure the each instruction is mapped to one memory access.
Hongbin Zheng
2013-07-16
1
-0
/
+2
*
ScopDetect: clang-format
Tobias Grosser
2013-07-14
1
-4
/
+4
*
Dependences: Use ostream printer to print analysis output
Tobias Grosser
2013-07-14
3
-11
/
+17
*
Support: No need to comment __isl_keep
Tobias Grosser
2013-07-14
1
-10
/
+9
*
ScopInfo: Add getTupe() method to MemoryAccess
Tobias Grosser
2013-07-13
2
-18
/
+23
*
Dependences: Add a couple of basic test cases
Tobias Grosser
2013-07-13
1
-0
/
+296
*
Dependences: Clarify difference between value and memory based dependences
Tobias Grosser
2013-07-13
2
-7
/
+17
*
Small style improvements
Tobias Grosser
2013-07-13
3
-6
/
+6
*
scop detection: remove an iteration over all uses
Sebastian Pop
2013-07-05
2
-29
/
+34
*
scop detection: early return
Sebastian Pop
2013-07-03
1
-45
/
+46
*
clang-format latest changes
Tobias Grosser
2013-07-02
3
-9
/
+10
*
[autoconf/cmake] Make sure we detect the latest version of isl.
Tobias Grosser
2013-07-02
3
-5
/
+5
*
BlockGenerator: Simplify the old value searching code.
Hongbin Zheng
2013-06-29
1
-9
/
+5
*
Add the git attributes file.
Hongbin Zheng
2013-06-29
1
-0
/
+2
*
TempScop: (Partial) Implement the printDetail function.
Hongbin Zheng
2013-06-29
3
-2
/
+84
*
Refactor memory access getting code in ScopStmt.
Hongbin Zheng
2013-06-29
2
-5
/
+7
*
Minor change: No need to specify the namespace of raw_ostream.
Hongbin Zheng
2013-06-29
1
-1
/
+1
*
Update CLooG such that the isl test cases are really up to date
Tobias Grosser
2013-06-24
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
6
-18
/
+39
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
34
-88
/
+88
*
Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
2013-06-21
8
-67
/
+102
*
revert r183799: scop detection: remove an iteration over all uses
Sebastian Pop
2013-06-17
1
-0
/
+29
*
Update to a newer CLooG version
Tobias Grosser
2013-06-16
1
-1
/
+1
*
Fix typo in header guards
Tobias Grosser
2013-06-15
1
-2
/
+2
[next]