summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify interface now that we don't need to pass IsPCRel. NFC.Rafael Espindola2017-07-111-3/+7
* Add a common error checking for some invalid expressions.Rafael Espindola2017-06-221-3/+0
* sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool2017-06-091-6/+10
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-04-261-4/+4
* MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.Peter Collingbourne2017-04-081-24/+1
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-5/+9
* Silence a warning "hiding virtual function".Vassil Vassilev2017-03-061-0/+1
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-0/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-111-14/+31
* Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola2017-02-091-2/+1
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-16/+0
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-4/+5
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-5/+4
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-4/+5
* MC: ensure that we have a section before accessing itSaleem Abdulrasool2016-11-221-15/+17
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-1/+1
* Delete some dead code.Rafael Espindola2016-06-211-8/+0
* Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar2016-05-271-19/+50
* Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar2016-05-271-50/+19
* [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar2016-05-271-19/+50
* Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith2016-05-251-21/+23
* Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2016-05-241-23/+21
* Temporarily revert r270070George Rimar2016-05-191-21/+23
* [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar2016-05-191-23/+21
* [mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders2016-05-061-5/+9
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-1/+0
* [MC/ELFObjectWriter] Fix indentation of class body.David Blaikie2016-04-121-131/+130
* Handle section vs global name conflict.Evgeniy Stepanov2016-03-281-1/+16
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-3/+2
* Accept subtractions involving a weak symbol.Rafael Espindola2016-01-201-6/+0
OpenPOWER on IntegriCloud