summaryrefslogtreecommitdiff
path: root/tools/gccld/GenerateCode.cpp
Commit message (Expand)AuthorAge
* Implement PR679:Reid Spencer2005-12-22
* add a hack that fixes:Chris Lattner2005-11-03
* Fix PR637Chris Lattner2005-10-18
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-23
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-23
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-02
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-22
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-20
* * Print commands as we execute them with `-v'Misha Brukman2005-04-20
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-10
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-28
* Make sure to null terminate argument lists!Chris Lattner2005-02-13
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-14
* This pass is no longer needed.Chris Lattner2004-12-10
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-10
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-02
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-17
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-16
* Linker.h has a new home.Reid Spencer2004-11-14
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Rename passChris Lattner2004-10-07
* Changes For Bug 352Reid Spencer2004-09-01
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-02
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-27
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-02
* Add a couple more IPO'sChris Lattner2004-04-12
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-08
* Revert previous patch, I'm a moron :)Chris Lattner2004-04-08
* Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner2004-04-08
* Minor cleanupsChris Lattner2004-04-06
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-06
* Run the new pass in gccld now that it passes all testsChris Lattner2004-03-07
* We have this snazzy link-time optimizer. How about we start using it? ThisChris Lattner2004-02-26
* Add a new pass, run internalize firstChris Lattner2004-02-25
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-26
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-14
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-28
* For consistency, removed space between function name and left paren in functionMisha Brukman2003-11-20
* Add a -verify option to verify the results of gccld passes.Brian Gaeke2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Give gccld more gutsChris Lattner2003-11-09
* Turn on the inliner by default at link-timeChris Lattner2003-10-24
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-23
* fix file headerChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Doxygen-ified function comments.Misha Brukman2003-09-30