llvm-6502/tools/bugpoint
Misha Brukman de4803d0af As per Chris, greatly simplify handling of external functions by using the
wrapper idea uniformly: we can use Value::replaceAllUsesWith() instead of
special-casing by class of user.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13063 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-19 03:36:47 +00:00
..
BugDriver.cpp Wrap at 80 cols. 2004-04-06 17:04:30 +00:00
BugDriver.h Merge the code generator miscompilation code into the optimizer miscompilation 2004-04-05 22:58:16 +00:00
bugpoint.cpp
CrashDebugger.cpp
ExecutionDriver.cpp * Reorder #includes 2004-04-19 03:12:35 +00:00
ExtractFunction.cpp Minor speedup 2004-04-02 16:28:32 +00:00
ListReducer.h
Makefile
Miscompilation.cpp As per Chris, greatly simplify handling of external functions by using the 2004-04-19 03:36:47 +00:00
OptimizerDriver.cpp
TestPasses.cpp
ToolRunner.cpp lli no longer takes the -quiet option! 2004-04-05 20:28:41 +00:00
ToolRunner.h