1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib/IR
James Y Knight 8a32a5595a [opaque pointer types] Remove some calls to generic Type subtype accessors.
That is, remove many of the calls to Type::getNumContainedTypes(),
Type::subtypes(), and Type::getContainedType(N).

I'm not intending to remove these accessors -- they are
useful/necessary in some cases. However, removing the pointee type
from pointers would potentially break some uses, and reducing the
number of calls makes it easier to audit.

llvm-svn: 350835
2019-01-10 16:07:20 +00:00
..
AsmWriter.cpp [CallSite removal] Move the rest of IR implementation code away from 2019-01-07 07:31:49 +00:00
AttributeImpl.h
Attributes.cpp
AttributesCompatFunc.td
AutoUpgrade.cpp Recommit r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target independent funnel shift intrinsics." 2019-01-07 21:00:32 +00:00
BasicBlock.cpp [IR] Add Instruction::isLifetimeStartOrEnd, NFC 2018-12-21 21:49:40 +00:00
CMakeLists.txt
Comdat.cpp
ConstantFold.cpp Revert patches 348835 and 348571 because they're 2019-01-04 16:39:10 +00:00
ConstantFold.h
ConstantRange.cpp
Constants.cpp [opaque pointer types] Remove some calls to generic Type subtype accessors. 2019-01-10 16:07:20 +00:00
ConstantsContext.h
Core.cpp [LLVM-C] Allow For Creating a BasicBlock without a Parent Function 2019-01-08 06:24:19 +00:00
DataLayout.cpp [BasicAA] Support arbitrary pointer sizes (and fix an overflow bug) 2019-01-02 16:28:09 +00:00
DebugInfo.cpp
DebugInfoMetadata.cpp [llvm] API for encoding/decoding DWARF discriminators. 2018-12-21 22:48:50 +00:00
DebugLoc.cpp
DiagnosticHandler.cpp
DiagnosticInfo.cpp Add vtable anchor to classes. 2018-12-29 02:02:13 +00:00
DiagnosticPrinter.cpp
DIBuilder.cpp Rename DIFlagFixedEnum to DIFlagEnumClass. NFC 2019-01-08 17:52:29 +00:00
Dominators.cpp
DomTreeUpdater.cpp
Function.cpp [CallSite removal] Move the rest of IR implementation code away from 2019-01-07 07:31:49 +00:00
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp [IR] Add Instruction::isLifetimeStartOrEnd, NFC 2018-12-21 21:49:40 +00:00
Instructions.cpp [CallSite removal] Port IndirectCallSiteVisitor to use CallBase and 2019-01-07 07:15:51 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
IRPrintingPasses.cpp
LegacyPassManager.cpp
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Mangler.cpp
MDBuilder.cpp
Metadata.cpp
MetadataImpl.h
Module.cpp Extend Module::getOrInsertGlobal to control the construction of the 2019-01-02 15:41:47 +00:00
ModuleSummaryIndex.cpp
Operator.cpp
OptBisect.cpp
Pass.cpp
PassInstrumentation.cpp
PassManager.cpp
PassRegistry.cpp
PassTimingInfo.cpp
ProfileSummary.cpp
SafepointIRVerifier.cpp [opaque pointer types] Remove some calls to generic Type subtype accessors. 2019-01-10 16:07:20 +00:00
Statepoint.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp [CallSite removal] Move the rest of IR implementation code away from 2019-01-07 07:31:49 +00:00
ValueSymbolTable.cpp
Verifier.cpp [Verifier] Reject invalid type for DILocalVariable. 2019-01-07 23:09:09 +00:00