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
/
llvm
/
test
/
Transforms
/
JumpThreading
/
thread-loads.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
[JumpThreading] Fix threading with unusual PHI nodes.
Eli Friedman
2019-07-03
1
-4
/
+4
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+542
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-542
/
+0
*
[Local] Keep K's range if K does not move when combining metadata.
Florian Hahn
2018-10-27
1
-4
/
+8
*
[JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.
Xin Tong
2017-03-19
1
-0
/
+35
*
[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
Jun Bum Lim
2017-03-08
1
-1
/
+110
*
[JumpThread] Enhance finding partial redundant loads by continuing scanning s...
Jun Bum Lim
2017-02-02
1
-0
/
+79
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-1
/
+1
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-0
/
+63
*
[JumpThreading] PRE unordered loads
Sanjoy Das
2016-07-14
1
-0
/
+139
*
Bring back "[PM] Port JumpThreading to the new PM" with a fix
Sean Silva
2016-06-14
1
-0
/
+1
*
Revert "[PM] Port JumpThreading to the new PM"
Sean Silva
2016-06-14
1
-1
/
+0
*
[PM] Port JumpThreading to the new PM
Sean Silva
2016-06-13
1
-0
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-4
/
+4
*
Fix a somewhat subtle pair of issues with JumpThreading I introduced in
Chandler Carruth
2014-10-20
1
-0
/
+31
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-2
/
+2
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-2
/
+2
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-4
/
+44
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
1
-1
/
+8
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
1
-8
/
+1
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
1
-1
/
+8
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
1
-8
/
+1
*
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-28
1
-1
/
+8
*
simplify some run lines, convert a test to filecheck.
Chris Lattner
2009-10-11
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Make jump threading substantially more powerful, in the following ways:
Chris Lattner
2008-11-27
1
-0
/
+34