llvm-6502/tools/bugpoint
David Blaikie 19443c1bcb [opaque pointer type] API migration for GEP constant factories
Require the pointee type to be passed explicitly and assert that it is
correct. For now it's possible to pass nullptr here (and I've done so in
a few places in this patch) but eventually that will be disallowed once
all clients have been updated or removed. It'll be a long road to get
all the way there... but if you have the cahnce to update your callers
to pass the type explicitly without depending on a pointer's element
type, that would be a good thing to do soon and a necessary thing to do
eventually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233938 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-02 18:55:32 +00:00
..
BugDriver.cpp tools: Unify how verifyModule() is called 2015-03-31 03:07:23 +00:00
BugDriver.h
bugpoint.cpp
CMakeLists.txt
CrashDebugger.cpp Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Makefile
Miscompilation.cpp [opaque pointer type] API migration for GEP constant factories 2015-04-02 18:55:32 +00:00
OptimizerDriver.cpp
ToolRunner.cpp
ToolRunner.h