llvm-6502/tools/bugpoint
Reid Spencer b83eb6447b For PR950:
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt classes
in favor of just using ConstantInt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31063 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-20 07:07:24 +00:00
..
BugDriver.cpp For PR797: 2006-08-18 08:43:06 +00:00
BugDriver.h Add a new -cbe-bug mode, which works just like -run-llc, except that it uses 2006-09-15 21:29:15 +00:00
bugpoint.cpp For PR885: 2006-08-21 05:34:03 +00:00
CrashDebugger.cpp This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. 2006-08-15 16:40:49 +00:00
ExecutionDriver.cpp Add a new -cbe-bug mode, which works just like -run-llc, except that it uses 2006-09-15 21:29:15 +00:00
ExtractFunction.cpp For PR950: 2006-10-20 07:07:24 +00:00
FindBugs.cpp minor cleanups 2006-08-17 18:49:52 +00:00
ListReducer.h Make the bugpoint reduction heuristics more effective. Patch submitted by 2006-10-10 21:42:25 +00:00
Makefile Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
Miscompilation.cpp Change DisambiguateGlobalSymbols to not rename asm globals, which breaks 2006-09-07 18:21:07 +00:00
OptimizerDriver.cpp Fix --enable-valgrind. Add room for the new arguments, and don't keep 2006-09-14 04:20:17 +00:00
TestPasses.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
ToolRunner.cpp comment out debug code 2006-09-15 23:01:10 +00:00
ToolRunner.h Add a new -cbe-bug mode, which works just like -run-llc, except that it uses 2006-09-15 21:29:15 +00:00