llvm-project/llvm/lib
Mindong Chen 495e258fd7 [AArch64][SVE] Add FP types to the supported SVE structure load/stores vector type list
This adds FP type support to the SVE Container type list as a supplement to D112303.

Reviewed By: peterwaller-arm, paulwalker-arm

Differential Revision: https://reviews.llvm.org/D113333
2021-11-08 22:29:08 +08:00
..
Analysis [BasicAA] Use index size instead of pointer size 2021-11-07 18:56:11 +01:00
AsmParser [IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirectSymbol 2021-10-20 10:29:47 -07:00
BinaryFormat [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
Bitcode [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Bitstream
CodeGen [DAG] Add SelectionDAG::ComputeMinSignedBits helper 2021-11-08 14:12:45 +00:00
DWARFLinker Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
DWP
DebugInfo DebugInfo: Simplified Template Names: drop unneeded space in arrays 2021-11-05 22:50:57 -07:00
Demangle [Demangle] Rename OutputStream to OutputString 2021-10-21 17:34:57 -07:00
ExecutionEngine [ORC] Add a utility for adding missing "self" relocations to a Symbol 2021-11-04 15:01:05 -07:00
Extensions
FileCheck [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
Frontend Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
FuzzMutate
Fuzzer
IR [ConstantRange] Add exact union/intersect (NFC) 2021-11-07 21:46:06 +01:00
IRReader
InterfaceStub [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
LTO [NewPM] Use the default AA pipeline by default 2021-11-04 15:10:34 -07:00
LineEditor
Linker [llvm] Use make_early_inc_range (NFC) 2021-11-05 19:39:07 -07:00
MC [llvm] Use llvm::reverse (NFC) 2021-11-06 19:31:18 -07:00
MCA [MCA] Fix a warning 2021-09-20 09:46:38 -07:00
Object [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
ObjectYAML [yaml2obj][COFF] Make some PEHeader fields optional 2021-11-06 16:39:59 -07:00
Option [llvm/OptTable] Add named param comment for GroupedShortOption 2021-09-27 11:33:29 -04:00
Passes Add NoOpLoopNestPass and LOOPNEST_PASS macro 2021-11-05 16:11:48 +00:00
ProfileData [llvm-profdata] Print out section flags for FunctionMetadata section 2021-11-02 17:59:22 -07:00
Remarks
Support [SPIR-V] Add SPIR-V triple and clang target info. 2021-11-08 13:34:10 +00:00
TableGen [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
Target [AArch64][SVE] Add FP types to the supported SVE structure load/stores vector type list 2021-11-08 22:29:08 +08:00
Testing
TextAPI [llvm] Use drop_begin (NFC) 2021-09-16 08:46:26 -07:00
ToolDrivers [Type] Avoid APFloat.h include (NFC) 2021-10-09 11:29:26 +02:00
Transforms Revert "[IndVars] Pass TTI to replaceCongruentIVs" 2021-11-08 19:35:14 +07:00
WindowsManifest Make WindowsManifestMerger::merge() take a MemoryBufferRef 2021-08-24 16:39:20 -04:00
XRay Support: Use Expected<T>::moveInto() in a few places 2021-10-22 12:40:10 -07:00
CMakeLists.txt