Revert r225048: It broke ObjC on AArch64.
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-05 Eli BenderskyFormat comments & clean whitespace
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-17 Benjamin KramerRevert r111230, we have to find a better place for...
2010-08-17 Benjamin KramerMicro-optimize MCObjectWriter to do a byteswap if neces...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-21 Nathan Jeffordsadded an assertion to MCObjectWriter::WriteBytes to...
2010-05-14 Nick LewyckyFix typo.
2010-04-19 Dan GohmanAdd a const.
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-22 Daniel DunbarMC: Change MCObjectWriter::RecordRelocation to take...
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.