llvm-6502/lib/MC
2010-03-19 09:29:03 +00:00
..
MCParser MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. 2010-03-15 23:51:06 +00:00
CMakeLists.txt MC: Split MCObjectWriter out of MCAssembler.cpp. 2010-03-19 09:28:59 +00:00
Makefile
MCAsmInfo.cpp move fastcall/stdcall mangling up into Mangler. 2010-03-12 21:03:47 +00:00
MCAsmInfoCOFF.cpp move fastcall/stdcall mangling up into Mangler. 2010-03-12 21:03:47 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp fix an MCInstPrinter leak that jyasskin pointed out: 2010-03-19 05:48:53 +00:00
MCAssembler.cpp MC: Add TargetAsmBackend::isVirtualSection hook. 2010-03-19 09:29:03 +00:00
MCCodeEmitter.cpp
MCContext.cpp fix GetOrCreateTemporarySymbol to require a name, clients 2010-03-17 05:41:18 +00:00
MCDisassembler.cpp
MCExpr.cpp 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
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp MC: Fix a crash on invalid, attempting to evaluate undefined symbols. 2010-03-14 03:10:40 +00:00
MCNullStreamer.cpp
MCObjectWriter.cpp MC: Split MCObjectWriter out of MCAssembler.cpp. 2010-03-19 09:28:59 +00:00
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp 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
TargetAsmBackend.cpp MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. 2010-03-18 00:58:53 +00:00