summaryrefslogtreecommitdiff
path: root/lld/lib/Core/NativeReader.cpp
AgeCommit message (Expand)Author
2012-05-31Major refactoring: Remove Platform concept. In its place there are Nick Kledzik
2012-04-08Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik
2012-04-07First implementation of Darwin Platform. It is rich enough to generateNick Kledzik
2012-04-03Remove trailing whitespace.Michael J. Spencer
2012-04-03Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer
2012-03-29Replace all uses of NULL with nullptr.Michael J. Spencer
2012-03-29llvm::OwningPtr -> std::unique_ptr.Michael J. Spencer
2012-03-28Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer
2012-03-15Add Pass to instantiate GOT entriesNick Kledzik
2012-03-08Sources now require C++11 to build.Nick Kledzik
2012-02-22Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik
2012-02-15(no commit message)Nick Kledzik
2012-02-07Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik
2012-01-31Cleanup system_error extensions.Michael J. Spencer
2012-01-31Fix use after free.Michael J. Spencer
2012-01-31Flexible array members are not in C++03, and MSVC doesn't support them.Michael J. Spencer
2012-01-16First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik