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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return conservative result in case the dependence check timed out
Tobias Grosser
2014-03-21
1
-0
/
+36
*
Support for generating vectors for loads with -1 stride
Tobias Grosser
2014-03-19
1
-0
/
+38
*
autoconf: Fix module loading in tests
Tobias Grosser
2014-03-14
2
-8
/
+10
*
add -load polly.so only when not LINK_POLLY_INTO_TOOLS
Sebastian Pop
2014-03-14
1
-2
/
+13
*
Fix polly tests to not include aliases to declarations.
Rafael Espindola
2014-03-12
2
-28
/
+84
*
add dependence of check-polly on llc
Sebastian Pop
2014-03-12
1
-1
/
+1
*
ScheduleOptimizer: Fix prevectorization.
Tobias Grosser
2014-03-11
1
-0
/
+78
*
Update CLooG and some test cases
Tobias Grosser
2014-03-10
2
-15
/
+15
*
Emit llvm.loop metadata for parallel loops
Tobias Grosser
2014-03-04
1
-0
/
+102
*
Dead code elimination: Schedule another approximative step before actual DCE
Tobias Grosser
2014-02-24
1
-1
/
+1
*
codegen: Update LoopInfo correctly
Tobias Grosser
2014-02-24
1
-0
/
+29
*
Do not fail in case we do not have valid dependences
Tobias Grosser
2014-02-23
2
-0
/
+134
*
Use -polly-codegen-isl in isl-codegen test
Tobias Grosser
2014-02-21
1
-1
/
+1
*
DCE: Switch to hybrid precise-unprecise analysis
Tobias Grosser
2014-02-21
1
-15
/
+4
*
Codegen: Do not crash when seeing debug intrinsics
Tobias Grosser
2014-02-21
1
-0
/
+80
*
Add polyhedral dead code elimination.
Tobias Grosser
2014-02-20
4
-0
/
+275
*
Do not track location of scalar dependences in ScopInfo
Tobias Grosser
2014-02-20
1
-0
/
+50
*
Check scops a second time before working on them
Tobias Grosser
2014-02-18
1
-0
/
+38
*
IndependentBlocks: Do not assert for PHI nodes outside of scops
Tobias Grosser
2014-01-29
1
-0
/
+36
*
ScopDetect: Transitively remove all children after region expansion
Tobias Grosser
2014-01-29
1
-0
/
+46
*
Check if array base addresses are invariant
Tobias Grosser
2014-01-28
1
-5
/
+66
*
Add more test cases to check loop invariance of the base pointer.
Tobias Grosser
2014-01-28
2
-45
/
+236
*
Do not test polybench with 'make check-polly'
Tobias Grosser
2014-01-27
56
-6800
/
+0
*
Remove other unneccessary uses of -O3 in the test suite
Tobias Grosser
2014-01-27
3
-4
/
+4
*
Do not run -O3 to canonicalize test case
Tobias Grosser
2014-01-27
2
-2
/
+2
*
Dependences: Bound the time dependence calculation is allowed to take
Tobias Grosser
2014-01-26
1
-0
/
+72
*
Adjust test case to changed cloog output
Tobias Grosser
2014-01-19
1
-1
/
+1
*
Report detected scops using the new diagnostics
Tobias Grosser
2013-12-18
1
-0
/
+82
*
ScopValidator: smax expressions are no parameters
Tobias Grosser
2013-12-09
2
-7
/
+31
*
test: Remove use of defaultOpts
Tobias Grosser
2013-12-09
1
-1
/
+1
*
IslCodegen: Support for run-time conditions
Tobias Grosser
2013-11-17
1
-0
/
+31
*
ScopInfo: Add support for AssumedContext
Tobias Grosser
2013-10-29
1
-0
/
+36
*
This test case requires assertions
Tobias Grosser
2013-10-12
1
-0
/
+1
*
use -polly-codegen-isl in tests under test/Isl
Sebastian Pop
2013-10-07
1
-1
/
+1
*
do not use -polly-cloog in a ScopInfo testcase
Sebastian Pop
2013-10-07
1
-45
/
+0
*
ScopInfo: Correctly handle true/false conditions
Tobias Grosser
2013-09-07
4
-3
/
+56
*
[CodeGen] Fixup assert fails caused by incorrect LoopInfo update
Tobias Grosser
2013-09-02
2
-0
/
+60
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
2
-13
/
+16
*
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
3
-1
/
+148
*
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
1
-1
/
+1
*
CodeGeneration: Fix double free in vector for
Tobias Grosser
2013-07-29
1
-1
/
+1
*
Use a slightly smaller hammer to make this pass.
Rafael Espindola
2013-07-28
1
-5
/
+2
*
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
*
ScopDetect: Add some test cases for sequential loops
Tobias Grosser
2013-07-24
1
-0
/
+94
[next]