llvm-6502/lib/Transforms/InstCombine
Jin-Gu Kang 948d9e7ec7 This case is solved by Scalar Replacement of Aggregates (DT) and
Early CSE pass so this patch reverts it to original source code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127574 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-14 01:21:00 +00:00
..
CMakeLists.txt Removed a bunch of unnecessary target_link_libraries. 2010-09-28 22:39:14 +00:00
InstCombine.h llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic! 2011-03-08 22:12:11 +00:00
InstCombineAddSub.cpp add is always integer, thanks to Frits for noticing this. 2011-02-17 20:55:29 +00:00
InstCombineAndOrXor.cpp Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the 2011-03-01 15:05:01 +00:00
InstCombineCalls.cpp InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it cannot overflow. 2011-03-10 18:40:14 +00:00
InstCombineCasts.cpp llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic! 2011-03-08 22:12:11 +00:00
InstCombineCompares.cpp Reorder comments to put them the right way around. 2011-03-08 06:29:47 +00:00
InstCombineLoadStoreAlloca.cpp This case is solved by Scalar Replacement of Aggregates (DT) and 2011-03-14 01:21:00 +00:00
InstCombineMulDivRem.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombinePHI.cpp have instcombine preserve nsw/nuw/exact when sinking 2011-02-17 23:01:49 +00:00
InstCombineSelect.cpp InstCombine: Fix a thinko where transform an icmp under the assumption that it's a zero comparison when it's not. 2011-03-11 11:37:40 +00:00
InstCombineShifts.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombineSimplifyDemanded.cpp PR9346: Prevent SimplifyDemandedBits from incorrectly introducing 2011-03-09 01:28:35 +00:00
InstCombineVectorOps.cpp PR9218: SimplifyDemandedVectorElts can return a non-null value that is not 2011-02-19 22:42:40 +00:00
InstCombineWorklist.h InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing. 2011-03-05 16:43:46 +00:00
InstructionCombining.cpp Do not forget DebugLoc! 2011-02-15 02:02:30 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00