aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-08-27X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t...Daniel Dunbar
2010-08-26Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner
2010-08-26I think enough general codegen bugs are fixed to allow this to workChris Lattner
2010-08-26implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner
2010-08-26Make sure this forces the x86 targetsChris Lattner
2010-08-26fix sse1 only codegen in x86-64 mode, which is something weChris Lattner
2010-08-26Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach
2010-08-26Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson
2010-08-25temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner
2010-08-25ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar
2010-08-25Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher
2010-08-25Run this on thumb and arm.Eric Christopher
2010-08-25Make this testcase actually executed with fast-isel on arm.Eric Christopher
2010-08-25Convert test to use filecheck and make it more specificBruno Cardoso Lopes
2010-08-24Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman
2010-08-24Fix SPU BE to use all the available return registers.Kalle Raiskila
2010-08-23Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner
2010-08-21Fix x86 fast-isel's cmp+branch folding to avoid folding when theDan Gohman
2010-08-20Replace some NEON vmovl intrinsic that I missed earlier.Bob Wilson
2010-08-20Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson
2010-08-19It's possible to sink a def if its local uses are PHI's.Evan Cheng
2010-08-18When sending stats output to stdout for grepping, don't emit normalDan Gohman
2010-08-18When sending stats output to stdout for grepping, don't emit normalDan Gohman
2010-08-18Fix a bug with insertelement on SPU. Kalle Raiskila
2010-08-18Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila
2010-08-18Change SPU C calling convention to match that described in Kalle Raiskila
2010-08-18Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson
2010-08-17Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman
2010-08-17Add nounwind.Evan Cheng
2010-08-17Make fast scheduler handle asm clobbers correctly.Dale Johannesen
2010-08-17Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson
2010-08-17Allow more cases of undef shuffle indices and add tests for them.Bob Wilson
2010-08-17PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng
2010-08-16Add a testcase for svn 111208.Bob Wilson
2010-08-16Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson
2010-08-16Convert test to FileCheck.Bob Wilson
2010-08-16Convert a test to use FileCheck.Bob Wilson
2010-08-15Test expects SSE, give him SSE.Benjamin Kramer
2010-08-15Restore arch on these test, they fail on arm.Benjamin Kramer
2010-08-15Mark as XFAIL on darwin 8. PR 7886.Dale Johannesen
2010-08-13Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson
2010-08-13Revert 110491. While not wrong, it was based on aDale Johannesen
2010-08-12- Teach SSEDomainFix to switch between different levels of AVX instructions. ...Bruno Cardoso Lopes
2010-08-12Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes
2010-08-12This is x86 only test.Devang Patel
2010-08-11Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes
2010-08-11Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes
2010-08-11fix silly typoJim Grosbach
2010-08-11Add a target triple, as the runtime library invocation varies a bit byJim Grosbach