llvm-6502/lib/Transforms/InstCombine
Bill Wendling e74365462a Convert typeIncompatible to return an AttributeSet.
There are still places which treat the Attribute object as a collection of
attributes. I'm systematically removing them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173990 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-30 23:07:40 +00:00
..
CMakeLists.txt
InstCombine.h Remove trailing spaces. 2013-01-14 23:16:36 +00:00
InstCombineAddSub.cpp Transform (sub 0, (zext bool to A)) to (sext bool to A) and 2013-01-21 21:57:20 +00:00
InstCombineAndOrXor.cpp InstCombine: canonicalize sext-and --> select 2013-01-30 06:35:22 +00:00
InstCombineCalls.cpp Convert typeIncompatible to return an AttributeSet. 2013-01-30 23:07:40 +00:00
InstCombineCasts.cpp Remove trailing whitespace. 2013-01-24 05:22:40 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp switch from pointer equality comparison to MDNode::getMostGenericTBAA 2013-01-05 16:44:07 +00:00
InstCombineMulDivRem.cpp 1. Hoist minus sign as high as possible in an attempt to reveal 2013-01-15 21:09:32 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code. 2013-01-18 05:30:07 +00:00
InstCombineWorklist.h Remove trailing spaces. 2013-01-14 23:16:36 +00:00
InstructionCombining.cpp Revert "InstCombine: Clean up weird code that talks about a modulus that's long gone." 2013-01-23 17:52:29 +00:00
LLVMBuild.txt
Makefile