index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
DynamicLibrary.cpp
Age
Commit message (
Expand
)
Author
2007-02-01
silence warning
Chris Lattner
2007-01-19
Unbreak Darwin.
Reid Spencer
2007-01-19
Help the lli interpreter find the stderr/stdin/stdout symbols. These are
Reid Spencer
2007-01-19
Handle each of stderr/stdin/stdout separately.
Reid Spencer
2007-01-11
Avoid taking the address of a macro by checking to see if stdin is defined
Reid Spencer
2007-01-10
Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is
Reid Spencer
2006-08-30
Guess what happens when asserts are disabled. :(
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-07-07
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-05-14
Bug noticed, by inspection. Filename can be null.
Chris Lattner
2006-05-12
Fix iterator invalidation bug, identified by Coverity.
Chris Lattner
2006-01-30
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-02
Correct the case of a #include directory name, just in case.
Reid Spencer
2004-12-24
Get VC++ building again
Jeff Cohen
2004-12-24
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
Jeff Cohen
2004-12-04
Fix compilation error on Darwin.
Chris Lattner
2004-12-03
Move darwin-specific majik here.
Chris Lattner
2004-11-29
Implement two new functions: LoadLibraryPermanently and
Reid Spencer
2004-11-29
We just use ltdl's implementation for this abstraction now. Its portable to
Reid Spencer
2004-11-29
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer