summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNCFangrui Song2020-01-131-1/+2
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-121-21/+1
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-11-081-3/+0
* Revert "[MC] Emit unused undefined symbol even if its binding is not set"Nico Weber2019-09-301-0/+3
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-09-291-3/+0
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-6/+6
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-5/+5
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+2
* [ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNCFangrui Song2019-09-071-0/+15
* Revert r369233.Manoj Gupta2019-08-231-14/+10
* [MC] Simplify ELFObjectWriter::recordRelocation. NFCFangrui Song2019-08-191-22/+16
* [MC] Delete unnecessary diagnostic: "No relocation available to represent thi...Fangrui Song2019-08-191-15/+1
* [MC] Don't emit .symver redirected symbols to the symbol tableFangrui Song2019-08-191-10/+14
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Revert "Reland [ELF] Loose a condition for relocation with a symbol"Vlad Tsyrklevich2019-07-221-0/+5
* Reland [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-221-5/+0
* Revert "[ELF] Loose a condition for relocation with a symbol"Nikola Prica2019-07-101-0/+5
* [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-101-5/+0
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-251-3/+7
* [MC][ELF] Don't create relocations with section symbols for STB_LOCAL ifuncFangrui Song2019-06-071-0/+6
* [MC][ELF] Copy top 3 bits of st_other to .symver aliasesFangrui Song2019-05-101-0/+1
* [llvm-mc] - Properly set the the address align field of the compressed sections.George Rimar2019-04-231-2/+6
* [MC] Fix typo: .symtab_shndxr -> .symtab_shndxFangrui Song2019-04-121-1/+1
* [MC] Teach ELFObjectWriter that parse-time variables do not appear inNirav Dave2019-03-041-0/+4
* MC/ELF: Allow targets to set ABI versionKonstantin Zhuravlyov2019-02-141-1/+2
* [MC] Make symbol version errors non-fatalReid Kleckner2019-02-131-6/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug...George Rimar2018-12-051-0/+14
* Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec...George Rimar2018-12-041-14/+0
* [llvm-mc] - Do not crash when referencing undefined debug sections.George Rimar2018-12-041-0/+14
* The initial .text section generated in object files was missing theEric Christopher2018-09-061-0/+3
* MC: Redirect .addrsig directives referring to private (.L) symbols to the sec...Peter Collingbourne2018-08-061-0/+2
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+37
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+20
* MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne2018-05-211-15/+93
* MC: Extract a derived class from ELFObjectWriter. NFCI.Peter Collingbourne2018-05-211-13/+19
* MC: Extract ELFObjectWriter's ELF writing functionality into an ELFWriter cla...Peter Collingbourne2018-05-211-350/+368
* MC: Remove stream and output functions from MCObjectWriter. NFCI.Peter Collingbourne2018-05-211-1/+1
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-211-3/+7
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-211-67/+69
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-5/+2
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-4/+2
* MC: Remove dead code. NFCI.Peter Collingbourne2018-05-081-1/+0
* [MC] ELFObjectWriter: Removing unneeded variable and castSam Clegg2018-05-071-5/+4
* ELFObjectWriter: Allow one unique symver per symbolVlad Tsyrklevich2018-04-271-0/+4
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-56/+19
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-7/+8
* [mips] Implement generation of relocations "chains" used by N32 ABISimon Atanasyan2017-09-211-0/+17
* [mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFCSimon Atanasyan2017-09-211-1/+1
OpenPOWER on IntegriCloud