1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests
Florian Hahn 10fe977fe3 [VPlan] Manage stored values of interleave groups using VPUser (NFC)
Interleave groups also depend on the values they store. Manage the
stored values as VPUser operands. This is currently a NFC, but is
required to allow VPlan transforms and to manage generated vector values
exclusively in VPTransformState.
2020-11-29 17:24:36 +00:00
..
ADT [APInt] Add the truncOrSelf resizing operator to APInt 2020-11-23 11:27:30 +00:00
Analysis [ValueTracking] Fix assert on shufflevector of pointers 2020-11-27 21:19:31 +01:00
AsmParser
BinaryFormat
Bitcode [AMDGPU] Set the default globals address space to 1 2020-11-20 15:46:53 +00:00
Bitstream
CodeGen [SelectionDAG] Avoid aliasing analysis if the object size is unknown. 2020-11-25 06:13:37 +08:00
DebugInfo
Demangle
ExecutionEngine [ORC] Add dependence of OrcJIT on OrcTargetProcess. 2020-11-13 18:09:41 +11:00
FileCheck
Frontend [LLVMFronted][tests] Add basic OpenMP parsing tests. 2020-11-17 15:45:19 -06:00
FuzzMutate
InterfaceStub
IR [ConstantFold] Fold more operations to poison 2020-11-29 21:19:48 +09:00
LineEditor
Linker
MC
MI
Object [AIX][XCOFF][NFC] Change geNumberOfVRSaved function name to getNumberOfVRSaved. 2020-11-27 13:37:43 -05:00
ObjectYAML
Option [clang][cli] Remove NormalizerRetTy and use the decltype of the KeyPath instead 2020-11-18 11:31:13 +01:00
Passes
ProfileData
Remarks
Support [ARMAttributeParser] Correctly parse and print Tag_THUMB_ISA_use=3 2020-11-28 12:28:22 -08:00
TableGen [TableGen] Eliminte source location from CodeInit 2020-11-23 11:30:13 -05:00
Target [NFCI] Replace AArch64StackOffset by StackOffset. 2020-11-04 08:49:00 +00:00
TextAPI
tools
Transforms [VPlan] Manage stored values of interleave groups using VPUser (NFC) 2020-11-29 17:24:36 +00:00
XRay
CMakeLists.txt
unittest.cfg.in