Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant 'llvm::' qualifications | Dmitri Gribenko | 2013-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 172358 | ||||
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | ||||
* | Fix Android build of gtest and lib/Support. | Evgeniy Stepanov | 2012-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 163131 | ||||
* | Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 | Jordy Rose | 2011-08-22 | 1 | -1/+2 |
| | | | | llvm-svn: 138260 | ||||
* | Static fields require an out-of-line definition. Fix DynamicLibrary for real. | Jordy Rose | 2011-08-17 | 1 | -0/+2 |
| | | | | llvm-svn: 137844 | ||||
* | Use DynamicLibrary instances as a way to get symbols from a specific ↵ | Jordy Rose | 2011-08-17 | 1 | -41/+57 |
| | | | | | | library. Preparation for upcoming (preliminary) support for plugins for the static analyzer. llvm-svn: 137791 | ||||
* | Don't leak the mutex when loading dynamic libraries. | Owen Anderson | 2010-12-07 | 1 | -12/+5 |
| | | | | llvm-svn: 121119 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+177 |
llvm-svn: 120298 |