aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
AgeCommit message (Expand)Author
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen
2005-01-06Fix minor mistakesJeff Cohen
2005-01-06Add project opt to Visual Studio.Jeff Cohen
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer
2004-12-30For PR351:Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-10-15Fix hyphenation and quoting style for great justiceMisha Brukman
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-11Prune unused #includeChris Lattner
2004-07-11Add -load optionChris Lattner
2004-05-27Neuter the -q option. Stop printing the "program modified" message, everChris Lattner
2004-05-27Re-introduce the -q option and make opt always return 0, even if theReid Spencer
2004-05-27Removed the -q option and the default message written to stderr. TheReid Spencer
2004-05-27Header file movedChris Lattner
2004-04-02Fix wonky headerChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-12-10Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Fix grammar.Misha Brukman
2003-05-22Kill using declarationsChris Lattner
2003-04-24Make sure to create a target data that matches the Module's target properties.Chris Lattner
2003-04-24Remove support for "target data" pass ctorsChris Lattner
2003-04-16Don't support codegen passes in optChris Lattner
2003-04-16Give verbose error messages if bytecode file cannot be parsedChris Lattner
2003-02-26Rename -no-* to -disable-*Chris Lattner
2003-02-12Add new -no-verify optionChris Lattner
2003-02-12Add a new -no-output option, useful for -aa-eval tests.Chris Lattner
2002-10-29Rename Sparc.h TargetMachineImpls.hChris Lattner
2002-09-16Add support for optimization passes that use a TargetMachine object.Vikram S. Adve
2002-07-31Change command line option message on -q to make it more accurateChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-26Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-23Use the pass registration mechanism to populate command line options forChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-12added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla
2002-06-30*** empty log message ***Chris Lattner
2002-06-25Changes for 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-21Expose cfg simplification passChris Lattner
2002-05-10expose LICM passChris Lattner
2002-05-10Expose the lowerallocs passChris Lattner
2002-05-10Expose the pi node insertion pass.Chris Lattner