llvm-6502/unittests
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
..
ADT Default to armv7 cpu for NaCl when march=arm 2015-03-26 21:58:46 +00:00
Analysis
Bitcode
CodeGen
DebugInfo
ExecutionEngine [MCJIT] Enable MCJIT regression tests on Darwin. 2015-03-31 20:48:52 +00:00
IR [opaque pointer type] API migration for GEP constant factories 2015-04-02 18:55:32 +00:00
LineEditor
Linker
MC
Option
ProfileData
Support [support] Add a macro wrapper for alignas and simplify some code. 2015-04-02 11:32:48 +00:00
Transforms Transforms: Update unit tests to use verifyModule() 2015-03-30 21:35:14 +00:00
CMakeLists.txt
Makefile
Makefile.unittest