1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/lib/MC
Akira Hatanaka d848fb8bf9 Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
entries in the relocation table before they are written out to the file. 

llvm-svn: 153345
2012-03-23 23:06:45 +00:00
..
MCDisassembler Make MCRegisterInfo available to the the MCInstPrinter. 2012-03-05 19:33:20 +00:00
MCParser Assembler should accept redefinitions of unused variable symbols. 2012-03-20 21:33:21 +00:00
CMakeLists.txt
ELFObjectWriter.cpp Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation 2012-03-23 23:06:45 +00:00
LLVMBuild.txt
MachObjectWriter.cpp
Makefile
MCAsmBackend.cpp
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it. 2012-03-03 14:24:15 +00:00
MCAssembler.cpp ARM BL/BLX instruction fixups should use relocations. 2012-02-27 21:36:23 +00:00
MCAtom.cpp
MCCodeEmitter.cpp
MCCodeGenInfo.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp On ELF, create relocations to the abbreviation and line sections when producing 2012-02-28 21:13:05 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation 2012-03-23 23:06:45 +00:00
MCELFStreamer.cpp
MCExpr.cpp ARM Thumb symbol references in assembly need the low bit set. 2012-02-24 05:12:18 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCInstrAnalysis.cpp
MCLabel.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
MCModule.cpp
MCNullStreamer.cpp
MCObjectFileInfo.cpp Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff! 2012-02-23 21:56:08 +00:00
MCObjectStreamer.cpp Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it. 2012-03-03 14:24:15 +00:00
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSubtargetInfo.cpp
MCSymbol.cpp Assembler should accept redefinitions of unused variable symbols. 2012-03-20 21:33:21 +00:00
MCTargetAsmLexer.cpp
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp
WinCOFFObjectWriter.cpp Implement relocation-overflow behavior for PE/COFF. 2012-03-15 09:03:03 +00:00
WinCOFFStreamer.cpp