aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+54
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-66/+34
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-2/+2
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-3/+3
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+2
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+9
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+34
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+18
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-2/+4
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+17
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+78
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+12
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-18/+18
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-3/+3
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-201-24/+24
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-6/+3
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-3/+2
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-171-5/+1
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-44/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-14/+0
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-081-1/+10
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-261-0/+3
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-27/+6
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-0/+3
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-211-1/+15
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+5
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-0/+45
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-2/+5
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-2/+22
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+9
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-1/+15
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-131-2/+18
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-251-0/+2
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-6/+64
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-221-2/+2
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-0/+103