summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-23
* Always use a temp symbol for CIE.Rafael Espindola2014-06-20
* Don't produce eh_frame relocations when targeting the IOS simulator.Rafael Espindola2014-06-20
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* MachO: move test to ARM directory.Tim Northover2014-05-30
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool2014-04-05
* ARM64: initial backend importTim Northover2014-03-29
* Fix crashes when assembler directives are used that are notKevin Enderby2014-03-25
* Move codegen test over to MC.Rafael Espindola2014-03-21
* Split out the MC part of this test.Rafael Espindola2014-03-21
* Convert another CodeGen test into a MC test.Rafael Espindola2014-03-20
* Convert CodeGen test into a more specific MC test.Rafael Espindola2014-03-20
* Move yet another test that requires ARM to an ARM test directory.NAKAMURA Takumi2014-03-18
* Move tests that require ARM to an ARM test directory.Jim Grosbach2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.NAKAMURA Takumi2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Test caseDavid Blaikie2014-03-17
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* Fix known typosAlp Toker2014-01-24
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Add test I forgot to git add in r191824.Rafael Espindola2013-10-02
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-05
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-29
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-12
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-07
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-14
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-12
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-22
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-22
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-22
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Correct ARM NOP encodingDavid Sehr2012-12-05
* Test commit.David Sehr2012-12-05
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-04
* The section is .debug_line.Eric Christopher2012-11-27
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05