llvm-6502/lib/Transforms/InstCombine
2012-01-25 06:02:56 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x is smaller than 2^n and it fuses with a following add. 2011-12-24 17:31:53 +00:00
InstCombineAndOrXor.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
InstCombineCalls.cpp Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
InstCombineCasts.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp use ConstantVector::getSplat in a few places. 2012-01-25 06:02:56 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
InstCombineShifts.cpp Remove pointless asserts. 2012-01-04 09:42:30 +00:00
InstCombineSimplifyDemanded.cpp use ConstantVector::getSplat in a few places. 2012-01-25 06:02:56 +00:00
InstCombineVectorOps.cpp basic instcombine support for CDS. 2012-01-24 14:31:22 +00:00
InstCombineWorklist.h
InstructionCombining.cpp
LLVMBuild.txt
Makefile