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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify this code.
Chris Lattner
2010-01-05
1
-109
/
+66
*
make this a static function instead of a method.
Chris Lattner
2010-01-05
2
-6
/
+5
*
more rearrangement and cleanup, fix my test failure.
Chris Lattner
2010-01-05
1
-118
/
+104
*
cleanup
Chris Lattner
2010-01-05
1
-18
/
+15
*
remove two trunc xforms that are subsumed by EvaluateInDifferentType.
Chris Lattner
2010-01-05
1
-36
/
+0
*
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
1
-26
/
+1
*
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
Chris Lattner
2010-01-05
1
-32
/
+34
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
2
-3
/
+2
*
move a zext specific xform out of commonIntCastTransforms into visitZExt and ...
Chris Lattner
2010-01-05
1
-10
/
+9
*
move a trunc-specific xform out of commonIntCastTransforms into visitTrunc
Chris Lattner
2010-01-05
1
-16
/
+25
*
reduce indentation
Chris Lattner
2010-01-05
1
-15
/
+18
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
5
-9
/
+8
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
1
-1
/
+23
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
1
-4
/
+3
*
Add newline at EOF.
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
prune some #includes.
Chris Lattner
2010-01-05
1
-8
/
+1
*
split and/or/xor out into one overly-large (2000LOC) file. However, I think
Chris Lattner
2010-01-05
3
-1963
/
+1978
*
missed file with previous commit.
Chris Lattner
2010-01-05
1
-418
/
+0
*
split instcombine of shifts out to its own file.
Chris Lattner
2010-01-05
2
-0
/
+437
*
eliminate getBitCastOperand and simplify some over-complex inbounds stuff.
Chris Lattner
2010-01-05
1
-46
/
+22
*
split call handling out to InstCombineCalls.cpp
Chris Lattner
2010-01-05
3
-1110
/
+1133
*
optimize cttz and ctlz when we can prove something about the
Chris Lattner
2010-01-05
1
-1
/
+34
*
this inline function moved to addsub
Chris Lattner
2010-01-05
1
-24
/
+0
*
split add/sub out to its own file. Eliminate use of
Chris Lattner
2010-01-05
3
-695
/
+749
*
all the places we use hasOneUse() we know are instructions, so inline
Chris Lattner
2010-01-05
1
-12
/
+9
*
eliminate AssociativeOpt and its last uses.
Chris Lattner
2010-01-05
1
-35
/
+2
*
inline the FoldICmpLogical functor.
Chris Lattner
2010-01-05
1
-98
/
+90
*
inline the 'AddRHS' transformation, simplifying things significantly.
Chris Lattner
2010-01-05
1
-39
/
+4
*
remove massive over-genality manifested as a big template
Chris Lattner
2010-01-05
1
-60
/
+1
*
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
4
-674
/
+701
*
clean up header.
Chris Lattner
2010-01-05
1
-7
/
+2
*
split select out to its own file.
Chris Lattner
2010-01-05
3
-692
/
+712
*
split out load/store/alloca.
Chris Lattner
2010-01-05
3
-607
/
+614
*
reduce indentation
Chris Lattner
2010-01-05
1
-4
/
+7
*
split vector stuff out to InstCombineVectorOps.cpp
Chris Lattner
2010-01-05
3
-540
/
+558
*
split PHI node stuff out to InstCombinePHI.cpp
Chris Lattner
2010-01-05
3
-821
/
+842
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-3
/
+3
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-1
/
+0
*
Fix some struct/class specifier mismatches.
Daniel Dunbar
2010-01-05
1
-3
/
+3
*
Truncate GEP indexes larger than the pointer size down to pointer size
Chris Lattner
2010-01-04
1
-0
/
+9
*
silence a bogus 'might be used uninit' warning from GCC.
Chris Lattner
2010-01-04
1
-1
/
+1
*
move some more cast-related stuff
Chris Lattner
2010-01-04
2
-140
/
+125
*
move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cpp
Chris Lattner
2010-01-04
2
-212
/
+209
*
split 943 lines of instcombine out to a new InstCombineCasts.cpp
Chris Lattner
2010-01-04
4
-943
/
+981
*
split instcombine of compares (visit[FI]Cmp) out to
Chris Lattner
2010-01-04
4
-2435
/
+2477
*
update cmakefile
Chris Lattner
2010-01-04
1
-0
/
+1
*
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...
Chris Lattner
2010-01-04
3
-1093
/
+1114
*
split the instcombine class definition out to a header shared
Chris Lattner
2010-01-04
2
-299
/
+329
*
remove a ton of unneeded LLVMContext stuff.
Chris Lattner
2010-01-04
2
-279
/
+289
[next]