aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+1
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-061-1/+1
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-1/+1
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+9
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-25/+7
* Revert r190921. It broke Windows.Filip Pizlo2013-09-181-7/+25
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-25/+7
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-221-1/+2
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-171-0/+2
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-41/+57
* Don't leak the mutex when loading dynamic libraries.Owen Anderson2010-12-071-12/+5
* Merge System into Support.Michael J. Spencer2010-11-291-0/+177