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
/
ScopInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
9
-14
/
+14
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
8
-13
/
+13
*
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
Michael Kruse
2019-10-17
1
-0
/
+94
*
[ScopBuilder] Skip getting leader when merging statements to close holes.
Michael Kruse
2019-09-13
1
-0
/
+80
*
[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
1
-1
/
+1
*
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
Keno Fischer
2019-05-08
1
-1
/
+1
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
4
-5
/
+5
*
[ScopBuilder] Set domain to empty instead of NULL.
Michael Kruse
2018-08-01
1
-0
/
+36
*
test: use regex matchers to make test-case robust against register renumberings
Tobias Grosser
2018-06-28
1
-2
/
+2
*
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
*
[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
1
-3
/
+3
*
[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
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
9
-1
/
+55
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+37
*
[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
5
-104
/
+86
*
Move code generation test case to test/CodeGen/
Tobias Grosser
2018-03-19
2
-81
/
+0
*
[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
50
-72
/
+72
*
[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
45
-56
/
+56
*
[ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...
Michael Kruse
2018-01-23
2
-12
/
+18
*
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
*
[ScopBuilder] Split statements on encountering store instructions.
Michael Kruse
2017-12-11
1
-0
/
+62
*
[ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.
Michael Kruse
2017-10-05
5
-0
/
+331
*
[ScopBuilder] Build invariant loads separately.
Michael Kruse
2017-10-02
4
-11
/
+11
*
[ScopBuilder] Build escaping dependencies separately.
Michael Kruse
2017-10-02
4
-8
/
+8
*
[ScopInfo] Allow PHI nodes that reference an error block
Tobias Grosser
2017-09-26
1
-0
/
+62
*
[ScopInfo] Allow invariant loads in branch conditions
Tobias Grosser
2017-09-25
1
-0
/
+51
*
[ScopInfo] Allow uniform branch conditions
Tobias Grosser
2017-09-25
1
-0
/
+68
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-24
1
-0
/
+61
*
[IslExprBuilder] Do not generate RTC with more than 64 bit
Tobias Grosser
2017-09-23
2
-18
/
+17
*
Revert "[ScopDetect/Info] Look through PHIs that follow an error block"
Michael Kruse
2017-09-06
1
-61
/
+0
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-02
1
-0
/
+61
*
Fix Memory Access of failing tests.
Michael Kruse
2017-09-01
2
-0
/
+103
*
[ScopInfo] Use statement lists for entry blocks of region statements
Tobias Grosser
2017-08-31
2
-0
/
+75
*
Revert "[ScopInfo] Use statement lists for entry blocks of region statements"
Tobias Grosser
2017-08-31
2
-75
/
+0
*
[ScopInfo] Use statement lists for entry blocks of region statements
Tobias Grosser
2017-08-30
2
-0
/
+75
*
[ScopBuilder] Introduce metadata for splitting scop statement.
Michael Kruse
2017-08-30
6
-6
/
+345
*
[ScopInfo] Add option to treat all function parameters as dereferencible.
Siddharth Bhat
2017-08-21
1
-0
/
+98
*
[SCEVValidator] Loop exit values of loops before the SCoP are synthesizable.
Michael Kruse
2017-07-26
1
-0
/
+61
*
Untangle ScopInfo lit-testcases from specifics of the legacy-PM
Philip Pfaffe
2017-07-21
7
-22
/
+19
*
[IslNodeBuilder] Relax complexity check in invariant loads and run it early
Tobias Grosser
2017-07-20
1
-0
/
+73
[next]