Age | Commit message (Expand) | Author |
2011-06-15 | Improve the heuristic to emit the alias if the number of hard-coded registers | Bill Wendling |
2011-06-14 | Heuristic: If the number of operands in the alias are more than the number of | Bill Wendling |
2011-06-07 | Test that ".byte 1, 2, 3, 4" does the right thing. | Roman Divacky |
2011-06-05 | Basic support for macros with explicit arguments. | Rafael Espindola |
2011-06-04 | Add support for @GOTPTOFF in i386 mode. | Nick Lewycky |
2011-05-31 | Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value | Bruno Cardoso Lopes |
2011-05-29 | Use %rbp on a 64 bit test. | Rafael Espindola |
2011-05-28 | Move ARM specific test into the ARM subdir. | Benjamin Kramer |
2011-05-27 | ARM asm parser wasn't able to parse a "mov" instruction while in Thumb | Bruno Cardoso Lopes |
2011-05-27 | Add the suffix to the Win64 EH data sections' names if given. Add a test for | Charles Davis |
2011-05-27 | Assorted fixes for Win64 EH unwind info emission: | Charles Davis |
2011-05-27 | Add a test for Win64 EH unwind information emission. | Charles Davis |
2011-05-26 | Add a test for the chained directives that I forgot last time. | Charles Davis |
2011-05-26 | Test .seh_startchained and .seh_endchained parsing. | Charles Davis |
2011-05-25 | Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with | Charles Davis |
2011-05-25 | Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the | Charles Davis |
2011-05-25 | Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another | Charles Davis |
2011-05-25 | Add a test for the .seh_handler directive. Fix problems with the parsing | Charles Davis |
2011-05-25 | Fix PR9762 | Bruno Cardoso Lopes |
2011-05-24 | Test basic SEH directive-parsing functionality. Fix a latent bug exposed by | Charles Davis |
2011-05-22 | add test from PR9164 | Chris Lattner |
2011-05-22 | testcase for PR9378 | Chris Lattner |
2011-05-22 | Fix Bug 9386 - ARM disassembler failed to disassemble conditional bx | Johnny Chen |
2011-05-20 | adds some attributes to attribute section when cpu is "xscale" | Rafael Espindola |
2011-05-20 | fixes target address tBL and tBLX and sets relocation type | Rafael Espindola |
2011-05-19 | This fixes one divergence between LLVM and binutils for ARM in the | Jason W Kim |
2011-05-19 | ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S. | Rafael Espindola |
2011-05-18 | Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi... | Johnny Chen |
2011-05-16 | sets bit 0 of the function address of thumb function in .symtab | Rafael Espindola |
2011-05-11 | Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. | Owen Anderson |
2011-05-10 | On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. | Rafael Espindola |
2011-05-10 | In a debug_frame the cfi offset is to the start of the debug_frame section! | Rafael Espindola |
2011-05-10 | Add support for producing .deubg_frame sections. | Rafael Espindola |
2011-05-04 | Explicitly request -join-physregs for some tests that depend on it. | Jakob Stoklund Olesen |
2011-05-04 | Remove some random comments that snuck in from somewhere. | Eric Christopher |
2011-05-03 | xmm0 is an implicit parameter in this and so shouldn't be in the | Eric Christopher |
2011-04-29 | MCAsmLayout: Add support for computing the symbol offset of variables. Not | Daniel Dunbar |
2011-04-29 | MC: Change variable symbols to be recognized as defined, by assigning their s... | Daniel Dunbar |
2011-04-27 | Add tests for A8.6.110 NOP. | Johnny Chen |
2011-04-25 | Remove some hard coded CR-LFs. Some of these were the entire files, one of | Chandler Carruth |
2011-04-22 | Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s... | Johnny Chen |
2011-04-21 | Fix relative relocations. This is sufficient for running the rust testsuite with | Rafael Espindola |
2011-04-20 | Behave like gnu as when a relocation crosses sections. | Rafael Espindola |
2011-04-15 | Thumb2 BFC was insufficiently encoded. | Johnny Chen |
2011-04-15 | A8.6.315 VLD3 (single 3-element structure to all lanes) | Johnny Chen |
2011-04-15 | Add encoding tests for flds/filds | Joerg Sonnenberger |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst... | Johnny Chen |
2011-04-14 | Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera... | Johnny Chen |
2011-04-14 | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling |