aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-28Fix a CMake warning, following up to r134008.NAKAMURA Takumi
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen
2011-06-28cmake: Our MSVC build does not support config-time build mode.Andrew Trick
2011-06-28Implement ISD::VAARG lowering on PPC32.Roman Divacky
2011-06-28FileCheckify and prepare for -disable-iv-rewrite.Andrew Trick
2011-06-28FileCheckize a couple of tests.Jakob Stoklund Olesen
2011-06-28FileCheck-ize a test that had the strangest TCL quote I've seen yet: anChandler Carruth
2011-06-28ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach
2011-06-27ARM Assembly support for Thumb mov-immediate.Jim Grosbach
2011-06-27Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng
2011-06-27During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel
2011-06-27Fix this test to actually check something and be able to be compiled.Eric Christopher
2011-06-27ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach
2011-06-27Allow lr in the register options here.Eric Christopher
2011-06-27ARM assembler support for vpush/vpop.Jim Grosbach
2011-06-27ARM Assembly syntax support for arithmetic implied dest operand.Jim Grosbach
2011-06-27Move all inline-asm-fpstack tests to a single file.Jakob Stoklund Olesen
2011-06-27Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky
2011-06-25PTX: corrected tests that were failingDan Bailey
2011-06-25PTX: Reverting implementation of i8.Dan Bailey
2011-06-25Test case for r133858 (tail call optimize in the presence of byval).Chad Rosier
2011-06-25Move ARM-specific test to ARM directory.Jim Grosbach
2011-06-24Testcase for r133818Jim Grosbach
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-24PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey
2011-06-24The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) Chad Rosier
2011-06-24Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka
2011-06-24Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka
2011-06-23Add support for movntil/movntiq mnemonics. Reported on llvmdev.Eli Friedman
2011-06-23PR10180: Fix a instcombine crash with FP vectors.Eli Friedman
2011-06-23PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski
2011-06-23PTX: Fixup test cases for device param changesJustin Holewinski
2011-06-23cmake+lit: final cleanup related to the recent churnAndrew Trick
2011-06-23cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-22Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola
2011-06-22test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar
2011-06-22Needs a triple.Nick Lewycky
2011-06-22Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky
2011-06-22Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick
2011-06-22PTX: Add signed integer comparisonsJustin Holewinski
2011-06-22PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski
2011-06-22Test case for r133560.Devang Patel
2011-06-21Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky
2011-06-21Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson
2011-06-21Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks
2011-06-21Add a reduced test case for the buildbot failure (clang self-hostedJay Foad
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2011-06-21indvars -disable-iv-rewrite: Adds support for eliminating identityAndrew Trick
2011-06-21Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka