llvm-6502/lib/MC
Chris Lattner 111a3193b5 use EmitLinkage for functions as well as globals. One output
change is that we now use ".linkonce discard" for global variables
instead of ".linkonce samesize".  These should be the same, just less
strict.  If anyone is interested in mcizing MCSection for COFF targets,
this should be easy to fix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94623 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 23:51:52 +00:00
..
MCParser
CMakeLists.txt
Makefile
MCAsmInfo.cpp Eliminate SetDirective, and replace it with HasSetDirective. 2010-01-26 20:40:54 +00:00
MCAsmInfoCOFF.cpp use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
MCAsmInfoDarwin.cpp Eliminate SetDirective, and replace it with HasSetDirective. 2010-01-26 20:40:54 +00:00
MCAsmStreamer.cpp Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. 2010-01-26 20:21:43 +00:00
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp mcstreamerize gprel32 emission. 2010-01-25 21:28:50 +00:00
MCNullStreamer.cpp mcstreamerize gprel32 emission. 2010-01-25 21:28:50 +00:00
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp