summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Fix pr19645.Rafael Espindola2014-05-03
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-24
* Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [PowerPC] Support @h modifierUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-20
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-20
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-17
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-17
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-15
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-08
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-25
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-21
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-14
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-22
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22