summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/NativeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik2012-04-081-4/+4
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-071-2/+12
* Remove trailing whitespace.Michael J. Spencer2012-04-031-96/+94
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-52/+52
* Replace all uses of NULL with nullptr.Michael J. Spencer2012-03-291-14/+14
* llvm::OwningPtr -> std::unique_ptr.Michael J. Spencer2012-03-291-19/+17
* Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer2012-03-281-7/+5
* Add Pass to instantiate GOT entriesNick Kledzik2012-03-151-1/+17
* Sources now require C++11 to build.Nick Kledzik2012-03-081-107/+128
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-221-9/+198
* (no commit message)Nick Kledzik2012-02-151-30/+186
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-071-16/+99
* Cleanup system_error extensions.Michael J. Spencer2012-01-311-66/+19
* Fix use after free.Michael J. Spencer2012-01-311-1/+1
* Flexible array members are not in C++03, and MSVC doesn't support them.Michael J. Spencer2012-01-311-1/+3
* First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik2012-01-161-0/+415
OpenPOWER on IntegriCloud