llvm-6502/lib/MC
Dan Gohman 86cba32bb4 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
friends so that it doesn't match sections like .data.rel.local, which
should not be emitted as section directives.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78963 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 23:56:34 +00:00
..
CMakeLists.txt Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
Makefile
MCAsmLexer.cpp Expose Tokens to target specific assembly parsers. 2009-07-28 17:58:44 +00:00
MCAsmParser.cpp Add MCAsmParser interface. 2009-07-20 18:55:04 +00:00
MCAsmStreamer.cpp llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. 2009-08-13 23:36:34 +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 llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. 2009-08-13 23:36:34 +00:00
MCSection.cpp Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
MCSectionELF.cpp Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and 2009-08-13 23:56:34 +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
TargetAsmParser.cpp llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00