llvm-6502/tools/bugpoint
Duncan Sands 3ea11cf8fc Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with
programs that depend on native shared libraries.  Patch by Timo Lindfors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89087 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-17 10:20:22 +00:00
..
BugDriver.cpp Make bugpoint use ParseIRFile instead of doing the same thing manually. 2009-09-03 16:32:58 +00:00
BugDriver.h Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
bugpoint.cpp only print the override triple if it exists! 2009-08-31 03:22:35 +00:00
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
CrashDebugger.cpp Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionDriver.cpp Add -output-prefix option to bugpoint (to change the default output name). 2009-09-07 19:26:11 +00:00
ExtractFunction.cpp Remove the default value for ConstantStruct::get's isPacked parameter and 2009-09-19 20:30:26 +00:00
FindBugs.cpp Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ListReducer.h Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
Makefile remove attributions from tools/utils makefiles. 2007-12-29 20:07:17 +00:00
Miscompilation.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
OptimizerDriver.cpp Add -output-prefix option to bugpoint (to change the default output name). 2009-09-07 19:26:11 +00:00
TestPasses.cpp Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
ToolRunner.cpp Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with 2009-11-17 10:20:22 +00:00
ToolRunner.h eliminate the ostream version of CheckBitcodeOutputToConsole, 2009-08-23 21:36:09 +00:00