summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-17
* There were two issues fixed:Johnny Chen2011-03-15
* Basic sanity checks to ensure that 2- and 3-byteSean Callanan2011-03-15
* Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...Johnny Chen2011-03-15
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-09
* * Correct encoding for VSRI.Bill Wendling2011-03-09
* Correct the encoding for VRSRA and VSRA instructions.Bill Wendling2011-03-09
* * Fix VRSHR and VSHR to have the correct encoding for the immediate.Bill Wendling2011-03-08
* A few more tests for instruction encodings.Bill Wendling2011-03-08
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-07
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Followup to r126970: add 64-bit encoding tests for str with reg operand.Eli Friedman2011-03-04
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-03
* TableGen should not ignore BX instructions for the ARM disassembler. pr9368.Bob Wilson2011-03-03
* pr9367: Add missing predicated BLX instructions.Bob Wilson2011-03-03
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-02
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-01
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-28
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Move arch specific tests in arch specific directories.Devang Patel2011-02-24
* Remove file. Previous commit deleted content, but left the file around.Jim Grosbach2011-02-23
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-23
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-23
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-23
* Use the same (%dx) hack for in[bwl] as for out[bwl].Joerg Sonnenberger2011-02-22
* Added a testcase for the enhanced disassembly bugSean Callanan2011-02-22
* Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger2011-02-22
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-22
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-21
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-20
* implement PR9264: disambiguating 'bt mem, imm' as a btl.Chris Lattner2011-02-19
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-18
* Recognize monitor/mwait with explicit register argumentsJoerg Sonnenberger2011-02-18
* Recognize leavel and leaveq aliases for leave.Joerg Sonnenberger2011-02-17
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Add support for parsing [expr].Roman Divacky2011-02-15
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-12
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-10
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-08
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-07