aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-191-45/+73
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-152-0/+2039
* xfail properlyChris Lattner2010-03-141-1/+1
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-141-0/+1
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-131-144/+293
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-132-7/+564
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-0/+14
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-122-0/+68
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-0/+71
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-0/+55
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-0/+62
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-082-1/+16
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-0/+35
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-0/+156
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-022-0/+555
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-0/+14
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-39/+52
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-0/+114
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-284-0/+501
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-271-1/+4
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-261-0/+3
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-1/+2
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-2/+3
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-0/+227
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-261-10/+10
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-262-0/+224
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-262-10/+140
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-261-0/+273
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-0/+254
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-0/+160
* Force triple for these tests.Daniel Dunbar2009-08-222-2/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-18/+9
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-4/+11
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-0/+60
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-212-0/+535