634,735 commits found in 59 milliseconds
LLVM /project 81bdf89 — clang/test/Sema/AArch64 arm_sve_feature_dependent_sve___sme.c, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll added test
Created using spr 1.3.4
Delta File +35,814 -29,261 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +19,255 -3,889 llvm/test/CodeGen/RISCV/atomic-rmw.ll +10,669 -9,023 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +19,470 -0 clang/test/Sema/AArch64/arm_sve_feature_dependent_sve___sme.c +10,289 -0 llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s +10,287 -0 llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s +105,784 -42,173 13,937 files not shown +1,172,725 -311,871 13,943 files
LLVM /project 8d065ad — clang/test/Sema/AArch64 arm_sve_feature_dependent_sve___sme.c, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Delta File +35,814 -29,261 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +19,255 -3,889 llvm/test/CodeGen/RISCV/atomic-rmw.ll +10,669 -9,023 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +19,470 -0 clang/test/Sema/AArch64/arm_sve_feature_dependent_sve___sme.c +10,289 -0 llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s +10,287 -0 llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s +105,784 -42,173 13,933 files not shown +1,169,683 -311,861 13,939 files
LLVM /project d04d291 — llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp, llvm/lib/Target/RISCV/MCTargetDesc RISCVMCCodeEmitter.cpp RISCVBaseInfo.h [RISCV] Remove implicit conversions of MCRegister to unsigned. NFC (#167588)
Rename RegNum to Reg. move operation out of ArithToAPFloatConversionPass to try to fix LinkageInfo clang::LinkageComputer fail
LLVM /project ae2b303 — clang/lib/Serialization ASTReader.cpp ASTWriter.cpp, clang/test/Modules pr166068.cppm [C++20] [Modules] Don't import initializer/pending implicit instantiations from other named module (#167468)
Close https://github.com/llvm/llvm-project/issues/166068
The cause of the problem is that we would import initializers and
pending implicit instantiations from other named module. This is very
bad and it may waste a lot of time.
And we didn't observe it as the weak symbols can live together and the
strong symbols would be removed by other mechanism. So we didn't observe
the bad behavior for a long time. But it indeeds waste compilation time. [orc-rt] Make Session explicitly immovable. (#167640)
NFCI -- the deleted copy constructor already made this immovable. The
explicit operations just make clear that this was intentional. UNSUPPORTED: system-windows for now
Revert "try unquoting and repeat env"
This reverts commit 9aa8b8e20f9b0912b10194d5aae89c42e4437fae .
Revert "try not using \ to break long run lines"
This reverts commit ac138ba8e5a9861e7dda74ee102575f1c5cfeb3b .
PPC: Mark xfailed sincospi test as unsupported with EXPENSIVE_CHECKS (#167639)
Wasm: Fix hardcoding _Unwind_CallPersonality function name (#167612)
Store TheCU
Orc rt session wrap unwrap (#167635)
LLVM /project ce7449e — llvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp AMDGPULowerExecSync.cpp, llvm/test/CodeGen/AMDGPU llc-pipeline.ll Update description of pass
try not using \ to break long run lines
[AMDGPU] Remove lowering named-barrier LDS logci from amdgpu-lower-module-lds
PPC: Mark xfailed sincospi test as unsupported with EXPENSIVE_CHECKS
LLVM /project 4f23b5c — llvm/lib/Target/AMDGPU AMDGPULowerModuleLDSPass.cpp AMDGPUSwLowerLDS.cpp remove changes from prior LDS lowerin passes
LLVM /project 57d8bea — llvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp, llvm/test/CodeGen/AMDGPU amdgpu-lower-exec-sync-and-module-lds.ll amdgpu-lower-special-lds-and-module-lds.ll update names
Update amdgpu-lower-exec-sync.ll test with llc RUN line
LLVM /project 6ccff9e — llvm/lib/Target/AMDGPU AMDGPUSwLowerLDS.cpp, llvm/test/CodeGen/AMDGPU amdgpu-lower-special-lds-and-sw-lds.ll amdgpu-lower-special-lds-and-module-lds.ll Fix tests
LLVM /project b8ab481 — llvm/lib/Target/AMDGPU AMDGPULowerModuleLDSPass.cpp AMDGPUTargetMachine.cpp, llvm/test/CodeGen/AMDGPU amdgpu-lower-special-lds-and-module-lds.ll amdgpu-lower-special-lds-and-sw-lds.ll [AMDGPU] Enable amdgpu-lower-special-lds pass in pipeline
LLVM /project 0eadd18 — clang/include/clang/Basic BuiltinsAMDGPU.def, clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp Review comments: remove the float overload.
LLVM /project 42368ee — llvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU SIInstructions.td SIISelLowering.cpp Review comments: remove the `.float` suffix and overload.
LLVM /project 8b530f5 — clang/include/clang/Basic BuiltinsAMDGPU.def, clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp [AMDGPU] Add builtins for wave reduction intrinsics
LLVM /project a397e67 — llvm/lib/Target/AMDGPU SIISelLowering.cpp SIInstructions.td, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.sub.ll llvm.amdgcn.reduce.add.ll [AMDGPU] Add wave reduce intrinsics for float types - 2
Supported Ops: `fadd`, `fsub`
Hardcode quietNaN val.
LLVM /project e10eb45 — llvm/lib/CodeGen/AsmPrinter CodeViewDebug.cpp, llvm/test/DebugInfo/X86 codeview-empty-dbg-cu-crash.ll Redo this. The compile unit iterator has the unhelpful behavior
of skipping entries that are there.
LLVM /project aadcb99 — llvm/lib/CodeGen/AsmPrinter CodeViewDebug.cpp, llvm/test/DebugInfo/X86 codeview-empty-dbg-cu-crash.ll Emit 0 instead of incomplete information
LLVM /project 633af6e — llvm/lib/CodeGen/AsmPrinter CodeViewDebug.cpp, llvm/test/DebugInfo/X86 codeview-empty-dbg-cu-crash.ll CodeGen: Fix CodeView crashes with empty llvm.dbg.cu