aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/GenerateCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-021-5/+1
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-271-1/+7
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-021-0/+79
* Add a couple more IPO'sChris Lattner2004-04-121-0/+3
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-081-0/+1
* Revert previous patch, I'm a moron :)Chris Lattner2004-04-081-6/+5
* Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner2004-04-081-5/+6
* Minor cleanupsChris Lattner2004-04-061-32/+18
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-061-1/+18
* Run the new pass in gccld now that it passes all testsChris Lattner2004-03-071-0/+4
* We have this snazzy link-time optimizer. How about we start using it? ThisChris Lattner2004-02-261-2/+6
* Add a new pass, run internalize firstChris Lattner2004-02-251-7/+11
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-261-2/+4
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-141-0/+3
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-281-6/+6
* For consistency, removed space between function name and left paren in functionMisha Brukman2003-11-201-15/+15
* Add a -verify option to verify the results of gccld passes.Brian Gaeke2003-11-161-43/+63
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Give gccld more gutsChris Lattner2003-11-091-0/+8
* Turn on the inliner by default at link-timeChris Lattner2003-10-241-0/+10
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-231-0/+3
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Doxygen-ified function comments.Misha Brukman2003-09-301-61/+43
* Removed extra space in comments.Misha Brukman2003-09-301-12/+12
* Remove initials from source fileChris Lattner2003-09-301-2/+1
* Make code more terse:Misha Brukman2003-09-301-69/+38
* Update file headers for renamed files.Chris Lattner2003-09-301-1/+1
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-42/+59
* Refactored gccld into three C++ source files.John Criswell2003-09-181-0/+228