aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-01PR8200: The MMX unpack instructions were no longer selected. Reverted the partsllvmorg-2.8.0-rc3Bill Wendling1-11/+4
2010-09-29Merge in r114506.Bill Wendling1-1/+6
2010-09-17Approved by EvanBill Wendling1-1/+8
2010-09-15Merge AutoUpgrade of EH magic variable.Bill Wendling2-0/+18
2010-09-15$ svn merge -c 113848 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling1-1/+2
2010-09-15Approved by Chris:Bill Wendling1-1/+27
2010-09-14Approved by ChrisBill Wendling1-0/+14
2010-09-14Approved by Chris:Bill Wendling4-18/+84
2010-09-14Approved by Chris:Bill Wendling1-1/+10
2010-09-14Approved by Chris:Bill Wendling1-11/+11
2010-09-10Approved by Evan:Bill Wendling1-0/+8
2010-09-10Approved by Evan.Bill Wendling1-1/+2
2010-09-09Approved by Evan:Bill Wendling5-20/+42
2010-09-09Approved by Evan:Bill Wendling1-16/+9
2010-09-08$ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2-4/+4
2010-09-07Approved by Chris:Bill Wendling1-1/+6
2010-09-06Approved by Chris:llvmorg-2.8.0-rc1Bill Wendling1-3/+3
2010-09-06Approved by Chris:Bill Wendling1-4/+4
2010-09-05Approved by Chris:Bill Wendling1-20/+29
2010-09-04Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMaskBruno Cardoso Lopes1-2/+10
2010-09-04Emit target specific nodes for isSHUFPMaskBruno Cardoso Lopes1-1/+10
2010-09-04Previous isMOVLMask matching already emits targets nodes, remove checkBruno Cardoso Lopes1-1/+0
2010-09-04One more check from the original isShuffleMaskLegal goes awayBruno Cardoso Lopes1-1/+0
2010-09-04Remove a duplicated but useless check that i've inserted in the previous commit.Bruno Cardoso Lopes1-9/+0
2010-09-04Refactor some code and remove the extra checks for unpckl_undef and unpckh_undefBruno Cardoso Lopes1-28/+25
2010-09-04fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner1-3/+29
2010-09-03Remove check for unpckh maskBruno Cardoso Lopes1-1/+0
2010-09-03Remove check for unpckl maskBruno Cardoso Lopes1-1/+0
2010-09-03Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can startBruno Cardoso Lopes1-4/+23
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson1-0/+48
2010-09-03Disable the asserts that check that normalization is perfectlyDan Gohman1-2/+7
2010-09-03Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes1-12/+109
2010-09-03previous patch was a little too tricky for its own good. Don't try toJim Grosbach1-8/+7
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen1-79/+76
2010-09-03Reapply last harmless part of r112934, the pattern fragment to match X86UnpcklpdBruno Cardoso Lopes1-0/+7
2010-09-03Reintroduce a simple function refactoring done in r112934, also without any f...Bruno Cardoso Lopes1-10/+12
2010-09-03Reapply piecies of r112942 and r112934 which don't doBruno Cardoso Lopes1-0/+36
2010-09-03Reapply Fix commentBruno Cardoso Lopes1-3/+3
2010-09-03Revert r112934, "- Use specific nodes to match unpckl masks.", which introducedDaniel Dunbar2-133/+16
2010-09-03Revert r112938 "Fix comment", which depends on r112934, which introduced someDaniel Dunbar1-3/+3
2010-09-03Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckhDaniel Dunbar1-23/+3
2010-09-03Add a missing check when legalizing a vector extending load. This doesn'tBob Wilson1-3/+5
2010-09-03Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling1-1/+1
2010-09-03Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2-8/+45
2010-09-03Re-apply r112883:Jim Grosbach3-26/+95
2010-09-03VirtRegRewriter checks for early clobbers before it reuses an available stackJakob Stoklund Olesen1-5/+7
2010-09-03Check the local frame alignment for determining whether dynamic stackJim Grosbach1-1/+1
2010-09-03Finish converting the rest of the NEON VLD instructions to use pseudo-Bob Wilson4-154/+149
2010-09-03Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar3-95/+26
2010-09-03Zap dead code.Benjamin Kramer2-13/+0