summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/ELFEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Make e_phoff and e_phentsize 0 if there are no program headersAlex Brachet2019-09-061-2/+2
* [yaml2obj] Write the section header table after section contentsFangrui Song2019-09-051-16/+17
* [lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI.George Rimar2019-09-051-23/+13
* [yaml2obj] - Allow overriding sh_name fields of the sections.George Rimar2019-09-021-2/+6
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-301-6/+1
* [yaml2obj] - Allow placing local symbols after globals.George Rimar2019-08-291-18/+6
* Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-1/+6
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-6/+1
* [yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.George Rimar2019-08-271-1/+6
* [yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referen...George Rimar2019-08-221-10/+13
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [yaml2obj/obj2yaml] - Add a basic support for extended section indexes.George Rimar2019-08-081-0/+21
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-0/+1083
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-1083/+0
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-0/+1083
OpenPOWER on IntegriCloud