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
/
tools
/
llvm-ld
/
llvm-ld.cpp
Age
Commit message (
Expand
)
Author
2006-06-27
Fix cut-n-pasto in comments.
Devang Patel
2006-06-07
For PR780:
Reid Spencer
2006-05-14
Delete memory allocated by CopyEnv
Chris Lattner
2006-03-06
Make sure command line options are parsed before we try to add the LibPath
Reid Spencer
2006-01-10
For PR521:
Reid Spencer
2005-12-21
Implement PR512:
Reid Spencer
2005-12-13
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-10
The first argument to ExecuteAndWait should be the program name, but pointed
Chris Lattner
2005-02-13
Conform to the documented interface by null terminating argument lists!
Chris Lattner
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2004-12-30
For PR351:
Reid Spencer
2004-12-22
Correct compilation for Cygwin. FindExecutable now returns a sys::Path.
Reid Spencer
2004-12-22
Fix the Win32 build
Misha Brukman
2004-12-22
Make parameters to CopyFile use explicit instantiation of sys::Path.
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-18
sys::CopyFile returns void and throws an exception on error which will be
Reid Spencer
2004-12-18
The CopyFile function got moved into the sys namespace.
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Make the loop termination condition clear when building the set of items to
Reid Spencer
2004-12-13
Convert to use new Linker class interface
Reid Spencer
2004-12-08
When -link-as-library, add -l options to Module's deplibs
Reid Spencer
2004-12-05
Fix PR139:\
Reid Spencer
2004-11-20
Incorporate GenerateCode.cpp. Make static things static.
Reid Spencer
2004-11-14
Linker.h has a new home.
Reid Spencer
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-09-25
Add some missing #includes
Reid Spencer
2004-09-13
Initial implementation of llvm-ld: stolen from gccld.
Reid Spencer