aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on the optimization reverted in r134067.Benjamin Kramer2011-06-292-2/+0
* Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer2011-06-291-6/+0
* Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola2011-06-291-0/+29
* indvars -disable-iv-rewrite: just because SCEV ignores casts doesn'tAndrew Trick2011-06-291-0/+37
* Fix a CMake warning, following up to r134008.NAKAMURA Takumi2011-06-281-1/+1
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-281-0/+169
* cmake: Our MSVC build does not support config-time build mode.Andrew Trick2011-06-281-1/+1
* Implement ISD::VAARG lowering on PPC32.Roman Divacky2011-06-281-0/+167
* FileCheckify and prepare for -disable-iv-rewrite.Andrew Trick2011-06-281-7/+11
* FileCheckize a couple of tests.Jakob Stoklund Olesen2011-06-282-8/+44
* FileCheck-ize a test that had the strangest TCL quote I've seen yet: anChandler Carruth2011-06-281-2/+5
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-281-0/+20
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-271-0/+16
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-279-334/+0
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-06-271-0/+120
* Fix this test to actually check something and be able to be compiled.Eric Christopher2011-06-271-2/+2
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-271-0/+8
* Allow lr in the register options here.Eric Christopher2011-06-271-3/+3
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-271-0/+19
* ARM Assembly syntax support for arithmetic implied dest operand.Jim Grosbach2011-06-271-0/+126
* Move all inline-asm-fpstack tests to a single file.Jakob Stoklund Olesen2011-06-275-83/+77
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-271-0/+14
* PTX: corrected tests that were failingDan Bailey2011-06-252-6/+6
* PTX: Reverting implementation of i8.Dan Bailey2011-06-254-250/+0
* Test case for r133858 (tail call optimize in the presence of byval).Chad Rosier2011-06-251-0/+31
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-251-0/+0
* Testcase for r133818Jim Grosbach2011-06-241-0/+17
* Handle debug info for i128 constants.Devang Patel2011-06-242-25/+26
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-244-0/+250
* The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) Chad Rosier2011-06-242-0/+201
* Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka2011-06-243-8/+6
* Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka2011-06-243-5/+5
* Add support for movntil/movntiq mnemonics. Reported on llvmdev.Eli Friedman2011-06-232-12/+24
* PR10180: Fix a instcombine crash with FP vectors.Eli Friedman2011-06-231-0/+12
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-2320-295/+318
* PTX: Fixup test cases for device param changesJustin Holewinski2011-06-232-2/+2
* cmake+lit: final cleanup related to the recent churnAndrew Trick2011-06-231-7/+2
* cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick2011-06-233-2/+8
* lit support for REQUIRES: asserts.Andrew Trick2011-06-224-3/+12
* Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola2011-06-221-0/+28
* test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar2011-06-221-8/+8
* Needs a triple.Nick Lewycky2011-06-221-1/+1
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-221-0/+13
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-221-2/+7
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-221-0/+72
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-221-0/+2
* Test case for r133560.Devang Patel2011-06-221-0/+245
* Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky2011-06-211-0/+8
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-218-36/+10
* Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks2011-06-211-0/+35