aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-07Revert llvm-lto2 caseusers/arsenm/tools-remove-plugin-loader-includesMatt Arsenault1-0/+1
2025-03-07Revert opt caseMatt Arsenault1-0/+1
2025-03-07Revert failing test casesMatt Arsenault2-0/+2
2025-03-07tools: Remove unused PluginLoader includesMatt Arsenault6-6/+0
2025-03-07AMDGPU Add baseline tests for shufflevector of physreg copy combineMatt Arsenault1-0/+795
2025-03-06[ctxprof] Profile section for flat profiles (#129932)Mircea Trofin11-14/+190
2025-03-06[clang-format] Remove special handling of C++ access specifiers in C (#129983)Owen Pan3-110/+33
2025-03-07[mlir][nvgpu] separate ops, types, attribute definitions in NVGPU dialect. (#...lonely eagle8-735/+776
2025-03-07[flang][OpenMP] Handle pre-detemined `lastprivate` for `simd` (#129507)Kareem Ergawy11-167/+309
2025-03-07[Flang][OpenMP] Allow copyprivate and nowait on the directive clauses (#127769)Thirumalai Shaktivel6-30/+199
2025-03-06[MC] output inlined-at debug info (#106230)Yaxun (Sam) Liu10-25/+104
2025-03-06Reland "[HIP] Use original file path for CUID" (#111885)Yaxun (Sam) Liu2-8/+12
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames10-154/+156
2025-03-07[Github] Revert bumping actions-script version in issue-writeAiden Grossman1-1/+1
2025-03-06[flang][cuda] Sync double descriptor after c_f_pointer call (#130194)Valentin Clement (バレンタイン クレメン)12-49/+139
2025-03-07[RISCV][clang] Fix wrong VLS CC detection (#130107)Kito Cheng2-1/+25
2025-03-06[Instrumentation] Avoid repeated hash lookups (NFC) (#129988)Kazu Hirata1-5/+7
2025-03-07[RISCV] Remove the TODO for lowering f32 libcall on RV64 with lp64 abi. (NFC)Jim Lin1-2/+0
2025-03-07[RISCV] Fix typo. +Zve64x -> zve64x.Jim Lin2-2/+2
2025-03-06[LLDB][Docstrings] Fix some poorly formatted Docstrings (#129605)Jacob Lalonde3-11/+8
2025-03-06[Clang] Make '-Wglobal-constructors` work on the GNU attributes (#129917)Joseph Huber3-0/+11
2025-03-06[MachinePipeliner] Use Register. NFC (#130165)Craig Topper4-88/+89
2025-03-07AMDGPU: Add pseudoinstruction for agpr or vgpr constants (#130042)Matt Arsenault9-1/+590
2025-03-07[gn build] Port 6c4febee2992LLVM GN Syncbot1-0/+1
2025-03-06[gn] Make sync script sync .mm files tooNico Weber1-3/+3
2025-03-06[bazel] fix lldb deps some moreAugie Fackler1-1/+4
2025-03-06[Clang] Fix 'gpuintrin.h' match when included with no arch set (#129927)Joseph Huber1-8/+12
2025-03-07[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on Targ… (#13...Kito Cheng0-0/+0
2025-03-06[bazel] fix libc deps for 542d52b1e8a0a7e04538f608487603124c70e1abAugie Fackler1-0/+1
2025-03-07[RISCV][LibCall] Add libcall for i64 -> bf16 (#130024)Jim Lin3-10/+98
2025-03-06[TargetRegisterInfo][ARM] Use MCRegister in isInlineAsmReadOnlyReg interface....Craig Topper3-4/+4
2025-03-06Revert "[lldb][Mach-O] Don't read symbol table of specially marked binary (#1...Jason Molenda8-202/+24
2025-03-06Revert "Add LDFLAGS to fix bot failure"Jason Molenda1-2/+2
2025-03-07[CodeGen] Combine two loops in SlotIndexes.cpp file (#127631)Rifet-c3-484/+964
2025-03-06[lldb] Objective-C runtime: Work around a bug in the shared cache builder (#1...Adrian Prantl1-1/+8
2025-03-06Add LDFLAGS to fix bot failureJason Molenda1-2/+2
2025-03-07clang/HIP: Do not call ocml in scalbln implementations (#129639)Matt Arsenault3-100/+45
2025-03-07PeepholeOpt: Remove subreg def check for bitcast (#130086)Matt Arsenault2-7/+4
2025-03-07PeepholeOpt: Remove subreg def check for insert_subreg (#130085)Matt Arsenault1-6/+1
2025-03-07AMDGPU: Fix gfx950 ashr pk i8/u8 patterns (#130040)Matt Arsenault2-19/+12
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda8-24/+202
2025-03-07PeepholeOpt: Remove dead checks for subregister def mismatch (#130084)Matt Arsenault1-4/+1
2025-03-06Add sysexits.h header with BSD exit codes (total-18) (#126112)Ajay Raj7-0/+75
2025-03-07Local: Handle noalias.addrspace in copyMetadataForLoad (#130123)Matt Arsenault2-1/+2
2025-03-06[WebAssembly] Add Libcall signatures for modf and variants (#130201)Derek Schuff2-22/+58
2025-03-06[AMDGPU] Whitelist all intrinsics (#130150)Jeffrey Byrnes2-625/+707
2025-03-06[Clang][NFC] Change uses of getAs() to castAs() where the target type is assu...Tom Honermann2-2/+2
2025-03-07[Clang] add -Wshift-bool warning to handle shifting of bool (#127336)Oleksandr T.4-0/+33
2025-03-06[HEXAGON] Fix hvx-isel for extract_subvector op (#129672)aankit-ca4-268/+302
2025-03-06[mlir][tosa] Update value to values for ConstOp and ConstShapeOp (#129943)Jerry-Ge35-978/+980