summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/NativeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-555/+0
* Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik2012-04-081-19/+9
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-071-1/+3
* Remove trailing whitespace.Michael J. Spencer2012-04-031-80/+80
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-12/+14
* Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer2012-03-281-7/+5
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-091-4/+2
* StringRef is not null terminated.Michael J. Spencer2012-03-091-2/+2
* Use nullptr instead of NULL, and remove use of VLA.Michael J. Spencer2012-03-091-2/+3
* Sources now require C++11 to build.Nick Kledzik2012-03-081-27/+40
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-221-36/+149
* (no commit message)Nick Kledzik2012-02-151-12/+194
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-071-37/+68
* &vectorval[0] is UB when vectorval.size() == 0.Michael J. Spencer2012-01-311-6/+10
* If cont.size() is 0, the expression &_contentPool[result] has undefinedMichael J. Spencer2012-01-311-2/+1
* Flexible array members are not in C++03, and MSVC doesn't support them.Michael J. Spencer2012-01-311-6/+9
* First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik2012-01-161-0/+219
OpenPOWER on IntegriCloud