Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMELFObjectWriter.cpp
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2014-12-11 Kumar Sukhanitest commit (spelling correction)
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-20 Kai NackeARM: add tlsldo relocation
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Rafael EspindolaMake the virtual methods in ARMELFObjectWriter public.
2011-12-22 Rafael EspindolaFix name in comments.
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...