summaryrefslogtreecommitdiff
path: root/test/MC/MachO
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby1-0/+6
2014-04-15[MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet1-0/+1
2014-04-05ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool1-9/+14
2014-03-29ARM64: initial backend importTim Northover3-0/+182
2014-03-25Fix crashes when assembler directives are used that are notKevin Enderby1-0/+24
2014-03-21Move codegen test over to MC.Rafael Espindola1-0/+8
2014-03-21Split out the MC part of this test.Rafael Espindola1-0/+17
2014-03-20Convert another CodeGen test into a MC test.Rafael Espindola1-0/+29
2014-03-20Convert CodeGen test into a more specific MC test.Rafael Espindola1-0/+14
2014-03-18Move yet another test that requires ARM to an ARM test directory.NAKAMURA Takumi1-0/+0
2014-03-18Move tests that require ARM to an ARM test directory.Jim Grosbach2-0/+70
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2-0/+20
2014-03-17llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.NAKAMURA Takumi1-1/+1
2014-03-17DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie1-0/+1
2014-03-17Test caseDavid Blaikie1-0/+6
2014-02-14Support DWARF discriminators in object streamer.Diego Novillo2-10/+10
2014-01-24Fix known typosAlp Toker1-1/+1
2013-12-13Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby1-0/+9
2013-12-04Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby1-0/+27
2013-10-02Add test I forgot to git add in r191824.Rafael Espindola1-0/+17
2013-09-05Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby1-0/+38
2013-08-29The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby1-0/+5
2013-08-28The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby1-0/+5
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar2-4/+0
2013-08-12Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby1-0/+5
2013-08-07Using the integrated assembler we'd fail to change section to theEric Christopher1-0/+33
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola1-6/+6
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier1-6/+6
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky4-4/+4
2013-01-22Add a warning when there is a macro defintion that has named parameters butKevin Enderby1-0/+14
2013-01-22Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby1-0/+5
2013-01-22[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar1-1/+9
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar1-0/+35
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar1-0/+25
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar1-0/+21
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby1-0/+8
2012-12-05Correct ARM NOP encodingDavid Sehr1-1/+1
2012-12-05Test commit.David Sehr1-1/+1
2012-12-04A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky1-1/+1
2012-11-27The section is .debug_line.Eric Christopher1-1/+1
2012-11-05Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby1-0/+17
2012-11-01Add support for generating dwarf debugging info with assembly filesKevin Enderby1-0/+22
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2-1/+109
2012-09-26X86_32: Large Symbol+Offset relocations.Jim Grosbach1-0/+36
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach1-0/+43
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach1-0/+158
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2-0/+29
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby1-0/+44
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-0/+33
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-0/+5