| Commit message (Expand) | Author | Age | Files | Lines |
* | add test from PR9164 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | testcase for PR9378 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | Fix Bug 9386 - ARM disassembler failed to disassemble conditional bx | Johnny Chen | 2011-05-22 | 1 | -0/+3 |
* | adds some attributes to attribute section when cpu is "xscale" | Rafael Espindola | 2011-05-20 | 1 | -0/+31 |
* | fixes target address tBL and tBLX and sets relocation type | Rafael Espindola | 2011-05-20 | 1 | -0/+37 |
* | This fixes one divergence between LLVM and binutils for ARM in the | Jason W Kim | 2011-05-19 | 1 | -3/+3 |
* | ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S. | Rafael Espindola | 2011-05-19 | 1 | -0/+7 |
* | Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi... | Johnny Chen | 2011-05-18 | 1 | -0/+3 |
* | sets bit 0 of the function address of thumb function in .symtab | Rafael Espindola | 2011-05-16 | 1 | -0/+20 |
* | Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. | Owen Anderson | 2011-05-11 | 1 | -0/+2 |
* | On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. | Rafael Espindola | 2011-05-10 | 1 | -0/+38 |
* | In a debug_frame the cfi offset is to the start of the debug_frame section! | Rafael Espindola | 2011-05-10 | 1 | -6/+2 |
* | Add support for producing .deubg_frame sections. | Rafael Espindola | 2011-05-10 | 1 | -0/+42 |
* | Explicitly request -join-physregs for some tests that depend on it. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+1 |
* | Remove some random comments that snuck in from somewhere. | Eric Christopher | 2011-05-04 | 1 | -4/+0 |
* | xmm0 is an implicit parameter in this and so shouldn't be in the | Eric Christopher | 2011-05-03 | 1 | -0/+9 |
* | MCAsmLayout: Add support for computing the symbol offset of variables. Not | Daniel Dunbar | 2011-04-29 | 1 | -0/+8 |
* | MC: Change variable symbols to be recognized as defined, by assigning their s... | Daniel Dunbar | 2011-04-29 | 1 | -0/+446 |
* | Add tests for A8.6.110 NOP. | Johnny Chen | 2011-04-27 | 2 | -0/+9 |
* | Remove some hard coded CR-LFs. Some of these were the entire files, one of | Chandler Carruth | 2011-04-25 | 6 | -498/+498 |
* | Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s... | Johnny Chen | 2011-04-22 | 2 | -3/+6 |
* | Fix relative relocations. This is sufficient for running the rust testsuite with | Rafael Espindola | 2011-04-21 | 1 | -3/+21 |
* | Behave like gnu as when a relocation crosses sections. | Rafael Espindola | 2011-04-20 | 1 | -0/+28 |
* | Thumb2 BFC was insufficiently encoded. | Johnny Chen | 2011-04-15 | 1 | -0/+3 |
* | A8.6.315 VLD3 (single 3-element structure to all lanes) | Johnny Chen | 2011-04-15 | 1 | -0/+11 |
* | Add encoding tests for flds/filds | Joerg Sonnenberger | 2011-04-15 | 2 | -0/+24 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst... | Johnny Chen | 2011-04-15 | 2 | -0/+16 |
* | Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera... | Johnny Chen | 2011-04-14 | 4 | -0/+33 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 1 | -26/+26 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 2 | -70/+70 |
* | Thumb disassembler did not handle tBRIND (indirect branch) properly. | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
* | Check for unallocated instruction encodings when disassembling Thumb Branch i... | Johnny Chen | 2011-04-13 | 2 | -2/+13 |
* | The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt. | Johnny Chen | 2011-04-13 | 1 | -0/+10 |
* | Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as... | Johnny Chen | 2011-04-13 | 2 | -0/+20 |
* | Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no... | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
* | Add sanity check for Ld/St Dual forms of Thumb2 instructions. | Johnny Chen | 2011-04-12 | 2 | -0/+23 |
* | The Thumb2 RFE instructions need to have their second halfword fully specified. | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
* | Add bad register checks for Thumb2 Ld/St instructions. | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it... | Johnny Chen | 2011-04-12 | 1 | -1/+13 |
* | Print out a debug message when the reglist fails the sanity check for Thumb L... | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. | Rafael Espindola | 2011-04-12 | 1 | -0/+41 |
* | Implement .cfi_same_value. | Rafael Espindola | 2011-04-12 | 1 | -0/+42 |
* | Add one test case (svc). | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
* | Match case for invalid constant error messages and add a new | Eric Christopher | 2011-04-12 | 1 | -1/+4 |
* | A8.6.16 B | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | Test for invalid constant expr addition - bad octal constant. | Eric Christopher | 2011-04-12 | 1 | -13/+5 |
* | Thumb disassembler was erroneously rejecting "blx sp" instruction. | Johnny Chen | 2011-04-11 | 1 | -0/+9 |
* | Implement cfi_rel_offset | Rafael Espindola | 2011-04-11 | 1 | -0/+49 |
* | Add test for previous commit. | Rafael Espindola | 2011-04-11 | 1 | -0/+46 |