llvm-6502/include/llvm/MC
2010-03-22 20:35:50 +00:00
..
MCParser llvm-mc: Support -n, useful for comparing -integrated-as output since the 2010-03-13 02:20:57 +00:00
MachObjectWriter.h MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. 2010-03-22 20:35:50 +00:00
MCAsmInfo.h move fastcall/stdcall mangling up into Mangler. 2010-03-12 21:03:47 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h MC: Eliminate MCFragment::getMaxFileSize. 2010-03-22 20:35:43 +00:00
MCCodeEmitter.h MCCodeEmitter: Add target independent fixup flag for is-pc-relative. 2010-03-19 10:43:23 +00:00
MCContext.h fix GetOrCreateTemporarySymbol to require a name, clients 2010-03-17 05:41:18 +00:00
MCDirectives.h
MCDisassembler.h
MCExpr.h MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. 2010-03-15 23:51:06 +00:00
MCFixup.h
MCInst.h
MCInstPrinter.h
MCObjectWriter.h MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. 2010-03-22 20:35:50 +00:00
MCSection.h fix MCSectionELF to not leak memory, just like I did for MCSymbol. 2010-03-15 06:23:52 +00:00
MCSectionELF.h Don't save a temporary string into a StringRef field. 2010-03-15 06:59:21 +00:00
MCSectionMachO.h MC/Mach-O: Add MCSectionMachO::getType() 2010-03-15 21:56:38 +00:00
MCStreamer.h fix an MCInstPrinter leak that jyasskin pointed out: 2010-03-19 05:48:53 +00:00
MCSymbol.h Add MCSymbol::isInSection. 2010-03-18 00:59:02 +00:00
MCValue.h MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. 2010-03-18 00:59:10 +00:00
SectionKind.h