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
/
apint-shift.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] allow shl demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-5
/
+2
*
[InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors
Sanjay Patel
2017-02-09
1
-0
/
+14
*
fix typos; NFC
Sanjay Patel
2017-02-01
1
-4
/
+4
*
[InstCombine] move folds for shift-shift pairs; NFCI
Sanjay Patel
2017-02-01
1
-0
/
+52
*
[InstCombine] fold (X >>u C) << C --> X & (-1 << C)
Sanjay Patel
2017-01-26
1
-4
/
+4
*
[InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 >>u C) with spl...
Sanjay Patel
2017-01-26
1
-2
/
+2
*
[InstCombine] add tests for shift-shift folds; NFC
Sanjay Patel
2017-01-26
1
-0
/
+60
*
[InstCombine] use m_APInt to allow shift-shift folds for vectors with splat c...
Sanjay Patel
2017-01-16
1
-24
/
+18
*
[InstCombine] add tests to show missed vector folds; NFC
Sanjay Patel
2017-01-16
1
-7
/
+82
*
[InstCombine] add tests to show missed vector folds; NFC
Sanjay Patel
2017-01-15
1
-12
/
+42
*
[InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for spl...
Sanjay Patel
2016-09-07
1
-3
/
+1
*
[InstCombine] use m_APInt to allow icmp (and X, Y), C folds for splat constan...
Sanjay Patel
2016-08-28
1
-3
/
+1
*
[InstCombine] use m_APInt to allow icmp eq/ne (shr X, C2), C folds for splat ...
Sanjay Patel
2016-08-24
1
-8
/
+5
*
[InstCombine] add tests for missing vector icmp folds
Sanjay Patel
2016-08-15
1
-0
/
+37
*
[InstCombine] auto-generate exact checks
Sanjay Patel
2016-08-15
1
-150
/
+209
*
[InstCombine] add test for missing vector icmp fold
Sanjay Patel
2016-08-14
1
-6
/
+22
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-30
/
+30
*
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-23
1
-3
/
+13
*
Revert r155136 "Defer some shl transforms to DAGCombine."
Jakob Stoklund Olesen
2012-04-20
1
-13
/
+3
*
Defer some shl transforms to DAGCombine.
Jakob Stoklund Olesen
2012-04-19
1
-3
/
+13
*
FileCheckize
Jakob Stoklund Olesen
2012-04-18
1
-2
/
+59
*
Nobody likes shifty instructions, but that was a bit strong.
Jakob Stoklund Olesen
2012-04-18
1
-1
/
+1
*
change the preferred canonical form for a sign extension to be
Chris Lattner
2010-01-10
1
-7
/
+0
*
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
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+1
*
Add more test cases for APIntified InstCombine.
Reid Spencer
2007-03-23
1
-0
/
+192