Age | Commit message (Expand) | Author |
2012-10-22 | Add support for annotated disassembly output for X86 and arm. | Kevin Enderby |
2012-10-13 | X86: Depending on the local semantics of .align this test can also emit a nop... | Benjamin Kramer |
2012-10-13 | X86: Disable long nops for all cpus prior to pentiumpro/i686. | Benjamin Kramer |
2012-10-11 | Add test cases for correct parsing of register names in 32- and 64-bit modes. | David Chisnall |
2012-10-11 | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall |
2012-10-10 | Test case for r165480. | Craig Topper |
2012-10-09 | Initial assembler implementation of Mips load address macro | Jack Carter |
2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
2012-10-04 | Implement methods that enable expansion of load immediate | Jack Carter |
2012-10-04 | This patch is a partial implementation of mips .set assembler directive. Dire... | Jack Carter |
2012-10-01 | MachO: direct-to-object attribute for data-in-code markers. | Jim Grosbach |
2012-09-26 | X86_32: Large Symbol+Offset relocations. | Jim Grosbach |
2012-09-25 | ARM: Darwin BL/BLX relocations to out-of-range symbols. | Jim Grosbach |
2012-09-25 | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach |
2012-09-23 | Emit dtors into proper section while compiling in vcpp-compatible mode. | Anton Korobeynikov |
2012-09-22 | Fix edge cases of ARM shift operands in arith instructions. | Tim Northover |
2012-09-22 | Fix the handling of edge cases in ARM shifted operands. | Tim Northover |
2012-09-19 | Add support for macro parameters/arguments delimited by spaces, | Preston Gurd |
2012-09-19 | Support default parameters/arguments for assembler macros. | Preston Gurd |
2012-09-19 | Enhance unmatched '.endr' directive error message in assembler. | Preston Gurd |
2012-09-19 | llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. | NAKAMURA Takumi |
2012-09-18 | Add test for r164132. | Roman Divacky |
2012-09-13 | Assembler: Darwin variables defined via .set are no-dead-strip. | Jim Grosbach |
2012-09-10 | Add newline. | Chad Rosier |
2012-09-10 | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier |
2012-09-07 | Fix alignment of .comm and .lcomm on mingw32. | Benjamin Kramer |
2012-09-07 | Initial relocations test for the Mips standalone assembler. | Jack Carter |
2012-09-07 | MC: Overhaul handling of .lcomm | Benjamin Kramer |
2012-09-07 | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer |
2012-09-07 | The Mips standalone assembler aliased instruction support. | Jack Carter |
2012-09-07 | The Mips standalone assembler intial directive support. | Jack Carter |
2012-09-07 | The Mips standalone assembler fpu instruction support. | Jack Carter |
2012-09-06 | The Mips standalone assembler memory instruction support. | Jack Carter |
2012-09-06 | Diagnose invalid alignments on duplicating VLDn instructions. | Tim Northover |
2012-09-06 | Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru... | Tim Northover |
2012-09-06 | Use correct part of complex operand to encode VST1 alignment. | Tim Northover |
2012-09-06 | Mips specific llvm assembler support for branch and jump instructions. | Jack Carter |
2012-09-05 | Mips specific llvm assembler support for ALU instructions. This includes | Jack Carter |
2012-08-31 | The instruction DINS may be transformed into DINSU or DEXTM depending | Jack Carter |
2012-08-31 | X86: Fix encoding of 'movd %xmm0, %rax' | Jim Grosbach |
2012-08-28 | The instruction DEXT may be transformed into DEXTU or DEXTM depending | Jack Carter |
2012-08-28 | Some instructions are passed to the assembler to be | Jack Carter |
2012-08-28 | Fix mips' long branch pass. | Akira Hatanaka |
2012-08-22 | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka |
2012-08-22 | For mips64 switch statements in subroutines could generate | Jack Carter |
2012-08-21 | Fix macros arguments with an underscore, dot or dollar in them. This is based | Rafael Espindola |
2012-08-21 | Make the wording in of the "expected identifier" error in the .macro directive | Rafael Espindola |
2012-08-13 | ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines. | Jim Grosbach |
2012-08-12 | Give this test an explicit triple. | Nick Lewycky |
2012-08-12 | When emitting the PC range in an FDE, use the same data encoding for both ends | Nick Lewycky |