index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
select.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-3
/
+3
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-43
/
+43
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-61
/
+196
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-13
/
+162
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-5
/
+110
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-0
/
+100
*
InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
2013-09-27
1
-0
/
+10
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-90
/
+90
*
InstCombine: Also turn selects fed by an and into arithmetic when the types d...
Benjamin Kramer
2013-06-29
1
-0
/
+36
*
Add a test for the foldSelectICmpAndOr fix committed in r180779.
David Majnemer
2013-05-02
1
-0
/
+13
*
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-30
1
-0
/
+109
*
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
1
-79
/
+0
*
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
1
-0
/
+79
*
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
1
-0
/
+34
*
Added InstCombine for "select cond, ~cond, x" type patterns
Pete Cooper
2011-12-15
1
-0
/
+20
*
Add a new icmp+select optz'n. Also shows off the load(cst) folding added in
Nick Lewycky
2011-10-02
1
-0
/
+10
*
ConstantFoldInstOperands doesn't like compares, hand it off to instsimplify i...
Benjamin Kramer
2011-05-28
1
-0
/
+10
*
InstCombine: Make switch folding with equality compares more aggressive by tr...
Benjamin Kramer
2011-05-27
1
-0
/
+40
*
Teach the transformation that moves binary operators around selects to preserve
Nick Lewycky
2011-03-27
1
-0
/
+12
*
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
Nick Lewycky
2011-03-27
1
-0
/
+13
*
InstCombine: Fix a thinko where transform an icmp under the assumption that i...
Benjamin Kramer
2011-03-11
1
-0
/
+10
*
Clean up the tests a little, make sure we match an instruction in the right
Nick Lewycky
2011-01-28
1
-5
/
+4
*
Fold select + select where both selects are on the same condition.
Nick Lewycky
2011-01-28
1
-1
/
+16
*
Don't try to pull vector bitcasts that change the number of elements through
Nick Lewycky
2011-01-21
1
-0
/
+11
*
Instcombine: Fix pattern where the sext did not dominate the icmp using it
Tobias Grosser
2011-01-09
1
-0
/
+11
*
InstCombine: Match min/max hidden by sext/zext
Tobias Grosser
2011-01-07
1
-0
/
+82
*
InstCombine: creating selects from -1 and 0 is fine, they combine into a sext...
Benjamin Kramer
2010-12-22
1
-0
/
+12
*
Make this test not depend on how the variable is named.
Duncan Sands
2010-12-22
1
-2
/
+2
*
Generalize the and-icmp-select instcombine further by allowing selects of the...
Benjamin Kramer
2010-12-11
1
-0
/
+50
*
Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize it
Benjamin Kramer
2010-12-11
1
-0
/
+25
*
Move PHI tests to phi.ll, out of select.ll.
Duncan Sands
2010-11-15
1
-49
/
+2
*
Generalize the reassociation transform in SimplifyCommutative (now renamed to
Duncan Sands
2010-11-13
1
-0
/
+10
*
Teach InstructionSimplify how to look through PHI nodes. Since PHI
Duncan Sands
2010-11-10
1
-0
/
+47
*
Add an additional test for icmp of select folding.
Duncan Sands
2010-11-08
1
-0
/
+11
*
Add simplification of floating point comparisons with the result
Duncan Sands
2010-11-07
1
-0
/
+8
*
Fix a README item: when doing a comparison with the result
Duncan Sands
2010-11-07
1
-0
/
+10
*
Teach instcombine to transform
Benjamin Kramer
2010-07-08
1
-0
/
+32
*
add check lines for min/max tests.
Chris Lattner
2009-12-21
1
-0
/
+16
*
really convert this to filecheck.
Chris Lattner
2009-12-21
1
-5
/
+5
*
give instcombine some helper functions for matching MIN and MAX, and
Chris Lattner
2009-12-21
1
-0
/
+40
*
filecheckize
Chris Lattner
2009-12-21
1
-56
/
+175
*
The select instruction is not neccesarily in the same block as the
Chris Lattner
2009-09-28
1
-0
/
+16
*
Enhance the previous fix for PR4895 to allow more values than just
Chris Lattner
2009-09-27
1
-4
/
+27
*
implement PR4895, by making FoldOpIntoPhi handle select conditions
Chris Lattner
2009-09-27
1
-0
/
+22
*
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
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-123
/
+137
*
Implement PR1822
Chris Lattner
2007-11-25
1
-3
/
+11
*
For PR1319:
Reid Spencer
2007-04-15
1
-0
/
+1
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+2
[next]