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
/
GenerateCode.cpp
Age
Commit message (
Expand
)
Author
2004-03-07
Run the new pass in gccld now that it passes all tests
Chris Lattner
2004-02-26
We have this snazzy link-time optimizer. How about we start using it? This
Chris Lattner
2004-02-25
Add a new pass, run internalize first
Chris Lattner
2004-01-26
Fixed PR#197. The libcrtend library is removed from the library linking list
John Criswell
2004-01-14
Make sure to verify the result before writing out the bytecode file. Not doing
Chris Lattner
2003-11-28
The function resolving pass must be run, even if -disable-opt is specified
Chris Lattner
2003-11-20
For consistency, removed space between function name and left paren in function
Misha Brukman
2003-11-16
Add a -verify option to verify the results of gccld passes.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
Give gccld more guts
Chris Lattner
2003-10-24
Turn on the inliner by default at link-time
Chris Lattner
2003-10-23
Turn on the IPCP pass by default. It has passed all of the tests
Chris Lattner
2003-10-20
fix file header
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-09-30
Doxygen-ified function comments.
Misha Brukman
2003-09-30
Removed extra space in comments.
Misha Brukman
2003-09-30
Remove initials from source file
Chris Lattner
2003-09-30
Make code more terse:
Misha Brukman
2003-09-30
Update file headers for renamed files.
Chris Lattner
2003-09-19
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-09-18
Refactored gccld into three C++ source files.
John Criswell
[prev]