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
/
InstCombine
/
zext.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[InstCombine] fold zext of masked bit set/clear"
Kadir Cetinkaya
2020-01-08
1
-37
/
+28
*
[InstCombine] fold zext of masked bit set/clear
Sanjay Patel
2019-12-31
1
-28
/
+37
*
[InstCombine] add/adjust tests for masked bit; NFC
Sanjay Patel
2019-12-31
1
-6
/
+66
*
[InstCombine] add tests for masked bit set/clear; NFC
Sanjay Patel
2019-12-31
1
-20
/
+188
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+174
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-174
/
+0
*
[InstCombine] make ((X & C) ^ C) form consistent for vectors
Sanjay Patel
2018-09-04
1
-2
/
+2
*
[InstCombine] revert r300977 and r301021
Sanjay Patel
2017-04-21
1
-1
/
+1
*
[InstCombine] prefer xor with -1 because 'not' is easier to understand (PR32706)
Sanjay Patel
2017-04-21
1
-1
/
+1
*
[InstCombine] use m_APInt to allow demanded bits analysis on splat constants
Sanjay Patel
2017-02-09
1
-1
/
+1
*
[InstCombine] consolidate zext tests and auto-generate checks; NFC
Sanjay Patel
2016-10-26
1
-26
/
+59
*
[InstCombine] Refactor optimization of zext(or(icmp, icmp)) to enable more ag...
Tobias Grosser
2016-08-03
1
-0
/
+69
*
[InstCombine] LogicOpc (zext X), C --> zext (LogicOpc X, C) (PR28476)
Sanjay Patel
2016-07-21
1
-10
/
+7
*
Revert "[InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))"
Benjamin Kramer
2016-07-20
1
-70
/
+0
*
[InstCombine] Provide more test cases for cast-folding [NFC]
Tobias Grosser
2016-07-20
1
-3
/
+35
*
[InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))
Tobias Grosser
2016-07-19
1
-0
/
+38
*
add more tests for zexty xor sandwiches
Sanjay Patel
2016-07-13
1
-0
/
+27
*
auto-generate checks
Sanjay Patel
2016-07-12
1
-20
/
+23
*
InstCombine: Modernize a bunch of cast combines.
Benjamin Kramer
2014-01-19
1
-0
/
+34
*
Remove this part of the test, it never actually tested anything anyways. This
Nick Lewycky
2009-10-12
1
-25
/
+0
*
Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstE...
Edward O'Callaghan
2009-10-12
1
-4
/
+4
*
Convert InstCombine tests from notcast to FileCheck.
Edward O'Callaghan
2009-10-12
1
-2
/
+5
*
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
*
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
1
-0
/
+23
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-5
/
+6
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+2
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+9