Changes
Summary
- Fix table formatting after D87686 (details)
- [ARM] Add more validForTailPredication (details)
- [ARM] Fix tail predication predicate tracking (details)
- [clangd] Actually parse Index section of the YAML file. (details)
- [clang-tidy] Crash fix for bugprone-misplaced-pointer-arithmetic-in-alloc (details)
- [ASTMatchers] Fix `hasBody` for the descendants of `FunctionDecl` (details)
- CGBlocks.cpp - assert non-null CGF pointer. NFCI. (details)
- TokenAnnotator.cpp - remove useless pointer null test. NFCI. (details)
- [AST] ASTReader::ReadModuleMapFileBlock - assert non-null Module. NFCI. (details)
- Update dead links to Itanium and ARM ABIs. NFC (details)
- [Sema] isOpenMPCapturedDecl - assert we locate CapturedRegionScopeInfo. NFCI. (details)
- [RDA] Fix getUniqueReachingDef for self loops (details)
- [SLP] change poorly named variable; NFC (details)
- [SLP] move loop index variable declaration to its use; NFC (details)
- [SLP] remove redundant size check; NFC (details)
- [SLP] remove uses of 'auto' that obscure functionality; NFC (details)