aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-03-15Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne
2011-03-15PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski
2011-03-15Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng
2011-03-15sext(undef) = 0, because the top bits will all be the same.Evan Cheng
2011-03-15Testcase for r127630.Bill Wendling
2011-03-15Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach
2011-03-14Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling
2011-03-14Fix this test up a bit.Eric Christopher
2011-03-14Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng
2011-03-14PTX: Emit global arrays with proper sizesJustin Holewinski
2011-03-14PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski
2011-03-14ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou
2011-03-12Saving files before committing is overrated.Eric Christopher
2011-03-12Sometimes isPredicable lies to us and tells us we don't need the operands.Eric Christopher
2011-03-11Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2011-03-11Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher
2011-03-11Avoid replacing the value of a directly stored load with the stored value if ...Evan Cheng
2011-03-10Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach
2011-03-10PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski
2011-03-10ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou
2011-03-10Revert 127359; it broke lencod.Stuart Hastings
2011-03-09Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar
2011-03-09Fix mistyped CHECK lines.Benjamin Kramer
2011-03-09Tweak test to work on Linux.Stuart Hastings
2011-03-09Disable this test temporarily to reduce BuildBot complaints.Stuart Hastings
2011-03-09X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings
2011-03-09Add a testcase for the addc improvements introduced some commits ago. Patch b...Bruno Cardoso Lopes
2011-03-09Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes
2011-03-09try to make o32 cc tests less specific to silence some buildbots. The test is...Bruno Cardoso Lopes
2011-03-09Make physreg coalescing independent on the number of uses of the virtual regi...Jakob Stoklund Olesen
2011-03-09Delete a test case that is very sensitive to coalescer behavior.Jakob Stoklund Olesen
2011-03-09Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes
2011-03-09This test case should work with list-ilp or list-burr.Andrew Trick
2011-03-09Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of...NAKAMURA Takumi
2011-03-09Fix testcase.Eric Christopher
2011-03-08Strip cruft.Benjamin Kramer
2011-03-08Add a testcase for r127263.Eric Christopher
2011-03-08X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer
2011-03-08PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-05test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi
2011-03-04Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes
2011-03-04Add testcase for r127032Bruno Cardoso Lopes
2011-03-04When decling to reuse existing expressions that involve casts, ignoreDan Gohman