Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 | Jordy Rose | 2011-08-22 | 1 | -2/+2 |
| | | | | llvm-svn: 138260 | ||||
* | Unbork Windows build. Thanks, Francois. | Jordy Rose | 2011-08-17 | 1 | -2/+2 |
| | | | | llvm-svn: 137798 | ||||
* | Use DynamicLibrary instances as a way to get symbols from a specific ↵ | Jordy Rose | 2011-08-17 | 1 | -26/+52 |
| | | | | | | library. Preparation for upcoming (preliminary) support for plugins for the static analyzer. llvm-svn: 137791 | ||||
* | Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! | NAKAMURA Takumi | 2011-07-09 | 1 | -1/+1 |
| | | | | llvm-svn: 134812 | ||||
* | Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl ↵ | NAKAMURA Takumi | 2011-05-01 | 1 | -31/+2 |
| | | | | | | | | | instead of the versions of individual libraries. autoconf: Add checking ELM_Callback decl for mingw32 and mingw-w64. cmake/config-ix.cmake: Add checking ELM_Callback decl for win32. llvm-svn: 130657 | ||||
* | Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64. | NAKAMURA Takumi | 2011-02-09 | 1 | -1/+11 |
| | | | | llvm-svn: 125169 | ||||
* | Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. | NAKAMURA Takumi | 2011-02-05 | 1 | -60/+17 |
| | | | | | | | config.h.* have conditions whether each symbol is defined or not. Autoconf and CMake may check symbols in libgcc.a for JIT on Mingw. llvm-svn: 124950 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+199 |
llvm-svn: 120298 |