aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-29[MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer
2013-01-29Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper
2013-01-28Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper
2013-01-27[XCore] Add missing l2rus instructions.Richard Osborne
2013-01-27[XCore] Add missing l2r instructions.Richard Osborne
2013-01-27[XCore] Add missing 1r instructions.Richard Osborne
2013-01-27[XCore] Add missing 0r instructions.Richard Osborne
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer
2013-01-25Add instruction encodings / disassembly support for l4r instructions.Richard Osborne
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-25Add instruction encodings / disassembly support for l5r instructions.Richard Osborne
2013-01-25This patch implements parsing the .wordJack Carter
2013-01-23Add instruction encodings / disassembly support for l6r instructions.Richard Osborne
2013-01-22Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne
2013-01-22Add a warning when there is a macro defintion that has named parameters butKevin Enderby
2013-01-22Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby
2013-01-22Add forgotten test case for the x32 commitEli Bendersky
2013-01-22X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer
2013-01-22[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar
2013-01-21Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne
2013-01-21Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembly support for l2rus instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembly support for l3r instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembler support for 2rus instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembly support 3r instructions.Richard Osborne
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16reverting 172579Jack Carter
2013-01-16Akira,Jack Carter
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-14[ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier
2013-01-12This patch tackles the problem of parsing Mips Jack Carter
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-08This patch produces the correct addend value forJack Carter
2013-01-08This patch produces the correct pointer size Jack Carter
2013-01-07Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-02Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby
2012-12-21[mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka
2012-12-20Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky