aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
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 form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman
2011-11-11Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier
2011-11-11Loosen test by using REs. Approved by Devang.Chad Rosier
2011-11-11Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick
2011-11-11allow non-device function calls in PTX when natively handling device-side printfDan Bailey
2011-11-11Add lowering for AVX2 shift instructions.Craig Topper
2011-11-11Add support for using immediates with select instructions.Chad Rosier
2011-11-11Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman
2011-11-11Add support for using MVN to materialize negative constants.Chad Rosier
2011-11-10When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier
2011-11-10test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng
2011-11-10For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier
2011-11-10Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen
2011-11-09Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman
2011-11-09Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman
2011-11-09AVX2: Add patterns for variable shift operationsNadav Rotem
2011-11-09Use REs to remove dependencies on the register allocation order.Chad Rosier
2011-11-09Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands
2011-11-09Add AVX2 support for vselect of v32i8Nadav Rotem
2011-11-09Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper
2011-11-09Add instruction selection for AVX2 integer comparisons.Craig Topper
2011-11-09Add AVX2 instruction lowering for add, sub, and mul.Craig Topper
2011-11-09Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier
2011-11-09Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen
2011-11-08Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman
2011-11-08Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng
2011-11-08Adding test for machine-licm operating on invariant load instructionsPete Cooper