llvm-6502/lib/Transforms/InstCombine
2010-02-04 06:41:27 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B 2010-02-02 02:43:51 +00:00
InstCombineCalls.cpp Temporarily revert this since it appears to have caused a build 2010-02-04 06:41:27 +00:00
InstCombineCasts.cpp LangRef.html says that inttoptr and ptrtoint always use zero-extension 2010-02-02 01:44:02 +00:00
InstCombineCompares.cpp cleanups. 2010-02-01 19:54:45 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp fix a potential overflow issue Eli pointed out. 2010-01-23 23:31:46 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile