llvm-6502/lib/Transforms/InstCombine
Chris Lattner 091b1e3c74 change instcombine to not turn a call to non-varargs bitcast of
function prototype into a call to a varargs prototype.  We do
allow the xform if we have a definition, but otherwise we don't
want to risk that we're changing the abi in a subtle way.  On
X86-64, for example, varargs require passing stuff in %al.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126363 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-24 05:10:56 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp add is always integer, thanks to Frits for noticing this. 2011-02-17 20:55:29 +00:00
InstCombineAndOrXor.cpp Move "A | ~(A & ?) -> -1" from InstCombine to InstructionSimplify. 2011-02-20 15:20:01 +00:00
InstCombineCalls.cpp change instcombine to not turn a call to non-varargs bitcast of 2011-02-24 05:10:56 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is no 2011-02-18 16:25:37 +00:00
InstCombineLoadStoreAlloca.cpp Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp have instcombine preserve nsw/nuw/exact when sinking 2011-02-17 23:01:49 +00:00
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp PR9218: SimplifyDemandedVectorElts can return a non-null value that is not 2011-02-19 22:42:40 +00:00
InstCombineWorklist.h
InstructionCombining.cpp Do not forget DebugLoc! 2011-02-15 02:02:30 +00:00
Makefile