Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / DynamicLibrary.cpp
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2014-08-27 Zachary TurnerRevert "Limit the symbol search in DynamicLibrary to...
2014-08-27 Zachary TurnerLimit the symbol search in DynamicLibrary to the module...
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
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.