13,177,299 commits found in 7 milliseconds
LLVM /project 7379f1c — clang/lib/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel EntityPointerLevel.cpp, clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage UnsafeBufferUsage.cpp fix clang-format
LLVM /project 2d1a8b1 — clang/lib/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel EntityPointerLevel.cpp clean up
LLVM /project f3c29ee — clang/include/clang/ScalableStaticAnalysisFramework/Analyses EntityPointerLevel.h, clang/include/clang/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel EntityPointerLevel.h EntityPointerLevelFormat.h rebase
LLVM /project dbde0ba — llvm/lib/Target/AMDGPU AMDGPU.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp [AMDGPU] Rename 1_5xVGPRs to 1536VGPRs to be more contextual. NFC (#190245)
Renaming feature from 1_5xVGPRs to 1536VGPRs to to be more contextual. wireshark: use tabs consistently for block indentation
LLVM /project 2105f9f — clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu [CIR][CUDA] Do Runtime Kernel Registration
unreachable on RDC compilation
LLVM /project 82086d6 — clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu [CIR][CUDA] Handle CUDA module constructor and destructor emission.
fix twine crashes
LLVM /project 0fff8db — clang/include/clang/CIR/Dialect/IR CIRCUDAAttrs.td, clang/lib/CIR/CodeGen CIRGenModule.cpp Avoid copies from `std::string`
LLVM /project beb2302 — clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu kernel-stub-name.cu Fix conflicts and add section to fatbin globals
LLVM /project 74ff77f — clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu fix tests and remove unnecessary comments.
fix fmt
LLVM /project 9930dd3 — clang/include/clang/CIR/Dialect/IR CIRCUDAAttrs.td, clang/lib/CIR/CodeGen CIRGenCall.cpp address more string copies stuff yo
fix global builder ordering
LLVM /project 2e61735 — clang/include/clang/CIR MissingFeatures.h, clang/include/clang/CIR/Dialect/IR CIRCUDAAttrs.td CIRDialect.td [CIR][CUDA] Global emission for fatbin symbols
mtr-graph(mtr085): update to 0.85.262
[AMDGPU] Update gfx1250_dasm_vop3cx.txt test for true16. NFC (#190240) wireshark: find asciidoctor when the "doc" option is enabled
Addresses PR pkg/60057 from Robert Whitlock.
clang: Use MakeArgStringRef more often
Avoid an intermediate copy by using MakeArgStringRef. Also
use better use of Twine with MakeArgString.
clang: Reorder linker aux-triple handling (#189462)
Move the IsCuda check out from the IsCuda || isHIP block. Keep
this from splitting the aux-triple handling for future convenience. libclc: Use special division for atan2 for DAZ (#190248)
The AMDGPU DAZ fdiv works fine in this case, so there's
maybe something better we could do here. LLVM /project 45ac2db — clang/include/clang/Sema Initialization.h, clang/lib/Sema SemaDeclCXX.cpp SemaExprCXX.cpp [clang][NFC] Clean up InitializedEntity booleans. (#185335)
As discussed in #182203, use enums instead.
I tried to name/use them appropriately, but I'm not sure sure I'm really
happy with the results; suggestions welcome. NAS-140524 / 26.0.0-BETA.2 / fix container UX shell seccomp (by yocalebo) (#18629) LLVM /project 75a354b — llvm/lib/Transforms/InstCombine InstCombineCasts.cpp, llvm/test/Transforms/InstCombine fpcast.ll [InstCombine] Use ComputeNumSignBits in isKnownExactCastIntToFP (#190235)
For signed int-to-FP casts, ComputeNumSignBits can prove exactness where
computeKnownBits cannot -- e.g. through ashr(shl x, a), b where sign propagation is
tracked precisely but individual known bits are all unknown. NAS-140524 / 26.0.0-BETA.1 / fix container UX shell seccomp (by yocalebo) (#18628) fix container UX shell seccomp
(cherry picked from commit b90cbbdcf80c5329c23975375c682e8aafe044ec )
NAS-140524 / 27.0.0-BETA.1 / fix container UX shell seccomp (#18627) [NVPTX] Fix missing arch version for ptxas in LIT test. (#190231)
Recently added LIT test in #188539 missed -arch option for ptxas causing
post commit build failure. This PR addresses that failure. libclc: Use special division for atan2 for DAZ
The AMDGPU DAZ fdiv works fine in this case, so there's
maybe something better we could do here.