[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMachObjectWriter.cpp
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.