aboutsummaryrefslogtreecommitdiff
path: root/test/MC/MachO
AgeCommit message (Expand)Author
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
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-22[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar
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-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-05Test commit.David Sehr
2012-12-04Fix NOP encodingDavid Sehr
2012-12-04A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky
2012-11-27The section is .debug_line.Eric Christopher
2012-11-05Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby
2012-11-01Add support for generating dwarf debugging info with assembly filesKevin Enderby
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-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-15Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby
2012-05-03Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-20ARM non-scattered MachO relocations for movw/movt.Jim Grosbach
2012-03-01Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu
2012-02-28ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach
2012-01-19Add testcase.Jim Grosbach
2012-01-18Thumb2 relaxation for LDR(literal).Jim Grosbach
2012-01-17MC tweak symbol difference resolution for non-local symbols.Jim Grosbach
2012-01-17Tidy up.Jim Grosbach
2012-01-10Various crash reporting tools have a problem with the dwarf generated forKevin Enderby
2011-12-13Don't rely on a particular version string for llvm.Nick Lewycky
2011-12-10Don't assume things about the exact details of the LLVM version number,Chandler Carruth
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach
2011-12-07Tidy up. Move MachO tests to MachO directory.Jim Grosbach
2011-12-06test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.NAKAMURA Takumi
2011-12-06test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.NAKAMURA Takumi
2011-12-06Fix ARM handling of tBcc branch relaxation.Jim Grosbach
2011-11-01Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby