summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/SegmentChunks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-516/+0
* Update for LLVM function name change.Rui Ueyama2016-01-141-16/+13
* [LinkerScript] Process program header in PHDRS commandDenis Protivensky2015-08-121-1/+1
* [ELF] Apply segments from linker scriptsDenis Protivensky2015-07-231-3/+33
* [LinkerScript] Don't create unnecessarily large segmentsRafael Auler2015-07-141-29/+41
* [LinkerScript] Fix bug in Segment::assignVirtualAddress()Rafael Auler2015-07-131-1/+1
* [ELF] Fix wrong TBSS sizeAdhemerval Zanella2015-06-171-4/+19
* [ELF] Fix gcc -pedantic warnings (remove extra ';')Denis Protivensky2015-04-151-1/+1
* ELF: Attempt to simplify Segment::AssignVirtualAddress.Rui Ueyama2015-04-141-1/+1
* temporaryRui Ueyama2015-04-141-13/+10
* temporaryRui Ueyama2015-04-141-123/+126
* Revert "ELF: Attempt to simplify Segment::assignVirtualAddress()."Rui Ueyama2015-04-141-105/+123
* ELF: Attempt to simplify Segment::assignVirtualAddress().Rui Ueyama2015-04-141-123/+105
* ELF: Split SegmentChunks.h to SegmentChunks.{h,cpp}.Rui Ueyama2015-04-141-0/+462
OpenPOWER on IntegriCloud