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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+4
*
[JumpThreading] Simplify comparisons when simplifying branches
Philip Reames
2015-05-07
1
-0
/
+69
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
4
-12
/
+12
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
6
-20
/
+20
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
9
-42
/
+42
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
4
-25
/
+25
*
Update a test to make it easier to migrate to untyped pointers
David Blaikie
2015-02-15
1
-1
/
+1
*
ValueTracking: ComputeNumSignBits should tolerate misshapen phi nodes
David Majnemer
2015-01-04
1
-0
/
+28
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-4
/
+4
*
LazyValueInfo: Actually re-visit partially solved block-values in solveBlockV...
Hans Wennborg
2014-11-25
1
-0
/
+58
*
Fix a somewhat subtle pair of issues with JumpThreading I introduced in
Chandler Carruth
2014-10-20
1
-0
/
+31
*
[LVI] Check for @llvm.assume dominating the edge branch
Hal Finkel
2014-10-14
1
-0
/
+39
*
Revert r215343.
James Molloy
2014-10-03
1
-33
/
+0
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-0
/
+68
*
In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Jiangning Liu
2014-08-11
1
-0
/
+33
*
Fixed jump threading going to infinite loop.
Dinesh Dwivedi
2014-06-17
2
-1
/
+23
*
No need for those tests to go thru llvm-as and/or llvm-dis.
Arnaud A. de Grandmaison
2014-05-27
1
-1
/
+1
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
2
-43
/
+203
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
1
-0
/
+43
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-2
/
+2
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
JumpThreading: Turn a select instruction into branching if it allows to threa...
Benjamin Kramer
2013-08-07
1
-0
/
+63
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
4
-22
/
+22
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-5
/
+1
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-2
/
+4
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-0
/
+36
*
Add a test case for PR14233.
Chandler Carruth
2012-11-01
1
-0
/
+53
*
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-05
1
-0
/
+36
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
1
-0
/
+8
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
2
-3
/
+3
*
formatting change: strip debug info from test
Joel Jones
2012-05-10
1
-293
/
+83
*
Fix a problem with incomplete equality testing of PHINodes in
Joel Jones
2012-05-10
1
-0
/
+419
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-4
/
+44
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
3
-4
/
+4
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
1
-1
/
+1
*
remove asmparser support for the old getresult instruction, which has been su...
Chris Lattner
2011-06-17
1
-1
/
+1
*
Fix an infinite alternation in JumpThreading where two transforms would repea...
Owen Anderson
2011-04-14
1
-0
/
+31
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-0
/
+32
*
Fix PR9331. Simplified version of a patch by Jakub Staszak.
Duncan Sands
2011-03-08
1
-0
/
+50
*
prevent jump threading from merging blocks when their address is
Chris Lattner
2011-02-18
1
-1
/
+34
*
Tolerate degenerate phi nodes that can occur in the middle of optimization
Nick Lewycky
2011-02-10
1
-0
/
+24
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
3
-7
/
+21
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
3
-21
/
+7
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
3
-7
/
+21
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
3
-21
/
+7
[next]