summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach2011-08-23
* Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach2011-08-23
* Thumb parsing and encoding for TST.Jim Grosbach2011-08-23
* Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach2011-08-23
* Thumb parsing and encoding for SVC.Jim Grosbach2011-08-23
* Thumb parsing and encoding for SUB.Jim Grosbach2011-08-23
* PerformSubCombine to work on integers larger than i128. Fixes a crasher.Nick Lewycky2011-08-23
* Thumb parsing and encoding for STRH.Jim Grosbach2011-08-23
* Thumb parsing and encoding for STRB.Jim Grosbach2011-08-23
* Thumb parsing and encoding for tSTRspi.Jim Grosbach2011-08-23
* Thumb parsing and encoding for STR.Jim Grosbach2011-08-23
* Thumb parsing and encoding for STM.Jim Grosbach2011-08-23
* Fix a typo in the test from the previous commit.Nadav Rotem2011-08-23
* Fix decoding of Thumb2 prefetch instructions, which account for all the remai...Owen Anderson2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* Fix two more instances of mis-matched operand names breaking disassembly. Fo...Owen Anderson2011-08-23
* Port more assemble tests over to disassembly tests.Owen Anderson2011-08-23
* Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper2011-08-23
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-23
* Thumb parsing and encoding for SETEND.Jim Grosbach2011-08-22
* Thumb parsing and encoding for SBC.Jim Grosbach2011-08-22
* Thumb parsing and encoding for RSB.Jim Grosbach2011-08-22
* Thumb parsing and encoding for ROR.Jim Grosbach2011-08-22
* Thumb parsing and encoding for REV/REV16/REVSH.Jim Grosbach2011-08-22
* t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson2011-08-22
* Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson2011-08-22
* Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson2011-08-22
* Improve error checking for tPUSH and tPOP register lists.Jim Grosbach2011-08-22
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-22
* Provide a correct decoder hook for Thumb2 shifted registers. Found by random...Owen Anderson2011-08-22
* Thumb parsing and encoding for PUSH.Jim Grosbach2011-08-22
* Fix think-o.Jim Grosbach2011-08-22
* Thumb assemmbly parsing diagnostic improvements for LDM.Jim Grosbach2011-08-22
* Thumb assembly parsing and encoding for POP.Jim Grosbach2011-08-22
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-22
* Add support for breaking 256-bit int VETCC into two 128-bit ones,Bruno Cardoso Lopes2011-08-22
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-22
* Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson2011-08-22
* Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson2011-08-22
* Port another swathe of Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-22
* Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ...Owen Anderson2011-08-22
* Thumb assembly parsing and encoding for ORR.Jim Grosbach2011-08-22
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-22
* Make a few tests slightly more strict.Dan Gohman2011-08-22
* Testcase for PR10663.Duncan Sands2011-08-22
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Tidy up. Whitespace.Jim Grosbach2011-08-20
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-20
* Remove remainder of migrated or obsolete tests from FrontendC and removeEric Christopher2011-08-20