Revert previous patch, I'm a moron :)
[oota-llvm.git] / tools / gccld / GenerateCode.cpp
2004-04-08 Chris LattnerRevert previous patch, I'm a moron :)
2004-04-08 Chris LattnerRight, we break strict aliasing requirements. Make...
2004-04-06 Chris LattnerMinor cleanups
2004-04-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-03-07 Chris LattnerRun the new pass in gccld now that it passes all tests
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-20 Misha BrukmanFor consistency, removed space between function name...
2003-11-16 Brian GaekeAdd a -verify option to verify the results of gccld...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerGive gccld more guts
2003-10-24 Chris LattnerTurn on the inliner by default at link-time
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-09-30 Misha BrukmanDoxygen-ified function comments.
2003-09-30 Misha BrukmanRemoved extra space in comments.
2003-09-30 Chris LattnerRemove initials from source file
2003-09-30 Misha BrukmanMake code more terse:
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-18 John CriswellRefactored gccld into three C++ source files.