summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Remove migrated or obsolete tests.Eric Christopher2011-08-20
* Remove obsolete or migrated tests.Eric Christopher2011-08-20
* With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."Chad Rosier2011-08-20
* Remove obsoleted test.Eric Christopher2011-08-20
* Remove tests that were either migrated to clang or are obsolete.Eric Christopher2011-08-20
* Remove the rest of the files in FrontendC++ and the directory itself.Eric Christopher2011-08-20
* VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg.Chad Rosier2011-08-20
* Remove migrated or obsolete tests.Eric Christopher2011-08-20
* Remove migrated or obsolete tests.Eric Christopher2011-08-19
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Thumb parsing and encoding support for NOP.Jim Grosbach2011-08-19
* Remove obsolete test.Eric Christopher2011-08-19
* Remove migrated test.Eric Christopher2011-08-19
* Use regex to remove false dependencies on register allocation.Jim Grosbach2011-08-19
* Remove obsolete or migrated tests.Eric Christopher2011-08-19
* Thumb assembly parsing and encoding for NEG.Jim Grosbach2011-08-19
* Be more lenient on tied operand matching for MUL.Jim Grosbach2011-08-19
* Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes2011-08-19