Home
last modified time | relevance | path

Searched +full:- +full:- +full:issue +full:- +full:number (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/llvm-project/.github/workflows/
H A Dllvm-bugs.yml10 - opened
13 auto-subscribe:
14 runs-on: ubuntu-latest
15 if: github.repository == 'llvm/llvm-project'
17 - uses: actions/setup-node@v4
19 node-version: 18
20 check-latest: true
21 - run: npm install mailgun.js form-data
22 - name: Send notification
23 uses: actions/github-script@v6
[all …]
H A Dissue-subscriber.yml1 name: Issue Subscriber
6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
[all …]
H A Dissue-release-workflow.yml4 # /cherry-pick <commit> <...>
6 # This comment will attempt to cherry-pick the given commits to the latest
15 name: Issue Release Workflow
23 - created
24 - edited
27 - opened
30 …COMMENT_BODY: ${{ github.event.action == 'opened' && github.event.issue.body || github.event.comme…
33 backport-commits:
35 runs-on: ubuntu-latest
38 pull-requests: write
[all …]
H A Dpr-subscriber.yml6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
27 - name: Update watchers
[all …]
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py3 # ======- github-automation - LLVM GitHub Automation Routines--*- python -*--==#
7 # SPDX-Licens
398 def issue(self) -> github.Issue.Issue: global() member in ReleaseWorkflow
[all...]
/llvm-project/clang/test/Misc/
H A Dserialized-diags.m2 - (void) test;
3 - (void) test2;
7 - (void) test {
10 - (void) test2 {}
13 // RUN: rm -f %t
14 // RUN: not %clang -Wall -fsyntax-only %s --serialize-diagnostics %t.diag > /dev/null 2>&1
15 // RUN: c-index-test -read-diagnostics %t.diag > %t 2>&1
16 // RUN: FileCheck --input-file=%t %s
20 …HECK: {{.*[/\\]}}serialized-diags.m:8:4: error: use of undeclared identifier '_self'; did you mean…
21 // CHECK: Range: {{.*[/\\]}}serialized-diags.m:8:4 {{.*[/\\]}}serialized-diags.m:8:9
[all …]
H A Dserialized-diags-stable.c1 // RUN: rm -f %t
2 // RUN: not %clang -Wno-error=return-type -Wall -fsyntax-only %s --serialize-diagnostic
[all...]
H A Dserialized-diags-single-issue.c6 // RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t
7 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
8 // RUN: rm -f %t
10 // NOTE: it is important that this test case only contain a single issue. This test case checks
13 …{{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized when used …
14 // CHECK: Range: {{.*}}serialized-diags-single-issue.c:3:12 {{.*}}serialized-diags-single-issue.c:3…
15 // CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to s…
16 // CHECK: +-Range: {{.*}}serialized-diags-single-issue.c:2:13 {{.*}}serialized-diags-single-issue.c…
17 // CHECK: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issu…
20 // RUN: %clang_cc1 -Wall -fsyntax-only %s %s -serialize-diagnostic-file %t
[all …]
/llvm-project/clang/include/clang/Analysis/
H A DIssueHash.h1 //===---------- IssueHash.h - Generate identification hashes ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 /// We may introduce more variants of issue hashes in the future
29 /// - Name of the checker that emitted the diagnostic.
30 /// - Warning message.
31 /// - Name of the enclosing declaration.
32 /// - Contents of the line of code with the issue, excluding whitespace.
33 /// - Column number (but not the line number! - which makes it stable).
40 /// Get the unhashed string representation of the V1 issue hash.
[all …]
/llvm-project/libc/docs/
H A Dcontributing.rst7 LLVM-libc is being developed as part of the LLVM project so contributions
12 #. **Beginner Bugs** - Help us tackle
13 `good first issues <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Alibc+label%3A%22good+first+issue%22>`__.
15 issue" by the team as potentially easier places to get started. Please do
17 there's been no movement on the issue from the assignee, in which place do
20 #. **Cleanup code-style** - The libc project follows the general
22 few aspects: We use ``snake_case`` for non-constant variable and function
27 currently followed by the `LLD project <https://github.com/llvm/llvm-projec
[all...]
/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h1 //===----------
[all...]
/llvm-project/clang/www/
H A Dmake_cxx_dr_status8 issue_list_url = "https://raw.githubusercontent.com/cplusplus/CWG/gh-pages/issues/cwg_index.html"
13 def __init__(self, section, issue, url, status, title): argument
14 self.section, self.issue, self.url, self.status, self.title = \
15 section, issue, url, status, title
17 return '%s (%s): %s' % (self.issue, self.status, self.title)
28 _, url, issue = issue_link.split('"', 2)
30 issue = int(issue.split('>', 1)[1].split('<', 1)[0])
32 return DR(section, issue, url, status, title)
35 status_re = re.compile(r'\bcwg([0-
143 availability(issue) global() argument
[all...]
/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td1 //===- TargetSchedule.td - Target Independent Scheduling ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the target-independent scheduling interfaces which should
14 // 2. Scheduler Read/Write resources for simple per-opcode cost model.
21 // (2) A per-operand machine model can be implemented in any
24 // A. Associate per-operand SchedReadWrite types with Instructions by
31 // per-operand SchedReadWrite types. Unlike method A, these types may
45 // a machine-independent SchedReadWrite type to map to a sequence of
46 // machine-dependent types.
[all …]
H A DTargetItinerary.td1 //===- TargetItinerary.td - Target Itinerary Description --*- tablegen -*-====//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the target-independent scheduling interfaces
13 // in-order machine with complicated scheduling or bundling constraints.
15 //===----------------------------------------------------------------------===//
17 //===----------------------------------------------------------------------===//
18 // Processor functional unit - These values represent the function units
27 //===----------------------------------------------------------------------===//
28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
[all …]
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h1 //=- llvm/CodeGen/ScheduleHazardRecognizer.h - Scheduling Support -*- C++ -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // hazard-avoidance heuristics for scheduling.
12 //===----------------------------------------------------------------------===//
22 /// HazardRecognizer - This determines whether or not an instruction can be
27 /// MaxLookAhead - Indicate the number of cycles in the scoreboard
47 /// atIssueLimit - Return true if no more instructions may be issued in this
53 /// getHazardType - Return the hazard type of emitting this node. There are
55 /// * NoHazard: it is legal to issue this instruction on this cycle.
[all …]
/llvm-project/llvm/test/DebugInfo/X86/
H A Dsymbolize-debug-fission-single.test2 # 1) clang++ -g -gsplit-dwarf=single splitdwarf-single-issue.cpp -O3 -o splitdwarf-single-issue.s -S
19 # RUN: rm -rf %t
20 # RUN: mkdir -p %t
21 # RUN: llvm-mc --filetype=obj --triple=x86_64-pc-linux %s -o %t/symbolize-debug-fission-single -g
22 # RUN: llvm-mc --filetype=obj --triple=x86_64-pc-linux %s --defsym INCDWO=1 -o %t/symbolize-debug-f…
24 # RUN: llvm-symbolizer 0x0000000000000011 -a --obj=%t/symbolize-debug-fission-single \
28 # CHECK-NEXT: f2()
29 # CHECK-NEXT: {{.*}}splitdwarf-single-issue.cpp:7:3
30 # CHECK-NEXT: main
31 # CHECK-NEXT: {{.*}}splitdwarf-single-issue.cpp:13:3
[all …]
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h1 //===----------
[all...]
H A DScheduler.h1 //===--------------------- Scheduler.h ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// instruction to issue to the underlying pipelines.
41 /// This method ranks instructions based on their age, and the number of known
44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
68 /// instructions from the dispatch stage, until the write-back stage.
110 // only when it reaches the write-back stage.
118 // It is updated every time the scheduler fails to issue an instruction from
[all …]
/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h1 //===-- llvm/MC/MCSchedule.h - Scheduling -------
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp5 //===----------------------------------------------------------------------===//
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
78 #define KMP_I18N_NULLCAT ((nl_catd)(-1))
119 // be re-opened. in __kmp_i18n_do_catopen()
129 // AC: only issue warning in case explicitly asked to in __kmp_i18n_do_catopen()
134 // Infinite recursion will not occur -- status is KMP_I18N_ABSENT now, so in __kmp_i18n_do_catopen()
151 int number = get_number(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local
152 char const *expected = __kmp_i18n_default_table.sect[section].str[number]; in __kmp_i18n_do_catopen()
156 __kmp_str_buf_print(&version, "%s", catgets(cat, section, number, NULL)); in __kmp_i18n_do_catopen()
[all …]
/llvm-project/llvm/docs/
H A DBugLifeCycle.rst10 Introduction - Achieving consistency in how we deal with bug reports
19 At the same time, we aim to not over-specify the life cycle of bugs in
20 `the LLVM Bug Tracking System <https://github.com/llvm/llvm-project/issues>`_,
44 …pply `labels <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing
56 unless the issue is being :ref:`closed<Closing>`.
78 such as the tool (``clang``, ``clang-format``, ``clang-tidy``, etc) or
79 component (``backend:<name>``, ``compiler-rt:<name>``, ``clang:<name>``, etc).
81 * If the issue is with a particular revision of the C or C++ standard, please
88 * Add the ``good first issue`` label if you think this would be a good bug to
90 for new contributors <https://github.com/llvm/llvm-project/contribute>`_.
[all …]
H A DHowToReleaseLLVM.rst8 This document contains information about successfully releasing LLVM ---
9 including sub-projects: e.g., ``clang`` and ``compiler-rt`` --- to the public.
21 LLVM is released on a time based schedule --
[all...]
/llvm-project/clang/test/C/C23/
H A Dn2322.c1 // RUN: %clang_cc1 -std=c2x -ast-dump %s | FileCheck %s
7 // The line number associated with a pp-token should be the line number of in n2322()
8 // the first character of the pp-token. in n2322()
13 // CHECK-NEXT: StringLiteral {{.*}} <col:3> in n2322()
15 // The line number associated with a pp-directive should be the line number in n2322()
18 // number to be associated with the first # token. However, this relies on an in n2322()
21 // may not represent an actual issue. in n2322()
29 // The line number associated with a macro invocation should be the line in n2322()
30 // number of the first character of the macro name in the invocation. in n2322()
32 // Reset the line number to make it easier to understand the next test. in n2322()
[all …]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td1 //==- AArch64SchedKryo.td - Qualcomm Kryo Scheduling Defs ---*- tablegen -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // The issue width is set to five, matching the five issue queues for expanded
17 // but these do not actually take up an issue queue.
20 let IssueWidth = 5; // 5-wide issue for expanded uops
21 let MicroOpBufferSize = 128; // Out-of-order with temporary unified issue buffer
25 // Enable partial & runtime unrolling. The magic number is chosen based on
[all …]
/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h1 //=- AnalysisBasedWarnings.h - Sema warnings based on libAnalysis -*- C++ -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // that issues warnings based on dataflow-analysis.
11 //===----------------------------------------------------------------------===//
63 /// Number of function CFGs built and analyzed.
66 /// Number of functions for which the CFG could not be successfully
70 /// Total number of blocks across all CFGs.
73 /// Largest number of CFG blocks for a single function analyzed.
76 /// Total number of CFGs with variables analyzed for uninitialized
[all …]

12345678910>>...24