summaryrefslogtreecommitdiff
path: root/utils/findmisopt
Commit message (Expand)AuthorAge
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* Make use of the llvm-ld tool's new ability to read input from stdin to extractReid Spencer2007-08-13
* Now that llvm-ld can accept - as input from stdin, use this feature to extractReid Spencer2007-08-11
* Use opt to generate the list of passes to run.Reid Spencer2007-02-05
* Allow the input of the test program to be specified.Reid Spencer2006-12-09
* Add the -ldl library option.Reid Spencer2006-12-08
* Only show the first few lines of difference.Reid Spencer2006-11-25
* Stop early if there is no mis-optimization.Reid Spencer2006-11-22
* Provide a list of gccld optimization switches.Reid Spencer2006-11-18
* Use a release version of bugpoint, if found. Include gccld passes.Reid Spencer2006-11-16
* Add some output so the user is informed while they wait.Reid Spencer2006-11-13
* Add -lstdc++ to the link line for C++ programs.Reid Spencer2006-11-11
* Don't run bugpoint if we can't find a misoptimization.Reid Spencer2006-11-09
* Print a usage message if too few arguments to program.Reid Spencer2006-11-09
* Add a utility script to find a mis-optimization problem. This sometimesReid Spencer2006-11-09