summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-17
* Add a Thumb2 t2RSBrr instruction for disassembly only.Bob Wilson2010-08-13
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-13
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-12
* MC/X86/AsmParser: Give an explicit error message when we reject an instructionDaniel Dunbar2010-08-12
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-11
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-11
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-10
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-05
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-05
* tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of themDaniel Dunbar2010-08-05
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-05
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-03
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-31
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-27
* Support x86 "eiz" and "riz" pseudo index registers in the assembler.Bruno Cardoso Lopes2010-07-24
* Consolidate the ELF section directive tests into a single file asMatt Fleming2010-07-23
* Move AVX encoding tests to different filesBruno Cardoso Lopes2010-07-23
* Add AVX version of CLMUL instructionsBruno Cardoso Lopes2010-07-23
* Add complete assembler support for FMA3 instructions, with descriptions and e...Bruno Cardoso Lopes2010-07-23
* Add remaining AVX instructions (most of them dealing with GR64 destinations. ...Bruno Cardoso Lopes2010-07-22
* Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes2010-07-21
* Add missing AVX convert instructions. Those instructions are not described in...Bruno Cardoso Lopes2010-07-21
* Add AVX only vzeroall and vzeroupper instructionsBruno Cardoso Lopes2010-07-21
* Add new AVX vpermilps, vpermilpd and vperm2f128 instructionsBruno Cardoso Lopes2010-07-21
* Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...Bruno Cardoso Lopes2010-07-21
* Add new AVX vextractf128 instructionsBruno Cardoso Lopes2010-07-20
* Include some tests for the recently committed ELF section directiveMatt Fleming2010-07-20
* Add new AVX instruction vinsertf128Bruno Cardoso Lopes2010-07-20
* x86_32 tests for vbroadcastBruno Cardoso Lopes2010-07-20
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-20
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-19
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-19
* MC/X86: We now match instructions like "incl %eax" correctly for the arch we areDaniel Dunbar2010-07-19
* tests: Force another triple.Daniel Dunbar2010-07-19
* tests: Force triples.Daniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-18
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-18
* Test for ELF .size directive.Eli Friedman2010-07-17
* Add AVX 256-bit compare instructions and a bunch of testcasesBruno Cardoso Lopes2010-07-13
* AVX 256-bit conversion instructionsBruno Cardoso Lopes2010-07-13
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-13
* Add AVX 256-bit packed logical formsBruno Cardoso Lopes2010-07-13
* Add AVX 256-bit unop arithmetic instructionsBruno Cardoso Lopes2010-07-13