llvm-6502/tools/bugpoint
Chris Lattner 8abfb8adb2 bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols
dates to a time when two different LLVM values could have the same
name but different types.  Simplify it to just assign names to unnamed
things and let the core symtab resolve duplicates.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93660 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-16 21:34:01 +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
bugpoint.cpp only print the override triple if it exists! 2009-08-31 03:22:35 +00:00
CMakeLists.txt
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
Makefile
Miscompilation.cpp bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols 2010-01-16 21:34:01 +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
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