[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / MC / MCELFObjectTargetWriter.cpp
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Ulrich WeigandRemove MCELFObjectTargetWriter::adjustFixupOffset hack
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-03-23 Akira HatanakaAdd a hook in MCELFObjectTargetWriter to allow targets...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.