Add support for Nuxi CloudABI.
[oota-llvm.git] / include / llvm / MC / MCELFObjectWriter.h
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-01-26 Alex Rosenberg[MC] The PS4's ELF OSABI value is the same as FreeBSD.
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Ulrich WeigandRemove MCELFObjectTargetWriter::adjustFixupOffset hack
2013-05-15 NAKAMURA TakumiELFRelocationEntry::operator<(): Try to stabilize the...
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2012-10-25 Michael LiaoAdd 'const' qualifier on member functions not changing...
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-26 Craig TopperPrune some includes and forward declarations.
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...
2011-12-21 Rafael EspindolaAdd const.
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.