summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* This update does the following:Sid Manning2012-10-1815-35/+173
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-0913-88/+438
* Fix incorrect setting of EI_DATASid Manning2012-10-051-1/+3
* Added missing break in StockSectionChunk constructor.Hemant Kulkarni2012-10-032-19/+19
* * Return correct size and alignment for common symbols.Sid Manning2012-10-032-5/+5
* Changed test output comparison to be consistent with the way llvm-objdump and...Hemant Kulkarni2012-10-023-10/+9
* Emit symbol tables.Hemant Kulkarni2012-10-013-283/+474
* This change:Sid Manning2012-10-017-20/+70
* 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-173-160/+465
* Fix environment path problemSid Manning2012-09-141-2/+2
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-1412-48/+1198
* Test commitHemant Kulkarni2012-09-141-2/+2
* Fix warnings.Michael J. Spencer2012-09-106-38/+15
* Hook up lld-test to llvm check-all. Patch by Andy Gibbs!Michael J. Spencer2012-07-311-33/+57
* PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHel...Nick Kledzik2012-07-303-8/+11
* 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
* Add test cases for ReaderELF.Sid Manning2012-07-253-0/+144
* Add a new option, -reader which will select formats other than YAML forSid Manning2012-07-251-2/+39
* Implement the ELF reader. The original implementation was by Hemant KulkarniSid Manning2012-07-251-7/+526
* Trivial reformattingSid Manning2012-07-251-2/+2
* Added description of Atom types from Nick's emailMarshall Clow2012-07-181-0/+24
* Minor edits to match style guidelines. No functionality changeMarshall Clow2012-07-171-6/+6
* Add missing LLVMSupportNick Kledzik2012-07-041-0/+1
* Fix CMake build to use target_link_libraries. Patch by Sidney Manning!Michael J. Spencer2012-06-251-11/+8
* Fix link order. Patch by Sidney Manning.Michael J. Spencer2012-06-211-1/+1
* Unused var warning.Michael J. Spencer2012-06-211-1/+2
* Fix Sphinx warning. Patch by Sean SilvaNick Kledzik2012-06-182-0/+6
* Fix MSVC compat. MSVC doesn't have bzero.Michael J. Spencer2012-06-171-2/+2
* Wordsmithing from patch from Sean SilvaNick Kledzik2012-06-161-81/+96
* 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
* Wrote initial doc on how to create a ReaderNick Kledzik2012-06-122-1/+172
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-1112-345/+1090
* 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-074-4/+9
* abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...Nick Kledzik2012-06-072-187/+401
* Add missing include.Michael J. Spencer2012-06-011-0/+1
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-3174-1705/+2848
* Remove some compilation warnings.Filipe Cabecinhas2012-05-222-2/+2
* remove completed itemsNick Kledzik2012-05-041-8/+0
* Rework how YAMLReader is layered on top of YAMLParser. Turn hand writtenNick Kledzik2012-05-0314-616/+1015
* Address review comments from Roman Divacky.Michael J. Spencer2012-05-031-10/+8
* Add COFF reader.Michael J. Spencer2012-05-036-7/+425
OpenPOWER on IntegriCloud