llvm-6502/lib/Transforms/InstCombine
2012-12-20 07:15:54 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp Make sure the buffer, which containas an instance of APFloat, has proper alignment. 2012-12-19 01:10:17 +00:00
InstCombineAndOrXor.cpp Formatting fixes. Remove some unnecessary 'else' after 'return'. No functional change. 2012-12-20 07:15:54 +00:00
InstCombineCalls.cpp Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And some minor comment reformatting. 2012-12-19 08:57:40 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp Transform (x&C)>V into (x&C)!=0 where possible 2012-12-19 19:47:13 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
LLVMBuild.txt
Makefile