summaryrefslogtreecommitdiff
path: root/lib/Support/DynamicLibrary.cpp
Commit message (Expand)AuthorAge
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-13
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-06
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Revert r190921. It broke Windows.Filip Pizlo2013-09-18
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-04
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-22
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17
* Don't leak the mutex when loading dynamic libraries.Owen Anderson2010-12-07
* Merge System into Support.Michael J. Spencer2010-11-29