Commit
483ed6460dedbbfb3582a3fd95d70ea0aade9a74
by llvm-devHashing - fix uninitialized variable warnings. NFCI.
|
 | llvm/include/llvm/ADT/Hashing.h |
Commit
f6fa57cf5751fdd506dcd82fd8a170b2543798f7
by llvm-devReplacementItem - fix uninitialized variable warning. NFCI.
|
 | llvm/include/llvm/Support/FormatVariadic.h |
Commit
b2a1593f03b6c0d681b75fbbd1513d691722dbee
by llvm-devTimer - fix uninitialized variable warnings. NFCI.
|
 | llvm/include/llvm/Support/Timer.h |
Commit
c9021d749e2570ef43b8dc72e607d21ef756b455
by llvm-devdirectory_entry - fix uninitialized variable warning. NFCI.
|
 | llvm/include/llvm/Support/VirtualFileSystem.h |
Commit
43eeaa147f154b1e9bf241d34b14722a3b305f30
by llvm-devOutputStream - fix static analyzer warnings. NFCI. - uninitialized variables - make getBufferCapacity() const
|
 | llvm/include/llvm/Demangle/Utility.h |
Commit
1f592ecf82381f8689c4a4c6c863591679b2f665
by kristof.beylsfind_interesting_reviews.py: avoid crash on non-ascii data.
|
 | llvm/utils/Reviewing/find_interesting_reviews.py |
Commit
9ca363d89c103b06b986f87c0eaf3e8a00b06947
by lebedev.ri[APInt] Add saturating truncation methods Summary: The signed one is needed for implementation of `ConstantRange::smul_sat()`, unsigned is for completeness only. Reviewers: nikic, RKSimon, spatel Reviewed By: nikic Subscribers: hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69993
|
 | llvm/unittests/ADT/APIntTest.cpp |
 | llvm/include/llvm/ADT/APInt.h |
 | llvm/lib/Support/APInt.cpp |
Commit
5a9fd76d2f7cd831cb02a33ea6a267256e37f69c
by lebedev.ri[ConstantRange] Add umul_sat()/smul_sat() methods Summary: To be used in `ConstantRange::mulWithNoOverflow()`, may in future be useful for when saturating shift/mul ops are added. These are precise as far as i can tell. I initially though i will need `APInt::[us]mul_sat()` for these, but it turned out much simpler to do what `ConstantRange::multiply()` does - perform multiplication in twice the bitwidth, and then truncate. Though here we want saturating signed truncation. Reviewers: nikic, reames, spatel Reviewed By: nikic Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69994
|
 | llvm/unittests/IR/ConstantRangeTest.cpp |
 | llvm/include/llvm/IR/ConstantRange.h |
 | llvm/lib/IR/ConstantRange.cpp |
Commit
7dddfa2a9c14d9627d76474c05542a5675c7716e
by lebedev.ri[NFC] ConstantRange::subWithNoWrap(): fixup comment
|
 | llvm/lib/IR/ConstantRange.cpp |
Commit
cdc38c93fa22f0bee1bd7b84a27c32abb4a3aba8
by Raphael Isemann[lldb] Skip parts of TestCallOverriddenMethod.py on Linux The function call and the constructor call fail now several Linux bots (Swift CI, my own bot and Stella's Debian system), so let's disable the relevant test parts until we can figure out why it is failing.
|
 | lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py |