aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-15Testcase for r144684.Jim Grosbach
2011-11-15Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson
2011-11-15Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach
2011-11-15We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola
2011-11-15Revert r144611 and r144613.Jakob Stoklund Olesen
2011-11-15Rather than trying to use the loop block sequence *or* the functionChandler Carruth
2011-11-15Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper
2011-11-15Really fix test.Jakob Stoklund Olesen
2011-11-15Allow for depencendy-breaking instructions before cvt*.Jakob Stoklund Olesen
2011-11-15Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng
2011-11-15Break false dependencies before partial register updates.Jakob Stoklund Olesen
2011-11-14ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach
2011-11-14ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach
2011-11-14ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-14Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky
2011-11-14Add newline to end of file. Thanks, Eli.Chad Rosier
2011-11-14Add support for inlining small memcpys.Chad Rosier
2011-11-14Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier
2011-11-14Add a missing pattern for X86ISD::MOVLPD. rdar://10436044Evan Cheng
2011-11-14Add support for Thumb load/stores with negative offsets.Chad Rosier
2011-11-14Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng
2011-11-14Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom loweredPete Cooper
2011-11-14Fix early-clobber handling in shrinkToUses.Jakob Stoklund Olesen
2011-11-14Delete stale comment.Jakob Stoklund Olesen
2011-11-14Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth
2011-11-14Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier
2011-11-14Teach machine block placement to cope with unnatural loops. These don'tChandler Carruth
2011-11-13Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth
2011-11-13The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier
2011-11-13Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier
2011-11-13Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier
2011-11-13Remove the -color-ss-with-regs option.Jakob Stoklund Olesen
2011-11-12Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen
2011-11-12Remove histogram tests.Jakob Stoklund Olesen
2011-11-12RAGreedy is better about hinting now.Jakob Stoklund Olesen
2011-11-12Linear scan is going away.Jakob Stoklund Olesen
2011-11-12XFAIL test that depends on linear scan to remove dead code.Jakob Stoklund Olesen
2011-11-12Remove obsolete test.Jakob Stoklund Olesen
2011-11-12Remove obsolete test.Jakob Stoklund Olesen
2011-11-12Remove obsolete test.Jakob Stoklund Olesen
2011-11-12Eliminate more linear scan tests.Jakob Stoklund Olesen
2011-11-12Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen
2011-11-12Switch a few tests off linearscan.Jakob Stoklund Olesen
2011-11-12Delete old test of a VirtRegRewriter feature.Jakob Stoklund Olesen
2011-11-12Remove old test that doesn't make sense.Jakob Stoklund Olesen
2011-11-12Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper
2011-11-12Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky
2011-11-12Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman
2011-11-12The dwarf standard says that the only differences between a out-of-lineRafael Espindola