llvm-6502/tools/bugpoint
Chris Lattner 50010429a7 add support for bugpointing the integrated assembler. Something like this
works for me: bugpoint Output/bisort.llvm.bc -run-llc-ia -safe-run-llc

This uses llc with the integrated assembler as the test compiler and llc
without it as the safe compiler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98618 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-16 06:41:47 +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 Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
bugpoint.cpp only print the override triple if it exists! 2009-08-31 03:22:35 +00:00
CMakeLists.txt
CrashDebugger.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
ExecutionDriver.cpp add support for bugpointing the integrated assembler. Something like this 2010-03-16 06:41:47 +00:00
ExtractFunction.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +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 remove obsolete comment. 2010-01-16 21:34:51 +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 add support for bugpointing the integrated assembler. Something like this 2010-03-16 06:41:47 +00:00
ToolRunner.h add support for bugpointing the integrated assembler. Something like this 2010-03-16 06:41:47 +00:00