llvm-6502/lib/MC
Daniel Dunbar 3edd9bb7a3 llvm-mc/Mach-O: Improve symbol table support:
- Honor .globl.

 - Set symbol type and section correctly ('nm' now works), and order symbols
   appropriately.

 - Take care to the string table so that the .o matches 'as' exactly (for ease
   of testing).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79740 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-22 11:41:10 +00:00
..
CMakeLists.txt Update CMakeLists. 2009-08-21 11:28:56 +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
MCAsmStreamer.cpp llvm-mc: Clean up some handling of symbol/section association to be more correct 2009-08-22 07:22:36 +00:00
MCAssembler.cpp llvm-mc/Mach-O: Improve symbol table support: 2009-08-22 11:41:10 +00:00
MCContext.cpp
MCMachOStreamer.cpp llvm-mc/Mach-O: Improve symbol table support: 2009-08-22 11:41:10 +00:00
MCNullStreamer.cpp null streamer needs to maintain the current section as well. 2009-08-18 16:46:29 +00:00
MCSection.cpp
MCSectionELF.cpp add support for target-specific ELF section flags, add a new MCSectionXCore 2009-08-15 05:56:11 +00:00
MCSectionMachO.cpp
MCStreamer.cpp Make AsmStreamer maintain a notion of the current section, pushing it up from the 2009-08-18 06:15:16 +00:00
MCSymbol.cpp llvm-mc: Clean up some handling of symbol/section association to be more correct 2009-08-22 07:22:36 +00:00
MCValue.cpp Add MCSymbol::{print, dump} 2009-08-14 03:41:23 +00:00
TargetAsmParser.cpp