llvm-6502/include/llvm/MC
Chris Lattner c7b8814bb4 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
I really want clients of the streamer to be able to say "emit this
64-bit integer" and have it get broken down right by the streamer.

I may change this in the future, we'll see how it works out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93934 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 22:42:28 +00:00
..
MCAsmInfo.h give MCAsmInfo a 'has little endian' bit. This is unfortunate, but 2010-01-19 22:42:28 +00:00
MCAsmInfoCOFF.h give MCAsmInfo a 'has little endian' bit. This is unfortunate, but 2010-01-19 22:42:28 +00:00
MCAsmInfoDarwin.h give MCAsmInfo a 'has little endian' bit. This is unfortunate, but 2010-01-19 22:42:28 +00:00
MCAsmLexer.h
MCAsmParser.h Promoted the getTok() method to MCAsmParser so that 2010-01-19 21:44:56 +00:00
MCAssembler.h
MCCodeEmitter.h
MCContext.h
MCDisassembler.h
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
MCInstPrinter.h
MCParsedAsmOperand.h
MCSection.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h add a new EmitIntValue method that MCStreamer impls can optionally define 2010-01-19 22:03:38 +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