aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-10[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu1-6/+6
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola1-3/+3
2015-12-17Simplify. NFC.Rafael Espindola1-6/+3
2015-10-22[PPC] Fix PR24686 by failing assembly for an invalid relocationBill Schmidt1-0/+7
2015-09-22Untabify.NAKAMURA Takumi1-6/+6
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-2/+2
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-1/+1
2015-05-29Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola1-3/+3
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-1/+2
2015-04-09clang-format bits of code to make a followup patch easy to read.Rafael Espindola1-2/+1
2014-11-12Add support for small-model PIC for PowerPC.Justin Hibbits1-0/+3
2014-09-03Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer1-17/+3
2014-07-25[PowerPC] Support TLS on PPC32/ELFHal Finkel1-5/+20
2014-07-20[MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand1-6/+12
2014-07-20[PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand1-0/+15
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-1/+9
2014-05-03Fix pr19645.Rafael Espindola1-3/+4
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-56/+0
2014-03-27Remove another unused argument.Rafael Espindola1-3/+2
2014-03-27Remove unused argument.Rafael Espindola1-5/+3
2014-03-24[PowerPC] Generate little-endian object filesUlrich Weigand1-1/+2
2014-03-20Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov1-0/+1
2014-03-20Look through variables when computing relocations.Rafael Espindola1-4/+29
2013-07-09[PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand1-2/+2
2013-07-05[PowerPC] Add some special @got@tprel fixup casesUlrich Weigand1-0/+20
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand1-3/+3
2013-07-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand1-2/+2
2013-07-01[PowerPC] Add support for TLS data relocationsUlrich Weigand1-0/+9
2013-07-01[PowerPC] Fix @got references to local symbolsUlrich Weigand1-0/+34
2013-06-25[PowerPC] Support @got modifierUlrich Weigand1-0/+18
2013-06-24[PowerPC] Support absolute branchesUlrich Weigand1-2/+4
2013-06-21[PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand1-0/+17
2013-06-21[PowerPC] Support various tls-related modifiersUlrich Weigand1-0/+78
2013-06-21[PowerPC] Support @higher et.al. modifiersUlrich Weigand1-0/+12
2013-06-21[PowerPC] Support @toc@h modifierUlrich Weigand1-0/+3
2013-06-21[PowerPC] Support @h modifierUlrich Weigand1-0/+3
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand1-18/+18
2013-06-20[PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand1-3/+3
2013-06-20[PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand1-24/+24
2013-05-23[PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand1-6/+3
2013-05-17[PowerPC] Merge/rename PPC fixup typesUlrich Weigand1-3/+2
2013-05-17[PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand1-5/+1
2013-05-15Cleanup relocation sorting for ELF.Rafael Espindola1-44/+0
2013-05-15[PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand1-14/+0
2013-05-08[PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand1-1/+10
2013-04-26PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand1-0/+3
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand1-27/+6
2013-02-25Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt1-0/+3