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