aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng2011-11-143-18/+15
* Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom loweredPete Cooper2011-11-141-0/+26
* Fix early-clobber handling in shrinkToUses.Jakob Stoklund Olesen2011-11-141-0/+62
* Delete stale comment.Jakob Stoklund Olesen2011-11-141-1/+0
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-141-0/+51
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-141-22/+33
* Teach machine block placement to cope with unnatural loops. These don'tChandler Carruth2011-11-141-0/+37
* Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth2011-11-131-1/+96
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-131-3/+4
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-131-1/+0
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-131-0/+80
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-131-55/+0
* Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen2011-11-121-1/+1
* Remove histogram tests.Jakob Stoklund Olesen2011-11-122-56/+0
* RAGreedy is better about hinting now.Jakob Stoklund Olesen2011-11-121-1/+1
* Linear scan is going away.Jakob Stoklund Olesen2011-11-124-8/+6
* XFAIL test that depends on linear scan to remove dead code.Jakob Stoklund Olesen2011-11-121-1/+3
* Remove obsolete test.Jakob Stoklund Olesen2011-11-121-51/+0
* Remove obsolete test.Jakob Stoklund Olesen2011-11-121-167/+0
* Remove obsolete test.Jakob Stoklund Olesen2011-11-121-54/+0
* Eliminate more linear scan tests.Jakob Stoklund Olesen2011-11-123-6/+6
* Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen2011-11-123-5/+7
* Switch a few tests off linearscan.Jakob Stoklund Olesen2011-11-123-4/+5
* Delete old test of a VirtRegRewriter feature.Jakob Stoklund Olesen2011-11-121-49/+0
* Remove old test that doesn't make sense.Jakob Stoklund Olesen2011-11-121-13/+0
* Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper2011-11-121-0/+39
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-121-0/+22
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-111-0/+78
* Loosen test by using REs. Approved by Devang.Chad Rosier2011-11-111-1/+1
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-111-0/+15
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-111-0/+25
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-112-73/+210
* Add support for using immediates with select instructions.Chad Rosier2011-11-111-0/+99
* Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman2011-11-111-0/+9
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-112-6/+113
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-101-0/+138
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-101-1/+1
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-1011-20/+31
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-101-0/+17
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-101-0/+105
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-091-0/+37
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-091-0/+15
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-091-2/+73
* Use REs to remove dependencies on the register allocation order.Chad Rosier2011-11-091-24/+24
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-092-17/+7
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-091-0/+19
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-091-0/+38
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-091-0/+58
* Add AVX2 instruction lowering for add, sub, and mul.Craig Topper2011-11-091-0/+76
* Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier2011-11-091-0/+214