summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/WriterELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-341/+0
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-1/+3
* [ELF] Add support for IFUNC.Michael J. Spencer2013-01-291-35/+43
* [ELF] Give Chunk a ELFTargetInfo.Michael J. Spencer2013-01-291-9/+9
* [ELF] Remove OwningPtr from the Chunk::write interface.Michael J. Spencer2013-01-291-3/+3
* [ELF] Use entry point from LinkerOptions.Michael J. Spencer2013-01-281-2/+2
* add elf targethandlerShankar Easwaran2013-01-251-1/+1
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-26/+28
* no functionality changes(split WriterELF into multiple files)Shankar Easwaran2013-01-211-1882/+1
* [ELF] Update for LLVM Object/ELF changes.Michael J. Spencer2013-01-151-319/+185
* [ELF] Replace [...] x_{begin,end}() with range<[...]> x().Michael J. Spencer2013-01-151-170/+112
* [ELF] Fix use of LLVM RTTI.Michael J. Spencer2013-01-151-51/+29
* remove const from FindByNameShankar Easwaran2013-01-151-1/+1
* Fix shadowed variable warningNick Kledzik2013-01-141-3/+3
* [ELF] Fix comment.Michael J. Spencer2013-01-111-1/+1
* [ELF] Add AtomLayout instead of using pair<Atom, pair<uint64_t, uint64_t>>.Michael J. Spencer2013-01-111-19/+26
* [ELF] Use the correct cast.Michael J. Spencer2013-01-111-2/+1
* [ELF] Simplify assert.Michael J. Spencer2013-01-111-4/+2
* better implementation for findOutputSectionShankar Easwaran2013-01-111-16/+6
* [ELF] Add support for __init_array_{start,end}.Michael J. Spencer2013-01-101-1/+42
* [ELF] Fixed -Wunused in -asserts mode.Michael J. Spencer2013-01-101-5/+4
* style changesShankar Easwaran2013-01-101-8/+8
* support for adding linker defined symbolsShankar Easwaran2013-01-101-47/+207
* [ELF] Properly handle constant data.Michael J. Spencer2013-01-071-0/+4
* [ELF] Emit the file header and program headers at the beginning of the first ...Michael J. Spencer2013-01-071-38/+44
* [ELF] Change Segment to hold Chunks instead of Sections. No functionality cha...Michael J. Spencer2013-01-071-4/+7
* [ELF] Remove dead variable.Michael J. Spencer2013-01-071-2/+0
* [ELF] Emit zeroFill as STT_OBJECT in the final executable. ld does this.Michael J. Spencer2013-01-071-1/+1
* [ELF] Update to llvm change.Michael J. Spencer2013-01-061-1/+1
* Avoid MSVCRT assertion on comparing phdr iteratorsReid Kleckner2013-01-051-1/+3
* [ELF][Writer] Don't infinite loop.Michael J. Spencer2013-01-051-1/+1
* [ELF] Handle misaligned ELF files properly.Michael J. Spencer2013-01-041-389/+471
* add Changes to ELF Writer to layout sections/segments in the output executableShankar Easwaran2012-12-271-1188/+1878
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-211-19/+44
* Add program header emission to ELF writer. This patch also rearranges section...Hemant Kulkarni2012-11-131-105/+424
* [ELF] Fix -Woverloaded-virtualMichael J. Spencer2012-11-011-1/+1
* This update does the following:Sid Manning2012-10-181-5/+19
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-091-1/+2
* Fix incorrect setting of EI_DATASid Manning2012-10-051-1/+3
* Added missing break in StockSectionChunk constructor.Hemant Kulkarni2012-10-031-3/+2
* Emit symbol tables.Hemant Kulkarni2012-10-011-273/+449
* Add case for typeConstant in SectionChunkSid Manning2012-09-261-1/+7
* This patch makes use of recently added relocation reference data. The bulkSid Manning2012-09-251-2/+43
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-141-8/+835
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+35
OpenPOWER on IntegriCloud