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
/
rem.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Add support for vector srem->urem.
Craig Topper
2017-04-17
1
-1
/
+1
*
[InstCombine] Add missing testcases for srem->urem conversion. The vector ver...
Craig Topper
2017-04-17
1
-0
/
+22
*
[InstCombine] Support weird size element types in dyn_castNegVal.
Craig Topper
2017-04-11
1
-4
/
+3
*
[InstCombine] consolidate rem tests and update checks; NFC
Sanjay Patel
2017-03-14
1
-0
/
+143
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2017-03-14
1
-177
/
+225
*
[InstCombine] Move casts around shift operations
David Majnemer
2017-01-04
1
-5
/
+5
*
[InstCombine] use m_APInt to allow icmp eq (srem X, C1), C2 folds for splat c...
Sanjay Patel
2016-08-03
1
-4
/
+2
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
1
-0
/
+13
*
Add safety check to InstCombiner::commonIRemTransforms
Sanjoy Das
2016-06-05
1
-0
/
+116
*
Add test case for InstCombiner::commonIRemTransforms; NFC
Sanjoy Das
2016-06-05
1
-0
/
+23
*
[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...
Sanjay Patel
2016-05-22
1
-6
/
+2
*
add tests for vector urem
Sanjay Patel
2016-05-20
1
-1
/
+23
*
Add back commit r210029.
Rafael Espindola
2014-06-02
1
-1
/
+1
*
Revert "Add the nsw flag when we detect that an add will not signed overflow."
Rafael Espindola
2014-06-02
1
-1
/
+1
*
Add the nsw flag when we detect that an add will not signed overflow.
Rafael Espindola
2014-06-02
1
-1
/
+1
*
InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...
Benjamin Kramer
2014-01-19
1
-0
/
+9
*
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...
David Majnemer
2013-07-30
1
-0
/
+32
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-18
/
+18
*
Add a microoptimization for urem.
Nick Lewycky
2013-07-13
1
-0
/
+9
*
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
David Majnemer
2013-07-09
1
-15
/
+0
*
ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...
David Majnemer
2013-06-29
1
-0
/
+15
*
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
2013-05-18
1
-0
/
+14
*
InstCombine: Flip the order of two urem transforms
David Majnemer
2013-05-12
1
-0
/
+14
*
InstCombine: Turn urem to bitwise-and more often
David Majnemer
2013-05-11
1
-2
/
+51
*
InstCombine: Add a missing irem identity (X % X -> 0).
Benjamin Kramer
2010-11-17
1
-0
/
+5
*
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
*
Don't try to simplify urem and srem using arithmetic rules that don't work
Nick Lewycky
2008-03-06
1
-26
/
+33
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-53
/
+50
*
For PR1319:
Reid Spencer
2007-04-15
1
-0
/
+1
*
For PR1319:
Reid Spencer
2007-04-14
1
-1
/
+0
*
For PR411:
Reid Spencer
2007-01-30
1
-1
/
+1
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+79