1 file changed
+1
-1
lines changedSubmodule llvm-project updated 76 files
- clang/docs/OpenCLSupport.rst+37-35
- clang/docs/ReleaseNotes.rst+78-3
- clang/lib/Basic/Targets/OSTargets.h+5
- clang/lib/Driver/Driver.cpp-1
- clang/lib/Driver/ToolChains/CommonArgs.cpp+2-1
- clang/lib/Driver/ToolChains/OpenBSD.cpp+7
- clang/lib/Format/TokenAnnotator.cpp+1-1
- clang/lib/Format/UnwrappedLineParser.cpp+29-12
- clang/lib/Headers/openmp_wrappers/complex+1-1
- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp+1-1
- clang/lib/Sema/TreeTransform.h+1-1
- clang/lib/Serialization/ASTReader.cpp+2
- clang/test/CXX/class/class.init/class.copy.elision/p3.cpp+34
- clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp+22
- clang/test/Driver/fopenmp.c+18-1
- clang/test/Headers/amdgcn-openmp-device-math-complex.cpp+85
- clang/test/Preprocessor/init.c+10
- clang/unittests/Driver/ToolChainTest.cpp+7
- clang/unittests/Format/FormatTest.cpp+46-1
- compiler-rt/lib/profile/InstrProfilingFile.c+3-2
- compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c+3-2
- compiler-rt/lib/scudo/standalone/CMakeLists.txt+5-2
- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp+4
- libunwind/src/Unwind-EHABI.cpp+2
- llvm/cmake/modules/AddLLVM.cmake+1
- llvm/docs/ReleaseNotes.rst+2
- llvm/include/llvm/Analysis/LazyCallGraph.h+1-1
- llvm/include/llvm/Analysis/LoopInfo.h+1-1
- llvm/include/llvm/Analysis/LoopNestAnalysis.h+1-1
- llvm/include/llvm/Analysis/TargetTransformInfo.h+1-1
- llvm/include/llvm/CodeGen/MachineFunction.h+1-1
- llvm/include/llvm/IR/Function.h+2-1
- llvm/include/llvm/IR/Module.h+3-3
- llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h+1-1
- llvm/lib/Analysis/ScalarEvolution.cpp+1-1
- llvm/lib/Analysis/TargetTransformInfo.cpp+1-5
- llvm/lib/CodeGen/HardwareLoops.cpp+15-10
- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp+2-1
- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+4-2
- llvm/lib/IR/Constants.cpp+5-3
- llvm/lib/Linker/LinkModules.cpp+19-3
- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp+4-1
- llvm/lib/Target/AArch64/SMEInstrFormats.td+1-1
- llvm/lib/Target/RISCV/RISCVInstrInfo.cpp+1-1
- llvm/lib/Target/X86/X86FrameLowering.cpp+6-2
- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp+28-12
- llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp+31-12
- llvm/lib/Transforms/Utils/SimplifyCFG.cpp+27-9
- llvm/runtimes/CMakeLists.txt+11-2
- llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll+40
- llvm/test/CodeGen/AArch64/arm64-srl-and.ll+31
- llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll+57-28
- llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll+53-23
- llvm/test/CodeGen/AArch64/sve-no-typesize-warnings.ll+20
- llvm/test/CodeGen/PowerPC/loop-instr-prep-non-const-increasement.ll+14-10
- llvm/test/CodeGen/PowerPC/mma-phi-accs.ll+6-2
- llvm/test/CodeGen/RISCV/rvv/commuted-op-indices-regression.mir+45
- llvm/test/CodeGen/Thumb2/mve-float16regloops.ll+1-1
- llvm/test/CodeGen/Thumb2/mve-float32regloops.ll+1-1
- llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll+108-110
- llvm/test/CodeGen/X86/20210831-inlineasm.ll+20
- llvm/test/CodeGen/X86/stack-clash-large.ll+58-39
- llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll+2
- llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll+2
- llvm/test/Linker/comdat4.ll+10-1
- llvm/test/MC/AArch64/SME/mova-diagnostics.s+50
- llvm/test/Transforms/InstSimplify/ConstProp/vecreduce.ll+9
- llvm/test/Transforms/LoopUnroll/peel-loop-inner.ll+6-3
- llvm/test/Transforms/MemCpyOpt/vscale-crashes.ll+101
- llvm/test/Transforms/PhaseOrdering/X86/vector-reductions-logical.ll+54-36
- llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-markloopasdeleted.ll+71
- llvm/test/Transforms/SimplifyCFG/fold-branch-to-common-dest.ll+43-52
- llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs-exec.test+59
- llvm/tools/llvm-objdump/llvm-objdump.cpp+7-2
- openmp/libomptarget/DeviceRTL/CMakeLists.txt+2
- openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt+9-1
0 commit comments