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
/
gccld
/
gccld.h
Age
Commit message (
Expand
)
Author
2007-02-09
End of life for gccld. Remove its source code and enable the generation
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2005-12-22
Implement PR679:
Reid Spencer
2005-08-02
Pass -export-dynamic to gcc when compiling with -native and the link is
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-20
Consistently eschew space between `*' or `&' and function argument name
Misha Brukman
2005-04-20
* Print commands as we execute them with `-v'
Misha Brukman
2005-02-28
Changes to enable creation of native executables directly from gccld and to
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-12-02
Recognize --strip-all as a synonym for -s.
Chris Lattner
2004-11-14
Remove linking declarations (in Linker.h now)
Reid Spencer
2004-06-02
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
Chris Lattner
2004-04-06
Add a new gccld -native-cbe option which causes gccld to generate native code
Chris Lattner
2003-11-28
* The return value of LinkLibraries is ignored, so remove it.
Chris Lattner
2003-11-20
Add ability to search only for native shared object, and expose the
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
Give this header file an Emacs mode-line.
Brian Gaeke
2003-10-20
fix file header
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-09-19
New header file for gccld.
John Criswell