summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/DefaultLayout.h
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Implement --rosegmentShankar Easwaran2014-09-081-1/+2
* Update for llvm api change.Rafael Espindola2014-06-131-2/+2
* Quick fix for the windows build.Rafael Espindola2014-06-111-0/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Fix comments.Rui Ueyama2014-04-031-2/+2
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-7/+7
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-1/+1
* [ELF] Dont generate PHDR when creating dynamic libraries.Shankar Easwaran2014-02-191-1/+1
* [ELF] Customize a relocation table output format (rel / rela).Simon Atanasyan2014-01-241-2/+4
* [ELF] Fix type of the DefaultLayout::segments() return value. ThisSimon Atanasyan2014-01-141-1/+3
* Run clang-format on r197727.Rui Ueyama2013-12-201-8/+8
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-3/+3
* Fix "don't" typos missed in previous commitAlp Toker2013-12-011-5/+5
* Fix a variety of typos in function names and commentsAlp Toker2013-12-011-4/+4
* [ELF] Implement minimal support for .eh_frame_hdr.Michael J. Spencer2013-10-301-1/+3
* [ELF] Implement .{init,fini}_array ordering.Michael J. Spencer2013-10-251-0/+2
* [ELF] Initial design to handle Linker scripts for ELF.Shankar Easwaran2013-10-101-1/+11
* [lld][ELF] Remove invalid commentShankar Easwaran2013-09-231-3/+1
* [lld][ELF] Support non alloc sections in the Writer.Shankar Easwaran2013-09-191-17/+39
* [lld][ELF] Assign sectionChoice properly to ELF atomsShankar Easwaran2013-09-171-27/+31
* [lld][ELF] Fix vaddr of the first sectionShankar Easwaran2013-09-121-0/+1
* [lld][ELF] Change the order of the writable note sectionShankar Easwaran2013-09-051-1/+1
* [lld][ELF] Differentiate between Note sections(RW/RO)Shankar Easwaran2013-09-041-7/+24
* [lld][ELF] Emit note sectionsShankar Easwaran2013-09-041-0/+3
* [lld][ELF] Cleanup ELF writing, No change in functionalityShankar Easwaran2013-08-261-9/+5
* [lld][ELF] process fini_array sectionsShankar Easwaran2013-08-251-0/+1
* [lld][ELF] Rename typeTLV content type for ELFShankar Easwaran2013-08-231-2/+2
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-25/+25
* [ELF] Add more sections to the default section map.Shankar Easwaran2013-06-171-0/+8
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-7/+7
* [ELF] add NMAGIC/OMAGIC supportShankar Easwaran2013-06-161-7/+22
* [ELF] TBSS section has to be special cased so that it doesnot occupy memory s...Shankar Easwaran2013-06-121-0/+5
* Instrument things.Michael J. Spencer2013-05-281-0/+3
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+1
* [ELF] order rela.dyn/rela.plt properlyShankar Easwaran2013-03-261-2/+6
* [ELF] Order .got.plt properlyShankar Easwaran2013-03-201-1/+4
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-16/+16
* [ELF] Remove commentShankar Easwaran2013-03-051-2/+4
* [ELF] Set header flags to 0 by defaultShankar Easwaran2013-02-281-2/+5
* [lld][ELF] Order segmentsShankar Easwaran2013-02-271-26/+84
* [ELF][Writer] Add dynamic relocation tables.Michael J. Spencer2013-02-271-13/+29
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-1/+3
* [ELF][Writer] Add a PHDR program table entry for dynamic files.Michael J. Spencer2013-02-231-0/+2
* sort quickdata for the hexagon targetShankar Easwaran2013-02-221-0/+5
* add changes for typeDataFastShankar Easwaran2013-02-221-4/+5
* [ELF] Fix memory leak by deleting BumpPtr allocated objects.Michael J. Spencer2013-02-191-6/+7
* [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.Michael J. Spencer2013-02-141-30/+38
* [ELF][Layout] Provide a proper way to get the TLS segment size.Michael J. Spencer2013-02-051-0/+11
* [ELF] Fix uninitialized variable.Michael J. Spencer2013-02-031-1/+1
* [ELF][x86-64] Fix ifunc and add test.Michael J. Spencer2013-02-011-1/+1
OpenPOWER on IntegriCloud