summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ReaderELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-147/+0
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-4/+4
* add elf targethandlerShankar Easwaran2013-01-251-299/+24
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-16/+10
* [Core] Use LLVM's ErrorOr<T>.Michael J. Spencer2013-01-201-1/+1
* [ELF] Use operator new(std::size_t, BumpPtrAllocator).Michael J. Spencer2013-01-161-16/+13
* [ELF] clang-format ReaderELF.cppMichael J. Spencer2013-01-161-91/+78
* [ELF] Never allocate content to weak symbols as they may be merged away.Michael J. Spencer2013-01-151-0/+18
* [ELF] Refactoring and style cleanup. No functionality change.Michael J. Spencer2013-01-151-84/+80
* [ELF] Update for LLVM Object/ELF changes.Michael J. Spencer2013-01-151-35/+35
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-4/+3
* [ELF] STT_GNU_IFUNC is a known symbol type, so accept it. We do not yet imple...Michael J. Spencer2013-01-041-0/+1
* [ELF] Handle misaligned ELF files properly.Michael J. Spencer2013-01-041-48/+76
* changes for the ELF Reader : split up into AtomsELF.h/Adding new permissions ...Shankar Easwaran2012-12-271-379/+3
* [ELF][Reader] Ignore SHF_GROUP when switching on flags.Michael J. Spencer2012-12-201-2/+2
* Style fixes.Michael J. Spencer2012-12-201-138/+79
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-211-1/+4
* Fix style violations.Michael J. Spencer2012-11-131-39/+35
* Adding support to resolve symbols with archive libraries in lldShankar Easwaran2012-11-131-26/+57
* This update does the following:Sid Manning2012-10-181-5/+17
* * Return correct size and alignment for common symbols.Sid Manning2012-10-031-4/+4
* This change:Sid Manning2012-10-011-9/+29
* Add ELFReference class - parse relocations needed by that class and update De...Sid Manning2012-09-171-160/+386
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-141-1/+1
* Fix warnings.Michael J. Spencer2012-09-101-5/+1
* Fix warning from -Wshadow. Report errors back to caller rather than callingSid Manning2012-07-271-27/+20
* Implement the ELF reader. The original implementation was by Hemant KulkarniSid Manning2012-07-251-7/+526
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+41
OpenPOWER on IntegriCloud