1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include/llvm/IR
David Majnemer 1126f604ac [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches
Bail out if we have a PHI on an EHPad that gets a value from a
CatchSwitchInst.  Because the CatchSwitchInst cannot be split, there is
no good place to stick any instructions.

This fixes PR26373.

llvm-svn: 259702
2016-02-03 21:30:34 +00:00
..
Argument.h
AssemblyAnnotationWriter.h
Attributes.h AttributeSetImpl: Summarize existing function attributes in a bitset. 2016-01-29 22:25:19 +00:00
Attributes.td [Inliner] Merge the attributes of the caller and callee functions 2016-01-13 06:02:45 +00:00
AutoUpgrade.h
BasicBlock.h
CallingConv.h [AVR] Defnined calling conventions. NFC. 2016-01-20 09:30:01 +00:00
CallSite.h Add function for testing string attributes to InvokeInst and CallSite. NFC. 2016-01-05 19:08:33 +00:00
CFG.h
CMakeLists.txt
Comdat.h
Constant.h don't repeat names in documentation comments; NFC 2016-01-26 17:06:13 +00:00
ConstantFolder.h
ConstantRange.h
Constants.h don't repeat names in documentation comments; NFC 2016-01-26 17:06:13 +00:00
DataLayout.h [opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source element type instead of pointer type and rename to getIndexedOffsetInType. 2016-01-22 03:08:27 +00:00
DebugInfo.h Avoid overly large SmallPtrSet/SmallSet 2016-01-30 01:24:31 +00:00
DebugInfoFlags.def
DebugInfoMetadata.h
DebugLoc.h
DerivedTypes.h [IR] Shuffle the code for getSequentialElementType to type.h to avoid circular header dependencies. 2016-01-29 12:47:01 +00:00
DiagnosticInfo.h DiagnosticInfoWithDebugLocBase: Appease Twine for now. 2016-02-03 00:09:22 +00:00
DiagnosticPrinter.h
DIBuilder.h
Dominators.h
Function.h This patch adds MemorySSA to LLVM. 2016-02-02 22:46:49 +00:00
FunctionInfo.h
GetElementPtrTypeIterator.h [opaque pointer types] [NFC] gep_type_{begin,end} now take source element type and address space. 2016-01-22 01:33:43 +00:00
GlobalAlias.h
GlobalObject.h
GlobalValue.h Stop increasing alignment of externally-visible globals on ELF 2016-01-15 16:33:06 +00:00
GlobalVariable.h
GVMaterializer.h Rename MDValue* to Metadata* (NFC) 2015-12-29 23:00:22 +00:00
InlineAsm.h
InstIterator.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches 2016-02-03 21:30:34 +00:00
InstVisitor.h
IntrinsicInst.h
Intrinsics.h Handle more edge cases in intrinsic name binary search 2016-01-26 22:33:19 +00:00
Intrinsics.td [Statepoints] Initial support for relocating vectors of pointers 2016-01-07 03:32:11 +00:00
IntrinsicsAArch64.td
IntrinsicsAMDGPU.td AMDGPU: Add new amdgcn workitem intrinsics 2016-01-30 04:25:19 +00:00
IntrinsicsARM.td
IntrinsicsBPF.td
IntrinsicsHexagon.td
IntrinsicsMips.td
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsSystemZ.td
IntrinsicsWebAssembly.td
IntrinsicsX86.td [X86][AVX512VBMI] add encoding and intrinsics for Multishift 2016-02-01 15:48:21 +00:00
IntrinsicsXCore.td
IRBuilder.h function names start with a lower case letter ; NFC 2016-01-12 18:03:37 +00:00
IRPrintingPasses.h
LegacyPassManager.h
LegacyPassManagers.h
LegacyPassNameParser.h
LLVMContext.h Add a "gc-transition" operand bundle 2016-01-20 19:50:25 +00:00
Mangler.h [ptr-traits] Add one more #include necessary to do strict alignment 2015-12-30 03:56:17 +00:00
MDBuilder.h
Metadata.def
Metadata.h Split resolveCycles(bool AllowTemps) into two interfaces and document 2016-01-11 21:37:41 +00:00
Module.h Bring back "Assert that we have all use/users in the getters." 2016-01-15 19:00:20 +00:00
ModuleSlotTracker.h
NoFolder.h
OperandTraits.h
Operator.h [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with get{Source,Result}ElementType. 2016-01-19 17:28:00 +00:00
PassManager.h
PassManagerInternal.h
PatternMatch.h
PredIteratorCache.h
Statepoint.h [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC. 2016-01-05 04:03:00 +00:00
SymbolTableListTraits.h
TrackingMDRef.h [ptr-traits] Merge the MetadataTracking helpers into the Metadata 2015-12-29 02:14:50 +00:00
Type.h [IR] Shuffle the code for getSequentialElementType to type.h to avoid circular header dependencies. 2016-01-29 12:47:01 +00:00
TypeBuilder.h
TypeFinder.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00
Use.h [IR] Move definitions of users of Use::set to Value.h 2016-01-29 12:47:05 +00:00
UseListOrder.h
User.h Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" 2015-12-19 08:52:49 +00:00
Value.def This patch adds MemorySSA to LLVM. 2016-02-02 22:46:49 +00:00
Value.h Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized() 2016-02-03 21:13:23 +00:00
ValueHandle.h
ValueMap.h
ValueSymbolTable.h
Verifier.h