llvm-6502/tools/bugpoint
Chris Lattner 7915a1e764 Substantial cleanups:
* Add header comment
 * Remove extraneous #includes
 * Move the FileType enum into the GCC class
 * The GCC class is not virtual.
 * Move all of the "constructor" functions into the classes themselves
 * Stop using cl::list as arguments, use std::vector instead (which cl::list
   derives from)
 * Improve comments


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9121 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-14 21:34:11 +00:00
..
BugDriver.cpp Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems 2003-10-14 20:52:55 +00:00
BugDriver.h The return value of compileSharedObject was never used. Return the shared 2003-10-14 21:09:11 +00:00
bugpoint.cpp Bugpoint has the ability of generating a plethora of core files, so to 2003-09-12 20:42:57 +00:00
CodeGeneratorBug.cpp The return value of compileSharedObject was never used. Return the shared 2003-10-14 21:09:11 +00:00
CrashDebugger.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
ExecutionDriver.cpp The return value of compileSharedObject was never used. Return the shared 2003-10-14 21:09:11 +00:00
ExtractFunction.cpp Check in the fix I meant to apply here, but mistakenly applied to 2003-09-10 21:11:42 +00:00
ListReducer.h Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
Makefile Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where 2003-06-17 20:09:18 +00:00
Miscompilation.cpp Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems 2003-10-14 20:52:55 +00:00
OptimizerDriver.cpp Don't include <stdlib.h>. 2003-10-10 19:12:45 +00:00
TestPasses.cpp Re-grouped and alphabetized headers for easier reading and cleaner style. 2003-08-07 21:19:30 +00:00
ToolRunner.cpp Substantial cleanups: 2003-10-14 21:34:11 +00:00
ToolRunner.h Substantial cleanups: 2003-10-14 21:34:11 +00:00