Age | Commit message (Expand) | Author |
2006-05-14 | Free memory allocated by copy_env. | Chris Lattner |
2005-12-22 | Implement PR679: | Reid Spencer |
2005-11-03 | add a hack that fixes: | Chris Lattner |
2005-10-18 | Fix PR637 | Chris Lattner |
2005-09-23 | Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native | Chris Lattner |
2005-09-23 | 1. Do not use .c_str() to keep a persistent handle on a temporary string. | Chris Lattner |
2005-08-02 | Pass -export-dynamic to gcc when compiling with -native and the link is | Chris Lattner |
2005-07-08 | Make sure we don't error out if an invalid path is used, just simply | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2005-04-20 | Eliminate trailing spaces at end-of-line | Misha Brukman |
2005-04-20 | * Print commands as we execute them with `-v' | Misha Brukman |
2005-04-10 | The first argument to ExecuteAndWait should be the program name, but pointed | Chris Lattner |
2005-02-28 | Changes to enable creation of native executables directly from gccld and to | Reid Spencer |
2005-02-13 | Make sure to null terminate argument lists! | Chris Lattner |
2004-12-19 | For PR351: | Reid Spencer |
2004-12-14 | For PR351: | Reid Spencer |
2004-12-10 | This pass is no longer needed. | Chris Lattner |
2004-12-10 | Turn on ipsccp by default instead of simple IPCP | Chris Lattner |
2004-12-02 | Recognize --strip-all as a synonym for -s. | Chris Lattner |
2004-11-17 | -disable-opt is not -O0, it's okay for it to disable internalize. | Chris Lattner |
2004-11-16 | Even with -disable-opt we should still internalize and strip if requested. | Chris Lattner |
2004-11-14 | Linker.h has a new home. | Reid Spencer |
2004-10-11 | Don't miss global optimizations because we run before the inliner | Chris Lattner |
2004-10-07 | Rename pass | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-02 | This pass has proven its metal, remove -disable option. | Chris Lattner |
2004-07-27 | Run DSE at link-time, and turn on an IP alias analysis by default in gccld! | Chris Lattner |
2004-06-23 | Linker.h moved to include/llvm/Support | Misha Brukman |
2004-06-02 | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner |
2004-04-12 | Add a couple more IPO's | Chris Lattner |
2004-04-08 | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner |
2004-04-08 | Revert previous patch, I'm a moron :) | Chris Lattner |
2004-04-08 | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner |
2004-04-06 | Minor cleanups | Chris Lattner |
2004-04-06 | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner |
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 |