aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-121-0/+8
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-101-1/+0
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-081-1/+1
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-082-0/+58
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-072-9/+83
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-073-0/+220
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-041-0/+13
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-041-1/+1
* Fix test for non-darwin targets.Evan Cheng2011-02-011-2/+2
* PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson2011-01-281-0/+3
* Add support for parsing .floatRoman Divacky2011-01-281-0/+3
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-281-0/+9
* Fix PLD encoding.Evan Cheng2011-01-271-0/+58
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-271-1/+1
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-261-0/+9
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-263-0/+36
* Jörg Sonnenberger noticed that we were missing this test.Rafael Espindola2011-01-241-0/+9
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-241-0/+7
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-0/+24
* Add support for lowercase variants.Rafael Espindola2011-01-231-1/+1
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-0/+16
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-212-0/+24
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-202-0/+6
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-202-0/+4
* Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes2011-01-202-0/+6
* - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes2011-01-201-0/+5
* Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes2011-01-201-0/+13
* Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes2011-01-201-0/+13
* Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes2011-01-191-0/+19
* When matching asm operands, always try to match the most restricted type first.Owen Anderson2011-01-181-0/+1
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-182-0/+21
* Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes2011-01-182-1/+4
* Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes2011-01-182-0/+5
* Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes2011-01-182-0/+6
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-182-0/+6
* McARM: Start marking T2 address operands as such, for the benefit of the parser.Daniel Dunbar2011-01-181-0/+12
* Update tests.Rafael Espindola2011-01-161-4/+4
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-142-6/+5
* As far as I can tell, unified syntax uses c0-c15 instead of cr0-cr15 for mcr ...Owen Anderson2011-01-131-1/+1
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-132-2/+23
* Sort the register list based on the *actual* register numbers rather than theBill Wendling2011-01-121-0/+8
* 1. Support ELF pcrel relocations for movw/movt:Jason W Kim2011-01-121-0/+25
* Workaround for bug 8721.Jason W Kim2011-01-111-0/+14
* Fix PR8946, a missing reg/reg form of movdqu.Chris Lattner2011-01-111-0/+2
* McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar2011-01-111-9/+18
* McARM: Flush out hard coded known non-predicated mnemonic list.Daniel Dunbar2011-01-103-4/+0
* Correctly disassemble truncated asm.Rafael Espindola2011-01-061-0/+4
* Convert MC tests to .s so codegen changes won't break them.Evan Cheng2011-01-035-127/+184
* Fix PR8878.Rafael Espindola2011-01-011-0/+7
* Add another non-commutable instruction that gas accepts commuted forms for.Nick Lewycky2010-12-301-0/+4