Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/.github/workflows/
H A Ddocs.yml4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14 - 'main'
16 - 'llvm/docs/**'
17 - 'clang/docs/**'
18 - 'clang/include/clang/Basic/AttrDocs.td'
19 - 'clang/include/clang/Driver/ClangOptionDocs.td'
20 - 'clan
[all...]
H A Dversion-check.yml6 - 'release/**'
9 - 'release/**'
17 runs-on: ubuntu-latest
19 - name: Fetch LLVM sources
22 fetch-depth: 0
24 - nam
[all...]
H A Dissue-release-workflow.yml4 # /cherry-pick <commit> <...>
6 # This comment will attempt to cherry-pick the given commits to the latest
23 - created
24 - edited
27 - opened
33 backport-commits:
35 runs-on: ubuntu-latest
38 pull-requests: write
39 if: >-
40 (github.repository == 'llvm/llvm-project') &&
[all …]
H A Drelease-documentation.yml9 release-version:
20 release-version:
30 release-documentation:
32 runs-on: ubuntu-latest
34 upload: ${{ inputs.upload && !contains(inputs.release-version, 'rc') }}
36 - name: Checkout LLVM
39 - name: Setup Python env
40 uses: actions/setup-python@v5
43 cache-dependenc
[all...]
H A Dllvm-project-tests.yml17 default: '["ubuntu-latest", "windows-2019", "macOS-13"]'
40 # Use windows-2019 due to:
41 # https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isna
[all...]
H A Dlibclang-abi-tests.yml10 - 'release/**'
12 - 'clang/**'
13 - '.github/workflows/libclang-abi-tests.yml'
16 - 'release/**'
18 - 'clang/**'
19 - '.github/workflows/libclang-abi-test
[all...]
H A Dllvm-tests.yml10 - 'release/**'
12 - 'llvm/**'
13 - '.github/workflows/llvm-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
17 - 'release/**'
19 - 'llvm/**'
20 - '
[all...]
/llvm-project/clang/lib/Headers/
H A Dhtmxlintrin.h1 /*===---- htmxlintrin.h - XL compiler HTM execution intrinsics-------------===*\
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 \*===----------------------------------------------------------------------===*/
164 /* Return TEXASR bits 11 (Self-Induced Conflict) through in __TM_is_conflict()
244 int depth = __builtin_tx_nesting_depth (); in __TM_nesting_depth() local
247 if (depth != 0) in __TM_nesting_depth()
248 return depth; in __TM_nesting_depth()
250 if (tdb->format != 1) in __TM_nesting_depth()
252 return tdb->nesting_depth; in __TM_nesting_depth()
262 if (tdb->format != 1) in __TM_is_user_abort()
[all …]
/llvm-project/llvm/docs/
H A DGitHub.rst1 .. _github-reviews:
10 `Source Code <https://github.com/llvm/llvm-project>`_,
11 `Releases <https://github.com/llvm/llvm-project/releases>`_,
12 `Issue Tracking <https://github.com/llvm/llvm-project/issues>`_., and
13 `Code Reviews <https://github.com/llvm/llvm-project/pulls>`_.
22 intended to be able to support "stacked" pull-request. Do not create any branches in the
23 llvm/llvm-project repository otherwise, please use a fork (see below). User branches that
24 aren't associated with a pull-request **will be deleted**.
32 Graphite will want to create branches under ``llvm/llvm-project`` rather than your
39 If you didn't do the above and Graphite created non-prefixe
[all...]
H A DGettingStarted.rst19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This
21 -- and from there into object files, using LLVM.
34 * ``git clone https://github.com/llvm/llvm-project.git``
37 ``git clone --config core.autocrlf=false
38 https://github.com/llvm/llvm-project.git``
39 * To save storage and speed-up the checkout time, you may want to do a
40 `shallow clone <https://git-scm.com/docs/git-clon
[all...]
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst13 :depth: 4
22 infrastructure) will continue to work with a Git-based LLVM.
29 This proposal relates only to moving the hosting of our source-code repository
31 using GitHub's issue tracker, pull-requests, or code-review.
35 username/password-hash.
41 ----------------
57 --------
66 through the Git-SVN integration.
82 -----------
85 projects. Any of these could replace the code-hosting infrastructure that we
[all …]
/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp1 //===-- StackFrameList.cpp --------
[all...]
H A DTargetProperties.td4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">,
7 def UseDIL : Property<"use-DIL", "Boolean">,
13 def DefaultArch: Property<"default-arch", "Arch">,
17 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
23 def ExprPrefix: Property<"expr-prefix", "FileSpec">,
26 def ExprErrorLimit: Property<"expr-error-limi
[all...]
H A DThread.cpp1 //===-- Thread.cpp --------
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp1 //===- InstCombineNegator.cpp ---------
126 visitImpl(Value * V,bool IsNSW,unsigned Depth) visitImpl() argument
480 negate(Value * V,bool IsNSW,unsigned Depth) negate() argument
[all...]
H A DInstructionCombining.cpp1 //===- InstructionCombining.cpp - Combine multiple instructions --------
2522 getFreelyInvertedImpl(Value * V,bool WillInvertAllUses,BuilderTy * Builder,bool & DoesConsume,unsigned Depth) getFreelyInvertedImpl() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1 //===-- DWARFUnit.cpp --------
237 uint32_t depth = 0; ExtractDIEsRWLocked() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
22 #include "llvm/Config/llvm-config.h"
39 /// reset - Reset the instance so that it's prepared for another function.
50 /// initialize - Scan machine function and constuct lexical scope nest.
54 if (Fn.getFunction().getSubprogram()->getUnit()->getEmissionKind() == in initialize()
67 /// extractLexicalScopes - Extract instruction ranges for each lexical scopes
122 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
[all …]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py64 # Respect --apple-sdk <path> if it's specified. If the SDK is simply
88 subprocess.check_output(["xcrun", "--sdk", sdk, "--show-sdk-version"])
90 .decode("utf-
[all...]
/llvm-project/clang/www/
H A Dget_started.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
5 <META http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Clang - Getting Started</title>
12 <!--#include virtual="menu.html.incl"-->
22 bugs on <a href="https://github.com/llvm/llvm-project/issues">the LLVM bug tracker</a>.</p>
31 <h3 id="buildNix">On Unix-like Systems</h3>
41 Getting Started with the LLVM System - Requirements</a>.</li>
53 <li><tt>git clone https://github.com/llvm/llvm-project.git</tt></li>
56 …<li><tt>git clone --depth=1 https://github.com/llvm/llvm-project.git (using this only the latest v…
59 <li><tt>cd llvm-project</tt></li>
[all …]
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1 //===------- SemaTemplate.cpp - Semantic Analysis for C++ Templates --
58 unsigned Depth = 0; getTemplateDepth() local
996 ActOnTypeParameter(Scope * S,bool Typename,SourceLocation EllipsisLoc,SourceLocation KeyLoc,IdentifierInfo * ParamName,SourceLocation ParamNameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedType DefaultArg,bool HasTypeConstraint) ActOnTypeParameter() argument
1444 ActOnNonTypeTemplateParameter(Scope * S,Declarator & D,unsigned Depth,unsigned Position,SourceLocation EqualLoc,Expr * Default) ActOnNonTypeTemplateParameter() argument
1576 ActOnTemplateTemplateParameter(Scope * S,SourceLocation TmpLoc,TemplateParameterList * Params,bool Typename,SourceLocation EllipsisLoc,IdentifierInfo * Name,SourceLocation NameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedTemplateArgument Default) ActOnTemplateTemplateParameter() argument
1740 ActOnTemplateParameterList(unsigned Depth,SourceLocation ExportLoc,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) ActOnTemplateParameterList() argument
3766 unsigned Depth; global() member
4980 isTemplateArgumentTemplateParameter(const TemplateArgument & Arg,unsigned Depth,unsigned Index) isTemplateArgumentTemplateParameter() argument
5022 unsigned Depth = Params->getDepth(); isSameAsPrimaryTemplate() local
9147 findTemplateParameterInType(unsigned Depth,Expr * E) findTemplateParameterInType() argument
9157 findTemplateParameter(unsigned Depth,TypeLoc TL) findTemplateParameter() argument
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp1 //===--- ScheduleDAGSDNodes.cpp - Implement the ScheduleDAGSDNodes class --===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exceptio
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1 //===-- InstrProfiling.cpp - Frontend instrumentation based profiling -----===//
5 // SPDX-License-Identifie
[all...]
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1 //===- InstrRefBasedImpl.cpp - Tracking Debug Value MIs --------
[all...]

12