File tree
7 files changed
+44
-9
lines changed- .github
- src
- doc
- tools
7 files changed
+44
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
- .github/workflows/main.yml+1-1
- book.toml+1-1
- mdbook-spec/Cargo.lock+196-158
- src/attributes/diagnostics.md+4-3
- src/const_eval.md+1-7
- src/destructors.md+1
- src/identifiers.md+3-3
- src/items/constant-items.md-3
- src/items/static-items.md+5-2
- src/keywords.md+7-13
- src/patterns.md+1-1
- src/types/function-pointer.md+1-8
- triagebot.toml-5
Submodule llvm-project updated 58 files
- clang/lib/Driver/ToolChains/Hexagon.cpp+3-4
- clang/lib/Interpreter/CMakeLists.txt-2
- clang/lib/Interpreter/IncrementalExecutor.h+1-1
- clang/lib/Interpreter/Interpreter.cpp+1-1
- clang/lib/Interpreter/Wasm.cpp+15-50
- clang/lib/Interpreter/Wasm.h-1
- cmake/Modules/LLVMVersion.cmake+1-1
- compiler-rt/test/asan/TestCases/Windows/delay_dbghelp.cpp+1-1
- libcxx/include/__config+1-1
- lld/ELF/Arch/Hexagon.cpp+1-1
- lld/test/ELF/emulation-loongarch.s+1-1
- lld/test/ELF/hexagon-jump-error.s+1-1
- lld/test/ELF/hexagon.s+1-40
- lld/test/ELF/loongarch-interlink.test+2-2
- llvm/include/llvm/Analysis/MemorySSAUpdater.h-5
- llvm/lib/Analysis/MemorySSAUpdater.cpp+2-11
- llvm/lib/Analysis/ScalarEvolution.cpp+1-3
- llvm/lib/CodeGen/MachineLICM.cpp+1-1
- llvm/lib/Target/AArch64/AArch64FrameLowering.cpp+13-21
- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp+8-11
- llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp+1-1
- llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td+4-2
- llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp+1-1
- llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp-4
- llvm/lib/Target/Mips/MipsISelDAGToDAG.h-3
- llvm/lib/Target/Mips/MipsMSAInstrInfo.td+38-21
- llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp-12
- llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h-3
- llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp-4
- llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp+1-3
- llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp+1-1
- llvm/lib/Transforms/Scalar/ConstraintElimination.cpp+5-8
- llvm/lib/Transforms/Scalar/LICM.cpp+1-4
- llvm/lib/Transforms/Utils/Local.cpp+2-8
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp-16
- llvm/test/Analysis/ScalarEvolution/pr116483.ll-26
- llvm/test/CodeGen/AArch64/machine-licm-hoist-load.ll-29
- llvm/test/CodeGen/AArch64/sme-darwin-no-sve-vg.ll-161
- llvm/test/CodeGen/AArch64/sme-darwin-sve-vg.ll-55
- llvm/test/CodeGen/AArch64/sme-vg-to-stack.ll-38
- llvm/test/CodeGen/LoongArch/code-models.ll+5-5
- llvm/test/CodeGen/LoongArch/e_flags.ll-6
- llvm/test/CodeGen/LoongArch/lsx/pr116008.ll-17
- llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll+10-10
- llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll+20-20
- llvm/test/CodeGen/LoongArch/tls-models.ll+10-10
- llvm/test/CodeGen/Mips/lcb5.ll+2-2
- llvm/test/Transforms/ConstraintElimination/induction-condition-in-loop-exit.ll-44
- llvm/test/Transforms/IndVarSimplify/pr116483.ll-36
- llvm/test/Transforms/InstCombine/ptrmask.ll-13
- llvm/test/Transforms/InstCombine/shift-cttz-ctlz.ll-16
- llvm/test/Transforms/LICM/PR116813-memoryssa-outdated.ll-50
- llvm/test/Transforms/SLPVectorizer/abs-overflow-incorrect-minbws.ll-33
- llvm/test/Transforms/SimplifyCFG/switch-branch-fold-indirectbr-102351.ll-81
- llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp-8
- llvm/utils/gn/secondary/llvm/version.gni+1-1
- llvm/utils/lit/lit/__init__.py+1-1
- llvm/utils/mlgo-utils/mlgo/__init__.py+1-1
0 commit comments