llvm-6502/tools
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
..
bugpoint [opaque pointer type] API migration for GEP constant factories 2015-04-02 18:55:32 +00:00
bugpoint-passes
dsymutil
gold Fix PR23045. 2015-03-30 21:36:43 +00:00
llc Make llc use getHostCPUFeatures when 'native' is specified for cpu. 2015-03-31 05:52:57 +00:00
lli [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and 2015-04-02 04:34:45 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis llvm-dis: Use the new DebugLoc API, NFC 2015-03-30 20:04:06 +00:00
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link tools: Unify how verifyModule() is called 2015-03-31 03:07:23 +00:00
llvm-lto
llvm-mc Replace the MCSubtargetInfo parameter with a Triple when creating 2015-03-31 00:10:04 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable. 2015-04-01 21:50:45 +00:00
llvm-pdbdump
llvm-profdata
llvm-readobj
llvm-rtdyld Replace the MCSubtargetInfo parameter with a Triple when creating 2015-03-31 00:10:04 +00:00
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer
lto
macho-dump
msbuild
obj2yaml
opt Add -mcpu=native support to opt. 2015-04-01 05:32:04 +00:00
verify-uselistorder tools: Unify how verifyModule() is called 2015-03-31 03:07:23 +00:00
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile