summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/TargetLayout.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-327/+0
* [ELF] Remove TargetLayout::getCustomSegments methodsDenis Protivensky2015-08-121-8/+0
* [ELF] Apply segments from linker scriptsDenis Protivensky2015-07-231-32/+33
* [LinkerScript] Add matching of output sections to segmentsDenis Protivensky2015-06-151-0/+3
* [Mips] Sort segments so PT_MIPS_ABIFLAGS goes right after the PT_INTERPSimon Atanasyan2015-05-311-0/+3
* [ARM] Move out .ARM.exidx related things to ARM backendDenis Protivensky2015-05-261-1/+0
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-081-0/+1
* [ELF] Allow TargetLayout descendants to control assignment sections to segmentsSimon Atanasyan2015-04-221-0/+2
* [ELF] Simplify class memeber function declarationSimon Atanasyan2015-04-211-2/+1
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-4/+4
* ELF: Split TargetLayout.h into TargetLayout.{h,cpp}.Rui Ueyama2015-04-141-681/+5
* [ELF] Remove unused typedefSimon Atanasyan2015-04-031-1/+0
* [ELF] Merge Layout and TargetLayout classSimon Atanasyan2015-04-031-16/+25
* [ELF] Delete empty TargetLayout class and rename DefaultLayout to TargetLayoutSimon Atanasyan2015-04-031-9/+976
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-1/+1
* [LinkerScript] Implement semantics for simple sections mappingsRafael Auler2015-03-161-2/+1
* Remove class that really does nothing.Rui Ueyama2015-02-131-2/+2
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+0
* [ELF] Initial design to handle Linker scripts for ELF.Shankar Easwaran2013-10-101-2/+2
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-2/+2
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* add targethandler hooks from Writer and cleanupShankar Easwaran2013-01-301-36/+2
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+64
OpenPOWER on IntegriCloud