Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 6089) sorted by relevance

12345678910>>...244

/llvm-project/libcxx/test/libcxx/transitive_includes/
H A Dcxx23.csv15 algorithm version
21 any version
30 array version
37 atomic version
44 barrier version
47 bit version
63 bitset version
94 ccomplex version
99 charconv version
133 chrono version
[all...]
H A Dcxx26.csv15 algorithm version
21 any version
30 array version
37 atomic version
44 barrier version
47 bit version
63 bitset version
94 ccomplex version
99 charconv version
133 chrono version
[all...]
H A Dcxx03.csv31 algorithm version
79 any version
111 array version
123 atomic version
148 barrier version
154 bit version
188 bitset version
244 ccomplex version
255 charconv version
302 chrono version
[all...]
H A Dcxx11.csv31 algorithm version
79 any version
111 array version
123 atomic version
148 barrier version
154 bit version
188 bitset version
244 ccomplex version
255 charconv version
302 chrono version
[all...]
H A Dcxx14.csv32 algorithm version
81 any version
114 array version
126 atomic version
151 barrier version
157 bit version
192 bitset version
249 ccomplex version
260 charconv version
308 chrono version
[all...]
H A Dcxx17.csv31 algorithm version
79 any version
111 array version
123 atomic version
148 barrier version
154 bit version
188 bitset version
244 ccomplex version
257 charconv version
304 chrono version
[all...]
H A Dcxx20.csv31 algorithm version
60 any version
92 array version
104 atomic version
133 barrier version
139 bit version
173 bitset version
229 ccomplex version
242 charconv version
299 chrono version
[all...]
/llvm-project/llvm/test/tools/llvm-rc/
H A Dmemoryflags.test6 ; CHECK-NEXT: Data version: 0
10 ; CHECK-NEXT: Data version: 0
14 ; CHECK-NEXT: Data version: 0
18 ; CHECK-NEXT: Data version: 0
22 ; CHECK-NEXT: Data version: 0
26 ; CHECK-NEXT: Data version: 0
30 ; CHECK-NEXT: Data version: 0
34 ; CHECK-NEXT: Data version: 0
38 ; CHECK-NEXT: Data version: 0
42 ; CHECK-NEXT: Data version: 0
[all …]
/llvm-project/mlir/test/Dialect/SPIRV/IR/
H A Davailability.mlir5 // CHECK: min version: v1.0
6 // CHECK: max version: v1.6
15 // CHECK: min version: v1.0
16 // CHECK: max version: v1.3
25 // CHECK: min version: v1.3
26 // CHECK: max version: v1.6
35 // CHECK: spirv.module min version: v1.0
36 // CHECK: spirv.module max version: v1.6
45 // CHECK: spirv.module min version: v1.0
46 // CHECK: spirv.module max version
[all...]
/llvm-project/clang/test/Driver/
H A Dhip-code-object-version.hip1 // Check bundle ID for code object version 4.
4 // RUN: -mcode-object-version=4 \
8 // V4: "-mcode-object-version=4"
9 // V4: "-mllvm" "--amdhsa-code-object-version=4"
12 // Check bundle ID for code object version 5.
15 // RUN: -mcode-object-version=5 \
19 // V5: "-mcode-object-version=5"
20 // V5: "-mllvm" "--amdhsa-code-object-version=5"
23 // Check bundle ID for code object version 6.
26 // RUN: -mcode-object-version
[all...]
H A Dhip-version.hip26 // RUN: mv %t/Inputs/rocm/bin/.hipVersion %t/Inputs/rocm/share/hip/version
34 // FOUND: Found HIP installation: {{.*Inputs.*rocm}}, version 3.6.20214-a2917cd
35 // HIP-PATH: Found HIP installation: {{.*Inputs.*rocm.*hip}}, version 3.6.20214-a2917cd
37 // When --rocm-path is set and .hipVersion is not found, use default version
42 // When --hip-path is set and .hipVersion is not found, use default version
51 // DEFAULT: Found HIP installation: {{.*Driver}}, version 3.5.
53 // RUN: %clang -v --rocm-path=%S --hip-version=3.7.0 2>&1 \
56 // RUN: %clang -v --rocm-path=%S --hip-version=3.7.0 2>&1 \
60 // SPECIFIED: Found HIP installation: {{.*Driver}}, version 3.7.0
62 // RUN: %clang -v --rocm-path=%S --hip-version=3.7 2>&1 \
[all …]
/llvm-project/llvm/utils/release/
H A Dbump-version.py3 # This script bumps the version of LLVM in *all* the different places where
8 import packaging.version
21 def process_file(self, fpath: Path, version: packaging.version.Version) -> None:
22 self.version = version
24 version.major,
25 version.minor,
26 version.micro,
27 version
163 version = packaging.version.parse(verstr) global() variable
[all...]
/llvm-project/llvm/test/tools/llvm-reduce/
H A Dreduce-named-metadata.ll6 ; CHECK-INTERESTINGNESS: !opencl.spir.version = !{{{.*}}![[SPIR_VERSION:[0-9]+]]}
7 ; CHECK-INTERESTINGNESS: !opencl.ocl.version = !{{{.*}}![[OCL_VERSION:[0-9]+]]}
12 ; CHECK-DAG: CHECK-INTERESTINGNESS: ![[LLVM_IDENT]] = !{!"some llvm version 0"}
13 ; CHECK-DAG: CHECK-INTERESTINGNESS: ![[SPIR_VERSION]] = !{!"some spir version 1"}
14 ; CHECK-DAG: CHECK-INTERESTINGNESS: ![[OCL_VERSION]] = !{!"some ocl version 1"}
21 ; RESULT: !opencl.spir.version = !{![[SPIR_VERSION:[0-9]+]]}
22 ; RESULT: !opencl.ocl.version = !{![[OCL_VERSION:[0-9]+]]}
29 ; RESULT: ![[LLVM_IDENT]] = !{!"some llvm version 0"}
30 ; RESULT: ![[SPIR_VERSION]] = !{!"some spir version 1"}
31 ; RESULT: ![[OCL_VERSION]] = !{!"some ocl version 1"}
[all …]
/llvm-project/lld/test/MachO/
H A Dobjc-imageinfo.s71 ## should be compatible with any Swift version.
72 # RUN: %lld -dylib -lSystem %t/with-category-cls.o %t/swift-version-1.o -o %t/swift-v1
75 # RUN: %lld -dylib -lSystem %t/with-category-cls.o %t/swift-version-2.o -o %t/swift-v2
95 # IMAGE-VERSION: warning: {{.*}}invalid-version.o: invalid __objc_imageinfo version
99 …T-MISMATCH-12: error: Swift version mismatch: {{.*}}swift-version-1.o has version 1.0 but {{.*}}sw…
100 …T-MISMATCH-21: error: Swift version mismatch: {{.*}}swift-version-2.o has version 1.1 but {{.*}}sw…
121 #--- invalid-version.s
130 #--- swift-version-1.s
134 .byte 0x1 ## Swift version
137 #--- swift-version-2.s
[all …]
H A Dspecial-symbol-ld-previous.s9 ## Case 1: special symbol $ld$previous affects the install name / compatibility version
10 ## since the specified version 11.0.0 is within the affected range [3.0, 14.0).
14 # CASE1: /Old (compatibility version 1.2.3, current version 5.0.0)
16 ## Case 2: special symbol $ld$previous does not affect the install name / compatibility version
17 ## since the specified version 2.0.0 is lower than the affected range [3.0, 14.0).
21 # CASE2: /New (compatibility version 1.1.1, current version 5.0.0)
23 ## Case 3: special symbol $ld$previous does not affect the install name / compatibility version
24 ## since the specified version 14.0.0 is higher than the affected range [3.0, 14.0).
28 # CASE3: /New (compatibility version 1.1.1, current version 5.0.0)
32 ## Case 4: special symbol $ld$previous affects the install name / compatibility version if and only…
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp10 extern char version[];
30 g(10, version); in t1()
38 ptr(10, version); in t1()
50 c.g(10, version); in t2()
58 (c.*ptr)(10, version); in t2()
65 C::h(10, version); in t2()
73 static_ptr(10, version); in t2()
87 block(10, version); in t3()
106 d(10, version); in t4()
237 (get_f_ptr())(10, version); in test()
[all …]
/llvm-project/lld/test/ELF/
H A Dversion-script-noundef.s5 # RUN: not ld.lld --version-script %t.script -shared %t.o -o /dev/null \
7 # RUN: ld.lld --version-script %t.script -shared --undefined-version %t.o -o %t.so
8 # RUN: not ld.lld --version-script %t.script -shared --no-undefined-version \
10 # ERR1: version script assignment of 'VERSION_1.0' to symbol 'bar' failed: symbol not defined
13 # RUN: not ld.lld --version-script %t2.script -shared --no-undefined-version \
15 # ERR2: version script assignment of 'VERSION_1.0' to symbol 'und' failed: symbol not defined
18 # RUN: not ld.lld --version-script %t3.script -shared --no-undefined-version \
20 # ERR3: version script assignment of 'local' to symbol 'und' failed: symbol not defined
24 # RUN: ld.lld --version-script %t4.script -shared --no-undefined-version --fatal-warnings %t.o -o /…
H A Dversion-script-reassign.s11 # RUN: ld.lld -shared %t.o --version-script %tl.ver --version-script %t1.ver \
14 # RUN: ld.lld -shared %t.o --version-script %tg.ver --version-script %t1.ver \
17 # RUN: ld.lld -shared %t.o --version-script %tgl.ver --version-script %t1.ver \
22 # RUN: ld.lld -shared %t.o --version-script %t1.ver --version-script %t2.ver \
26 # RUN: ld.lld -shared %t.o --version-script %t1.ver --version-script %t2w.ver \
27 # RUN: -o %t.so --fatal-warnings --undefined-version
30 # LOCAL: warning: attempt to reassign symbol 'foo' of VER_NDX_LOCAL to version 'V1'
33 # GLOBAL: warning: attempt to reassign symbol 'foo' of VER_NDX_GLOBAL to version 'V1'
36 # V1-WARN: warning: attempt to reassign symbol 'foo' of version 'V1' to version 'V2'
/llvm-project/polly/lib/External/isl/
H A DChangeLog1 version: 0.25
8 version: 0.24
15 version: 0.23
23 version: 0.22.1
28 version: 0.22
37 version: 0.21
47 version: 0.20
54 version: 0.19
65 version: 0.18
75 version: 0.17.1
[all …]
/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp53 if (!info.version.empty()) in XcodeSDK()
54 m_name += info.version.getAsString(); in XcodeSDK()
106 llvm::VersionTuple version; in ParseSDKVersion() local
107 version.tryParse(name.slice(0, i - 1)); in ParseSDKVersion()
109 return version; in ParseSDKVersion()
120 info.version = ParseSDKVersion(input); in Parse()
146 return std::tie(type, version, internal) < in operator <()
147 std::tie(other.type, other.version, other.internal); in operator <()
151 return std::tie(type, version, internal) == in operator ==()
152 std::tie(other.type, other.version, othe in operator ==()
217 SDKSupportsModules(XcodeSDK::Type sdk_type,llvm::VersionTuple version) SDKSupportsModules() argument
[all...]
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dgeneric-targets-require-v6.ll1 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx9-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX9-V5 %s
2 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx9-4-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX9-4-V5 %s
3 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx10-1-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX101-V5 %s
4 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx10-3-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX103-V5 %s
5 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx11-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX11-V5 %s
6 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx12-generic --amdhsa-code-object-version=5 -o - %s 2>&1 | FileCheck --check-prefix=GFX12-V5 %s
8 ; RUN: llc -mtriple=amdgcn -mcpu=gfx9-generic --amdhsa-code-object-version=6 -o - %s
9 ; RUN: llc -mtriple=amdgcn -mcpu=gfx9-4-generic --amdhsa-code-object-version=6 -o - %s
10 ; RUN: llc -mtriple=amdgcn -mcpu=gfx10-1-generic --amdhsa-code-object-version=6 -o - %s
11 ; RUN: llc -mtriple=amdgcn -mcpu=gfx10-3-generic --amdhsa-code-object-version
[all...]
/llvm-project/llvm/test/Transforms/GCOVProfiling/
H A Dversion.ll4 ; RUN: echo '!9 = !{!"%/t/version.ll", !0}' > %t/version.txt
5 ; RUN: cat %t/little.txt %s %t/version.txt > %t/2
8 ; RUN: head -c8 %t/version.gcno | grep '^oncg.11B'
9 ; RUN: rm %t/version.gcno
10 ; RUN: not opt -passes=insert-gcov-profiling -default-gcov-version=asdfasdf -disable-output < %t/2
11 ; RUN: opt -passes=insert-gcov-profiling -default-gcov-version='B21*' -disable-output < %t/2
12 ; RUN: head -c8 %t/version.gcno | grep '^oncg.12B'
13 ; RUN: rm %t/version.gcno
15 ; RUN: cat %t/big.txt %s %t/version
[all...]
/llvm-project/llvm/test/tools/llc/
H A Dbinutils-version.ll1 ;; Test valid and invalid -binutils-version values.
3 ; RUN: llc %s -filetype=null -binutils-version=none
4 ; RUN: llc %s -filetype=null -binutils-version=2
5 ; RUN: llc %s -filetype=null -binutils-version=2.35
7 ;; Disallow -binutils-version=0 because we use $major==0 to indicate the MC
9 ; RUN: not llc %s -filetype=null -binutils-version=0 2>&1 | FileCheck %s --check-prefix=ERR
10 ; RUN: not llc %s -filetype=null -binutils-version=nan 2>&1 | FileCheck %s --check-prefix=ERR
11 ; RUN: not llc %s -filetype=null -binutils-version=2. 2>&1 | FileCheck %s --check-prefix=ERR
12 ; RUN: not llc %s -filetype=null -binutils-version=3.-14 2>&1 | FileCheck %s --check-prefix=ERR
14 ; ERR: error: invalid -binutils-version, accepting 'none' or major.minor
/llvm-project/llvm/cmake/modules/
H A DCheckCompilerVersion.cmake37 message(FATAL_ERROR "Host ${NICE_NAME} version must be at least ${MINIMUM_VERSION}, your version is ${CMAKE_CXX_COMPILER_VERSION}.")
40 message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM will soon use new C++ features which your toolchain version doesn't support. Your version is ${CMAKE_CXX_COMPILER_VERSION}. Ignoring because you've set LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN, but very soon your toolchain won't be supported.")
42 message(FATAL_ERROR "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM will soon use new C++ features which your toolchain version doesn't support. Your version is ${CMAKE_CXX_COMPILER_VERSION}. You can temporarily opt out using LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN, but very soon your toolchain won't be supported.")
59 message(WARNING "Host Visual Studio version 16.4 is known to miscompile part of LLVM")
61 message(FATAL_ERROR "Host Visual Studio version 16.
[all...]
/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dmemset-03.ll8 ; No bytes, i32 version.
17 ; No bytes, i64 version.
26 ; 1 byte, i32 version.
35 ; 1 byte, i64 version.
44 ; 2 bytes, i32 version.
53 ; 2 bytes, i64 version.
62 ; 3 bytes, i32 version.
72 ; 3 bytes, i64 version.
82 ; 4 bytes, i32 version.
91 ; 4 bytes, i64 version.
[all …]

12345678910>>...244