| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst | Kevin Enderby | 2012-11-29 | 1 | -0/+11 |
* | Fix initial frame state on powerpc64. | Ulrich Weigand | 2012-11-28 | 1 | -0/+41 |
* | The section is .debug_line. | Eric Christopher | 2012-11-27 | 1 | -1/+1 |
* | Make this test less sensitive. | Eli Bendersky | 2012-11-26 | 1 | -4/+4 |
* | Add support for .cfi_register now that it is easy to extent the representation | Rafael Espindola | 2012-11-25 | 1 | -0/+42 |
* | Implement .cfi_undefined. Based on a patch from PaX team, updated by | Rafael Espindola | 2012-11-23 | 1 | -0/+41 |
* | Mips direct object xgot support | Jack Carter | 2012-11-21 | 1 | -0/+42 |
* | This patch is in preparation for adding medium code model support to the | Bill Schmidt | 2012-11-14 | 1 | -1/+1 |
* | Remove DOS line endings. | Jakub Staszak | 2012-11-14 | 4 | -316/+316 |
* | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach | 2012-11-14 | 1 | -1/+1 |
* | Emit relocations from .debug_aranges to .debug_info for asm files | Alexey Samsonov | 2012-11-14 | 1 | -2/+42 |
* | [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! | Michael J. Spencer | 2012-11-13 | 1 | -0/+23 |
* | Add test case to verify correct relocs being generated for | Ulrich Weigand | 2012-11-13 | 1 | -0/+28 |
* | Convert an improper CodeGen test to a MC test. | Evan Cheng | 2012-11-10 | 1 | -0/+9 |
* | Add support of RTM from TSX extension | Michael Liao | 2012-11-08 | 1 | -0/+13 |
* | Fix for PR14264 cause by commit r167237 which did not take into account a | Kevin Enderby | 2012-11-05 | 1 | -0/+17 |
* | [mips] Stop reserving register AT and use register scavenger when a scratch | Akira Hatanaka | 2012-11-03 | 1 | -2/+2 |
* | [mips] Fix disassembler test cases. | Akira Hatanaka | 2012-11-02 | 4 | -24/+24 |
* | Add support for generating dwarf debugging info with assembly files | Kevin Enderby | 2012-11-01 | 1 | -0/+22 |
* | MC: Simple example parser for MC assembly markup. | Jim Grosbach | 2012-10-31 | 2 | -0/+18 |
* | ARM: Better disassembly for pc-relative LDR. | Jim Grosbach | 2012-10-30 | 5 | -7/+9 |
* | Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target | Kevin Enderby | 2012-10-29 | 2 | -0/+15 |
* | [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is | Chad Rosier | 2012-10-29 | 1 | -0/+50 |
* | Initial TOC support for PowerPC64 object creation | Adhemerval Zanella | 2012-10-25 | 2 | -0/+71 |
* | Tell llvm-mc we're using intel syntax, so we don't have to use directives. | Chad Rosier | 2012-10-24 | 1 | -8/+6 |
* | [ms-inline asm] Add back-end test case for r166632. Make sure we emit the | Chad Rosier | 2012-10-24 | 1 | -0/+12 |
* | Add support for annotated disassembly output for X86 and arm. | Kevin Enderby | 2012-10-22 | 2 | -0/+13 |
* | X86: Depending on the local semantics of .align this test can also emit a nop... | Benjamin Kramer | 2012-10-13 | 1 | -1/+1 |
* | X86: Disable long nops for all cpus prior to pentiumpro/i686. | Benjamin Kramer | 2012-10-13 | 1 | -2/+8 |
* | Add test cases for correct parsing of register names in 32- and 64-bit modes. | David Chisnall | 2012-10-11 | 2 | -0/+141 |
* | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall | 2012-10-11 | 1 | -0/+37 |
* | Test case for r165480. | Craig Topper | 2012-10-10 | 1 | -0/+10 |
* | Initial assembler implementation of Mips load address macro | Jack Carter | 2012-10-09 | 1 | -0/+13 |
* | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter | 2012-10-06 | 1 | -0/+16 |
* | Implement methods that enable expansion of load immediate | Jack Carter | 2012-10-04 | 1 | -0/+14 |
* | This patch is a partial implementation of mips .set assembler directive. Dire... | Jack Carter | 2012-10-04 | 1 | -1/+7 |
* | MachO: direct-to-object attribute for data-in-code markers. | Jim Grosbach | 2012-10-01 | 2 | -1/+109 |
* | X86_32: Large Symbol+Offset relocations. | Jim Grosbach | 2012-09-26 | 1 | -0/+36 |
* | ARM: Darwin BL/BLX relocations to out-of-range symbols. | Jim Grosbach | 2012-09-25 | 1 | -0/+43 |
* | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach | 2012-09-25 | 1 | -0/+4 |
* | Emit dtors into proper section while compiling in vcpp-compatible mode. | Anton Korobeynikov | 2012-09-23 | 1 | -6/+17 |
* | Fix edge cases of ARM shift operands in arith instructions. | Tim Northover | 2012-09-22 | 2 | -0/+88 |
* | Fix the handling of edge cases in ARM shifted operands. | Tim Northover | 2012-09-22 | 2 | -0/+116 |
* | Add support for macro parameters/arguments delimited by spaces, | Preston Gurd | 2012-09-19 | 2 | -8/+50 |
* | Support default parameters/arguments for assembler macros. | Preston Gurd | 2012-09-19 | 1 | -2/+10 |
* | Enhance unmatched '.endr' directive error message in assembler. | Preston Gurd | 2012-09-19 | 1 | -1/+1 |
* | llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. | NAKAMURA Takumi | 2012-09-19 | 1 | -1/+1 |
* | Add test for r164132. | Roman Divacky | 2012-09-18 | 1 | -0/+7 |
* | Assembler: Darwin variables defined via .set are no-dead-strip. | Jim Grosbach | 2012-09-13 | 1 | -0/+158 |
* | Add newline. | Chad Rosier | 2012-09-10 | 1 | -1/+1 |