aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-07[ValueTracking] Fix KnownBits conflict for calls (range vs returned) (#84353)Björn Pettersson2-0/+20
2024-03-07[libc] Refactor stdfix extension from llvm_libc_ext.td to llvm_libc_stdfix_ex...lntue4-21/+26
2024-03-07[libc++] Enable availability based on the compiler instead of __has_extension...Louis Dionne2-4/+25
2024-03-07[CVP] Add test coverage for an upcoming generalization of expandUDivOrURemPhilip Reames2-0/+161
2024-03-07[clang-tidy] `isOnlyUsedAsConst`: Handle static method calls. (#84005)Clement Courbet2-4/+14
2024-03-07[libc][c23] add memset_explicit (#83577)Schrodinger ZHU Yifan8-0/+104
2024-03-07[bazel] Port 3714f937b835c06c8c32ca4f3f61ba2317db2296Benjamin Kramer1-0/+1
2024-03-07[GISEL] Silence unused variable warning. NFCBenjamin Kramer1-2/+1
2024-03-07AMDGPU: Use OtherPredicates for v_dot2_bf16_bf16(f16_f16) pseudo (#84354)Changpeng Fang1-1/+1
2024-03-07[ORC] Propagate defineMaterializing failure when resource tracker is defunct.Lang Hames1-3/+4
2024-03-07[gn build] Port 00f412168cf6LLVM GN Syncbot2-0/+2
2024-03-07[ORC][JITLink] Add Intel VTune support to JITLink (#83957)Hongyu Chen10-1/+691
2024-03-07[X86] Fold `(icmp ult (add x,-C),2)` -> `(or (icmp eq X,C), (icmp eq X,C+1))`...Noah Goldstein2-223/+214
2024-03-07[X86] Add tests for folding `(icmp ult (add x,-C),2)` -> `(or (icmp eq X,C), ...Noah Goldstein1-0/+786
2024-03-07[gn build] Port a6a6fca7911fLLVM GN Syncbot1-1/+2
2024-03-07[mlir][sparse] Migrate more tests to sparse_tensor.print (#84249)Yinying Li20-560/+478
2024-03-07[mlir][sparse] Migrate to sparse_tensor.print (#83946)Yinying Li20-190/+249
2024-03-07[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet8-34/+123
2024-03-07Change Get|SetNumChildren to use unint32_tAdrian Prantl2-4/+4
2024-03-07[TBAA] Add extra tests to copy structs with union members.Florian Hahn1-0/+40
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl37-99/+100
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl34-89/+89
2024-03-07Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl20-23/+23
2024-03-07[ubsan][pgo] Pass to remove ubsan checks based on profile data (#83471)Vitaly Buka6-0/+536
2024-03-07[clang] Add CodeGen tests for CWG 5xx issues (#84303)Vlad Serebrennikov4-19/+60
2024-03-07[clang][Interp][NFC] Add [[nodiscard]] attribute to emit functionsTimm Bäder2-2/+3
2024-03-07[lldb] Minor cleanup in StoringDiagnosticConsumer (#84263)Dave Lee1-8/+5
2024-03-07[acc] Add attribute for combined constructs (#80319)Razvan Lupusoru5-7/+168
2024-03-07[clang][Interp][NFC] Remove unneeded forward declarationTimm Bäder1-1/+0
2024-03-07[lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere3-11/+18
2024-03-07[LinkerWrapper] Accept compression arguments for HIP fatbins (#84337)Joseph Huber4-2/+11
2024-03-07Revert "[AArch64][GlobalISel] Fix incorrect selection of monotonic s32->s64 a...Florian Mayer2-34/+8
2024-03-07Fix vfork test strcmp buildbot failure (#84224)jeffreytan811-0/+1
2024-03-07[InstCombine] ptrmask of gep for dynamic pointer aligment (#80002)Jon Chesterfield2-4/+198
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar6-1/+562
2024-03-07[GISEL] Add IRTranslation for shufflevector on scalable vector types (#80378)Michael Maitland15-21/+1890
2024-03-07[AArch64] Add -verify-machineinstrs to a testJay Foad1-1/+1
2024-03-07[HIP] Do not include the CUID module hash with the new driver (#84332)Joseph Huber1-1/+1
2024-03-07[mlir][ArmSME] Rewrite illegal `shape_casts` to `vector.transpose` ops (#82985)Benjamin Maxwell2-14/+116
2024-03-07[libomptarget][nextgen-plugin][NFC] Clean-up InputSignal checks (#83458)Gheorghe-Teodor Bercea1-24/+4
2024-03-07[clang][Interp][NFC] Use ArrayElem{,Pop} ops more oftenTimm Bäder3-37/+42
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers23-9/+357
2024-03-07[SLP][NFC]Add lshr version of the test with casting, NFC.Alexey Bataev1-0/+54
2024-03-07[flang] Changes to map variables in link clause of declare target (#83643)Anchu Rajendran S4-34/+151
2024-03-07Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko2-2/+68
2024-03-07[clang][Interp] Implement complex comparisonsTimm Bäder4-6/+157
2024-03-07[NFC][Asan] Prepare AddressSanitizer to detect inserted runtime calls (#84223)sylvain-audi1-73/+111
2024-03-07[LinkerWrapper] Use the correct empty file on Windows (#84322)Joseph Huber1-0/+4
2024-03-07[SLP]Improve minbitwidth analysis.Alexey Bataev15-305/+553
2024-03-07Revert "[GISEL] Add IRTranslation for shufflevector on scalable vector types"...Michael Maitland15-1890/+21