summaryrefslogtreecommitdiff
path: root/utils/findmisopt
AgeCommit message (Expand)AuthorFilesLines
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands1-2/+2
2007-08-13Make use of the llvm-ld tool's new ability to read input from stdin to extractReid Spencer1-7/+7
2007-08-11Now that llvm-ld can accept - as input from stdin, use this feature to extractReid Spencer1-2/+2
2007-02-05Use opt to generate the list of passes to run.Reid Spencer1-5/+5
2006-12-09Allow the input of the test program to be specified.Reid Spencer1-5/+11
2006-12-08Add the -ldl library option.Reid Spencer1-2/+3
2006-11-25Only show the first few lines of difference.Reid Spencer1-1/+1
2006-11-22Stop early if there is no mis-optimization.Reid Spencer1-0/+9
2006-11-18Provide a list of gccld optimization switches.Reid Spencer1-1/+4
2006-11-16Use a release version of bugpoint, if found. Include gccld passes.Reid Spencer1-5/+19
2006-11-13Add some output so the user is informed while they wait.Reid Spencer1-3/+14
2006-11-11Add -lstdc++ to the link line for C++ programs.Reid Spencer1-2/+2
2006-11-09Don't run bugpoint if we can't find a misoptimization.Reid Spencer1-2/+6
2006-11-09Print a usage message if too few arguments to program.Reid Spencer1-0/+5
2006-11-09Add a utility script to find a mis-optimization problem. This sometimesReid Spencer1-0/+125