summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/OutputELFWriter.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-4/+4
* Revert "[ELF] Order DT_NEEDED entries by command line order."Rui Ueyama2014-03-201-22/+5
* [ELF] Order DT_NEEDED entries by command line order.Michael J. Spencer2014-03-201-5/+22
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-1/+1
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-4/+4
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-53/+76
* [ELF] Create Target specific Writers.Shankar Easwaran2014-01-271-27/+48
* [ELF] Rename File.h to ELFFile.h to avoid confusion.Shankar Easwaran2014-01-261-1/+1
* Linking of shared libraries for MIPS little-endian 32-bit target.Simon Atanasyan2013-12-151-4/+2
* Fix "don't" typos missed in previous commitAlp Toker2013-12-011-1/+1
* Fix include guards.Rui Ueyama2013-11-151-3/+3
* Add explictly exported atoms and export R_*_COPY'ed atoms.Michael J. Spencer2013-11-081-0/+8
* [ELF] Implement minimal support for .eh_frame_hdr.Michael J. Spencer2013-10-301-0/+10
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-3/+5
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-2/+2
* Output soname.Joerg Sonnenberger2013-09-141-0/+7
* Finish -rpath implementation to actually create the DT_RPATH entries.Joerg Sonnenberger2013-09-031-0/+9
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-21/+3
* [lld][ELF] Cleanup ELF writing, No change in functionalityShankar Easwaran2013-08-261-28/+29
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-30/+29
* [lld] rename member variable name.Shankar Easwaran2013-06-241-1/+1
* [ELF] add -u/--undefined option, to define undefined symbolsShankar Easwaran2013-06-191-4/+26
* Parallel write.Michael J. Spencer2013-05-281-3/+3
* [ELF] Make addressOfAtom thread safe.Michael J. Spencer2013-05-281-1/+2
* Instrument things.Michael J. Spencer2013-05-281-5/+18
* [lld][ELF] (no testable functionality change) resize the number of entries in...Shankar Easwaran2013-04-291-4/+15
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+1
* [ELF] Add dynamic hash table and get simple dynamic libraries working with He...Shankar Easwaran2013-03-291-4/+18
* [ELF] fix dynamic symbol table entries and update testsShankar Easwaran2013-03-251-6/+8
* [ELF] Interp section is only needed in dynamic executablesShankar Easwaran2013-03-201-5/+0
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-5/+5
* [ELF] Create baseclass for all ELF writersShankar Easwaran2013-03-081-0/+354
OpenPOWER on IntegriCloud