summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some docs on the type of flags link.exe has that our driver will need to ...Michael J. Spencer2012-04-301-0/+37
* Convert the YAMLReader to use LLVM/Support/YAMLParser.Michael J. Spencer2012-04-308-788/+594
* Remove whitespace.Michael J. Spencer2012-04-301-8/+8
* show how to specify alternate path to clang compilerNick Kledzik2012-04-261-5/+11
* Fix minor warnings and simplify code.Evandro Menezes2012-04-261-102/+96
* Fix errors when building with GCC 4.6.1 -std=c++0x, which requiresJay Foad2012-04-261-2/+2
* fix some typos and punctuationGabor Greif2012-04-251-4/+4
* [docs] Minor spelling fix. Thanks Gabor!Michael J. Spencer2012-04-251-2/+2
* [docs] Add getting started guide.Michael J. Spencer2012-04-253-1/+101
* [docs] Update version number. I suggest that at some point we make theMichael J. Spencer2012-04-201-2/+2
* MSVC fixes:Michael J. Spencer2012-04-202-5/+7
* Add way to represent static archives in yaml test cases.Nick Kledzik2012-04-2022-107/+735
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-1821-626/+669
* [docs] Remove a dead link.Daniel Dunbar2012-04-101-1/+0
* Remove definedAtomsBegin() and co. so that C++11 range based for loops can be...Nick Kledzik2012-04-094-87/+29
* Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik2012-04-0811-87/+48
OpenPOWER on IntegriCloud