aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
22 hoursMerge branches 'users/chapuni/cov/single/getpair', 'users/chapuni/cov/single/...users/chapuni/cov/single/nextcount-baseNAKAMURA Takumi13-89/+218
23 hoursIntroduce the type `CounterPair` for RegionCounterMapusers/chapuni/cov/single/pairNAKAMURA Takumi11-14/+78
25 hours[Coverage] Introduce `getBranchCounterPair()`. NFC.NAKAMURA Takumi1-75/+102
25 hoursIntroduce CounterExpressionBuilder::replace(C, Map)users/chapuni/cov/single/replaceNAKAMURA Takumi2-0/+38
2024-10-03[MC/DC] Rework tvbitmap.update to get rid of the inlined function (#110792)NAKAMURA Takumi2-93/+45
2024-10-03clangCodeGen: Reformat and refactor. NFC.NAKAMURA Takumi4-16/+18
2024-10-03[mlir] Fix `remove-dead-values` pass throws error when module has a name (#10...Perry Gibson2-5/+19
2024-10-03[flang] Fix aarch64 CI failures from #92364 (#110969)NimishMishra1-47/+0
2024-10-03[clang-tidy] loop convert can handle lambda init capture (#109159)Congcong Cai4-10/+48
2024-10-03[AArch64][GlobalISel] Add frem fp128 libcall legalization.David Green2-1/+65
2024-10-03[AArch64][GlobalISel] Add fpowi fp128 libcall legalization.David Green2-1/+72
2024-10-03[bazel] Fix build past aec87a2143c01039578ceaed752ca2cb1dc83ff7 (#110967)Danial Klimkin1-0/+13
2024-10-03[clang][analyzer] Less redundant warnings from FixedAddressChecker (#110458)Balázs Kéri2-0/+10
2024-10-03[RISCV][ISel] Select `binvi` for pattern `icmp eq/ne X, pow2` (#110957)Yingwei Zheng3-0/+118
2024-10-03[AArch64] Add libcall for fp128 pow/log/sin/cos/etc.David Green4-18/+311
2024-10-03[mlir][xegpu] Convert Vector load and store to XeGPU (#110826)Adam Siemieniuk3-5/+291
2024-10-03Revert "[AMDGPU][GlobalISel] Fix load/store of pointer vectors, buffer.*.pN (...NAKAMURA Takumi12-3980/+263
2024-10-03[RISCV] Fix RISCVBitPositions typo (#110953)Piyou Chen1-1/+1
2024-10-02[llvm][mlir][flang][OpenMP] Emit __atomic_load and __atomic_compare_exchange ...NimishMishra12-28/+563
2024-10-03[mlir] Add Scalar Broadcast TOSA Depthwise Conv (#110806)Jack Frankland2-22/+57
2024-10-03[Xtensa] Implement volatile load/store. (#110292)Andrei Safronov4-15/+207
2024-10-03[Clang] Fix 'counted_by' for nested struct pointers (#110497)Jan Hendrik Farr3-49/+109
2024-10-03[RISCV] Check vmerge's true is in same block in vmerge -> vmv.v.v peephole (#...Luke Lau2-2/+28
2024-10-02[lldb-dap] Fix a warningKazu Hirata1-1/+1
2024-10-02[clang] [Driver] Ensure we error on lto with link.exe and target `*-windows-m...Max Winkler6-5/+8
2024-10-02[clang-format] Handle template closer followed by empty paretheses (#110408)Owen Pan3-23/+38
2024-10-03[flang] add nsw to operations in subscripts (#110060)Yusuke MINATO9-10/+206
2024-10-02[clang-format] Add TemplateNames option to help parse C++ angles (#109916)Owen Pan9-17/+64
2024-10-02[clang-format] Correctly annotate */& in if condition with braced init (#109505)Owen Pan2-9/+21
2024-10-02[clang-format] Annotate the l_paren of function pointer types (#109229)Owen Pan2-6/+14
2024-10-03[lldb-dap] Correct auto-completion based on ReplMode and escape char (#110784)Adrian Vogelsgesang6-83/+226
2024-10-03[gn build] Port 7fe43ada28c3LLVM GN Syncbot1-0/+1
2024-10-03[mlir] [tblgen-to-irdl] Add region support (#110512)Alex Rice3-1/+45
2024-10-03[Clang][Sema] Bump the instantiated index when skipping past non-init-capture...Younan Zhang2-0/+16
2024-10-03[Clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis...Doug Wyatt27-356/+2423
2024-10-02[llvm] Mark win x64 SEH pseudo instruction as meta instructions (#110889)Daniel Paoliello2-13/+13
2024-10-02[WebAssembly] Handle block and polymorphic stack in AsmTypeCheck (#110770)Heejin Ahn7-79/+343
2024-10-02[RISCV] Support -mstack-protector-guard=tls (#108942)Keith Packard6-4/+144
2024-10-02[SandboxIR] Add RegionPass/RegionPassManager (#110933)Jorge Gorbe Moya4-0/+152
2024-10-03Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #ifdef (#...Mehdi Amini18-39/+41
2024-10-02[MLIR][sparse] Fix SparseTensor `test_output.py` test (#110882)Mateusz Sokół1-1/+1
2024-10-03[SPARC] Fix regression from UpgradeDataLayoutString change (#110608)Koakuma1-2/+2
2024-10-02adds missing header, removes Bazel unnecessary dependency (#110932)Christopher Di Bella2-1/+2
2024-10-02[Modules] Add missing headers to fix the modular build. (#110924)Volodymyr Sapsai1-0/+3
2024-10-02[lldb] Fix compile failure on SymbolFileDWARFTests.cpp with gccZequan Wu1-1/+1
2024-10-02Bazel: Add vector dialect dependency. (#110927)Benoit Jacob1-0/+1
2024-10-02Revert "Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if inst… (#11...Christopher Di Bella13-32/+32
2024-10-02[CodeGen] Fix InstructionCount remarks for MI bundles (#107621)Francis Visoiu Mistrih2-7/+108
2024-10-02[flang][OpenMP] Parse lastprivate modifier, add TODO to lowering (#110568)Krzysztof Parzyszek14-19/+160
2024-10-02[scudo] Reduce unsuccessful attempts of page releasing (#110583)ChiaHungDuan1-39/+94