llvm-6502/tools/bugpoint
Misha Brukman 91eabc13d3 BugDriver.h:
* Added method to query if BugDriver is executing the JIT currently.
  This provides the ability in adding code that is conditionally executed in
  codegen debugging phase.

CodeGeneratorBug.cpp:
* Delete test functions from the Safe module
* Code conditionally added when debugging the JIT:
  use the lazy resolver function added to Emitter.cpp to get function pointer
  by name. When compiled into an .so, this is the only way to get a pointer to
  an external function
* Added a symbol disambiguator which will keep symbols uniquely named across
  modules
* Delete generated files by default
* The function `main' *must* stay in the .bc file for the JIT, but that prevents
  debugging it alone. This patch makes the old `main' become `old_main' and adds
  a new function named `main' which just calls the original with the same
  parameters, thereby keeping functionality the same.

ExecutionDriver.cpp:
* Returned to getting unique filenames
* Simplified code choosing between using and not using shared library option


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7364 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-28 19:16:14 +00:00
..
BugDriver.cpp Made a bunch of cleanups, as per Chris' recommendations: 2003-07-24 21:59:10 +00:00
BugDriver.h BugDriver.h: 2003-07-28 19:16:14 +00:00
bugpoint.cpp Major addition to bugpoint: ability to debug code generators (LLC and LLI). 2003-07-24 18:17:43 +00:00
CodeGeneratorBug.cpp BugDriver.h: 2003-07-28 19:16:14 +00:00
CrashDebugger.cpp Try to run cleanups even if nothing was modified in the preview passes 2003-06-25 04:13:52 +00:00
ExecutionDriver.cpp BugDriver.h: 2003-07-28 19:16:14 +00:00
ExtractFunction.cpp Run dead arg elimination, and tell it that it's ok to hack up non-internal functions 2003-06-25 04:13:36 +00:00
ListReducer.h Rename Kept -> Suffix 2003-04-25 03:16:33 +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 Major addition to bugpoint: ability to debug code generators (LLC and LLI). 2003-07-24 18:17:43 +00:00
OptimizerDriver.cpp Fixed misspelling. 2003-07-21 21:58:16 +00:00
SystemUtils.cpp The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
SystemUtils.h New files for miscompilation detection 2002-12-23 23:50:16 +00:00
TestPasses.cpp Remove unnecessary &* 2003-04-23 16:38:00 +00:00