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