| Commit message (Expand) | Author | Age | Files | Lines |
* | remove attributions | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Align make log output with the rest of llvm. | Reid Spencer | 2007-02-10 | 1 | -6/+6 |
* | End of life for gccld. Remove its source code and enable the generation | Reid Spencer | 2007-02-09 | 4 | -950/+0 |
* | Write the deprecation message to stderr instead of stdout so that it | Reid Spencer | 2007-02-09 | 1 | -1/+1 |
* | Put in a disabled template for when gccld is replaced by the shell script. | Reid Spencer | 2007-02-09 | 1 | -0/+19 |
* | Get the right warning message. | Reid Spencer | 2007-02-09 | 1 | -1/+1 |
* | New shell script to replace gccld, eventually. | Reid Spencer | 2007-02-09 | 1 | -0/+23 |
* | 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 |
* | shutdown the app when done. | Chris Lattner | 2007-01-31 | 1 | -1/+3 |
* | 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 | 2 | -21/+21 |
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
* | Remove extra header. | Nick Lewycky | 2006-12-01 | 1 | -1/+0 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 2 | -22/+24 |
* | 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 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -4/+1 |
* | - Fixed broken Win32 build | Anton Korobeynikov | 2006-09-01 | 1 | -5/+10 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+2 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -4/+14 |
* | For PR797: | Reid Spencer | 2006-08-21 | 3 | -10/+32 |
* | Use Path::getFileStatus to get status-related info. | Chris Lattner | 2006-08-01 | 1 | -7/+5 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Free memory allocated by copy_env. | Chris Lattner | 2006-05-14 | 1 | -1/+3 |
* | For PR521: | Reid Spencer | 2006-01-10 | 1 | -1/+13 |
* | Implement PR679: | Reid Spencer | 2005-12-22 | 3 | -7/+15 |
* | Remove -start-group and -end-group no-op options, accidentally committed | Reid Spencer | 2005-12-14 | 1 | -5/+0 |
* | Adjust the constructor to the Linker class to take an argument that names | Reid Spencer | 2005-12-13 | 1 | -1/+5 |
* | Allow users to specify -Wl,-native* multiple times if they please | Chris Lattner | 2005-11-17 | 1 | -2/+2 |
* | add a hack that fixes: | Chris Lattner | 2005-11-03 | 1 | -1/+4 |
* | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
* | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell | 2005-10-26 | 1 | -1/+1 |
* | 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 | 3 | -8/+10 |
* | Make sure we don't error out if an invalid path is used, just simply | Reid Spencer | 2005-07-08 | 1 | -1/+12 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -7/+7 |
* | For PR495: | Reid Spencer | 2005-07-07 | 2 | -13/+9 |
* | There are still uses for spaces in Makefiles -- to make text line up together, | Misha Brukman | 2005-04-24 | 1 | -3/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 3 | -27/+27 |
* | Eliminate trailing spaces at end-of-line | Misha Brukman | 2005-04-20 | 2 | -18/+18 |
* | Consistently eschew space between `*' or `&' and function argument name | Misha Brukman | 2005-04-20 | 1 | -12/+12 |
* | * Print commands as we execute them with `-v' | Misha Brukman | 2005-04-20 | 3 | -21/+44 |