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
/
and2.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][InstCombine] '(Op1 & ะก) - Op1' -> '-(Op1 & ~C)' fold (PR44427)
Roman Lebedev
2020-01-03
1
-2
/
+2
*
[NFC][InstCombine] Autogenerate and2.ll checklines
Roman Lebedev
2020-01-03
1
-19
/
+19
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+238
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-238
/
+0
*
[ValueTracking] Use computeConstantRange() in signed add overflow determination
Nikita Popov
2019-04-09
1
-1
/
+1
*
[ValueTracking] Use computeConstantRange() for unsigned add/sub overflow
Nikita Popov
2019-03-19
1
-1
/
+1
*
[InstCombine] move/add tests for xor+add fold; NFC
Sanjay Patel
2018-07-31
1
-12
/
+0
*
[InstCombine] move related tests together; NFC
Sanjay Patel
2017-09-12
1
-12
/
+0
*
[InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
Sanjay Patel
2017-07-15
1
-8
/
+18
*
[InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC
Sanjay Patel
2017-07-15
1
-0
/
+72
*
[InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
Sanjay Patel
2017-07-15
1
-2
/
+1
*
[InstCombine] add/move tests for and/or-of-icmps equality folds; NFC
Sanjay Patel
2017-04-14
1
-15
/
+0
*
[InstCombine] Add vector version of a test to show missing optimization.
Craig Topper
2017-04-13
1
-0
/
+12
*
[InstCombine] Teach SimplifyDemandedInstructionBits that even if we reach an ...
Craig Topper
2017-04-12
1
-1
/
+1
*
Teach SimplifyDemandedUseBits that adding or subtractings 0s from every bit b...
Craig Topper
2017-04-12
1
-10
/
+7
*
[InstCombine] Add test case demonstrating missed opportunities for removing a...
Craig Topper
2017-03-31
1
-0
/
+63
*
[InstCombine] add tests to show type limitations of InsertRangeTest and callers
Sanjay Patel
2016-08-30
1
-0
/
+14
*
[InstSimplify] analyze (optionally casted) icmps to eliminate obviously false...
Sanjay Patel
2016-06-20
1
-10
/
+0
*
[InstCombine] regenerate checks
Sanjay Patel
2016-06-20
1
-30
/
+45
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-42
/
+0
*
[InstCombine] transform masking off of an FP sign bit into a fabs() intrinsic...
Sanjay Patel
2015-10-08
1
-0
/
+43
*
Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
Balaram Makam
2015-08-20
1
-0
/
+25
*
InstCombine: Turn (x != 0 & x <u C) into the canonical range check form (x-1 ...
Benjamin Kramer
2014-10-12
1
-0
/
+11
*
InstCombine: Try harder to combine icmp instructions
David Majnemer
2014-08-30
1
-1
/
+13
*
InstCombine: Simplify if(x!=0 && x!=-1).
Jim Grosbach
2013-08-16
1
-0
/
+12
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-3
/
+3
*
Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...
Eli Friedman
2011-09-19
1
-0
/
+7
*
Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the
Anders Carlsson
2011-03-01
1
-0
/
+9
*
Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.
Benjamin Kramer
2010-09-10
1
-0
/
+18
*
convert to filecheck.
Chris Lattner
2010-02-11
1
-4
/
+2
*
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
*
Implement a couple of foldings for ordered and unordered comparisons,
Chris Lattner
2007-10-24
1
-0
/
+12