llvm-6502/include/llvm/MC
Chris Lattner ac7798e906 Hook up -filetype=obj through the MachO streamer. Here's a demo:
$ cat t.ll 
@g = global i32 42
$ llc t.ll -o t.o -filetype=obj
$ nm t.o
00000000 D _g

There is still a ton of work left.  Instructions are not being encoded
yet apparently.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95162 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 23:57:42 +00:00
..
MCParser move the various directive enums out of the MCStreamer class 2010-01-23 06:39:22 +00:00
MCAsmInfo.h Eliminate SetDirective, and replace it with HasSetDirective. 2010-01-26 20:40:54 +00:00
MCAsmInfoCOFF.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmInfoDarwin.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAssembler.h MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
MCCodeEmitter.h llvm-mc: Tweak MCCodeEmitter skeleton. 2009-08-27 01:34:22 +00:00
MCContext.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCDirectives.h add symbol attribute support for the ELF .type directive. 2010-01-25 18:30:45 +00:00
MCDisassembler.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
MCExpr.h remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. 2010-01-18 00:37:40 +00:00
MCInst.h Remove a redundant copy constructor. 2009-10-30 00:14:33 +00:00
MCInstPrinter.h Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter 2009-09-14 01:49:26 +00:00
MCSection.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSectionELF.h resolve a fixme: the "nonexecutable stack directive" is actually 2010-01-23 07:21:06 +00:00
MCSectionMachO.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCStreamer.h Hook up -filetype=obj through the MachO streamer. Here's a demo: 2010-02-02 23:57:42 +00:00
MCSymbol.h now that MCSymbol::print doesn't use it's MAI argument, we can 2010-01-17 21:43:43 +00:00
MCValue.h now that MCSymbol::print doesn't use it's MAI argument, we can 2010-01-17 21:43:43 +00:00
SectionKind.h make TLOF subclassify BSS based on linkage type into private, external 2010-01-19 04:15:51 +00:00