aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update to the new EH scheme.Bill Wendling2011-08-259-12/+47
* Add support for AVX 256-bit version of MOVDDUP!Bruno Cardoso Lopes2011-08-251-0/+14
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-251-0/+31
* ARM fix for missing implicit operands on ldmia_ret.Andrew Trick2011-08-251-0/+100
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-251-0/+3
* Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis...Craig Topper2011-08-251-0/+6
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-251-0/+29
* Add support for 256-bit versions of VSHUFPD and VSHUFPS.Bruno Cardoso Lopes2011-08-252-4/+31
* Update tests to the newest EH syntax.Bill Wendling2011-08-252-26/+35
* Add feature test for the new exception handling stuff.Bill Wendling2011-08-251-0/+27
* Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient i...Eli Friedman2011-08-241-0/+19
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-241-3/+12
* Update tests for 138501.Jim Grosbach2011-08-241-1/+1
* Thumb parsing and encoding for SUB (SP minu immediate).Jim Grosbach2011-08-241-4/+6
* Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach2011-08-242-2/+39
* Basic tests for atomic load and store on x86.Eli Friedman2011-08-241-0/+22
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-5/+29
* Port over more encoding tests to decoding tests.Owen Anderson2011-08-241-0/+148
* Add Uses=[SP] to call instructions. This fixes a miscompilation with aRichard Osborne2011-08-241-0/+20
* Break 256-bit vector int add/sub/mul into two 128-bit operations to avoid cos...Craig Topper2011-08-241-0/+128
* Fix a nasty bug where a v4i64 was being wrong emitted with 32-bitBruno Cardoso Lopes2011-08-231-3/+3
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-29/+5
* Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach2011-08-231-0/+12
* Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for TST.Jim Grosbach2011-08-231-0/+8
* Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for SVC.Jim Grosbach2011-08-232-0/+20
* Thumb parsing and encoding for SUB.Jim Grosbach2011-08-231-0/+28
* PerformSubCombine to work on integers larger than i128. Fixes a crasher.Nick Lewycky2011-08-231-0/+18
* Thumb parsing and encoding for STRH.Jim Grosbach2011-08-231-0/+20
* Thumb parsing and encoding for STRB.Jim Grosbach2011-08-231-0/+20
* Thumb parsing and encoding for tSTRspi.Jim Grosbach2011-08-231-0/+8
* Thumb parsing and encoding for STR.Jim Grosbach2011-08-232-0/+37
* Thumb parsing and encoding for STM.Jim Grosbach2011-08-232-0/+19
* Fix a typo in the test from the previous commit.Nadav Rotem2011-08-231-3/+3
* Fix decoding of Thumb2 prefetch instructions, which account for all the remai...Owen Anderson2011-08-231-0/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-0/+24
* Fix two more instances of mis-matched operand names breaking disassembly. Fo...Owen Anderson2011-08-231-0/+6
* Port more assemble tests over to disassembly tests.Owen Anderson2011-08-231-0/+59
* Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper2011-08-232-6/+80
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-231-0/+26
* Thumb parsing and encoding for SETEND.Jim Grosbach2011-08-221-0/+10
* Thumb parsing and encoding for SBC.Jim Grosbach2011-08-221-1/+9
* Thumb parsing and encoding for RSB.Jim Grosbach2011-08-221-0/+8
* Thumb parsing and encoding for ROR.Jim Grosbach2011-08-221-0/+8
* Thumb parsing and encoding for REV/REV16/REVSH.Jim Grosbach2011-08-221-0/+12
* t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson2011-08-221-0/+3
* Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson2011-08-221-0/+3
* Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson2011-08-221-0/+3
* Improve error checking for tPUSH and tPOP register lists.Jim Grosbach2011-08-221-0/+12