aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 daysAMDGPU: Handle remote/fine-grained memory in atomicrmw fmin/fmax loweringusers/arsenm/amdgpu-atomicrmw-fmin-fmax-remote-memory-metadataMatt Arsenault16-16028/+15517
2 daysAMDGPU: Move attributor into optimization pipeline (#83131)Matt Arsenault562-79936/+76193
2 days[ArgPromotion] Remove redundant logic from recursive argpromotion code (#98657)Vedant Paranjape2-3/+71
2 days[libc] Fix signbit include test. (#98793)lntue1-1/+1
2 days[libc] Include realloc in baremetal entrypoints (#98780)Petr Hosek2-0/+2
2 days[libc][math] implement `signbit` and math macro unit tests (#97791)Akiel22-0/+570
2 days[libc] Add libc_include_tests suites to check-libc target. (#98749)lntue1-0/+1
2 days[Target] Use range-based for loops (NFC) (#98705)Kazu Hirata16-49/+28
2 days[ADT] Remove StringRef::equals (#98735)Kazu Hirata1-8/+0
3 days[CodeGen] Use range-based for loops (NFC) (#98706)Kazu Hirata7-27/+22
3 days[LAA] Precommit test with loops where indices are loaded in each iter.Florian Hahn1-0/+93
3 days[HLSL] Add test for export function redeclaration (#97370)Helena Kotas1-0/+6
3 days[libc] Mark all __llvm_libc_errno definitions as noexcept (#98762)Petr Hosek1-2/+2
3 days[libc] Mark internal __llvm_libc_errno as noexcept (#98760)Petr Hosek1-1/+1
3 days[libc] Remove src/errno/errno.h (#98759)Petr Hosek4-25/+7
3 days[libc] fix dependencies for fprintf (#98752)Schrodinger ZHU Yifan1-4/+12
3 days[libc] Support configurable errno modes (#98287)Petr Hosek9-41/+117
3 days[HLSL] Rework implicit conversion sequences (#96011)Chris B16-339/+446
3 days[libc] always compile hash_test with -O3 (#98718)Schrodinger ZHU Yifan1-0/+2
3 days[InstCombine] Check for undef first before freeze (#96769)AtariDreams1-7/+21
3 days[InstCombine] Fold Minimum over Trailing/Leading Bits Counts (#90402)mskamp2-0/+429
3 days[clang][Interp] Clear pointers pointing to dead blocksTimm Bäder3-1/+23
3 daysRemove redundant linalg.matmul_signed (#98615)Renato Golin3-92/+9
3 days[mlir][EmitC] Add member access ops (#98460)Marius Brehler6-6/+136
3 daysFix a warning in #98362 [-Wunused-but-set-variable]NAKAMURA Takumi1-4/+3
3 days[libc] Stop using LLVM's `stdout` in overlay mode testsJoseph Huber1-2/+0
3 days[AMDGPU] Re-enable atomic optimization of uniform fadd/fsub with result (#97604)Jay Foad6-1618/+1684
3 days[sanitizer] Add missing newlines to __sanitizer_set_report_path() error messa...Ilya Leoshkevich1-1/+3
3 days[sanitizer] Suggest checking ulimit -d in addition to ulimit -v (#98625)Ilya Leoshkevich1-1/+1
3 days[libc++] Clean up some now dead code with the upgrade to GCC 14 (#97746)Nikolas Klauser17-273/+31
3 days[clang][dataflow]Propagate the result object location for CXXDefaultInitExpr....Samira Bazuzi2-2/+45
3 days[Clang] Fix parsing of reversible type traits in template arguments (#95969)cor3ntin5-79/+110
3 days[bazel] Fix the bazel build after 40effc7af5679b7d54d3176a5eef2cdee1962ecdHaojian Wu1-2/+2
3 days[docs] Remove the History section (#98715)Brad Smith1-24/+0
3 days[clang][Interp] Fix one-past-end pointers going back into the blockTimm Bäder2-0/+21
3 days[clang][Interp][NFC] Remove some unused includesTimm Bäder1-4/+0
3 days[clang][Interp][NFC] Remove unused includeTimm Bäder1-1/+0
3 days[libc] suppress uninitialized werrors (#98710)Schrodinger ZHU Yifan1-2/+2
3 days[Clang][NFCI] Remove records of unsatisfied atomic expressions in ConstraintS...Younan Zhang6-51/+38
3 days[Pattern] Disable a new buggy testVitaly Buka1-1/+1
3 days[Pattern] Disabled new buggy testVitaly Buka1-1/+1
3 days[libc] Fix missing printf dependenciesJoseph Huber1-6/+14
3 days[compiler-rt] Add hexagon architecture to cmake (#98650)Brian Cain2-0/+5
3 days[libc] Remove warnings on default valuesJoseph Huber1-3/+0
3 days[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber18-89/+387
3 days[AArch64][PAC] Emit auth call for Darwin tlv access thunk. (#97658)Ahmed Bougacha3-5/+54
3 days[MachineSink] Check predecessor/successor relationship between two basic bloc...yozhu2-1/+77
3 days[DirectX] fix illegal behavior flag in module flags. (#96577)Xiang Li6-6/+70
3 days[libc] newheadergen: created sys folder for yaml files, make appropriate upda...RoseZhang0317-2/+0
3 days[NVPTX] Implement variadic functions using IR lowering (#96015)Joseph Huber9-32/+930