aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/DynamicLibrary.h
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-07-07Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner
2009-07-07remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2008-03-14Restore this member, which is used on win32.Chris Lattner
2008-03-13Remove unused GetAddressOfSymbol()Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-08-25For PR797:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-01-30Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-29Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer
2004-11-29Make the default constructor cause the program's symbols to be loaded asReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer