aboutsummaryrefslogtreecommitdiff
path: root/test/MC/MachO
AgeCommit message (Expand)Author
2010-05-27MC/X86: Add aliases for Jcc variants.Kevin Enderby
2010-05-27Add a quick test of relocations.Eric Christopher
2010-05-25Add support for initialized global data for darwin tls. Update commentsEric Christopher
2010-05-19A more combo tls testcase.Eric Christopher
2010-05-19Few more simple tls testcases.Eric Christopher
2010-05-18Quick test to make sure we're emitting the tbss section correctly.Eric Christopher
2010-05-18Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby
2010-05-18MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar
2010-05-17Added support in MC for Directional Local Labels.Kevin Enderby
2010-05-17MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar
2010-05-17MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar
2010-05-17MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar
2010-05-14MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar
2010-05-13MC/Mach-O: Add another zerofill test to improve coverage.Daniel Dunbar
2010-05-12MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar
2010-05-11MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar
2010-05-11MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar
2010-05-10MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar
2010-05-07Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby
2010-05-05MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar
2010-05-05MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar
2010-03-29MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar
2010-03-25MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar
2010-03-20MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar
2010-03-20MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar
2010-03-19Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby
2010-03-19MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar
2010-03-19MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar
2010-03-15MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar
2010-03-14xfail properlyChris Lattner
2010-03-14xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner
2010-03-13MC/X86_64: Symbol support.Daniel Dunbar
2010-03-13MC/Mach-O: Initial x86_64 support.Daniel Dunbar
2010-03-13MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar
2010-03-12MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar
2010-03-11MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar
2010-03-10MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar
2010-03-09MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar
2010-03-08MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar
2010-03-08MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar
2010-02-25This is a patch to the assembler frontend to detect when aligning a textKevin Enderby
2010-02-02MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar
2010-02-02MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar
2009-10-07Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby
2009-08-28llvm-mc: Support .comm emission.Daniel Dunbar
2009-08-28llvm-mc: Support .zerofill emission.Daniel Dunbar
2009-08-27For now, only run MC tests if X86 is configured.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar