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
/
shift.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...
Eli Friedman
2011-07-29
1
-2
/
+17
*
Transform any logical shift of a power of two into an exact/NUW shift when
Chris Lattner
2011-05-23
1
-0
/
+21
*
InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A)
Benjamin Kramer
2011-04-29
1
-0
/
+21
*
Enhance a bunch of transformations in instcombine to start generating
Chris Lattner
2011-02-10
1
-1
/
+1
*
Move some shift transforms out of instcombine and into InstructionSimplify.
Duncan Sands
2011-01-14
1
-2
/
+16
*
When determining if we can fold (x >> C1) << C2, the bits that we need to ver...
Owen Anderson
2010-12-23
1
-0
/
+19
*
The srem -> urem transform is not safe for any divisor that's not a power of ...
Benjamin Kramer
2010-11-23
1
-3
/
+3
*
InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...
Benjamin Kramer
2010-11-23
1
-0
/
+11
*
tidy up test.
Chris Lattner
2010-08-27
1
-1
/
+2
*
Enhance the shift propagator to handle the case when you have:
Chris Lattner
2010-08-27
1
-0
/
+15
*
Implement a pretty general logical shift propagation
Chris Lattner
2010-08-27
1
-4
/
+17
*
merge and filecheckize test
Chris Lattner
2010-08-27
1
-0
/
+57
*
merge two tests
Chris Lattner
2010-08-27
1
-0
/
+12
*
merge test into shift.ll, this also eliminates awful grepping on -stats output
Chris Lattner
2009-10-11
1
-0
/
+34
*
convert to filecheck.
Chris Lattner
2009-10-11
1
-5
/
+100
*
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
*
two changes:
Chris Lattner
2009-03-24
1
-0
/
+7
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
1
-0
/
+1
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
1
-127
/
+146
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+1
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+190