Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py36 bug_counter(bug)
172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
273 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))
284 yield bug
412 bug = {
435 yield bug
455 def category_type_name(bug): argument
477 def predicate(bug): argument
497 def predicate(bug): argument
500 bug['bug_type_class'] = category_type_name(bug)
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DBugLifeCycle.rst10 Introduction - Achieving consistency in how we deal with bug reports
16 understanding of what a particular bug state actually means and what to expect
21 as the overall goal is to make it easier to work with and understand the bug
31 Furthermore, some of the metadata in the bug tracker, such as what labels we
45 to the bug to provide extra information to make the bug easier to discover, such
46 as a label for the part of the project the bug pertains to.
58 The goal of triaging a bug is to make sure a newly reported bug ends up in a
65 * Can you reproduce the bug from the details in the report?
69 * Is it related to an already reported bug?
77 * When able to do so, please add the appropriate labels to classify the bug,
[all …]
H A DHowToSubmitABug.rst2 How to submit an LLVM bug report
9 If you're working with LLVM and run into a bug, we definitely want to know
16 bug `crashes the compiler`_ or if the compiler is `miscompiling`_ the program
18 right). Based on what type of bug it is, follow the instructions in the
19 linked section to narrow down the bug so that the person who fixes it will be
25 not sure). The bug description should contain the following information:
28 * The reduced test-case that triggers the bug.
56 the code generator), you found a middle-end optimizer bug. Jump ahead to
103 bug <frontend-crash>`.
112 Run this, then file a bug with the instructions and reduced .bc
[all …]
H A DHowToReleaseLLVM.rst25 there are large number of bug-fixes in the stable branch or a critical bug
55 * Tag bug fix -rc1 after 4 weeks have passed.
57 * Tag bug fix -rc2 4 weeks after -rc1.
239 In the subsequent stages, the testing is only to ensure that bug
249 should be filled in a bug in Bugzilla with the priority *release blocker* and
253 "[meta]" bug should be created and all regressions *blocking* that Meta. Once
256 If a bug can't be reproduced, or stops being a blocker, it should be removed
268 This section describes how to triage bug reports:
333 #. *Before RC2* Patches should be limited to bug fixes or backend specific
339 #. *Bug fix releases* Patches should be limited to bug fixes or very safe
[all …]
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-original-di-preservation.py403 for bug in bugs:
404 bugs_metadata = bug["metadata"]
406 action = bug["action"]
407 bb_name = bug["bb-name"]
408 fn_name = bug["fn-name"]
409 instr = bug["instr"]
418 action = bug["action"]
419 name = bug["name"]
428 action = bug["action"]
429 fn_name = bug["fn-name"]
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dinline-unique-reports.c4 static inline bug(int *p) { in bug() function
10 bug(p); in test_bug_1()
15 bug(p); in test_bug_2()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcf-stack-bug.ll34 ; BUG64-NOT: Applying bug work-around
35 ; BUG32-NOT: Applying bug work-around
36 ; NOBUG-NOT: Applying bug work-around
67 ; BUG64: Applying bug work-around
68 ; BUG32-NOT: Applying bug work-around
69 ; NOBUG-NOT: Applying bug work-around
108 ; BUG64: Applying bug work-around
109 ; BUG32-NOT: Applying bug work-around
110 ; NOBUG-NOT: Applying bug work-around
173 ; BUG64: Applying bug work-around
[all …]
H A Dlegalizedag-bug-expand-setcc.ll3 ; This tests a bug where LegalizeDAG was not checking the target's
7 ; This bug caused the icmp IR instruction to be expanded to two machine
H A Dscalar-branch-missing-and-exec.ll6 ; This checks for a bug where uniform control flow can result in multiple
15 ; not necessarily mean that the bug has reappeared.
17 ; The check for "s_and_b64 vcc, exec, something" checks that the bug is fixed.
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dtest.sh81 for bug in bug-swap ; do
82 ../${bug}
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog5 Fixed a bug in mp_int_div() which would yield incorrect quotients
25 Cleaned up a sign-related bug in mp_int_gcd(), which would cause
29 Fixed a bug in s_reduce() which would give incorrect results for
47 Fixed a sign-related bug in mp_int_invmod().
172 Fixed a bug in s_udiv(), internal to imath.c, which caused
269 till you have found where the bug actually is.
427 389a1be bug: Fix a memory leak in test_meta.
428 8fb98f7 bug: Fix a use of an uninitalized pointer.
430 08fe765 bug: Fix a reachable null pointer indirection.
431 7b10453 bug: Remove a redundant initialization.
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A Ddbg-inline-scope-for-phi.ll12 ; int bug(int *p) {
36 ; CHECK-LABEL: define i32 @bug
37 define i32 @bug(i32*) !dbg !24 {
76 !1 = !DIFile(filename: "bug.c", directory: "/bug")
99 !24 = distinct !DISubprogram(name: "bug", scope: !1, file: !1, line: 14, type: !16, isLocal: false,…
/llvm-project-15.0.7/libcxx/
H A DCREDITS.TXT44 D: C++14 support, patches and bug fixes.
52 D: Minor patches and bug fixes.
65 D: LFTS support, patches and bug fixes.
69 D: Regex bug fixes.
84 D: Minor patches and bug fixes.
164 D: Minor bug fix.
173 D: Minor patches and bug fixes.
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/
H A Dplugin_wrong_frame_number_bug.cpp16 void bug() { in bug() function
22 bug(); in foo()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmulti-dim-operator-new.cpp20 T bug(int i) { in bug() function
37 f = bug(3); in main()
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dshrinkwrapping-alignment.s1 # This reproduces a bug with shrink wrapping when trying to move
3 # stack layout for alignment reasons. In this bug, we failed to
H A Dinterp-overwrite-bug.s1 # This reproduces a bug with BOLT non-reloc mode, during emission, if the user
2 # does not use -update-debug-sections. In this bug, if a function gets too large
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dextractelement-shuffle.ll4 ; Examples that exhibits a bug in DAGCombine. The case is triggered by the
5 ; following program. The bug is DAGCombine assumes that the bit convert
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog71 - fix bug in coalescing treatment
88 - fix bug in simplification
114 - fix bug in affine expression normalization
138 - fix simplification bug
169 - various minor bug fixes
177 - various minor bug fixes
/llvm-project-15.0.7/clang/test/Analysis/scan-build/
H A Dplist_html_output.test13 CHECK-STDOUT: scan-build: 1 bug found.
14 CHECK-STDOUT: scan-build: Run 'scan-view {{.*}}' to examine bug reports.
H A Dhtml_output.test11 CHECK-STDOUT: scan-build: 1 bug found.
12 CHECK-STDOUT: scan-build: Run 'scan-view {{.*}}' to examine bug reports.
/llvm-project-15.0.7/clang-tools-extra/
H A DREADME.txt18 If you find a bug in these tools, please file it in the LLVM bug tracker:
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp276 BugType *bug = nullptr; in checkEvent() local
280 bug = NSBT.get(); in checkEvent()
285 bug = CFBT.get(); in checkEvent()
288 std::make_unique<PathSensitiveBugReport>(*bug, os.str(), event.SinkNode)); in checkEvent()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsdag-store-merging-bug.ll3 ; Checks for a bug where selection dag store merging would construct wrong
11 ; merging wrong), this is the only way I was able to reproduce the bug...
/llvm-project-15.0.7/llvm/
H A DCREDITS.TXT48 D: General bug fixing/fit & finish, mostly in Clang
107 D: Original Autoconf support, documentation improvements, bug fixes
139 D: Miscellaneous bug fixes
167 D: Miscellaneous bug fixes
187 D: Miscellaneous bug fixes
228 D: Improvements to the PPC backend and miscellaneous bug fixes
267 D: Miscellaneous bug fixes
433 D: Cmake dependency chain and various bug fixes
477 D: Miscellaneous bug fixes
508 D: Miscellaneous bug fixes
[all …]

12345678910>>...24