llvm-6502/lib/Transforms/InstCombine
Chris Lattner 5f670d4131 cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94995 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-01 19:54:45 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp Simplify/generalize the xor+add->sign-extend instcombine. 2010-01-31 04:29:12 +00:00
InstCombineAndOrXor.cpp change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
InstCombineCalls.cpp fix rdar://7590304, a miscompilation of objc apps on arm. The caller 2010-02-01 18:11:34 +00:00
InstCombineCasts.cpp change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
InstCombineCompares.cpp cleanups. 2010-02-01 19:54:45 +00:00
InstCombineLoadStoreAlloca.cpp Check alignment of loads when deciding whether it is safe to execute them 2010-01-30 04:42:39 +00:00
InstCombineMulDivRem.cpp Fix comment. 2010-01-17 06:49:03 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
InstCombineShifts.cpp fix a potential overflow issue Eli pointed out. 2010-01-23 23:31:46 +00:00
InstCombineSimplifyDemanded.cpp Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne 2010-01-29 06:18:46 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00