aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
AgeCommit message (Expand)Author
2007-02-02For PR1152:Reid Spencer
2007-01-26Order createSimplifyLibCallsPass() after a set of function level passesDevang Patel
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2007-01-15Run an instcombine pass after inlining but before scalarrepl. This allowsChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-22Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky
2006-09-24Enable 'predsimplify' optimization.Nick Lewycky
2006-08-18For PR797:Reid Spencer
2006-07-03Split long comment lines.Reid Spencer
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-02-22Turn on loop unswitching tonightChris Lattner
2005-05-07Move licm after reassociate, add some cond-propagate passesChris Lattner
2005-04-27Add the simplify-libcalls pass.Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-03-29there is no reason to run -instcombine -instcombine!Chris Lattner
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2005-03-07move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2004-12-30For PR351:Reid Spencer
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer
2004-12-03Add -strip-debug optionChris Lattner
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-08Add a --disable-compression option to gccas so the default compression ofReid Spencer
2004-10-07Rename passChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-22Remove redundant SCCP passChris Lattner
2004-05-27Header file movedChris Lattner
2004-04-18Move loop optimization passes up, add loop unrollerChris Lattner
2004-03-13Turn on argument promotion in gccas. This can give us substantially betterChris Lattner
2004-02-25Add a new passChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-02-01Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner
2004-01-14Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner
2003-12-30Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner
2003-12-11Run tailcall elimination in a more logical placeChris Lattner
2003-12-07It is now after pldi. This issue has been fixed, so remove the hackChris Lattner
2003-11-22Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner
2003-11-21Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner
2003-11-13As the comments indicate, this is a temporary, repulsive, hackChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-16Unfortunately, it looks like level raise is still needed :(Chris Lattner
2003-10-15Give this file a proper headerChris Lattner
2003-10-15The levelraise pass is a broken old piece of crufty code that should beChris Lattner