aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-291-1/+1
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-291-61/+206
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-291-0/+45
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+42
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-291-0/+41
* Initial .cfi_offset implementation.Rafael Espindola2010-12-291-0/+42
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-281-0/+48
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-0/+45