aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak Thumb1 ADD encoding selection a bit.Jim Grosbach2011-08-311-1/+3
* This test requires sse, otherwise x87 ops will block tailcall optimizationBenjamin Kramer2011-08-311-1/+1
* - Move all MOVSS and MOVSD patterns close to their definitionsBruno Cardoso Lopes2011-08-311-1/+2
* Fix (movhps load) lowering / pattern to match more cases. rdar://10050549Evan Cheng2011-08-311-0/+19
* Some minor cleanups for r138845.Eli Friedman2011-08-311-1/+1
* Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.Eli Friedman2011-08-311-0/+83
* Fix test typo.Benjamin Kramer2011-08-311-1/+1
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-3014-261/+2
* Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson2011-08-301-0/+12
* Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th...Owen Anderson2011-08-301-0/+9
* Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...Owen Anderson2011-08-301-1/+4
* Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...Owen Anderson2011-08-301-1/+4
* Add a triple.Rafael Espindola2011-08-301-2/+2
* Remove empty file.Owen Anderson2011-08-301-0/+0
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-301-27/+0
* Port Thumb2 assembler tests over to disassembler tests.Owen Anderson2011-08-301-0/+41
* Some test code to check if correct code is being generated.Rafael Espindola2011-08-301-0/+87
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-301-0/+27
* Lit option for ignoring stderr output.Andrew Trick2011-08-301-0/+3
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-301-0/+18
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-301-0/+3
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-302-2/+47
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-291-0/+3
* Remove redundant tests from XFAIL'ed test file.Jim Grosbach2011-08-291-11/+0
* Thumb2 assembly parsing and encoding support for ADC(immediate).Jim Grosbach2011-08-291-0/+23
* Remove test file. Superceded by other more exhaustive tests.Jim Grosbach2011-08-291-14/+0
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-292-0/+62
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-291-0/+3
* Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman2011-08-291-3/+28
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-295-0/+33
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-3/+36
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-292-7/+15
* Add testcase for r138746.Owen Anderson2011-08-291-0/+34
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-291-0/+8
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-281-0/+21
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-281-0/+14
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-273-0/+3
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-272-34/+105
* Update to new EH scheme.Bill Wendling2011-08-271-5/+5
* Cannot have an llvm.eh.exception call in a non-landing pad block.Bill Wendling2011-08-271-2/+0
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-2614-0/+14
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-262-1/+13
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-261-0/+2
* Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.Eli Friedman2011-08-261-0/+13
* Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling2011-08-261-4/+1
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-261-1/+1
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-263-3/+0
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-261-0/+32
* Use %% for literals in RUN lines.Andrew Trick2011-08-267-9/+9
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-264-1/+20