Simplify. NFC.
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCELFObjectWriter.cpp
2015-12-17 Rafael EspindolaSimplify. NFC.
2015-10-22 Bill Schmidt[PPC] Fix PR24686 by failing assembly for an invalid...
2015-09-22 NAKAMURA TakumiUntabify.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
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...
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-05-03 Rafael EspindolaFix pr19645.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-20 Alexey SamsonovAdd llvm_unreachable after fully-covered switches to...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-05 Ulrich Weigand[PowerPC] Add some special @got@tprel fixup cases
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Ulrich Weigand[PowerPC] Fix @got references to local symbols
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-06-20 Ulrich Weigand[PowerPC] Minor cleanup in PPCELFObjectWriter::getReloc...
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-17 Ulrich Weigand[PowerPC] Merge/rename PPC fixup types
2013-05-17 Ulrich Weigand[PowerPC] Fix processing of ha16/lo16 fixups
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Ulrich Weigand[PowerPC] Remove need for adjustFixupOffst hack
2013-05-08 Ulrich Weigand[PowerPC] Fix regression in generating @ha/@l relocs
2013-04-26 Ulrich WeigandPowerPC: Support PC-relative fixup_ppc_brcond14.
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2011-12-22 Rafael EspindolaFix an incomplete refactoring of the ppc backend. Thank...
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.