Commit 959bc95
committed
llvm: Update baseline to bfcd3fa825dde06e49235620fd157540c6c1b7d7
1 parent eda337c commit 959bc95
1 file changed
+1
-1
lines changedSubmodule llvm-project updated 53 files
- clang-tools-extra/include-cleaner/lib/WalkAST.cpp+5
- clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp+4-6
- libc/cmake/modules/compiler_features/check_float128.cpp+1-1
- libc/docs/dev/code_style.rst+1-1
- libc/src/__support/CPP/CMakeLists.txt+2-2
- libc/src/__support/CPP/type_traits/is_floating_point.h+1-1
- libc/src/__support/FPUtil/CMakeLists.txt+1-1
- libc/src/__support/FPUtil/FPBits.h+1-1
- libc/src/__support/macros/properties/CMakeLists.txt+2-2
- libc/src/__support/macros/properties/types.h+5-6
- libc/src/math/ceilf128.h+1-1
- libc/src/math/copysignf128.h+1-1
- libc/src/math/fabsf128.h+1-1
- libc/src/math/fdimf128.h+1-1
- libc/src/math/floorf128.h+1-1
- libc/src/math/fmaxf128.h+1-1
- libc/src/math/fminf128.h+1-1
- libc/src/math/frexpf128.h+1-1
- libc/src/math/generic/CMakeLists.txt+14-14
- libc/src/math/ilogbf128.h+1-1
- libc/src/math/ldexpf128.h+1-1
- libc/src/math/llogb.h+1-1
- libc/src/math/llogbf.h+1-1
- libc/src/math/llogbf128.h+1-1
- libc/src/math/llogbl.h+1-1
- libc/src/math/logbf128.h+1-1
- libc/src/math/roundf128.h+1-1
- libc/src/math/sqrtf128.h+1-1
- libc/src/math/truncf128.h+1-1
- lldb/source/Symbol/Variable.cpp+5-3
- lldb/test/API/functionalities/completion/TestCompletion.py+4-2
- lldb/test/API/functionalities/completion/main.cpp+9-4
- llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h-8
- llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp+20-37
- llvm/lib/Target/ARM/ARMInstrFormats.td-31
- llvm/lib/Target/ARM/ARMInstrVFP.td+21-43
- llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp+9-67
- llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp-23
- llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp-32
- llvm/test/CodeGen/ARM/cmse-vlldm-no-reorder.mir+2-2
- llvm/test/CodeGen/ARM/vlldm-vlstm-uops.mir+5-4
- llvm/test/CodeGen/PowerPC/crsave.ll+279-45
- llvm/test/MC/ARM/thumbv8m.s+4-4
- llvm/test/MC/ARM/vlstm-vlldm-8.1m.s-11
- llvm/test/MC/ARM/vlstm-vlldm-8m.s-17
- llvm/test/MC/ARM/vlstm-vlldm-diag.s-61
- llvm/test/MC/Disassembler/ARM/armv8.1m-vlldm_vlstm-8.1.main.txt-11
- llvm/test/MC/Disassembler/ARM/armv8.1m-vlldm_vlstm-8.main.txt-17
- llvm/unittests/Target/ARM/MachineInstrTest.cpp-2
- mlir/include/mlir/Dialect/GPU/IR/GPUOps.td+14-1
- mlir/test/Dialect/GPU/ops.mlir+15
- mlir/test/python/dialects/gpu/dialect.py+1-1
- utils/bazel/llvm-project-overlay/libc/BUILD.bazel+4-4
0 commit comments