summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-09Merge branch 'users/chapuni/cov/single/switch' into users/chapuni/cov/single/...users/chapuni/cov/single/trunkNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/binop' into users/chapuni/cov/single/t...NAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/binop-base' into users/chapuni/cov/sin...users/chapuni/cov/single/binopNAKAMURA Takumi
2025-01-09Merge branches 'users/chapuni/cov/single/loop', 'users/chapuni/cov/single/con...users/chapuni/cov/single/binop-baseNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/sw...users/chapuni/cov/single/switchNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/ifusers/chapuni/cov/single/ifNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/co...users/chapuni/cov/single/condopNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/loopusers/chapuni/cov/single/loopNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/nextcount' into users/chapuni/cov/sing...users/chapuni/cov/single/baseNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/nextcount-base' into users/chapuni/cov...users/chapuni/cov/single/nextcountNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/pair' into users/chapuni/cov/single/ne...users/chapuni/cov/single/nextcount-baseNAKAMURA Takumi
2025-01-09Merge branch 'users/chapuni/cov/single/getpair' into users/chapuni/cov/single...NAKAMURA Takumi
2025-01-09Merge branch 'main' into users/chapuni/cov/single/pairNAKAMURA Takumi
2025-01-09[Coverage] Introduce the type `CounterPair` for RegionCounterMap. NFC. (#112724)NAKAMURA Takumi
2025-01-09[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)Jonathan Thackray
2025-01-09Merge branch 'users/chapuni/cov/single/replace' into users/chapuni/cov/single...NAKAMURA Takumi
2025-01-09Merge branch 'main' into users/chapuni/cov/single/getpairNAKAMURA Takumi
2025-01-09[Coverage] Introduce `getBranchCounterPair()`. NFC. (#112702)NAKAMURA Takumi
2025-01-09Merge branch 'main' into users/chapuni/cov/single/replaceNAKAMURA Takumi
2025-01-09Introduce CounterExpressionBuilder::subst(C, Map) (#112698)NAKAMURA Takumi
2025-01-09DependencyScanningTool.h: Use more robust `std::function` (fixup for #120699)NAKAMURA Takumi
2025-01-09[ORC] Fail materialization in tasks that are destroyed before running.Lang Hames
2025-01-09[IRBuilder] Add a helper function to intersect FMFs from two instructions (#1...Yingwei Zheng
2025-01-09[InstCombine] Handle commuted patterns in `foldBinOpShiftWithShift` (#122126)Yingwei Zheng
2025-01-09Add commentsNAKAMURA Takumi
2025-01-09[Clang][ASTMatcher] Extend `hasDependentName` to match DependentNameType name...Amr Hesham
2025-01-08Format BackendUtil.h. NFCFangrui Song
2025-01-08[clang] Simplify BackendConsumer after #69371Fangrui Song
2025-01-08[libc] Fix return value of __cxa_thread_atexit_impl function. (#122171)Alexey Samsonov
2025-01-09Will be pruned after the migration of SingleByte.NAKAMURA Takumi
2025-01-09[CI][Github] Do not fail premerge jobAiden Grossman
2025-01-08[RISCV] Add -mcpu=sifive-p550. (#122164)Craig Topper
2025-01-08[Github] Add sccache to CI container (#122063)Aiden Grossman
2025-01-08[clang] Simplify BackendConsumer. NFCFangrui Song
2025-01-09[PM] Remove is_analysis label for LoopSimplify (#121433)Akshat Oke
2025-01-09[lldb][AIX] Some base #if _AIX changes of a minimal lldb build (#120979)Dhruv Srivastava
2025-01-09[AIX][AsmPrinter] Fix unsigned subtraction wrap-around (#122214)Hubert Tong
2025-01-09[libc] Support _IONBF buffering for read_unlocked (#120677)Jack Huang
2025-01-08[compiler-rt] Check codesign in path before using (#99837)Tristan Ross
2025-01-08[Github] Add sudo to CI container (#122036)Aiden Grossman
2025-01-09[LoongArch] Add debug location for register reloadwanglei
2025-01-08[LLVM][DWARF] Create debug names entry for non-tu top level DIE (#121856)Alexander Yermolovich
2025-01-09[ORC] Remove an unused typedef.Lang Hames
2025-01-08[DirectX] Implement the resource.load.rawbuffer intrinsic (#121012)Justin Bogner
2025-01-09[ORC] Fix Task cleanup during DynamicThreadPoolTaskDispatcher::shutdown.Lang Hames
2025-01-09[llvm-jitlink] Shut down the session on an error return path.Lang Hames
2025-01-08[RISCV] Add call preserved regmask to tail calls. (#122181)Craig Topper
2025-01-08[hwasan] Add test case for null pointer dereference (#122186)Thurston Dang
2025-01-08[SLP]Correctly calculate mask for the inserted vectorAlexey Bataev
2025-01-08[test][Driver][clang] Fix darwin-embedded-search-paths.c when CLANG_DEFAULT_C...Ian Anderson