summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* 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
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-07
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* Fix test for non-darwin targets.Evan Cheng2011-02-01
* PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson2011-01-28
* Add support for parsing .floatRoman Divacky2011-01-28
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-28
* Fix PLD encoding.Evan Cheng2011-01-27
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-27
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-26
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-26
* Jörg Sonnenberger noticed that we were missing this test.Rafael Espindola2011-01-24
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-24
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Add support for lowercase variants.Rafael Espindola2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-21
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-20
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-20
* Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes2011-01-20
* - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes2011-01-20
* Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes2011-01-20
* Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes2011-01-20
* Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes2011-01-19
* When matching asm operands, always try to match the most restricted type first.Owen Anderson2011-01-18
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-18
* Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes2011-01-18
* Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes2011-01-18
* Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes2011-01-18
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-18
* McARM: Start marking T2 address operands as such, for the benefit of the parser.Daniel Dunbar2011-01-18
* Update tests.Rafael Espindola2011-01-16
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-14
* As far as I can tell, unified syntax uses c0-c15 instead of cr0-cr15 for mcr ...Owen Anderson2011-01-13
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Sort the register list based on the *actual* register numbers rather than theBill Wendling2011-01-12
* 1. Support ELF pcrel relocations for movw/movt:Jason W Kim2011-01-12