SimplifyCFG: Don't generate invalid code for switch used to initialize
[oota-llvm.git] / lib / Support / DynamicLibrary.cpp
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.