llvm-project/llvm/lib
Victor Campos b43bec19b9 [ARM] Add Tag_CPU_arch missing value descriptions in attribute parser
The ARM attribute parser for Tag_CPU_arch is missing value descriptions
for Armv8-A and Armv8-R.

This patch adds these descriptions.

Reviewed By: pratlucas

Differential Revision: https://reviews.llvm.org/D129631
2022-07-26 08:32:40 +01:00
..
Analysis [CodeMetrics] use hasOneLiveUse instead of hasOneUse while analyzing inlinable callsites 2022-07-26 13:46:19 +08:00
AsmParser Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'. 2022-07-13 08:54:41 -07:00
BinaryFormat [AMDGPU] Add the uses_dynamic_stack field to the kernel descriptor and the kernel metadata map 2022-07-18 10:07:13 +05:30
Bitcode Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
Bitstream
CodeGen Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
DWARFLinker [Reland][DebugInfo][llvm-dwarfutil] Combine overlapped address ranges. 2022-07-21 14:15:39 +03:00
DWP Revert "[DWP][DWARF] Detect and error on debug info offset overflow" 2022-07-22 13:02:08 -07:00
DebugInfo Fix use after free in MarkupFilter.cpp 2022-07-21 13:52:24 -07:00
Debuginfod [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
Demangle [MicrosoftDemangle] Set error to true when returning nullptr. 2022-06-08 17:18:09 -07:00
ExecutionEngine [JITLink][COFF] Don't dead strip seh frame of exported function. 2022-07-26 13:04:12 +09:00
Extensions
FileCheck [llvm][FileCheck] Fix unit tests failures with EXPENSIVE_CHECKS 2022-07-25 08:19:28 +00:00
Frontend [OpenMP][IRBuilder] Add support for taskgroup 2022-07-19 10:49:34 +05:30
FuzzMutate Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR." 2022-05-07 13:49:54 +02:00
Fuzzer
IR [IRBuilder] Add assert for AtomicRMW ordering 2022-07-25 22:51:25 +00:00
IRReader
InterfaceStub [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
LTO [LTO][ELF] Add selective --save-temps= option 2022-07-06 10:06:18 -07:00
LineEditor [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
Linker [IR] Allow absence for Min module flags and make AArch64 BTI/PAC-RET flags backward compatible 2022-07-18 09:35:12 -07:00
MC Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
MCA [MCA] Allow mca::Instruction-s to be recycled and reused 2022-06-24 15:39:51 -07:00
ObjCopy [llvm-objcopy] Remove getDecompressedSizeAndAlignment. NFC 2022-07-25 00:06:36 -07:00
Object [AIX] support read global symbol of big archive 2022-07-18 10:43:30 -04:00
ObjectYAML [LoongArch] Parse LoongArch base ABI in ObjectYAML and llvm-readobj 2022-07-25 20:40:57 +08:00
Option
Passes [Passes] add a tail-call-elim pass near the end of the opt pipeline 2022-07-25 15:25:47 -04:00
ProfileData [llvm-cov] Improve error message by printing the object file name that produces error 2022-07-21 11:26:51 -07:00
Remarks Don't use Optional::hasValue (NFC) 2022-06-20 20:05:16 -07:00
Support [ARM] Add Tag_CPU_arch missing value descriptions in attribute parser 2022-07-26 08:32:40 +01:00
TableGen [TableGen] Drop an unnecessary const from a return type (NFC) 2022-07-23 11:30:23 -07:00
Target [LoongArch] Use `end namespace xxx` style comment. NFC 2022-07-26 15:01:29 +08:00
Testing [llvm] Use value_or instead of getValueOr (NFC) 2022-06-18 23:07:11 -07:00
TextAPI
ToolDrivers [llvm-lib] Ignore /VERBOSE flag 2022-07-21 10:06:13 -07:00
Transforms Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
WindowsDriver [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
WindowsManifest [llvm] Fix typo for libxml2 detection 2022-05-17 08:45:31 +00:00
XRay
CMakeLists.txt