aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Fixed an assert by the ARM disassembler for LDRD_PRE/POST.Johnny Chen2011-03-191-0/+3
* Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson2011-03-181-0/+2
* Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger2011-03-182-0/+245
* The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen2011-03-181-3/+3
* It used to be that t_addrmode_s4 was used for both:Johnny Chen2011-03-171-0/+9
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-0/+7
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-171-0/+10
* There were two issues fixed:Johnny Chen2011-03-151-1/+7
* Basic sanity checks to ensure that 2- and 3-byteSean Callanan2011-03-151-0/+6
* Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...Johnny Chen2011-03-151-0/+12
* Roll r127459 back in:Cameron Zwarich2011-03-111-1/+1
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-1/+1
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-1/+1
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-091-0/+3
* * 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