summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-30
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-30
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-30
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-30
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-29
* Remove redundant tests from XFAIL'ed test file.Jim Grosbach2011-08-29
* Thumb2 assembly parsing and encoding support for ADC(immediate).Jim Grosbach2011-08-29
* Remove test file. Superceded by other more exhaustive tests.Jim Grosbach2011-08-29
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-29
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-29
* Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman2011-08-29
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-29
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-29
* Add testcase for r138746.Owen Anderson2011-08-29
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-29
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-28
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-27
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-27
* Update to new EH scheme.Bill Wendling2011-08-27
* Cannot have an llvm.eh.exception call in a non-landing pad block.Bill Wendling2011-08-27
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-26
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-26
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-26
* Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.Eli Friedman2011-08-26
* Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling2011-08-26
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-26
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-26
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-26
* Use %% for literals in RUN lines.Andrew Trick2011-08-26
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-26
* We don't care if TableGen leaks memory.Benjamin Kramer2011-08-26
* Add a testcase for r138625.Owen Anderson2011-08-26
* Fix disassembling of VCVTSD2SICraig Topper2011-08-26
* Atomic load/store on ARM/Thumb.Eli Friedman2011-08-26
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-26
* Update to the new EH scheme.Bill Wendling2011-08-25
* Add support for AVX 256-bit version of MOVDDUP!Bruno Cardoso Lopes2011-08-25
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-25
* ARM fix for missing implicit operands on ldmia_ret.Andrew Trick2011-08-25
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-25
* Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis...Craig Topper2011-08-25
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-25
* Add support for 256-bit versions of VSHUFPD and VSHUFPS.Bruno Cardoso Lopes2011-08-25
* Update tests to the newest EH syntax.Bill Wendling2011-08-25
* Add feature test for the new exception handling stuff.Bill Wendling2011-08-25
* Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient i...Eli Friedman2011-08-24
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24