summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
...
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-29
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-25
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-20
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-20
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-19
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-15
* xfail properlyChris Lattner2010-03-14
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-14
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-13
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-13
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-13
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-12
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-10
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-09
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-08
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-08
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-25
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-07
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-28
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-28
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-27
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-26
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-26
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-26
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-24
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* Force triple for these tests.Daniel Dunbar2009-08-22
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21