index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
/
InstCombineShifts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-1
/
+1
*
Revert 101465, it broke internal OpenGL testing.
Eric Christopher
2010-04-16
1
-1
/
+1
*
reapply r101434
Gabor Greif
2010-04-16
1
-1
/
+1
*
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-16
1
-1
/
+1
*
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
1
-1
/
+1
*
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
1
-1
/
+1
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
1
-1
/
+1
*
fix a potential overflow issue Eli pointed out.
Chris Lattner
2010-01-23
1
-3
/
+3
*
implement a simple instcombine xform that has been in the
Chris Lattner
2010-01-23
1
-5
/
+27
*
my instcombine transformations to make extension elimination more
Chris Lattner
2010-01-18
1
-5
/
+19
*
change the preferred canonical form for a sign extension to be
Chris Lattner
2010-01-10
1
-20
/
+0
*
fix indentation of switch statements, no functionality change.
Chris Lattner
2010-01-10
1
-79
/
+79
*
teach instcombine to delete sign extending shift pairs (sra(shl X, C), C) when
Chris Lattner
2010-01-08
1
-4
/
+15
*
split instcombine of shifts out to its own file.
Chris Lattner
2010-01-05
1
-0
/
+436