summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Break false dependencies before partial register updates.Jakob Stoklund Olesen2011-11-15
* ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach2011-11-14
* ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach2011-11-14
* ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach2011-11-14
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-14
* Add newline to end of file. Thanks, Eli.Chad Rosier2011-11-14
* Add support for inlining small memcpys.Chad Rosier2011-11-14
* Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier2011-11-14
* Add a missing pattern for X86ISD::MOVLPD. rdar://10436044Evan Cheng2011-11-14
* Add support for Thumb load/stores with negative offsets.Chad Rosier2011-11-14
* Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng2011-11-14
* Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom loweredPete Cooper2011-11-14
* Fix early-clobber handling in shrinkToUses.Jakob Stoklund Olesen2011-11-14
* Delete stale comment.Jakob Stoklund Olesen2011-11-14
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-14
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-14
* Teach machine block placement to cope with unnatural loops. These don'tChandler Carruth2011-11-14
* Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth2011-11-13
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-13
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-13
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-13
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-13
* Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen2011-11-12
* Remove histogram tests.Jakob Stoklund Olesen2011-11-12
* RAGreedy is better about hinting now.Jakob Stoklund Olesen2011-11-12
* Linear scan is going away.Jakob Stoklund Olesen2011-11-12
* XFAIL test that depends on linear scan to remove dead code.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Eliminate more linear scan tests.Jakob Stoklund Olesen2011-11-12
* Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen2011-11-12
* Switch a few tests off linearscan.Jakob Stoklund Olesen2011-11-12
* Delete old test of a VirtRegRewriter feature.Jakob Stoklund Olesen2011-11-12
* Remove old test that doesn't make sense.Jakob Stoklund Olesen2011-11-12
* Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper2011-11-12
* Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky2011-11-12
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-12
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-12
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-11
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-11
* Loosen test by using REs. Approved by Devang.Chad Rosier2011-11-11
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-11
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-11