aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* * Correct encoding for VSRI.Bill Wendling2011-03-091-0/+32
* Correct the encoding for VRSRA and VSRA instructions.Bill Wendling2011-03-091-0/+32
* * Fix VRSHR and VSHR to have the correct encoding for the immediate.Bill Wendling2011-03-081-109/+108
* A few more tests for instruction encodings.Bill Wendling2011-03-081-0/+7
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-071-0/+5
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-1/+1
* Followup to r126970: add 64-bit encoding tests for str with reg operand.Eli Friedman2011-03-041-0/+16
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-041-0/+8
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-0/+10
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-031-0/+15
* TableGen should not ignore BX instructions for the ARM disassembler. pr9368.Bob Wilson2011-03-031-0/+3
* pr9367: Add missing predicated BLX instructions.Bob Wilson2011-03-031-0/+3
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-021-0/+3
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-011-0/+2
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-281-0/+3
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-252-1/+15
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-243-0/+29
* Move arch specific tests in arch specific directories.Devang Patel2011-02-243-0/+0
* Remove file. Previous commit deleted content, but left the file around.Jim Grosbach2011-02-231-0/+0
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-232-10/+0
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-231-0/+26
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-231-0/+2
* Use the same (%dx) hack for in[bwl] as for out[bwl].Joerg Sonnenberger2011-02-221-3/+22
* Added a testcase for the enhanced disassembly bugSean Callanan2011-02-221-0/+4
* Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger2011-02-222-0/+16
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-221-0/+4
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-211-0/+33
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-201-0/+13
* implement PR9264: disambiguating 'bt mem, imm' as a btl.Chris Lattner2011-02-191-0/+4
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-184-0/+67
* Recognize monitor/mwait with explicit register argumentsJoerg Sonnenberger2011-02-182-0/+18
* Recognize leavel and leaveq aliases for leave.Joerg Sonnenberger2011-02-172-0/+14
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-161-17/+3
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-0/+107
* Add support for parsing [expr].Roman Divacky2011-02-152-0/+10
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-145-0/+40
* 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