summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Transforms][NFC] Make `rewriterImpl` private in `IRRewrite`upstream/users/matthias-springer/rewriter_impl_privateMatthias Springer2024-03-121-18/+23
* [mlir][Transforms] Support `replaceAllUsesWith` in dialect conversionMatthias Springer2024-03-118-97/+172
* [mlir][IR][NFC] Make `replaceAllUsesWith` non-templatizedMatthias Springer2024-03-111-4/+6
* [mlir][IR] Trigger `notifyOperationReplaced` on `replaceAllOpUsesWith`Matthias Springer2024-03-113-21/+37
* [mlir][IR] Fix overload resolution on MSVC buildMatthias Springer2024-03-094-12/+18
* [clang] Fix crash when declaring invalid lambda member (#74110)Nikolas Klauser2024-03-093-13/+17
* [libc++] Allow the use of extensions in the implementation (#79532)Nikolas Klauser2024-03-092-26/+41
* Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl2024-03-0873-248/+399
* Revert "[builtins] Disable COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY by d… (#84...Daniel Thornburgh2024-03-082-1/+11
* [mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)Kojo Acquah2024-03-0813-13/+338
* [mlir] Add missing build deps for Mesh transforms (#84581)Jakub Kuderski2024-03-082-0/+4
* Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243)Florian Mayer2024-03-081-0/+5
* [mlir] tentative fix for "'GTEST_NO_LLVM_SUPPORT' is not defined" war… (#84...Peiming Liu2024-03-081-0/+3
* [NFC] [hwasan] remove unused methodFlorian Mayer2024-03-081-1/+0
* [libc][NFCI] Remove lane size template argument on RPC server (#84557)Joseph Huber2024-03-082-273/+234
* [libc++] Don't build against libcxxrt by default on FreeBSD (#84484)Louis Dionne2024-03-081-2/+0
* [TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)Florian Hahn2024-03-082-2/+3
* [Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)yingopq2024-03-082-129/+577
* [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER2024-03-082-5/+72
* [PGO] Add support for writing previous indexed format (#84505)Teresa Johnson2024-03-084-43/+102
* Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer2024-03-0872-394/+247
* Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer2024-03-0818-337/+26
* [gn build] Port 087666811452LLVM GN Syncbot2024-03-081-1/+1
* [AArch64] Make more vector f16 operations legalDavid Majnemer2024-03-0813-3665/+864
* [AArch64] Optimize fp64 <-> fp16 SIMD conversionsDavid Majnemer2024-03-089-170/+252
* [AMDGPU] Replace `isInlinableLiteral16` with specific version (#84402)Shilei Tian2024-03-0847-1044/+1180
* [ELF] Simplify GdbIndexSection. NFCFangrui Song2024-03-081-17/+10
* [libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser2024-03-0810-12/+12
* Update host CPU detection for Apple M2 and Apple M3 (#82100)Mads Marquart2024-03-081-1/+7
* [AMDGPU] Simplify and refactor VBUFFER_Real class definitions. NFC. (#84521)Jay Foad2024-03-081-17/+14
* [AMDGPU] Use get_BUF_ps to default real_name of BUF instructions. NFC. (#84524)Jay Foad2024-03-081-13/+18
* workflows: Fixes for building the release binaries (#83694)Tom Stellard2024-03-081-1/+6
* [DFSan] Add missing documentation for -dfsan-reaches-function-callbacks. (#84...Andrew Browne2024-03-081-0/+22
* [SLP]Improve minbitwidth analysis.Alexey Bataev2024-03-0815-306/+594
* AMDGPU: Rename HasVinterInsts to HasVINTERPEncoding, NFC (#84535)Changpeng Fang2024-03-083-4/+4
* Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl2024-03-0872-247/+394
* AMDGPU: Copy SubtargetPredicate from pseudo to real for dpp16 and dpp8 (#84517)Changpeng Fang2024-03-084-7/+8
* [SelectionDAG] Allow FREEZE to be hoisted before integer SETCC. (#84241)Craig Topper2024-03-087-147/+128
* [NFC] Remove unnecessary 'Builtins.def' file.erichkeane2024-03-081-102/+0
* [DirectX][docs] Expand DXILArchitecture documentation (#84077)Chris B2024-03-081-0/+46
* [ELF] Sort sections in order. NFCFangrui Song2024-03-081-1/+1
* [clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar2024-03-085-13/+766
* [Asan] Add "funclet" OpBundle to generated runtime calls if required by EH pe...sylvain-audi2024-03-084-209/+402
* [WebAssembly] Use SetVector instead of SmallPtrSet in FixBrTableDefaults (#84...Derek Schuff2024-03-081-3/+5
* Actually disable the module generation tests.Eric Fiselier2024-03-082-0/+10
* [lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett2024-03-081-2/+2
* [libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue2024-03-0824-27/+474
* Revert "[libc++] Disable module_std and module_std_compat tests"Louis Dionne2024-03-082-6/+0
* [libc][docs] add slides link for Tue's 2023 talk (#84516)Nick Desaulniers2024-03-081-0/+1
* [OpenACC] Add Compute Context Serialization test, fix a bugerichkeane2024-03-083-2/+11