[TableGen] Use range-based for loops. NFC
[oota-llvm.git] / utils / findmisopt
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2007-08-13 Reid SpencerMake use of the llvm-ld tool's new ability to read...
2007-08-11 Reid SpencerNow that llvm-ld can accept - as input from stdin,...
2007-02-05 Reid SpencerUse opt to generate the list of passes to run.
2006-12-09 Reid SpencerAllow the input of the test program to be specified.
2006-12-08 Reid SpencerAdd the -ldl library option.
2006-11-25 Reid SpencerOnly show the first few lines of difference.
2006-11-22 Reid SpencerStop early if there is no mis-optimization.
2006-11-18 Reid SpencerProvide a list of gccld optimization switches.
2006-11-16 Reid SpencerUse a release version of bugpoint, if found. Include...
2006-11-13 Reid SpencerAdd some output so the user is informed while they...
2006-11-11 Reid SpencerAdd -lstdc++ to the link line for C++ programs.
2006-11-09 Reid SpencerDon't run bugpoint if we can't find a misoptimization.
2006-11-09 Reid SpencerPrint a usage message if too few arguments to program.
2006-11-09 Reid SpencerAdd a utility script to find a mis-optimization problem...