summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAge
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Prune unused #includeChris Lattner2004-07-11
* Add -load optionChris Lattner2004-07-11
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-27
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-27
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-27
* Header file movedChris Lattner2004-05-27
* Fix wonky headerChris Lattner2004-04-02
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-19
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Removed extraneous comment line.John Criswell2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Fix grammar.Misha Brukman2003-10-10
* Kill using declarationsChris Lattner2003-05-22
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* Don't support codegen passes in optChris Lattner2003-04-16
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-16
* Rename -no-* to -disable-*Chris Lattner2003-02-26
* Add new -no-verify optionChris Lattner2003-02-12
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-12
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-29
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-16
* Change command line option message on -q to make it more accurateChris Lattner2002-07-31
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-25
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-12
* *** empty log message ***Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Expose cfg simplification passChris Lattner2002-05-21
* expose LICM passChris Lattner2002-05-10
* Expose the lowerallocs passChris Lattner2002-05-10
* Expose the pi node insertion pass.Chris Lattner2002-05-10
* Expose expression reassociationChris Lattner2002-05-08
* Spell aggressive correctlyChris Lattner2002-05-07
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Expose the internalize pass.Chris Lattner2002-04-28
* Expose new GCSE passChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* * Add the printm pass to allow dumping the entire module after a transformation.Chris Lattner2002-04-13
* Expose funcresolve pass through optChris Lattner2002-04-12