llvm-6502/lib/MC
Chris Lattner 975780bb59 change AsmPrinter to switch sections using AsmStreamer instead of
doing it directly.  This requires const'izing a bunch of stuff that
took sections, but this seems like the right semantic thing to do:
emitting a label to a section shouldn't mutate the MCSection object
itself, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79227 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 05:49:08 +00:00
..
CMakeLists.txt CMake: updated list of source files for library MC. 2009-08-14 04:14:45 +00:00
Makefile
MCAsmLexer.cpp llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. 2009-08-14 02:18:40 +00:00
MCAsmParser.cpp Add MCAsmParser interface. 2009-07-20 18:55:04 +00:00
MCAsmStreamer.cpp change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00
MCContext.cpp sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. 2009-08-13 00:37:15 +00:00
MCNullStreamer.cpp change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00
MCSection.cpp Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
MCSectionELF.cpp add support for target-specific ELF section flags, add a new MCSectionXCore 2009-08-15 05:56:11 +00:00
MCSectionMachO.cpp split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
MCStreamer.cpp Start MCAsmStreamer implementation. 2009-06-24 01:03:06 +00:00
MCSymbol.cpp Add MCSymbol::{print, dump} 2009-08-14 03:41:23 +00:00
MCValue.cpp Add MCSymbol::{print, dump} 2009-08-14 03:41:23 +00:00
TargetAsmParser.cpp llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00