[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / ARM / ARMTargetObjectFile.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-05 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-04 Kai NackeRevert: ARM: Enable use of relocation type tlsldo in...
2014-02-04 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-09 Bill WendlingThe ARM EH experiment worked!