| Commit message (Expand) | Author | Age | Files | Lines |
* | PR9030: Fix disassembly of ARM "mov pc, lr" instruction. | Bob Wilson | 2011-01-28 | 1 | -0/+3 |
* | Add support for parsing .float | Roman Divacky | 2011-01-28 | 1 | -0/+3 |
* | PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! | Nico Weber | 2011-01-28 | 1 | -0/+9 |
* | Fix PLD encoding. | Evan Cheng | 2011-01-27 | 1 | -0/+58 |
* | Add support for specifying register name in cfi-register/offset/def | Roman Divacky | 2011-01-27 | 1 | -1/+1 |
* | Add encoding testcases for ARM vcvtr variations | Bruno Cardoso Lopes | 2011-01-26 | 1 | -0/+9 |
* | fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions | Bruno Cardoso Lopes | 2011-01-26 | 3 | -0/+36 |
* | Jörg Sonnenberger noticed that we were missing this test. | Rafael Espindola | 2011-01-24 | 1 | -0/+9 |
* | Handle strings in section names the same way as gas: | Rafael Espindola | 2011-01-24 | 1 | -0/+7 |
* | Add support for the --noexecstack option. | Rafael Espindola | 2011-01-23 | 1 | -0/+24 |
* | Add support for lowercase variants. | Rafael Espindola | 2011-01-23 | 1 | -1/+1 |
* | Delay the creation of eh_frame so that the user can change the defaults. | Rafael Espindola | 2011-01-23 | 1 | -0/+16 |
* | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes | 2011-01-21 | 2 | -0/+24 |
* | Add testcases for clz encoding | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+6 |
* | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+4 |
* | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+6 |
* | - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same... | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+5 |
* | Add mcr*2 and mr*c2 support to thumb2 targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+13 |
* | Add mcr* and mr*c support to thumb targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+13 |
* | Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ... | Bruno Cardoso Lopes | 2011-01-19 | 1 | -0/+19 |
* | When matching asm operands, always try to match the most restricted type first. | Owen Anderson | 2011-01-18 | 1 | -0/+1 |
* | Create two new generic classes to represent the following VMRS/VMSR variations: | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+21 |
* | Fix MRS encoding for arm and thumb. | Bruno Cardoso Lopes | 2011-01-18 | 2 | -1/+4 |
* | Fix the encoding of t2ISB by using the right class and also parse it correctly | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+5 |
* | Follow the current hack set and enable the correct parsing of bkpt while in t... | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+6 |
* | Add support for parsing and encoding ARM's official syntax for the BFI instru... | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+6 |
* | McARM: Start marking T2 address operands as such, for the benefit of the parser. | Daniel Dunbar | 2011-01-18 | 1 | -0/+12 |
* | Update tests. | Rafael Espindola | 2011-01-16 | 1 | -4/+4 |
* | Completed :lower16: / :upper16: support for movw / movt pairs on Darwin. | Evan Cheng | 2011-01-14 | 2 | -6/+5 |
* | As far as I can tell, unified syntax uses c0-c15 instead of cr0-cr15 for mcr ... | Owen Anderson | 2011-01-13 | 1 | -1/+1 |
* | Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step | Evan Cheng | 2011-01-13 | 2 | -2/+23 |
* | Sort the register list based on the *actual* register numbers rather than the | Bill Wendling | 2011-01-12 | 1 | -0/+8 |
* | 1. Support ELF pcrel relocations for movw/movt: | Jason W Kim | 2011-01-12 | 1 | -0/+25 |
* | Workaround for bug 8721. | Jason W Kim | 2011-01-11 | 1 | -0/+14 |
* | Fix PR8946, a missing reg/reg form of movdqu. | Chris Lattner | 2011-01-11 | 1 | -0/+2 |
* | McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the | Daniel Dunbar | 2011-01-11 | 1 | -9/+18 |
* | McARM: Flush out hard coded known non-predicated mnemonic list. | Daniel Dunbar | 2011-01-10 | 3 | -4/+0 |
* | Correctly disassemble truncated asm. | Rafael Espindola | 2011-01-06 | 1 | -0/+4 |
* | Convert MC tests to .s so codegen changes won't break them. | Evan Cheng | 2011-01-03 | 5 | -127/+184 |
* | Fix PR8878. | Rafael Espindola | 2011-01-01 | 1 | -0/+7 |
* | Add another non-commutable instruction that gas accepts commuted forms for. | Nick Lewycky | 2010-12-30 | 1 | -0/+4 |
* | MC/Mach-O/Thumb: Set the thumb bit in the symbol table. | Daniel Dunbar | 2010-12-29 | 1 | -1/+1 |
* | Correctly encode pcrel|indirect. | Rafael Espindola | 2010-12-29 | 1 | -61/+206 |
* | Fix bug when trying to output uint16_t or uint32_t. | Rafael Espindola | 2010-12-29 | 1 | -0/+45 |
* | Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks | Rafael Espindola | 2010-12-29 | 1 | -0/+42 |
* | Implement cfi_def_cfa_register. | Rafael Espindola | 2010-12-29 | 1 | -0/+41 |
* | Initial .cfi_offset implementation. | Rafael Espindola | 2010-12-29 | 1 | -0/+42 |
* | Don't produce a "DW_CFA_advance_loc 0". | Rafael Espindola | 2010-12-28 | 1 | -0/+48 |
* | Implement .cfi_remember_state and .cfi_restore_state. | Rafael Espindola | 2010-12-28 | 1 | -0/+45 |
* | Relax address updates in the eh_frame section. | Rafael Espindola | 2010-12-28 | 1 | -6/+3 |