aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 hours[Sanitizer] Call Die() instead of Abort() when failed to reserve shadow memor...users/Enna1/die-if-reserve-shadow-failxumingjie.enna11-1/+1
13 hours[analyzer] Remove overzealous "No dispatcher registered" assertion (#107294)vabridgers4-13/+13
13 hours[SCCP] Add test for nonnull argument inference (NFC)Nikita Popov1-0/+30
13 hours[llvm-exegesis] Use MCRegister instead of unsigned to hold registers (#107820)Aiden Grossman4-8/+9
14 hours[Github][MLGO] Fix mlgo-utils path in new-prs-labelerAiden Grossman1-1/+1
14 hours[ORC-RT] Remove double underscore from the orc_rt namespace.Lang Hames24-67/+64
14 hours[MLGO] Add spaces at the end of lines in multiline stringAiden Grossman1-5/+5
15 hours[Clang] Don't assert non-empty packs for FunctionParmPackExprs (#107561)Younan Zhang4-23/+56
15 hours[Clang][RISCV] Recognize unsupport target feature by supporting isValidFeatur...Piyou Chen4-5/+29
15 hoursReland "[AMDGPU] Graph-based Module Splitting Rewrite (#104763)" (#107076)Pierre van Houtryve17-738/+1626
15 hours[gn build] Port a416267a5f3fLLVM GN Syncbot1-0/+1
16 hours[LLVM][Coroutines] Transform "coro_elide_safe" calls to switch ABI coroutines...Yuxuan Chen11-2/+281
16 hours[LLVM][Coroutines] Create `.noalloc` variant of switch ABI coroutine ramp fun...Yuxuan Chen5-26/+191
16 hours[Clang] C++20 Coroutines: Introduce Frontend Attribute [[clang::coro_await_el...Yuxuan Chen25-110/+337
16 hoursRefine the examples in the debug info document (#86272)Shan Huang1-5/+11
16 hours[SandboxIR][Bench] Fix build (#107699)GkvJwa0-0/+0
16 hours[RISCV] Rematerialize vmv.v.i (#107550)Luke Lau4-7/+77
17 hours[flang][driver] Add pre-processing type for Fortran pre-processed files (#104...Kareem Ergawy2-1/+37
17 hours[MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC...Craig Topper9-17/+17
17 hours[RISCV] Fix crashes with Zfhmin+Zfa.Craig Topper2-5/+101
18 hours[LLVM]Fix symbol visibility macros not being define for AIX (#107705)Thomas Fransham1-1/+1
18 hours[C++20] [Modules] Treat constexpr/consteval member function as implicitly inlineChuanqi Xu2-0/+13
20 hours[gn build] Port fef84c56dcd9LLVM GN Syncbot1-0/+1
20 hours[RISCV] Support the large code model. (#70308)Jim Lin10-2/+1774
21 hours[mlir] 'dyn_cast' is deprecated: Use mlir::dyn_cast<U>() instead (NFC)Jie Fu1-1/+1
21 hours[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs18-33/+57
22 hoursRevert "[NFCI][LTO][lld] Optimize away symbol copies within LTO global resolu...Mingming Liu5-52/+6
22 hours[mlir] Fix crash in `InsertOpConstantFolder` when vector.insert operand is fr...Rajveer Singh Bharadwaj2-4/+35
24 hours[NFCI][LTO][lld] Optimize away symbol copies within LTO global resolution in ...Mingming Liu5-6/+52
26 hours[SandboxIR][Bench] Fix missing includeJustin Bogner1-0/+1
26 hours[TableGen] Migrate CTags/DFA/Directive Emitters to const RecordKeeper (#107693)Rahul Joshi4-47/+47
26 hours[NFC][TableGen] Replace DefInit::get() with Record::getDefInit() (#107762)Rahul Joshi4-62/+52
28 hours[clang][bytecode] Fix a variable scope problem with continue/break jumps (#10...Timm Baeder3-17/+37
29 hours[Hexagon] Avoid repeated hash lookups (NFC) (#107760)Kazu Hirata2-10/+2
29 hours[APINotes] Avoid repeated hash lookups (NFC) (#107758)Kazu Hirata1-8/+2
29 hours[Frontend] Use range-based for loops (NFC) (#107757)Kazu Hirata1-60/+48
29 hours[Pass] Avoid repeated hash lookups (NFC) (#107761)Kazu Hirata1-5/+3
30 hours[CodeGen] Avoid repeated hash lookups (NFC) (#107759)Kazu Hirata1-6/+1
30 hours[mlir][linalg] Update name of linalg ods-gen target in docs (NFC) (#107742)Felix Schneider1-2/+2
31 hours[FrontEnd] Use SetVector (NFC) (#107743)Kazu Hirata1-47/+31
31 hoursReapply "[Clang][CWG1815] Support lifetime extension of temporary created by ...yronglin20-87/+251
32 hours[LLD][COFF] Always locate the IAT at the beginning of the .rdata section and ...Jacek Caban2-5/+39
32 hours[NFC][TableGen] Migrate LLVM RISCVTarget/VT Emitters to const RecordKeeper (#...Rahul Joshi2-18/+16
33 hoursFix GCC Wimplicit-fallthrough warnings. NFC.Simon Pilgrim1-0/+3
33 hoursFix GCC Wparentheses warning. NFC.Simon Pilgrim1-4/+4
34 hours[X86] LowerSELECTWithCmpZero - without CMOV, fold "SELECT (AND(X,1) == 0), C1...Simon Pilgrim4-139/+117
34 hours[X86] LowerSELECTWithCmpZero - move "select (X != 0), -1, Y --> 0 - X; or (sb...Simon Pilgrim2-35/+34
35 hours[bazel] Update deps (#107339) for AMDGPU/InstCombineTableGenNAKAMURA Takumi1-4/+2
36 hours[libc++][NFC] Use std::isinf in non-constexpr functions (#107690)Nikolas Klauser1-28/+28
37 hours[X86] LowerSELECTWithCmpZero - fold "SELECT (AND(X,1) == 0), 0, -1 -> NEG(AND...Simon Pilgrim8-174/+153