llvm-6502/include/llvm/MC
Daniel Dunbar 651804c3d6 MC/Mach-O x86_64: Switch to using fragment atom symbol.
- This eliminates getAtomForAddress() (which was a linear search) and
   simplifies getAtom().
 - This also fixes some correctness problems where local labels at the same
   address as non-local labels could be assigned to the wrong atom.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103480 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-11 17:22:50 +00:00
..
MCParser teach the x86 asm parser how to handle segment prefixes 2010-04-17 18:56:34 +00:00
EDInstInfo.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
MachObjectWriter.h MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. 2010-03-24 03:43:40 +00:00
MCAsmInfo.h Add support for assemblers that don't support periods in a name 2010-04-29 04:00:56 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h MC: Stop restarting layout on every relaxation. 2010-03-25 19:35:56 +00:00
MCAssembler.h MC/Mach-O x86_64: Switch to using fragment atom symbol. 2010-05-11 17:22:50 +00:00
MCCodeEmitter.h
MCContext.h add COFF support for COMDAT sections, patch by Nathan Jeffords! 2010-05-07 21:49:09 +00:00
MCDirectives.h
MCDisassembler.h Quick fix for build errors caused by undefined 2010-04-13 21:36:35 +00:00
MCExpr.h Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
MCFixup.h
MCInst.h
MCInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCMachOSymbolFlags.h Fix i386 relocations to Weak Definitions. The relocation entries should be 2010-05-07 21:44:23 +00:00
MCObjectWriter.h Add a const. 2010-04-19 15:39:27 +00:00
MCSection.h switch MCSectionCOFF from a syntactic to semantic representation, 2010-05-07 17:17:41 +00:00
MCSectionCOFF.h add COFF support for COMDAT sections, patch by Nathan Jeffords! 2010-05-07 21:49:09 +00:00
MCSectionELF.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCSectionMachO.h MC/Mach-O/x86_64: Relocations in debug sections should use local relocations 2010-05-05 17:22:39 +00:00
MCStreamer.h break coff symbol definition stuff out into proper MCStreamer callbacks, 2010-05-08 19:54:22 +00:00
MCSymbol.h MC: Make setVariableValue check the redefinition condition a bit more strongly. 2010-05-05 19:00:56 +00:00
MCValue.h
SectionKind.h