aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-03[clang] CTAD: fix the aggregate deduction guide for alias templates.users/hokein/fix-ctad-aggregate-baseHaojian Wu3-60/+23
2024-05-03Refactor: Extract the core deduction-guide construction implementation from D...Haojian Wu1-187/+203
2024-05-02LLDB Debuginfod tests and a fix or two (#90622)Kevin Frei12-17/+519
2024-05-02[SLP][X86] Add test coverage for rint/lrint/llrint fp callsSimon Pilgrim1-0/+394
2024-05-02[CostModel][X86] Add test coverage for rint/lrint/llrint fp callsSimon Pilgrim4-0/+960
2024-05-02[HLSL] Shore up floating point conversions (#90222)Chris B4-19/+507
2024-05-02[SamplePGO] Handle FS discriminators in SampleProfileMatcher (#90858)Krzysztof Pszeniczny3-8/+10
2024-05-02[RISCV] Detect empty extension name after parsing MajorVersion in parseNormal...Craig Topper2-0/+12
2024-05-02Reapply "[clang][Interp] Create full type info for dummy pointers"Timm Bäder6-56/+33
2024-05-02[clang] NFC: cxx_status mark P0522R0 as unreleasedMatheus Izvekov1-2/+2
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer19-186/+154
2024-05-02[WebAssembly] Sort target features (NFC) (#90777)Heejin Ahn7-239/+241
2024-05-02[RISCV] Make parseNormalizedArchString only accept [a-z0-9_]. (#90815)Craig Topper2-7/+10
2024-05-02[AMDGPU] Group multiple single use producers under one single use instruction...Scott Egerton2-25/+639
2024-05-02[mlir][sparse] Support explicit/implicit value for complex type (#90771)Yinying Li6-9/+42
2024-05-02[Clang] Remove bogus assert in are[Lax]CompatibleSveTypes()Sander de Smalen1-10/+0
2024-05-02[RISCV] Add smstateen extension (#90818)Craig Topper7-0/+22
2024-05-02[flang][cuda] Compute matching distance in generic resolution (#90774)Valentin Clement (バレンタイン クレメン)2-14/+125
2024-05-02NFC: fix clang format spacing and documentation (#90775)Lei Huang2-28/+27
2024-05-02[SDPatternMatch] Add m_CondCode, m_NoneOf, and some SExt improvements (#90762)Min-Yih Hsu2-10/+76
2024-05-02[lldb][test][FreeBSD] Remove xfails from TestGDBRemoteLoad (#84026)David Spickett1-9/+0
2024-05-02SystemZ: Handle gr128 to fp128 copies in copyPhysReg (#90861)Matt Arsenault2-0/+65
2024-05-02[AArch64] Avoid vector interleave instructions when NEON and SVE are unavaila...Sander de Smalen3-33/+127
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer19-154/+186
2024-05-02[llvm][AArch64] Fix Arm 32 bit build warnings (#90862)David Spickett1-3/+3
2024-05-02[clang][Interp][NFC] Make a test array smallerTimm Bäder1-3/+3
2024-05-02[offload] - Add omp as a dependency for clang-bootstrap-deps (#90793)estewart082-5/+15
2024-05-02[llvm][ADT] Fix Arm 32 bit compilation warning in lazy atomic pointerDavid Spickett1-1/+1
2024-05-02[RISCV] Add list of supported profiles to -print-supported-extensions (#90757)Craig Topper2-0/+17
2024-05-02[gn build] Port c2d892668b7fLLVM GN Syncbot1-0/+1
2024-05-02Reapply "[clang][Interp] Fix locals created in ExprWithCleanups"Timm Bäder3-44/+67
2024-05-02[analyzer] Remove untrusted buffer size warning in the TaintPropagation check...Daniel Krupp6-94/+78
2024-05-02[gn] port dcbf0fcd0d55 (SBLanguages.h python)Nico Weber2-11/+9
2024-05-02[libc++] Remove a few __has_foo defines in __config (#90511)Louis Dionne1-16/+2
2024-05-02[AMDGPU] Modernize some syntax in SILoadStoreOptimizer. NFC.Jay Foad1-32/+17
2024-05-02[Inline][Cloning] Drop incompatible attributes from `NewFunc`Antonio Frighetto2-0/+44
2024-05-02Reapply "[Inline][Cloning] Defer simplification after phi-nodes resolution"Antonio Frighetto4-61/+39
2024-05-02Fix test HipStdPar/global-var.llYaxun (Sam) Liu1-0/+1
2024-05-02[clang][Sema] Re-use existing BinaryOperator if possible (#90625)Youngsuk Kim3-6/+6
2024-05-02[Flang] Get fir::SequenceType from hlfir::ExprType before getShape. (#90055)Daniel Chen1-4/+7
2024-05-02[Pass] Add `pre-isel-intrinsic-lowering` to pass registry (#90851)paperchalice6-0/+11
2024-05-02[clang][Interp] Fix ignored RequiresExprsTimm Bäder2-0/+6
2024-05-02[HipStdPar] Fix globle variable (#90627)Yaxun (Sam) Liu2-0/+12
2024-05-02[SLP]Fix PR90780: insert cast instruction for PHI nodes after all phi nodes.Alexey Bataev2-1/+42
2024-05-02[compiler-rt] Fix CMake configure on Windows (#90843)Omair Javaid1-1/+5
2024-05-02[OpenACC] Implement SubArray Parsing/Sema (#90796)Erich Keane12-42/+1131
2024-05-02SystemZ: Add some tests for fp128 atomics with soft-float (#90826)Matt Arsenault3-50/+168
2024-05-02[Clang] Prevent null pointer dereference in Sema::​CodeCompleteQualifiedId(...smanna121-8/+10
2024-05-02SystemZ: Add missing predicate for bitconvert patterns (#90715)Matt Arsenault1-0/+2
2024-05-02[mlir] use irdl as matcher description in transform (#89779)Oleksandr "Alex" Zinenko14-27/+302