aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-061-0/+16
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-0/+14
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-1/+7
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-012-1/+109
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-261-0/+36
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-251-0/+43
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-251-0/+4
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-231-6/+17
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-222-0/+88
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-222-0/+116
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-192-8/+50
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-191-2/+10
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-191-1/+1
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-191-1/+1
* Add test for r164132.Roman Divacky2012-09-181-0/+7
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-131-0/+158
* Add newline.Chad Rosier2012-09-101-1/+1
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-101-2/+4
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-0/+13
* Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-071-0/+41
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-073-4/+30
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-071-0/+18
* The Mips standalone assembler aliased instruction support.Jack Carter2012-09-072-0/+27
* The Mips standalone assembler intial directive support.Jack Carter2012-09-071-0/+10
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-072-0/+166
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-061-0/+41
* Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover2012-09-062-2/+6
* Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover2012-09-065-0/+93
* Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-061-0/+77
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-061-0/+64
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-051-0/+81
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-311-0/+29
* X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach2012-08-311-0/+4
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-281-0/+28
* Some instructions are passed to the assembler to beJack Carter2012-08-281-1/+4
* Fix mips' long branch pass.Akira Hatanaka2012-08-281-2/+5
* Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka2012-08-223-4/+4
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-0/+39
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-211-0/+21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-211-0/+9
* ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach2012-08-132-8/+10
* Give this test an explicit triple.Nick Lewycky2012-08-121-1/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-0/+28
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-091-4/+9
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-081-1/+0
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-082-0/+29
* The define for 64 bit sign extension neglected to Jack Carter2012-08-071-0/+15
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-061-0/+18
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-0/+27
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-021-0/+4