summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the core architecture for the lld driver.Michael J. Spencer2012-12-089-0/+403
* Add library dependencies to the lld cmake build.Benjamin Kramer2012-12-047-0/+29
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-213-21/+49
* Add program header emission to ELF writer. This patch also rearranges section...Hemant Kulkarni2012-11-131-105/+424
* changes after mspencer reviews in phabricatorShankar Easwaran2012-11-131-7/+3
* Fix style violations.Michael J. Spencer2012-11-132-55/+46
* Adding support to resolve symbols with archive libraries in lldShankar Easwaran2012-11-133-26/+218
* Add absolute symbol scope recognition in lld/CoreHemant Kulkarni2012-11-052-6/+10
* rename dylibNamesToOrdinal now that it is an ivarNick Kledzik2012-11-011-6/+6
* [ELF] Fix -Woverloaded-virtualMichael J. Spencer2012-11-011-1/+1
* [MachO] Fix use after free.Michael J. Spencer2012-11-011-1/+1
* [MachO] Fix uninitialized variables.Michael J. Spencer2012-11-011-1/+4
* Fix cl brokeness.Michael J. Spencer2012-10-313-8/+8
* Add missing include.Michael J. Spencer2012-10-311-0/+1
* This patch changes the following:Sid Manning2012-10-256-124/+207
* This update does the following:Sid Manning2012-10-1810-25/+133
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-096-86/+370
* Fix incorrect setting of EI_DATASid Manning2012-10-051-1/+3
* Added missing break in StockSectionChunk constructor.Hemant Kulkarni2012-10-031-3/+2
* * Return correct size and alignment for common symbols.Sid Manning2012-10-031-4/+4
* Emit symbol tables.Hemant Kulkarni2012-10-011-273/+449
* This change:Sid Manning2012-10-011-9/+29
* Fix -Wcovered-switch-default warning.Michael J. Spencer2012-09-281-2/+0
* Add case for typeConstant in SectionChunkSid Manning2012-09-261-1/+7
* This patch makes use of recently added relocation reference data. The bulkSid Manning2012-09-251-2/+43
* 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-147-13/+1127
* Fix warnings.Michael J. Spencer2012-09-105-26/+7
* PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHel...Nick Kledzik2012-07-301-0/+3
* Fix warning from -Wshadow. Report errors back to caller rather than callingSid Manning2012-07-271-27/+20
* Add a default constructor/destructor for ReaderOptionsPECOFFSid Manning2012-07-251-0/+6
* Implement the ELF reader. The original implementation was by Hemant KulkarniSid Manning2012-07-251-7/+526
* Minor edits to match style guidelines. No functionality changeMarshall Clow2012-07-171-6/+6
* Unused var warning.Michael J. Spencer2012-06-211-1/+2
* Fix MSVC compat. MSVC doesn't have bzero.Michael J. Spencer2012-06-171-2/+2
* Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can re...Nick Kledzik2012-06-152-3/+24
* remove return statements after llvm_unreachable() as the compiler no longer w...Nick Kledzik2012-06-152-13/+0
* use llvm_unreachable() instead of assert(0) for invalid enum values in switch...Nick Kledzik2012-06-154-15/+16
* Use ADT/StringSwitchNick Kledzik2012-06-151-73/+41
* flesh out mach-o Reference KindsNick Kledzik2012-06-124-96/+218
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-1111-333/+1076
* put the public function createReaderPECOFF() in the lld namespace and everyth...Nick Kledzik2012-06-071-1/+6
* fix warnings found after cranking up warningsNick Kledzik2012-06-072-4/+6
* abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...Nick Kledzik2012-06-072-187/+401
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-3144-930/+1343
* Remove some compilation warnings.Filipe Cabecinhas2012-05-221-1/+1
* remove completed itemsNick Kledzik2012-05-041-8/+0
* Rework how YAMLReader is layered on top of YAMLParser. Turn hand writtenNick Kledzik2012-05-035-615/+854
* Address review comments from Roman Divacky.Michael J. Spencer2012-05-031-10/+8
* Add COFF reader.Michael J. Spencer2012-05-033-0/+370
OpenPOWER on IntegriCloud