Remove the MCSymbolData typedef.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMachObjectWriter.cpp
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
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-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-07-04 Tim NorthoverARM: when falling back to scattered relocs, keep the...
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-07-30 Kevin EnderbyFix a bug in ARMMachObjectWriter::RecordRelocation...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-01-27 Jim GrosbachBetter user diagnostics for more ARM MachO relocation...
2012-01-26 Jim GrosbachKeep source information, if available, around for ARM...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-07 Jim GrosbachNuke inadvertant debugging commit.
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.