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
*
[SCEV] Re-apply r335197 (with Polly fixes).
Tim Shen
2018-06-21
1
-11
/
+15
*
Adjust to recent LLVM changes to fix buildbots
Tobias Grosser
2018-06-16
1
-2
/
+2
*
[test] Fix a typo in a test case [NFCI]
Tobias Grosser
2018-06-13
1
-2
/
+2
*
[Polly] Fix a testcase after LLVM commit r334318
Krzysztof Parzyszek
2018-06-08
1
-3
/
+3
*
[Acc] Followup for r333105: Fix one additional testcase
Philip Pfaffe
2018-05-24
1
-1
/
+2
*
[Acc] Enable legacy stmt granularity in remaining failing testcases
Philip Pfaffe
2018-05-23
3
-2
/
+3
*
[Acc] Update testcases for minor changes in the PPCG mapper and
Philip Pfaffe
2018-05-23
5
-6
/
+6
*
[DeLICM] Avoid assertion on out-of-quota.
Michael Kruse
2018-05-16
1
-0
/
+131
*
[SCEVAffinator] Fix handling of pwaff complexity limit.
Eli Friedman
2018-05-14
1
-0
/
+37
*
Adjust to debug info metadata format change.
Tobias Grosser
2018-05-10
15
-20
/
+20
*
[ScopInfo] Remove bail out condition in buildMinMaxAccess().
Michael Kruse
2018-05-09
1
-0
/
+109
*
[test] Replace undef with true/false to make test case less fragile
Tobias Grosser
2018-05-08
1
-5
/
+5
*
Pass compiler arguments in the create_ll.sh script
Philip Pfaffe
2018-05-02
1
-2
/
+5
*
[CodeGen] Print executed statement instances at runtime.
Michael Kruse
2018-04-25
1
-0
/
+38
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
12
-1
/
+453
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+37
*
[ScopDetect / ScopInfo] Get statistics for scops without any loop correctly
Tobias Grosser
2018-04-18
1
-2
/
+24
*
[NewPM] Update pass registration for the LLVM plugin interface
Philip Pfaffe
2018-04-17
2
-0
/
+15
*
[CodeGen] Allow undefined loads in statement instances outside context.
Michael Kruse
2018-04-10
3
-0
/
+205
*
[ScopInfo] Avoid iterator invalidation.
Michael Kruse
2018-04-10
1
-0
/
+58
*
[ScopInfo] Completely remove MemoryAccesses when their parent statement is re...
Michael Kruse
2018-04-09
1
-0
/
+100
*
Remove immediate dominator heuristic for error block detection.
Michael Kruse
2018-04-09
6
-117
/
+96
*
[Polly][IslAst] Fix minimal dependence distance.
Huihui Zhang
2018-04-04
1
-0
/
+57
*
Move code generation test case to test/CodeGen/
Tobias Grosser
2018-03-19
2
-0
/
+0
*
[Polly][CMake] Fix lit setup for building the in the mono repo
Philip Pfaffe
2018-03-05
1
-1
/
+5
*
[ScopInfo] Do not use the set dimension ids to carry loop information
Tobias Grosser
2018-03-03
3
-4
/
+4
*
Update isl to isl-0.18-1047-g4a20ef8
Tobias Grosser
2018-02-20
52
-77
/
+77
*
[ScopBuilder] scalar-indep: Fix mutually referencing PHIs.
Michael Kruse
2018-02-12
2
-0
/
+126
*
[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.
Michael Kruse
2018-02-03
112
-136
/
+136
*
[ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...
Michael Kruse
2018-01-23
2
-12
/
+18
*
Assume the shared library path variable is LD_LIBRARY_PATH on systems
Dimitry Andric
2018-01-20
1
-4
/
+3
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
3
-3
/
+3
*
[ScopBuilder] Revise statement naming when there are multiple statements per BB.
Michael Kruse
2018-01-18
11
-43
/
+92
*
[polly] [ScopInfo] Don't use isl_val_get_num_si.
Eli Friedman
2018-01-17
1
-5
/
+35
*
[CodeGen] Fix noalias annotations for memcpy/memmove.
Michael Kruse
2017-12-22
1
-0
/
+41
*
Fix isl out-of-quota errors affecting later quota guards.
Michael Kruse
2017-12-22
1
-0
/
+14
*
[ScopBuilder] Split statements on encountering store instructions.
Michael Kruse
2017-12-11
1
-0
/
+62
*
[NFC] In GPGPU testcases, replace numeric registers in CHECK directives.
Philip Pfaffe
2017-12-01
5
-21
/
+22
*
Handle Top-Level-Regions in polly::isHoistableLoad
Philip Pfaffe
2017-11-30
1
-0
/
+73
*
[CodeGen] Detect empty domain because of parameters context.
Michael Kruse
2017-11-21
1
-0
/
+86
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
10
-15
/
+15
*
[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.
Michael Kruse
2017-10-31
4
-0
/
+393
*
[DeLICM] Fix wrong assumed access execution order.
Michael Kruse
2017-10-31
3
-0
/
+135
*
[OpenMP] Fix reference collection of latest base ptrs.
Michael Kruse
2017-10-31
2
-3
/
+47
*
Fix two testcases. NFC intended.
Philip Pfaffe
2017-10-29
2
-13
/
+13
*
[ForwardOpTree] Reload know values.
Michael Kruse
2017-10-27
1
-0
/
+73
*
[Simplify] Mark (and sweep) based on latest access relation.
Michael Kruse
2017-10-26
6
-0
/
+332
*
[DeLICM] Add more tests for loop layouts. NFC.
Michael Kruse
2017-10-26
9
-0
/
+1033
*
[DeLICM] Do not try to map to multiple array elements.
Michael Kruse
2017-10-24
2
-115
/
+70
*
[Polly] Add XFAIL to large-numbers-in-boundary-context.ll
Anna Thomas
2017-10-16
1
-0
/
+1
[next]