aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-194-42/+67
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-192-3/+13
* ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-07-191-0/+14
* Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach2011-07-192-10/+19
* ARM testcases for MOVT.Jim Grosbach2011-07-192-0/+15
* ARM assembly parsing for MOV (register).Jim Grosbach2011-07-192-0/+25
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-193-5/+35
* Whitespace.Jim Grosbach2011-07-191-1/+1
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-161-0/+26
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-151-5/+5
* Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-151-1/+1
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-141-0/+6
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-142-3/+23
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-143-5/+14
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-143-4/+28
* Enable some tests we now handle correctly.Jim Grosbach2011-07-141-18/+9
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-142-44/+58
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-142-2/+10
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-141-1/+1
* ARM tests for EOR instruction parsing and encoding.Jim Grosbach2011-07-141-0/+57
* Remove duplicate tests.Jim Grosbach2011-07-141-24/+0
* ARM Assembler support for DSB instruction.Jim Grosbach2011-07-141-0/+31
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-132-24/+32
* ARM Assembler support for DBG instruction.Jim Grosbach2011-07-132-0/+19
* ARM parsing and encoding tests for CMN/CMP.Jim Grosbach2011-07-131-0/+59
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-132-10/+22
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-132-0/+27
* Fix predicates for Thumb co-processor instructions.Jim Grosbach2011-07-132-15/+15
* Testcases for ARM assembly BX/BXJ instructions.Jim Grosbach2011-07-131-2/+24
* Testcases for ARM assembly BLX/BL instructions.Jim Grosbach2011-07-131-0/+17
* Range checking for 16-bit immediates in ARM assembly.Jim Grosbach2011-07-132-4/+8
* Add tests for ARM parsing of 'BKPT' instruction.Jim Grosbach2011-07-131-0/+9
* Fix copy-pasto.Jim Grosbach2011-07-131-1/+1
* Add tests for ARM parsing of 'BIC' instruction.Jim Grosbach2011-07-131-0/+58
* Add some FIXMEs.Jim Grosbach2011-07-131-0/+16
* Add tests for ARM parsing of 'AND' instruction.Jim Grosbach2011-07-131-0/+58
* Improve ARM assembly parsing diagnostics a bit.Jim Grosbach2011-07-131-0/+43
* Add tests for ARM parsing of 'ADD' instructionJim Grosbach2011-07-131-0/+63
* Destination register operand is optional for ADC and SBC ARM.Jim Grosbach2011-07-131-0/+36
* Flesh out ARM Parser support for shifted-register operands.Jim Grosbach2011-07-131-0/+48
* Add check for predicate w/o S bit.Jim Grosbach2011-07-121-0/+2
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-111-0/+31
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-112-8/+7
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+2
* Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng2011-07-081-0/+16
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-071-2/+2
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-061-5/+5
* Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby2011-07-061-0/+6
* Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman2011-07-051-0/+16
* Recognize the xstorerng alias for VIA PadLock's xstore instruction.Joerg Sonnenberger2011-06-301-0/+4