aboutsummaryrefslogtreecommitdiffstats
path: root/utils/findmisopt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-2/+1
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-2/+2
* Make use of the llvm-ld tool's new ability to read input from stdin to extractReid Spencer2007-08-131-7/+7
* Now that llvm-ld can accept - as input from stdin, use this feature to extractReid Spencer2007-08-111-2/+2
* Use opt to generate the list of passes to run.Reid Spencer2007-02-051-5/+5
* Allow the input of the test program to be specified.Reid Spencer2006-12-091-5/+11
* Add the -ldl library option.Reid Spencer2006-12-081-2/+3
* Only show the first few lines of difference.Reid Spencer2006-11-251-1/+1
* Stop early if there is no mis-optimization.Reid Spencer2006-11-221-0/+9
* Provide a list of gccld optimization switches.Reid Spencer2006-11-181-1/+4
* Use a release version of bugpoint, if found. Include gccld passes.Reid Spencer2006-11-161-5/+19
* Add some output so the user is informed while they wait.Reid Spencer2006-11-131-3/+14
* Add -lstdc++ to the link line for C++ programs.Reid Spencer2006-11-111-2/+2
* Don't run bugpoint if we can't find a misoptimization.Reid Spencer2006-11-091-2/+6
* Print a usage message if too few arguments to program.Reid Spencer2006-11-091-0/+5
* Add a utility script to find a mis-optimization problem. This sometimesReid Spencer2006-11-091-0/+125