summaryrefslogtreecommitdiff
path: root/include/llvm/System/DynamicLibrary.h
Commit message (Expand)AuthorAge
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Restore this member, which is used on win32.Chris Lattner2008-03-14
* Remove unused GetAddressOfSymbol()Devang Patel2008-03-13
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* For PR797:Reid Spencer2006-08-25
* For PR780:Reid Spencer2006-07-26
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-07
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer2004-11-29
* Make the default constructor cause the program's symbols to be loaded asReid Spencer2004-11-29
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-18