aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-09-10Approved by Evan.Bill Wendling
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen
2010-09-03Re-apply r112883:Jim Grosbach
2010-09-03Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar
2010-09-03test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi
2010-09-03AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes
2010-09-03Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson
2010-09-02Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov
2010-09-02For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach
2010-09-02Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman
2010-09-02Fix an unnecessary XFAILSandeep Patel
2010-09-02Now that register allocation properly considers reserved regs, simplify theJim Grosbach
2010-09-02Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson
2010-09-02test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi
2010-09-02test/twoaddr-coalesce: Do not use @main.NAKAMURA Takumi
2010-09-01Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson
2010-09-01Using target specific nodes for shuffle nodes makes the maskBruno Cardoso Lopes
2010-09-01Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.Jakob Stoklund Olesen
2010-09-01temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner
2010-09-01Revert 112442 and 112440 until the compile time problems introducedDan Gohman
2010-08-31We have a chance for an optimization. Consider this code:Bill Wendling
2010-08-31Update test for 112609Jim Grosbach
2010-08-30Fix borken testAnton Korobeynikov
2010-08-30Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson
2010-08-30two changes:Chris Lattner
2010-08-30Correct bogus module triple specifications.Duncan Sands
2010-08-29Make IVUsers iterative instead of recursive.Dan Gohman
2010-08-29Make this test less dependent on register allocation choices.Dan Gohman
2010-08-29Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila
2010-08-29Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson
2010-08-29merge a bunch of shuffle tests into sse2.llChris Lattner
2010-08-29add some nounwind'sChris Lattner
2010-08-28fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner
2010-08-28fix the BuildVector -> unpcklps logic to not do pointless shuffles Chris Lattner
2010-08-28Completely disable tail calls when fast-isel is enabled, as fast-iselDan Gohman
2010-08-27Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson
2010-08-27get this test passing on linux builders.Chris Lattner
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
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