| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier | 2012-09-10 | 1 | -2/+4 |
* | Fix alignment of .comm and .lcomm on mingw32. | Benjamin Kramer | 2012-09-07 | 1 | -0/+13 |
* | Initial relocations test for the Mips standalone assembler. | Jack Carter | 2012-09-07 | 1 | -0/+41 |
* | MC: Overhaul handling of .lcomm | Benjamin Kramer | 2012-09-07 | 3 | -4/+30 |
* | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer | 2012-09-07 | 1 | -0/+18 |
* | The Mips standalone assembler aliased instruction support. | Jack Carter | 2012-09-07 | 2 | -0/+27 |
* | The Mips standalone assembler intial directive support. | Jack Carter | 2012-09-07 | 1 | -0/+10 |
* | The Mips standalone assembler fpu instruction support. | Jack Carter | 2012-09-07 | 2 | -0/+166 |
* | The Mips standalone assembler memory instruction support. | Jack Carter | 2012-09-06 | 1 | -0/+41 |
* | Diagnose invalid alignments on duplicating VLDn instructions. | Tim Northover | 2012-09-06 | 2 | -2/+6 |
* | Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru... | Tim Northover | 2012-09-06 | 5 | -0/+93 |
* | Use correct part of complex operand to encode VST1 alignment. | Tim Northover | 2012-09-06 | 1 | -0/+77 |
* | Mips specific llvm assembler support for branch and jump instructions. | Jack Carter | 2012-09-06 | 1 | -0/+64 |
* | Mips specific llvm assembler support for ALU instructions. This includes | Jack Carter | 2012-09-05 | 1 | -0/+81 |
* | The instruction DINS may be transformed into DINSU or DEXTM depending | Jack Carter | 2012-08-31 | 1 | -0/+29 |
* | X86: Fix encoding of 'movd %xmm0, %rax' | Jim Grosbach | 2012-08-31 | 1 | -0/+4 |
* | The instruction DEXT may be transformed into DEXTU or DEXTM depending | Jack Carter | 2012-08-28 | 1 | -0/+28 |
* | Some instructions are passed to the assembler to be | Jack Carter | 2012-08-28 | 1 | -1/+4 |
* | Fix mips' long branch pass. | Akira Hatanaka | 2012-08-28 | 1 | -2/+5 |
* | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka | 2012-08-22 | 3 | -4/+4 |
* | For mips64 switch statements in subroutines could generate | Jack Carter | 2012-08-22 | 1 | -0/+39 |
* | Fix macros arguments with an underscore, dot or dollar in them. This is based | Rafael Espindola | 2012-08-21 | 1 | -0/+21 |
* | Make the wording in of the "expected identifier" error in the .macro directive | Rafael Espindola | 2012-08-21 | 1 | -0/+9 |
* | ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines. | Jim Grosbach | 2012-08-13 | 2 | -8/+10 |
* | Give this test an explicit triple. | Nick Lewycky | 2012-08-12 | 1 | -1/+1 |
* | When emitting the PC range in an FDE, use the same data encoding for both ends | Nick Lewycky | 2012-08-12 | 1 | -0/+28 |
* | Another 32 to 64 bit sign extension bug. | Jack Carter | 2012-08-09 | 1 | -4/+9 |
* | llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487. | NAKAMURA Takumi | 2012-08-08 | 1 | -1/+0 |
* | Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM. | Bill Wendling | 2012-08-08 | 2 | -0/+29 |
* | The define for 64 bit sign extension neglected to | Jack Carter | 2012-08-07 | 1 | -0/+15 |
* | The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 | Jack Carter | 2012-08-06 | 1 | -0/+18 |
* | Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST. | Jack Carter | 2012-08-06 | 1 | -0/+27 |
* | Support fpv4 for ARM Cortex-M4. | Jiangning Liu | 2012-08-02 | 1 | -0/+4 |