1,087,939 commits found in 124 milliseconds
LLVM /project 687fbfa — llvm/lib/Transforms/IPO MergeFunctions.cpp, llvm/test/Transforms/MergeFunc merge-functions-branch-weights.ll merge-functions-value-profile.ll [MergeFunctions] Preserve instruction-level profile metadata during merging (#208009)
Merge branch weights and value profile metadata when equivalent
functions are folded. Branch weights are relative, so we scale them
to absolute counts via BlockFrequencyInfo before combining. Value
profile counts are already absolute, so we just sum them directly. LLVM /project 67bf47b — llvm/lib/Target/WebAssembly WebAssembly.h WebAssemblyLateEHPrepare.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 5021874 — llvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 12d794e — llvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project ec0ba93 — llvm/lib/Target/WebAssembly WebAssembly.h WebAssemblyLateEHPrepare.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 91463bb — llvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 95853eb — llvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project b7dc338 — llvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 7b888a7 — llvm/lib/Target/WebAssembly WebAssembly.h WebAssemblySetP2AlignOperands.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
update
Created using spr 1.3.7
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 0216376 — clang/lib/AST/ByteCode Pointer.cpp Interp.h, clang/test/AST/ByteCode cxx11.cpp [clang][bytecode] Diagnose pointer subtractions of elements of different arrays (#209496) Cannot use DEBUG-NEXT in synthetic output case
Update DEBUG check to incorporate new VAPI-related tracing
[libc][stdfix] Implement divifx functions in LLVM libc (#206115)
Fixes #129124 Add comments and change the calculation of complexities
Created using spr 1.3.6-beta.1
[VPlan] Inline EVL pattern into single match call in optimizeLatchExitInductionUser. NFC (#209953)
This was waiting on m_HeaderMask to be introduced at the time it was
added. LLVM /project 9075981 — libunwind/test ra_sign_state.pass.cpp, llvm/include/llvm/MC MCDwarf.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project b8ce6bb — libunwind/test ra_sign_state.pass.cpp, llvm/include/llvm/MC MCDwarf.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 9675e3a — libunwind/src DwarfParser.hpp DwarfInstructions.hpp, libunwind/test ra_sign_state.pass.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 39289ec — libunwind/test ra_sign_state.pass.cpp, llvm/include/llvm/MC MCDwarf.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 3f7cb20 — libunwind/src DwarfParser.hpp DwarfInstructions.hpp, libunwind/test ra_sign_state.pass.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project bef5ef0 — libunwind/src DwarfParser.hpp DwarfInstructions.hpp, libunwind/test ra_sign_state.pass.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 0404454 — libunwind/src DwarfParser.hpp DwarfInstructions.hpp, libunwind/test ra_sign_state.pass.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 24fc630 — libunwind/test ra_sign_state.pass.cpp, llvm/include/llvm/MC MCDwarf.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 189bc50 — libunwind/test ra_sign_state.pass.cpp, llvm/lib/Target/AArch64 AArch64PointerAuth.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project fc77e9d — llvm/include/llvm/ObjectYAML COFFYAML.h yaml2obj.h, llvm/lib/ObjectYAML COFFEmitter.cpp yaml2obj.cpp [yaml2obj] Apply output size limit to COFF (#209695)
Route the yaml2obj max-size setting through the COFF emitter and
buffer COFF output with ContiguousBlobAccumulator. This rejects
oversized YAML descriptions consistently with ELF. LLVM /project 503c447 — llvm/include/llvm/ADT GenericCycleInfo.h GenericCycleImpl.h, llvm/lib/Transforms/Utils FixIrreducible.cpp [CycleInfo] Drop GraphTraits and df_iterator. NFC (#209847)
depth_first uses SmallPtrSet visited-set, which is pure overhead on a
tree. Replace them with explicit child-stack walks and delete the unused
GraphTraits specializations to prevent misuse. LLVM /project fcef475 — llvm/lib/Target/Mips MipsDelaySlotFiller.cpp, llvm/test/CodeGen/Mips fake-use.ll Revert "[Mips] Did not put fake_use into delay slot (#201537)"
This reverts commit 071b86797f62e827bf18e83667b0d1875a5ee446 .
LLVM /project 31b3a0a — mlir/include/mlir/Dialect/EmitC/IR EmitC.td, mlir/lib/Target/Cpp TranslateToCpp.cpp [mlir][emitc] Add increment and decrement ops (#208648)