llvm-6502/lib/Transforms/InstCombine
Benjamin Kramer 0b6cb50738 Factor checked library call optimization into a common helper class and use it
to unify the almost identical code in CodeGenPrepare and InstCombineCalls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98338 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-12 09:27:41 +00:00
..
CMakeLists.txt
InstCombine.h Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub 2010-03-06 10:50:38 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp Fix PR6503. This turned into a much more interesting and nasty bug. Various 2010-03-05 08:46:26 +00:00
InstCombineCalls.cpp Factor checked library call optimization into a common helper class and use it 2010-03-12 09:27:41 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp Fix PR6503. This turned into a much more interesting and nasty bug. Various 2010-03-05 08:46:26 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp fix PR6512, a case where instcombine would incorrectly merge loads 2010-03-05 18:53:28 +00:00
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile