1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/MC
Chris Lattner 8e3badb9a7 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.

llvm-svn: 93934
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 prune #includes in TargetAsmParser.h 2010-01-14 21:32:45 +00:00
MCAsmParser.h Promoted the getTok() method to MCAsmParser so that 2010-01-19 21:44:56 +00:00
MCAssembler.h Fix a bunch of little errors that Clang complains about when its being pedantic 2009-12-19 07:05:23 +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
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
MCParsedAsmOperand.h Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. 2010-01-15 00:41:53 +00:00
MCSection.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSectionELF.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSectionMachO.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
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