| Commit message (Expand) | Author | Age | Files | Lines |
* | End of life for gccld. Remove its source code and enable the generation | Reid Spencer | 2007-02-09 | 1 | -461/+0 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -6/+0 |
* | add an instcombine pass to clean up after heavy-lifting IP passes | Chris Lattner | 2007-02-03 | 1 | -0/+6 |
* | default to emiting an uncompressed .bc file | Chris Lattner | 2007-01-21 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+4 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -5/+6 |
* | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky | 2006-11-22 | 1 | -1/+0 |
* | Added the --disable-compression option which controls whether the | John Criswell | 2006-11-21 | 1 | -1/+5 |
* | Enable 'predsimplify' optimization. | Nick Lewycky | 2006-09-24 | 1 | -0/+1 |
* | Move ipsccp pass earlier to clean up obvious bogosities | Chris Lattner | 2006-09-09 | 1 | -3/+5 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+2 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -3/+7 |
* | Use Path::getFileStatus to get status-related info. | Chris Lattner | 2006-08-01 | 1 | -7/+5 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Free memory allocated by copy_env. | Chris Lattner | 2006-05-14 | 1 | -1/+3 |
* | Implement PR679: | Reid Spencer | 2005-12-22 | 1 | -5/+8 |
* | add a hack that fixes: | Chris Lattner | 2005-11-03 | 1 | -1/+4 |
* | Fix PR637 | Chris Lattner | 2005-10-18 | 1 | -6/+4 |
* | Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native | Chris Lattner | 2005-09-23 | 1 | -17/+11 |
* | 1. Do not use .c_str() to keep a persistent handle on a temporary string. | Chris Lattner | 2005-09-23 | 1 | -23/+32 |
* | Pass -export-dynamic to gcc when compiling with -native and the link is | Chris Lattner | 2005-08-02 | 1 | -4/+5 |
* | Make sure we don't error out if an invalid path is used, just simply | Reid Spencer | 2005-07-08 | 1 | -1/+12 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -9/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -6/+6 |
* | Eliminate trailing spaces at end-of-line | Misha Brukman | 2005-04-20 | 1 | -7/+7 |
* | * Print commands as we execute them with `-v' | Misha Brukman | 2005-04-20 | 1 | -4/+16 |
* | The first argument to ExecuteAndWait should be the program name, but pointed | Chris Lattner | 2005-04-10 | 1 | -1/+4 |
* | Changes to enable creation of native executables directly from gccld and to | Reid Spencer | 2005-02-28 | 1 | -2/+89 |
* | Make sure to null terminate argument lists! | Chris Lattner | 2005-02-13 | 1 | -0/+3 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -14/+16 |
* | For PR351: | Reid Spencer | 2004-12-14 | 1 | -56/+29 |
* | This pass is no longer needed. | Chris Lattner | 2004-12-10 | 1 | -1/+0 |
* | Turn on ipsccp by default instead of simple IPCP | Chris Lattner | 2004-12-10 | 1 | -1/+2 |
* | Recognize --strip-all as a synonym for -s. | Chris Lattner | 2004-12-02 | 1 | -7/+8 |
* | -disable-opt is not -O0, it's okay for it to disable internalize. | Chris Lattner | 2004-11-17 | 1 | -7/+7 |
* | Even with -disable-opt we should still internalize and strip if requested. | Chris Lattner | 2004-11-16 | 1 | -13/+13 |
* | Linker.h has a new home. | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Don't miss global optimizations because we run before the inliner | Chris Lattner | 2004-10-11 | 1 | -0/+1 |
* | Rename pass | Chris Lattner | 2004-10-07 | 1 | -3/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | This pass has proven its metal, remove -disable option. | Chris Lattner | 2004-08-02 | 1 | -5/+1 |
* | Run DSE at link-time, and turn on an IP alias analysis by default in gccld! | Chris Lattner | 2004-07-27 | 1 | -1/+7 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 1 | -0/+79 |
* | Add a couple more IPO's | Chris Lattner | 2004-04-12 | 1 | -0/+3 |
* | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner | 2004-04-08 | 1 | -0/+1 |
* | Revert previous patch, I'm a moron :) | Chris Lattner | 2004-04-08 | 1 | -6/+5 |
* | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner | 2004-04-08 | 1 | -5/+6 |
* | Minor cleanups | Chris Lattner | 2004-04-06 | 1 | -32/+18 |
* | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner | 2004-04-06 | 1 | -1/+18 |