summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-13Fix formattingrevert-119631-cache_type_nameIan Wood
2024-12-13Revert "[NFC] Don't recompute type name (#119631)"Ian Wood
2024-12-13[clang-doc][NFC] Rename CHECK prefix for YAMLPaul Kirth
2024-12-13[OpenACC] enable 'attach' clause sema for 'data' and 'enter data'erichkeane
2024-12-13[NFC] Don't recompute type name (#119631)Ian Wood
2024-12-13[lldb] Add a progress event for executing an expression (#119757)Adrian Prantl
2024-12-13[GISel] Remove unused DataLayout operand from getApproximateEVTForLLT (#119833)Craig Topper
2024-12-13[Github] Bump CI container to LLVM 19.1.5 (#119809)Aiden Grossman
2024-12-13[AMDGPU][True16][MC] update vop1 mc test with update script (#119778)Brox Chen
2024-12-13[flang][OpenMP] Remove redundant `Fortran::` from namespaces, NFCKrzysztof Parzyszek
2024-12-13[TableGen] Allow empty terminator in SequenceToOffsetTable (#119751)Sergei Barannikov
2024-12-13[lldb][AIX] XCOFF clang-format and other minor changes (#119892)Dhruv Srivastava
2024-12-13[rtsan][llvm] Remove function pass, only support module pass (#119739)Chris Apple
2024-12-13[OpenACC] Fixup test to be more consistenterichkeane
2024-12-13[OpenACC] Enable 'deviceptr' clause sema on data constructerichkeane
2024-12-13[BOLT][merge-fdata] Fix basic sample profile aggregation without LBR info (#1...Tibor Dusnoki
2024-12-13[OpenACC] enable 'present' clause for 'data' constructerichkeane
2024-12-13[IR] Migrate away from PointerUnion::{is,get} (NFC) (#119802)Kazu Hirata
2024-12-13[OpenACC] enable 'copyout' clause sema for data constructserichkeane
2024-12-13[OpenACC] enable 'copyin' clause sema for 'data'/'enter data'erichkeane
2024-12-13[LoongArch][NFC] Pre-commit tests for sign-extension removal with vectorsWANG Rui
2024-12-13[clang-tidy][NFC][doc] clean out-dated clang-static-analyzer checks documents...Congcong Cai
2024-12-13[OpenACC] 'create' clause sema for data/enter data constructserichkeane
2024-12-13[libc++][NFC] Fix incorrect comment for vector::assign(iter, iter) testLouis Dionne
2024-12-13[OpenACC] Enable 'no_create' sema for data constructerichkeane
2024-12-13[libc] Add MPFR testing infra for float128. (#119499)lntue
2024-12-13[libc++] Fix improper static_cast in std::deque and __split_buffer (#119106)Peng Liu
2024-12-13[OpenACC] Enable 'copy' clause sema for data clauseerichkeane
2024-12-13PatternMatch: migrate to CmpPredicate (#118534)Ramkumar Ramachandra
2024-12-13[MLIR][NVVM] Refactor tests in nvvmir.mlir (#119731)Durgadoss R
2024-12-13[AArch64] Implements FP8 SVE intrinsics for dot-product (#118125)Momchil Velikov
2024-12-13[flang][OpenMP]Add support for OpenMP ERROR directive (#119582)Mats Petersson
2024-12-13[analyzer][Z3] Restore the original timeout of 15s (#118291)Kristóf Umann
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2024-12-13Fix SemaCXX/msvc-pragma-function-no-builtin-attr.cpp test (#119719)VScigolevs
2024-12-13[llvm][Support][Windows] Refactored remove_directories() w/o CComPtr and atlb...Dmitry Vasilyev
2024-12-13[bazel]Fix Bazel build past bc29fc937c6cb4a210f80c93c79fc6ed97c801f8 (#119874)Danial Klimkin
2024-12-13[flang][OpenMP] Add frontend support for ompx_bare clause (#111106)Ivan R. Ivanov
2024-12-13[libc++][NFC] Simplify the implementation of string and string_views operator...Nikolas Klauser
2024-12-13[AsmParser] Allow comparing ValIDs with different kinds (#119834)Yingwei Zheng
2024-12-13[DataLayout] Remove getMaxIndexSizeInBits() APINikita Popov
2024-12-13[BasicAA] Do not decompose past casts with different index width (#119365)Nikita Popov
2024-12-13[Polly] Use const SCEV * explicitly in more places. (NFC)Florian Hahn
2024-12-13[clang] Fix use of dangling ptr in CommandLineTest (#119798)macurtis-amd
2024-12-13[clang-cl] Don't add implicit NoBuiltinAttr to deleted or defaulted functions...VScigolevs
2024-12-13[clang][bytecode] Fix memcmp/bcmp failures on big-endian hosts (#119851)Timm Baeder
2024-12-13[debug] Use poison instead of undef to set a killed dbg.assign address [NFC] ...Pedro Lobo
2024-12-13[AArch64][GlobalISel] Guard against no operands in matchHoistLogicOpWithSameO...David Green
2024-12-13[SCEV] Add initial pattern matching for SCEV constants. (NFC) (#119389)Florian Hahn
2024-12-13[mlir] Fix the header guard (NFC)Jie Fu