Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 8721) sorted by relevance

12345678910>>...349

/llvm-project/clang/test/Driver/
H A Ddarwin-version.c2 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS %s
3 // CHECK-VERSION-IOS: "armv6k-apple-ios5.0.0"
4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \
5 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS2 %s
6 // CHECK-VERSION-IOS2: "armv6k-apple-ios2.0.0"
7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \
8 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS22 %s
9 // CHECK-VERSION-IOS22: "armv6k-apple-ios2.2.0"
10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \
11 // RUN: FileCheck --check-prefix=CHECK-VERSION
[all...]
H A Dmsc-version.c2 // Verify -fms-compatibility-version parsing
5 …s-compatibility -fms-compatibility-version=14 -dM -E - </dev/null -o - | FileCheck %s --check-pref…
7 // CHECK-MSC-VERSION-MAJOR: _MSC_BUILD 1
8 // CHECK-MSC-VERSION-MAJOR: _MSC_FULL_VER 140000000
9 // CHECK-MSC-VERSION-MAJOR: _MSC_VER 1400
11 …compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null -o - | FileCheck %s --check-pre…
13 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_BUILD 1
14 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_FULL_VER 150000000
15 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_VER 1500
17 …patibility -fms-compatibility-version=15.00.20706 -dM -E - </dev/null -o - | FileCheck %s --check-…
[all …]
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...]
/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 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 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 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/clang/test/OpenMP/
H A Ddriver.c14 // RUN: %clang %s -c -E -dM -fopenmp=libomp | FileCheck --check-prefix=CHECK-DEFAULT-VERSION %s
15 // RUN: %clang %s -c -E -dM -fopenmp=libomp -fopenmp-version=1 | FileCheck --check-prefix=CHECK-DEFAULT-VERSION %s
16 // RUN: %clang %s -c -E -dM -fopenmp=libomp -fopenmp-version=0 | FileCheck --check-prefix=CHECK-DEFAULT-VERSION %s
17 // RUN: %clang %s -c -E -dM -fopenmp=libomp -fopenmp-version=100 | FileCheck --check-prefix=CHECK-DEFAULT-VERSION %s
18 // RUN: %clang %s -c -E -dM -fopenmp=libomp -fopenmp-version=60 | FileCheck --check-prefix=CHECK-60-VERSION %s
19 // RUN: %clang %s -c -E -dM -fopenmp=libomp | FileCheck --check-prefix=CHECK-DEFAULT-VERSION
[all...]
/llvm-project/flang/test/Driver/
H A Dflang-openmp-version-macro.f901 ! Test predefined _OPENMP macro which denotes OpenMP version
3 ! RUN: %flang_fc1 -fopenmp -cpp -E %s | FileCheck %s --check-prefix=DEFAULT-OPENMP-VERSION
4 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=11 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
5 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=11 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
6 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=20 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
7 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=25 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
8 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=30 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
9 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=31 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
10 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=40 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
11 ! RUN: %flang_fc1 -fopenmp -fopenmp-version=45 -cpp -E %s | FileCheck %s --check-prefix=OPENMP-VERS…
[all …]
H A Dbbc-openmp-version-macro.f901 ! Test predefined _OPENMP macro which denotes OpenMP version
3 ! RUN: bbc -fopenmp -o - %s | FileCheck %s --check-prefix=DEFAULT-OPENMP-VERSION
4 ! RUN: bbc -fopenmp -fopenmp-version=11 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-11
5 ! RUN: bbc -fopenmp -fopenmp-version=11 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-11
6 ! RUN: bbc -fopenmp -fopenmp-version=20 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-20
7 ! RUN: bbc -fopenmp -fopenmp-version=25 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-25
8 ! RUN: bbc -fopenmp -fopenmp-version=30 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-30
9 ! RUN: bbc -fopenmp -fopenmp-version=31 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-31
10 ! RUN: bbc -fopenmp -fopenmp-version=40 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-40
11 ! RUN: bbc -fopenmp -fopenmp-version=45 -o - %s | FileCheck %s --check-prefix=OPENMP-VERSION-45
[all …]
H A Ddriver-version.f902 ! RUN: %flang --version 2>&1 | FileCheck %s --check-prefix=VERSION
4 ! RUN: %flang_fc1 -version 2>&1 | FileCheck %s --check-prefix=VERSION-FC1
5 ! RUN: not %flang_fc1 --version 2>&1 | FileCheck %s --check-prefix=ERROR-FC1
7 ! VERSION: flang version
8 ! VERSION-NEXT: Target:
9 ! VERSION-NEXT: Thread model:
10 ! VERSION
[all...]
/llvm-project/llvm/test/MC/MachO/ARM/
H A Dbuild-version-diagnostics.s4 // CHECK-NOT: build-version-diagnostics.s:[[@LINE-1]]
7 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:1: warning: .build_version macos used while targe…
8 // CHECK: build-version-diagnostics.s:[[@LINE-2]]:1: warning: overriding previous version directive
11 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:16: error: platform name expected
14 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:22: error: version number required, comma expected
17 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:16: error: unknown platform name
20 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:22: error: invalid OS major version number, integ…
23 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:22: error: invalid OS major version number
26 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:22: error: invalid OS major version number
29 // CHECK: build-version-diagnostics.s:[[@LINE-1]]:22: error: invalid OS major version number
[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/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
18 process_file(self, fpath: Path, version: packaging.version.Version) global() argument
44 version_str( self, version: Optional[packaging.version.Version] = None, include_suffix: bool = True, ) global() argument
163 version = packaging.version.parse(verstr) global() variable
[all...]
/llvm-project/lld/test/MachO/
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 …]
H A Dobjc-imageinfo.s12 # RUN: cat %t/invalid-version.s %t/foo-cls.s > %t/invalid-version-1.s
14 # RUN: cat %t/swift-version-1.s %t/foo-cls.s > %t/swift-version-1-1.s
15 # RUN: cat %t/swift-version-2.s %t/foo-cls.s > %t/swift-version-2-1.s
20 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/invalid-version-1.s -o %t/invalid-version.o
21 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/swift-version-1-1.s -o %t/swift-version-1.o
22 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/swift-version-2-1.s -o %t/swift-version-2.o
48 # RUN: %t/invalid-version.o -o %t/test4 2>&1 | FileCheck %s \
49 # RUN: --check-prefix=IMAGE-VERSION
54 # RUN: %t/invalid-version.o -o %t/test5 2>&1 | FileCheck %s \
55 # RUN: --check-prefix=IMAGE-VERSION
[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/tools/clang-format-vs/ClangFormat/
H A Dpackages.config
/llvm-project/mlir/utils/vscode/
H A Dpackage-lock.json3 "version": "0.0.11", string
9 "version": "0.0.11", string
29 "version": "1.1.2", string
38 "version": "7.0.2", string
44 "version": "14.18.18", string
50 "version": "1.67.0", string
56 "version": "2.19.0", string
93 "version": "0.5.0", string
106 "version": "6.0.2", string
118 "version": "2.1.1", string
[all …]
/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/llvm/test/tools/llvm-readobj/ELF/AMDGPU/
H A Delf-headers.test2 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=0 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX600 -DFLAG_VALUE=0x20
5 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=1 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX600 -DFLAG_VALUE=0x20
8 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=2 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX600 -DFLAG_VALUE=0x20
11 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=0 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX601 -DFLAG_VALUE=0x21
14 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=1 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX601 -DFLAG_VALUE=0x21
17 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=2 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX601 -DFLAG_VALUE=0x21
20 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=0 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX602 -DFLAG_VALUE=0x3A
23 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=1 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX602 -DFLAG_VALUE=0x3A
26 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGLE-FLAG --match-full-lines -DABI_VERSION=2 -DFILE=%t -DFLAG_NAME=EF_AMDGPU_MACH_AMDGCN_GFX602 -DFLAG_VALUE=0x3A
29 # RUN: llvm-readobj -h %t | FileCheck %s --check-prefixes=ALL,KNOWN-ABI-VERSION,SINGL
[all...]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-invalid-v2.test17 # LLVM-NEXT: Type: NT_AMD_HSA_CODE_OBJECT_VERSION (AMD HSA Code Object Version)
18 # LLVM-NEXT: AMD HSA Code Object Version: Invalid AMD HSA Code Object Version
30 # LLVM-NEXT: Type: NT_AMD_HSA_CODE_OBJECT_VERSION (AMD HSA Code Object Version)
31 # LLVM-NEXT: AMD HSA Code Object Version: Invalid AMD HSA Code Object Version
69 # LLVM-NEXT: Type: NT_AMD_HSA_ISA_VERSION (AMD HSA ISA Version)
70 # LLVM-NEXT: AMD HSA ISA Version: Invalid AMD HSA ISA Version
82 # LLVM-NEXT: Type: NT_AMD_HSA_ISA_VERSION (AMD HSA ISA Version)
83 # LLVM-NEXT: AMD HSA ISA Version: Invalid AMD HSA ISA Version
95 # LLVM-NEXT: Type: NT_AMD_HSA_ISA_VERSION (AMD HSA ISA Version)
96 # LLVM-NEXT: AMD HSA ISA Version: Invalid AMD HSA ISA Version
[all …]

12345678910>>...349