Home
last modified time | relevance | path

Searched +full:release +full:- +full:version (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/llvm-project/.github/workflows/
H A Drelease-tasks.yml1 name: Release Task
9 # The regex support here is limited, so just match everything that starts with llvmorg- and filter later.
10 - 'llvmorg-*'
13 validate-tag:
15 runs-on: ubuntu-latest
16 if: github.repository == 'llvm/llvm-project'
18 release-versio
[all...]
H A Drelease-documentation.yml1 name: Release Documentation
9 release-version:
10 description: 'Release Version'
20 release-version:
21 description: 'Release Versio
[all...]
H A Drelease-doxygen.yml1 name: Release Doxygen
9 release-version:
10 description: 'Release Version'
20 release-version:
21 description: 'Release Versio
[all...]
H A Drelease-sources.yml1 name: Release Sources
9 release-version:
10 description: Release Version
15 release-version:
16 description: Release Versio
[all...]
H A Drelease-lit.yml1 name: Release Lit
9 release-version:
10 description: 'Release Version'
16 release-version:
17 description: 'Release Versio
[all...]
H A Drelease-binaries.yml1 name: Release Binaries
6 release-version:
7 description: 'Release Version'
11 description: 'Upload binaries to the release page'
15 runs-on:
20 - ubuntu-22.0
[all...]
H A Dlibclang-abi-tests.yml10 - 'release/**'
12 - 'clang/**'
13 - '.github/workflows/libclang-abi-tests.yml'
16 - 'release/**'
18 - 'clang/**'
19 - '
[all...]
H A Dversion-check.yml1 name: LLVM Project Version Check
6 - 'release/**'
9 - 'release/**'
17 runs-on: ubuntu-latest
19 - name: Fetch LLVM sources
22 fetch-depth: 0
24 - nam
[all...]
/llvm-project/libcxx/docs/
H A DReleaseProcedure.rst4 Release procedure
7 The LLVM project creates a new release twice a year following a fixed
8 `schedule <https://llvm.org/docs/HowToReleaseLLVM.html#annual-release-schedule>`__.
9 This page describes the libc++ procedure for that release.
11 Prepare the release
16 It should be finished before the Release managers start branching the new
17 release:
19 * Make sure ``libcxx/docs/ReleaseNotes/<VERSION>.rst`` is up to date. Typically
24 new deprecated feature should be added to the release notes and this page.
27 * Make sure the latest Unicode version is used. The C++ Standard
[all …]
/llvm-project/llvm/docs/
H A DHowToReleaseLLVM.rst2 How To Release LLVM To The Public
8 This document contains information about successfully releasing LLVM ---
9 including sub-projects: e.g., ``clang`` and ``compiler-rt`` --- to the public.
10 It is the Release Manage
[all...]
H A DReleaseNotes.rst
/llvm-project/llvm/utils/release/
H A Dexport.sh2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
10 # Create branches and release candidates for the LLVM release.
12 #===------------------------------------------------------------------------===#
14 set -e
16 …olt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunw…
18 release=""
22 template='${PROJECT}-${RELEASE}${RC}.src.tar.xz'
28 Usage: $(basename $0) [-release|--release <major>.<minor>.<patch>]
[all …]
/llvm-project/clang/lib/Driver/
H A DDistro.cpp1 //===--- Distro.cpp - Linux distribution detection support ------*
33 Distro::DistroType Version = Distro::UnknownDistro; DetectOsRelease() local
59 Distro::DistroType Version = Distro::UnknownDistro; DetectLsbRelease() local
104 Distro::DistroType Version = Distro::UnknownDistro; DetectDistro() local
193 int Version; DetectDistro() local
[all...]
/llvm-project/clang/unittests/Driver/
H A DDistroTest.cpp1 //===- unittests/Driver/DistroTest.cpp --- ToolChains tests ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
24 // The tests include all release-related files for each distribution
30 // Ubuntu uses Debian Sid version. in TEST()
33 UbuntuTrustyFileSystem.addFile("/etc/lsb-release", 0, in TEST()
38 UbuntuTrustyFileSystem.addFile("/etc/os-release", 0, in TEST()
40 "VERSION=\"14.04, Trusty Tahr\"\n" in TEST()
49 Distro UbuntuTrusty{UbuntuTrustyFileSystem, llvm::Triple("unknown-pc-linux")}; in TEST()
[all …]
/llvm-project/flang/docs/
H A DReleaseNotes.md1 # Flang |version| (In-Progress) Release Notes
5 > These are in-progress notes for the upcoming LLVM |version| release.
6 > Release notes for previous releases can be found on [the Download
11 This document contains the release notes for the Flang Fortran frontend,
12 part of the LLVM Compiler Infrastructure, release |version|. Here we
14 improvements from the previous release and new feature work. For the
15 general LLVM release notes, see [the LLVM
21 document applies to the *next* release, not the current one. To see the
22 release notes for a specific release, please see the [releases
29 ## Non-comprehensive list of changes in this release
H A DGettingStarted.md1 <!--===- docs/GettingStarted.md
5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 -->
12 ---
14 ---
36 compiler-rt. Note that compiler-rt is only needed to access libraries that
39 includig GNU and clang. But building compiler-rt requres using the clang
44 into a directory called llvm-project. The build will also
46 the built files), install (holds the installed files, and compiler-rt (holds
47 the result of building compiler-rt).
[all …]
/llvm-project/clang/test/OpenMP/
H A Dtarget_exit_data_ast_print.cpp1 // RUN: %clang_cc1 -verify -fopenmp -fopenmp-version=45 -ast-print %s | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -fopenmp-version=45 -x c++ -std=c++11 -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -fopenmp-version=45 -std=c++11 -include-pch %t -verify %s -ast-print | …
5 // RUN: %clang_cc1 -verify -fopenmp-simd -fopenmp-version=45 -ast-print %s | FileCheck %s
6 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=45 -x c++ -std=c++11 -emit-pch -o %t %s
7 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=45 -std=c++11 -include-pch %t -verify %s -ast-pri…
9 // RUN: %clang_cc1 -verify -fopenmp-simd -fopenmp-version=52 -ast-print %s | FileCheck %s
10 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=52 -x c++ -std=c++11 -emit-pch -o %t %s
11 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=52 -std=c++11 -include-pch %t -verify %s -ast-pri…
13 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s
[all …]
/llvm-project/third-party/benchmark/docs/
H A Dreleasing.md1 # How to release
5 * `parallel -j0 exec ::: test/*_test` can help ensure everything at least
7 * Prepare release notes
8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
11 * Create one last commit that updates the version saved in `CMakeLists.txt` and `MODULE.bazel`
12 to the release version you're creating. (This version will be used if benchmark is installed
16 project (benchmark VERSION 1.8.0 LANGUAGES CXX)
20 module(name = "com_github_google_benchmark", version="1.8.0")
23 * Create a release through github's interface
26 * `git pull --tags`
[all …]
/llvm-project/libcxx/docs/ReleaseNotes/
H A D18.rst
/llvm-project/third-party/benchmark/
H A DREADME.md3-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github…
6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu…
40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).
67 This describes the installation process using cmake. As pre-requisites, you'll
79 $ cmake -E make_directory "build"
81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
83 # cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
85 $ cmake --build "build" --config Release
103 $ cmake -E chdir "build" ctest --build-config Release
[all …]
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dfence.ll1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
2 ; RUN: opt -S -passes=early-cse -earlycse-debug-hash < %s | FileCheck %s
7 ; version of the memory model. If we want to extend EarlyCSE to be more
13 ; CHECK-LABEL: define i32 @test
14 ; CHECK-SAME: (ptr [[ADDR_I:%.*]]) {
15 ; CHECK-NEXT: store i32 5, ptr [[ADDR_I]], align 4
16 ; CHECK-NEXT: fence release
17 ; CHECK-NEXT: ret i32 5
20 fence release
27 ; CHECK-LABEL: define i32 @test2
[all …]
/llvm-project/clang/tools/clang-format-vs/
H A DClangFormat.sln
/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc1 //===- llvm/TargetParser/Unix/Host.inc --------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
36 return info.release;
40 // On darwin, we want to update the version to match that of the target.
41 std::string::size_type DarwinDashIdx = TargetTripleString.find("-darwin");
43 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
[all …]
/llvm-project/llvm/test/Transforms/ObjCARC/
H A Dcode-motion.ll1 ; RUN: opt -passes=objc-arc -S < %s | FileCheck %s
10 ; release call when there are debug instructions.
13 ; CHECK: call void @llvm.objc.release(ptr %x)
22 tail call void @llvm.objc.release(ptr %x)
26 ; ARC optimizer shouldn't move the release call, which is a precise release call
29 ; CHECK-LABEL: define void @test2(
31 ; CHECK: call void @llvm.objc.release(
38 tail call void @llvm.objc.release(ptr %v0)
43 ; Previously, ARC optimizer would move the release past the retain.
47 ; call void @llvm.objc.release(ptr %obj) #1, !clang.imprecise_release !2
[all …]
/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h1 //===- ObjCRuntime.h - Objective-C Runtime Configuration --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines types useful for describing an Objective-C runtime.
12 //===----------------------------------------------------------------------===//
27 /// The basic abstraction for the target Objective-C runtime.
30 /// The basic Objective-C runtimes that we know about.
32 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS
33 /// X platforms that use the non-fragile ABI; the version is a
34 /// release of that OS.
[all …]

12345678910>>...22