summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [PowerPC] Support .reloc *, R_PPC{,64}_NONE, *Fangrui Song2019-05-171-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile2018-06-151-0/+12
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+10
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-5/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-4/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-101-6/+6
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* Simplify. NFC.Rafael Espindola2015-12-171-6/+3
* [PPC] Fix PR24686 by failing assembly for an invalid relocationBill Schmidt2015-10-221-0/+7
* Untabify.NAKAMURA Takumi2015-09-221-6/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-2/+2
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-1/+1
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-291-3/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* Add support for small-model PIC for PowerPC.Justin Hibbits2014-11-121-0/+3
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-17/+3
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-251-5/+20
* [MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand2014-07-201-6/+12
* [PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand2014-07-201-0/+15
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-1/+9
* Fix pr19645.Rafael Espindola2014-05-031-3/+4
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-56/+0
* Remove another unused argument.Rafael Espindola2014-03-271-3/+2
* Remove unused argument.Rafael Espindola2014-03-271-5/+3
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-241-1/+2
* Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov2014-03-201-0/+1
* Look through variables when computing relocations.Rafael Espindola2014-03-201-4/+29
* [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
OpenPOWER on IntegriCloud