summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld/GenerateCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* End of life for gccld. Remove its source code and enable the generationReid Spencer2007-02-091-461/+0
* For PR411:Reid Spencer2007-02-051-6/+0
* add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner2007-02-031-0/+6
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-5/+6
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-221-1/+0
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-211-1/+5
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-241-0/+1
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-091-3/+5
* For PR797:Reid Spencer2006-08-231-1/+2
* For PR797:Reid Spencer2006-08-211-3/+7
* Use Path::getFileStatus to get status-related info.Chris Lattner2006-08-011-7/+5
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Free memory allocated by copy_env.Chris Lattner2006-05-141-1/+3
* Implement PR679:Reid Spencer2005-12-221-5/+8
* add a hack that fixes:Chris Lattner2005-11-031-1/+4
* Fix PR637Chris Lattner2005-10-181-6/+4
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-231-17/+11
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-231-23/+32
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-021-4/+5
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-081-1/+12
* For PR495:Reid Spencer2005-07-071-9/+5
* Remove trailing whitespaceMisha Brukman2005-04-221-6/+6
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-201-7/+7
* * Print commands as we execute them with `-v'Misha Brukman2005-04-201-4/+16
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-101-1/+4
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-281-2/+89
* Make sure to null terminate argument lists!Chris Lattner2005-02-131-0/+3
* For PR351:Reid Spencer2004-12-191-14/+16
* For PR351:Reid Spencer2004-12-141-56/+29
* This pass is no longer needed.Chris Lattner2004-12-101-1/+0
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-101-1/+2
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-021-7/+8
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-171-7/+7
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-161-13/+13
* Linker.h has a new home.Reid Spencer2004-11-141-1/+1
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-111-0/+1
* Rename passChris Lattner2004-10-071-3/+2
* 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
OpenPOWER on IntegriCloud