llvm-6502/lib/MC
Daniel Dunbar a5f1d57f65 MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
be diced into atoms, and adjust getAtom() to take this into account.
 - This fixes relocations to symbols in fixed size literal sections, for
   example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103532 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-12 00:38:17 +00:00
..
MCParser
CMakeLists.txt
MachObjectWriter.cpp MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup 2010-05-11 23:53:11 +00:00
Makefile
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp break coff symbol definition stuff out into proper MCStreamer callbacks, 2010-05-08 19:54:22 +00:00
MCAssembler.cpp MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can 2010-05-12 00:38:17 +00:00
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, for each fragment (not yet used). 2010-05-10 22:45:09 +00:00
MCNullStreamer.cpp break coff symbol definition stuff out into proper MCStreamer callbacks, 2010-05-08 19:54:22 +00:00
MCObjectWriter.cpp
MCSection.cpp
MCSectionCOFF.cpp test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function 2010-05-09 05:49:00 +00:00
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
TargetAsmBackend.cpp