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
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
3
-12
/
+12
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
40
-58
/
+58
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
23
-29
/
+29
*
[GPGPU] Fix regression test after 395124.
Michael Kruse
2019-11-13
1
-1
/
+1
*
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
Michael Kruse
2019-10-17
1
-0
/
+94
*
Revert "Update polly test for SCEV change."
Tim Northover
2019-09-30
1
-1
/
+1
*
[CodeGen] Handle outlining of CopyStmts.
Michael Kruse
2019-09-17
1
-0
/
+72
*
[ScopBuilder] Skip getting leader when merging statements to close holes.
Michael Kruse
2019-09-13
1
-0
/
+80
*
[Polly-ACC] Fix test after IR-printer change.
Michael Kruse
2019-08-13
1
-1
/
+1
*
Update polly test for SCEV change.
Eli Friedman
2019-07-18
1
-1
/
+1
*
[test] Add wrap flags after D61934.
Michael Kruse
2019-06-17
2
-3
/
+3
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
2
-54
/
+181
*
[DeLICM] Use polly::singleton to allow empty result.
Michael Kruse
2019-05-21
1
-0
/
+77
*
[CodeGen] Fix order of PHINode and MA Write generation.
Michael Kruse
2019-05-20
3
-0
/
+148
*
[Polly] Don't crash on invalid delinearization result.
Eli Friedman
2019-05-14
1
-0
/
+27
*
[ZoneAlgo] Fix PHI inconsistency in invalid contexts.
Michael Kruse
2019-05-10
3
-2
/
+91
*
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
Keno Fischer
2019-05-08
1
-1
/
+1
*
[CodeGen] LLVM OpenMP Backend.
Michael Kruse
2019-03-19
4
-15
/
+152
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
17
-20
/
+20
*
Fix another error related to YAML quoting.
Zachary Turner
2018-10-12
1
-6
/
+6
*
[IslAst] Fix InParallelFor nesting.
Michael Kruse
2018-09-27
2
-0
/
+69
*
[PerfMonitor] Fix rdtscp callsites
Tobias Grosser
2018-09-11
3
-35
/
+38
*
[ScopBuilder] Set domain to empty instead of NULL.
Michael Kruse
2018-08-01
1
-0
/
+36
*
[test] Remove non-JSPON comments in JSCOP file. NFC.
Michael Kruse
2018-07-28
1
-17
/
+0
*
Fix for r336080: Missing colon in REQUIRES line
Philip Pfaffe
2018-07-02
1
-1
/
+1
*
[polly-acc] change cl_get_* return types to 32/64bit
Philip Pfaffe
2018-07-02
1
-0
/
+90
*
[ScopHelper] Provide support for recognising collective invariant loads
Philip Pfaffe
2018-06-29
1
-0
/
+56
*
test: use regex matchers to make test-case robust against register renumberings
Tobias Grosser
2018-06-28
1
-2
/
+2
*
[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
[next]