summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/fmayer/sprmain.nfc-hwasan-also-be-more-consistent-when-getting-pointer-typesFlorian Mayer2024-03-071-4/+2
* Revert "[SLP]Improve minbitwidth analysis."Alexey Bataev2024-03-0715-553/+305
* [lldb] Do some gardening in ProgressReportTest (NFC) (#84278)Jonas Devlieghere2024-03-071-103/+96
* [ValueTracking] Fix KnownBits conflict for calls (range vs returned) (#84353)Björn Pettersson2024-03-072-0/+20
* [libc] Refactor stdfix extension from llvm_libc_ext.td to llvm_libc_stdfix_ex...lntue2024-03-074-21/+26
* [libc++] Enable availability based on the compiler instead of __has_extension...Louis Dionne2024-03-072-4/+25
* [CVP] Add test coverage for an upcoming generalization of expandUDivOrURemPhilip Reames2024-03-072-0/+161
* [clang-tidy] `isOnlyUsedAsConst`: Handle static method calls. (#84005)Clement Courbet2024-03-072-4/+14
* [libc][c23] add memset_explicit (#83577)Schrodinger ZHU Yifan2024-03-078-0/+104
* [bazel] Port 3714f937b835c06c8c32ca4f3f61ba2317db2296Benjamin Kramer2024-03-071-0/+1
* [GISEL] Silence unused variable warning. NFCBenjamin Kramer2024-03-071-2/+1
* AMDGPU: Use OtherPredicates for v_dot2_bf16_bf16(f16_f16) pseudo (#84354)Changpeng Fang2024-03-071-1/+1
* [ORC] Propagate defineMaterializing failure when resource tracker is defunct.Lang Hames2024-03-071-3/+4
* [gn build] Port 00f412168cf6LLVM GN Syncbot2024-03-072-0/+2
* [ORC][JITLink] Add Intel VTune support to JITLink (#83957)Hongyu Chen2024-03-0710-1/+691
* [X86] Fold `(icmp ult (add x,-C),2)` -> `(or (icmp eq X,C), (icmp eq X,C+1))`...Noah Goldstein2024-03-072-223/+214
* [X86] Add tests for folding `(icmp ult (add x,-C),2)` -> `(or (icmp eq X,C), ...Noah Goldstein2024-03-071-0/+786
* [gn build] Port a6a6fca7911fLLVM GN Syncbot2024-03-071-1/+2
* [mlir][sparse] Migrate more tests to sparse_tensor.print (#84249)Yinying Li2024-03-0720-560/+478
* [mlir][sparse] Migrate to sparse_tensor.print (#83946)Yinying Li2024-03-0720-190/+249
* [libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet2024-03-078-34/+123
* Change Get|SetNumChildren to use unint32_tAdrian Prantl2024-03-072-4/+4
* [TBAA] Add extra tests to copy structs with union members.Florian Hahn2024-03-071-0/+40
* Change GetChildAtIndex to take a uint32_tAdrian Prantl2024-03-0737-99/+100
* Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl2024-03-0734-89/+89
* Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl2024-03-0720-23/+23
* [ubsan][pgo] Pass to remove ubsan checks based on profile data (#83471)Vitaly Buka2024-03-076-0/+536
* [clang] Add CodeGen tests for CWG 5xx issues (#84303)Vlad Serebrennikov2024-03-074-19/+60
* [clang][Interp][NFC] Add [[nodiscard]] attribute to emit functionsTimm Bäder2024-03-072-2/+3
* [lldb] Minor cleanup in StoringDiagnosticConsumer (#84263)Dave Lee2024-03-071-8/+5
* [acc] Add attribute for combined constructs (#80319)Razvan Lupusoru2024-03-075-7/+168
* [clang][Interp][NFC] Remove unneeded forward declarationTimm Bäder2024-03-071-1/+0
* [lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere2024-03-073-11/+18
* [LinkerWrapper] Accept compression arguments for HIP fatbins (#84337)Joseph Huber2024-03-074-2/+11
* Revert "[AArch64][GlobalISel] Fix incorrect selection of monotonic s32->s64 a...Florian Mayer2024-03-072-34/+8
* Fix vfork test strcmp buildbot failure (#84224)jeffreytan812024-03-071-0/+1
* [InstCombine] ptrmask of gep for dynamic pointer aligment (#80002)Jon Chesterfield2024-03-072-4/+198
* [MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar2024-03-076-1/+562
* [GISEL] Add IRTranslation for shufflevector on scalable vector types (#80378)Michael Maitland2024-03-0715-21/+1890
* [AArch64] Add -verify-machineinstrs to a testJay Foad2024-03-071-1/+1
* [HIP] Do not include the CUID module hash with the new driver (#84332)Joseph Huber2024-03-071-1/+1
* [mlir][ArmSME] Rewrite illegal `shape_casts` to `vector.transpose` ops (#82985)Benjamin Maxwell2024-03-072-14/+116
* [libomptarget][nextgen-plugin][NFC] Clean-up InputSignal checks (#83458)Gheorghe-Teodor Bercea2024-03-071-24/+4
* [clang][Interp][NFC] Use ArrayElem{,Pop} ops more oftenTimm Bäder2024-03-073-37/+42
* [libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers2024-03-0723-9/+357
* [SLP][NFC]Add lshr version of the test with casting, NFC.Alexey Bataev2024-03-071-0/+54
* [flang] Changes to map variables in link clause of declare target (#83643)Anchu Rajendran S2024-03-074-34/+151
* Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko2024-03-072-2/+68
* [clang][Interp] Implement complex comparisonsTimm Bäder2024-03-074-6/+157
* [NFC][Asan] Prepare AddressSanitizer to detect inserted runtime calls (#84223)sylvain-audi2024-03-071-73/+111