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
*
Add check-polly-tests build target.
Michael Kruse
2016-09-05
1
-5
/
+9
*
ScopInfo: Do not derive assumptions from all GEP pointer instructions
Tobias Grosser
2016-09-03
2
-107
/
+0
*
Dependences: Only create flat StmtSchedule in presence of reductions
Tobias Grosser
2016-09-02
1
-1
/
+1
*
Dependences: Exit early, if no reduction dependences are needed.
Tobias Grosser
2016-09-02
1
-1
/
+12
*
Introduce option to run isl AST generation, but no IR generation.
Tobias Grosser
2016-09-02
1
-8
/
+12
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
39
-897
/
+900
*
Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse
2016-09-01
8
-45
/
+584
*
Check validity of new access relations. NFC.
Michael Kruse
2016-09-01
1
-0
/
+38
*
[ScopInfo] Add missing ISL annotations NFC.
Michael Kruse
2016-09-01
2
-15
/
+15
*
Update ISL to isl-0.17.1-203-g3fef898.
Michael Kruse
2016-09-01
5
-4
/
+20
*
Add forgotten image
Tobias Grosser
2016-08-30
1
-0
/
+0
*
www: homepage "Overview and News"
Tobias Grosser
2016-08-30
1
-1
/
+1
*
www: shorten links in menu
Tobias Grosser
2016-08-30
1
-10
/
+3
*
www: link to github source mirror, drop the other old source viewers
Tobias Grosser
2016-08-30
1
-3
/
+1
*
www: improve formatting of external links
Tobias Grosser
2016-08-30
1
-3
/
+8
*
www: Add links to Polly Labs and Polyhedral.info
Tobias Grosser
2016-08-30
1
-0
/
+6
*
www: Add IMPACT 2017 announcement to news page
Tobias Grosser
2016-08-30
1
-0
/
+9
*
Add space between access string and follow-up.
Michael Kruse
2016-08-26
4
-6
/
+6
*
Add "New access function" to update_check.py classifier.
Michael Kruse
2016-08-26
1
-0
/
+2
*
Avoid the use of large unsigned values in isl unit test
Tobias Grosser
2016-08-26
1
-1
/
+3
*
[FIX] Access dimensions should correspond to number of dimensions of the acce...
Roman Gareev
2016-08-26
2
-4
/
+6
*
unittests: Make the expected value the first argument in EXPECT_EQ [NFC]
Tobias Grosser
2016-08-26
1
-33
/
+32
*
Improve documentation and testing for isl_valFromAPInt
Tobias Grosser
2016-08-26
3
-5
/
+94
*
Improve documentation and testing of APIntFromVal
Tobias Grosser
2016-08-26
3
-7
/
+133
*
Query llvm-config to get system libs required for linking.
Michael Kruse
2016-08-25
1
-19
/
+5
*
Add comment for querying --libdir. NFC.
Michael Kruse
2016-08-25
1
-0
/
+1
*
Do not build unittests by default.
Michael Kruse
2016-08-25
1
-1
/
+1
*
Add missing words to wanrning.
Michael Kruse
2016-08-25
1
-1
/
+1
*
Add warning for FORCE_STATIC libraries when using BUILD_SHARED_LIBS.
Michael Kruse
2016-08-25
1
-0
/
+4
*
Introduce unittests.
Michael Kruse
2016-08-25
7
-3
/
+335
*
Use configure_lit_site_cfg instead of configure_file.
Michael Kruse
2016-08-25
1
-4
/
+19
*
Add LLVM libdir to library search path in out-of-tree builds.
Michael Kruse
2016-08-25
1
-0
/
+5
*
Also warn if llvm-lit is not available.
Michael Kruse
2016-08-25
1
-6
/
+6
*
Add %loadPolly to test command line.
Michael Kruse
2016-08-24
1
-1
/
+1
*
Migrate from NodeType * to NodeRef.
Tim Shen
2016-08-22
1
-1
/
+1
*
Add a flag to dump SCoP optimized with the IslScheduleOptimizer pass
Roman Gareev
2016-08-21
2
-25
/
+18
*
Simplify AccFuncMap to vector<> AccessFunctions
Roman Gareev
2016-08-21
3
-23
/
+14
*
[SCEVValidator] Don't reorder multiplies in extractConstantFactor.
Eli Friedman
2016-08-18
2
-5
/
+43
*
[BlockGenerator] Invalidate SCEV values for instructions in scop
Tobias Grosser
2016-08-18
3
-1
/
+29
*
Update ISL to isl-0.17.1-200-gd8de4ea.
Michael Kruse
2016-08-17
22
-4403
/
+7016
*
[ScopInfo] Make scalars used by PHIs in non-affine regions available
Tobias Grosser
2016-08-16
2
-2
/
+68
*
[ScopDetect] Do not assert in case of AddRecs with non-constant start expression
Tobias Grosser
2016-08-15
2
-2
/
+51
*
Disable invariant load hoisting temporarily
Tobias Grosser
2016-08-15
1
-1
/
+1
*
[test] Force invariant load hoisting one last time
Tobias Grosser
2016-08-15
1
-1
/
+2
*
[tests] Force invariant load hoisting for test cases that need it -- III
Tobias Grosser
2016-08-15
29
-22
/
+58
*
[tests] Force invariant load hoisting for test cases that need it II
Tobias Grosser
2016-08-15
19
-22
/
+45
*
[test] Correct spelling in test case
Tobias Grosser
2016-08-15
1
-1
/
+3
*
[tests] Force invariant load hoisting for test cases that need it
Tobias Grosser
2016-08-15
58
-72
/
+72
*
Perform replacement of access relations and creation of new arrays according ...
Roman Gareev
2016-08-15
2
-0
/
+301
*
[GPGPU] Ensure arrays where only parts are modified are copied to GPU
Tobias Grosser
2016-08-10
3
-4
/
+105
[next]