summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* 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