llvm-6502/tools/bugpoint
Bill Wendling 68fe61d6a1 Replacing std::iostreams with llvm iostreams. Some of these changes involve
adding a temporary wrapper around the ostream to make it friendly to
functions expecting an LLVM stream. This should be fixed in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31990 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-29 00:19:40 +00:00
..
BugDriver.cpp Fix for PR960. Improves bugpoint so that it removes global variable 2006-10-25 18:36:14 +00:00
BugDriver.h Fix for PR960. Improves bugpoint so that it removes global variable 2006-10-25 18:36:14 +00:00
bugpoint.cpp Need <iostream> for the time being. 2006-11-17 10:09:22 +00:00
CrashDebugger.cpp For PR786: 2006-11-02 20:25:50 +00:00
ExecutionDriver.cpp Add an -append-exit-code option to bugpoint. This will cause bugpoint to 2006-11-28 07:04:10 +00:00
ExtractFunction.cpp For PR950: 2006-11-27 01:05:10 +00:00
FindBugs.cpp minor cleanups 2006-08-17 18:49:52 +00:00
ListReducer.h Make the bugpoint reduction heuristics more effective. Patch submitted by 2006-10-10 21:42:25 +00:00
Makefile Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
Miscompilation.cpp For PR950: 2006-11-27 01:05:10 +00:00
OptimizerDriver.cpp Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
TestPasses.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
ToolRunner.cpp comment out debug code 2006-09-15 23:01:10 +00:00
ToolRunner.h Add a new -cbe-bug mode, which works just like -run-llc, except that it uses 2006-09-15 21:29:15 +00:00