summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add hooks to globaldceChris Lattner2001-11-261-28/+37
| | | | | | | * Fix ugly hacks by implementing IPOs correctly * Use an auto_ptr to manage the module lifecycle llvm-svn: 1395
* Link to ipo libraryChris Lattner2001-11-261-1/+1
| | | | llvm-svn: 1394
* Change swapstructs itfChris Lattner2001-11-261-8/+12
| | | | | | Add nasty hack to be removed later llvm-svn: 1356
* Add hooks to call the new swap structcontents passChris Lattner2001-11-101-1/+5
| | | | llvm-svn: 1243
* add Yet Another Instance of a Static LibraryChris Lattner2001-11-101-1/+1
| | | | llvm-svn: 1242
* Move the Raise xform from opt to transformsChris Lattner2001-11-012-2/+3
| | | | llvm-svn: 1072
* Add hook for GCC cleanup passChris Lattner2001-10-311-1/+4
| | | | llvm-svn: 1060
* Fix to reference the right headerChris Lattner2001-10-191-1/+1
| | | | llvm-svn: 915
* Expose more xforms to the opt utilityChris Lattner2001-10-182-2/+5
| | | | llvm-svn: 900
* Use the standard header not the old oneChris Lattner2001-10-181-2/+1
| | | | llvm-svn: 886
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-182-16/+14
| | | | llvm-svn: 884
* * Passes return true if they change something, not if they failChris Lattner2001-10-181-11/+11
| | | | | | * Convert opt to use Pass's and convert optimizations to pass structure llvm-svn: 870
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-7/+3
| | | | llvm-svn: 501
* Remove support for const pool merging, which is obsolete now.Chris Lattner2001-09-071-3/+1
| | | | llvm-svn: 471
* Change option name slightlyChris Lattner2001-07-231-1/+1
| | | | llvm-svn: 287
* Use the new Alias command line optionChris Lattner2001-07-231-3/+4
| | | | llvm-svn: 284
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵Chris Lattner2001-07-231-5/+5
| | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-235-52/+53
| | | | llvm-svn: 272
* Add support to call LevelRaiseChris Lattner2001-07-202-1/+2
| | | | llvm-svn: 217
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
| | | | llvm-svn: 198
* Include ADCE pass, rename include/Opt directory to llvm/OptimizationsChris Lattner2001-06-301-2/+5
| | | | | | | Optimizations now in opt namespace. Rename SCCP pass to DoSCCP llvm-svn: 118
* Add command line arguments for Constant Pool Merging & Sparse Conditional ↵Chris Lattner2001-06-271-6/+8
| | | | | | Constant Prop llvm-svn: 94
* Add stub for induction variable codeChris Lattner2001-06-201-0/+1
| | | | llvm-svn: 38
* Removed silly test codeChris Lattner2001-06-131-22/+4
| | | | llvm-svn: 31
* Added a stupid testcase for iterators.Chris Lattner2001-06-081-0/+20
| | | | llvm-svn: 17
* Initial revisionChris Lattner2001-06-065-0/+118
llvm-svn: 2
OpenPOWER on IntegriCloud