llvm-6502/tools/bugpoint
Misha Brukman 9d679cbc6c * Moved InputArgv out of anonymous scope to be extern'd in another file.
* Added DEBUG() statements to print out parameters passed to executing programs
* Actually ADD parameters to a program running via the JIT (using vector<char*>)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7433 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-30 20:15:44 +00:00
..
BugDriver.cpp Made a bunch of cleanups, as per Chris' recommendations: 2003-07-24 21:59:10 +00:00
BugDriver.h Added comment to function isExecutingJIT() 2003-07-28 20:59:16 +00:00
bugpoint.cpp Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. 2003-07-30 17:59:23 +00:00
CodeGeneratorBug.cpp * Disambiguate symbols before we start splitting module by functions 2003-07-29 16:02:28 +00:00
CrashDebugger.cpp
ExecutionDriver.cpp * Moved InputArgv out of anonymous scope to be extern'd in another file. 2003-07-30 20:15:44 +00:00
ExtractFunction.cpp
ListReducer.h
Makefile
Miscompilation.cpp Major addition to bugpoint: ability to debug code generators (LLC and LLI). 2003-07-24 18:17:43 +00:00
OptimizerDriver.cpp
SystemUtils.cpp
SystemUtils.h
TestPasses.cpp