Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Support / DynamicLibrary.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-06 Peter ZotovAdd newline at EOF in DynamicLibrary.cpp
2013-11-06 Peter Zotov[llvm-c] Specify explicit namespace in LLVMLoadLibraryP...
2013-11-06 Peter Zotov[llvm-c] Expose LLVMLoadLibraryPermanently
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-18 Filip PizloRevert r190921. It broke Windows.
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-17 Jordy RoseStatic fields require an out-of-line definition. Fix...
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2010-12-07 Owen AndersonDon't leak the mutex when loading dynamic libraries.
2010-11-29 Michael J. SpencerMerge System into Support.