summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [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
* [docs] Add more open projects.Michael J. Spencer2012-04-084-7/+30
* [docs] Add documentation todos.Michael J. Spencer2012-04-082-1/+6
* [docs] Make the index page ReST based instead of html based.Michael J. Spencer2012-04-085-124/+81
* [docs] Add open projects page that includes the TODO.txt files.Michael J. Spencer2012-04-074-21/+28
* Add to-do listsNick Kledzik2012-04-072-0/+36
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-0731-89/+2906
* [docs] Note that 'make.bat' provides the same interface as the Makefile forDaniel Dunbar2012-04-061-5/+9
* [docs] Start a development guide, and write an introduction to Sphinx basedDaniel Dunbar2012-04-064-1/+165
* [docs] Don't duplicate the intro and fix wording.Michael J. Spencer2012-04-062-39/+8
* [docs] Remove old HTML docs.Daniel Dunbar2012-04-065-589/+0
* [docs] Test commit.Daniel Dunbar2012-04-061-1/+1
* docs: Add the standard LLVM favicon.Daniel Dunbar2012-04-062-2/+2
* docs: Import existing www content into Sphinx.Daniel Dunbar2012-04-065-6/+503
* docs: Sketch Sphinx based docs structure.Daniel Dunbar2012-04-0616-0/+1049
* Remove trailing whitespace.Michael J. Spencer2012-04-0321-456/+454
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-0323-206/+289
* Use the LLVM RTTI library.Michael J. Spencer2012-04-029-88/+58
* Replace all uses of NULL with nullptr.Michael J. Spencer2012-03-2915-119/+121
* llvm::OwningPtr -> std::unique_ptr.Michael J. Spencer2012-03-293-26/+23
* Rearange headers in lld-core.Michael J. Spencer2012-03-291-13/+3
* Add ArrayRef header. Patch by Marshall Clow.Michael J. Spencer2012-03-291-0/+1
* Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer2012-03-2818-63/+53
* Move Platform.h to Core as Core depends on Platform.h, and the PlatformMichael J. Spencer2012-03-285-30/+27
* Disable /Za on Windows. It breaks C++11 ;/.Michael J. Spencer2012-03-281-8/+0
* Test website auto-update.Michael J. Spencer2012-03-201-4/+4
* Add more details about file formats. Fix whitespace.Nick Kledzik2012-03-161-11/+14
* Add Pass to instantiate GOT entriesNick Kledzik2012-03-1512-46/+454
* fix typosNick Kledzik2012-03-132-2/+2
* Added first round of documentationNick Kledzik2012-03-135-0/+586
* Audit uses of StringRef::getAsInteger.Michael J. Spencer2012-03-122-22/+10
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-096-39/+52
* StringRef is not null terminated.Michael J. Spencer2012-03-091-2/+2
* Use llvm/Support/DataTypes instead of stdint.hMichael J. Spencer2012-03-092-2/+2
* Use nullptr instead of NULL, and remove use of VLA.Michael J. Spencer2012-03-092-7/+8
* Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC.Benjamin Kramer2012-03-091-4/+4
* Sources now require C++11 to build.Nick Kledzik2012-03-0823-487/+1212
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-2223-134/+1230
* use llvm::DenseMap instead of std::mapNick Kledzik2012-02-152-6/+18
* (no commit message)Nick Kledzik2012-02-1519-243/+1078
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-0713-179/+443
* Cleanup system_error extensions.Michael J. Spencer2012-01-315-105/+193
* Don't delete the temp file until after we finish reading from it.Michael J. Spencer2012-01-311-4/+4
* &vectorval[0] is UB when vectorval.size() == 0.Michael J. Spencer2012-01-311-6/+10
* Fix use after free.Michael J. Spencer2012-01-311-1/+1
* Add pretty stack tracing and llvm_shutdown.Michael J. Spencer2012-01-311-0/+8
* 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-313-8/+12
OpenPOWER on IntegriCloud