platform/upstream/llvm.git
2023-07-11 Thurston DangReland '[msan] Intercept dladdr1, and refactor dladdr'
2023-07-11 Valentin Clement[flang] Use fir.type_desc in nullify
2023-07-11 Corentin Jabot[Clang] Diagnose jumps into statement expressions
2023-07-11 Joseph Huber[libc][Obvious] Check if the state hasn't already been...
2023-07-11 Jim InghamAdd a generic Process method to dump plugin history.
2023-07-11 Eduard Zingerman[BPF] Undo transformation for LICM.cpp:hoistMinMax()
2023-07-11 Diego Caballero[mlir][Vector] Add support for 0-D vectors to vector...
2023-07-11 Mike Crowe[clang-tidy] Make MatchesAnyListedNameMatcher cope...
2023-07-11 Mike Crowe[clang-tidy] Don't split \r\n in modernize-use-std...
2023-07-11 Florian Hahn[LV] Check if ops can safely be truncated in computeMin...
2023-07-11 Craig Topper[RISCV] Remove SiFive7GetCyclesWidening from RISCVSched...
2023-07-11 Matt ArsenaultAMDGPU: Partially fix not respecting dynamic denormal...
2023-07-11 Chen, Cheng2[NFC]add initialization for EmitCompactUnwindNonCanonic...
2023-07-11 Craig Topper[RISCV] Fix name mangling for LMUL!=1 vector types...
2023-07-11 Matt ArsenaultValueTracking: ldexp cannot return denormals based...
2023-07-11 wangpc[TableGen] Refactor the implementation of arguments...
2023-07-11 Mark de Wever[libc++][chrono] Fixes formatting duration subseconds.
2023-07-11 Mark de Wever[libc++][format] Adds a UTF transcoder.
2023-07-11 Michael Jones[libc] adjust strtofloat precision for subnormals
2023-07-11 Jan Svoboda[clang] Implement `PointerLikeTraits` for `{File,Direct...
2023-07-11 Arthur Eubanks[StructuralHash] Add unittests
2023-07-11 David Truby[flang] Add fastmath flags to localBuilder in IntrinsicCall
2023-07-11 Fangrui Song[AArch64][test] Use -filetype=null after 0b69cc8bcba793...
2023-07-11 Craig Topper[ARM][AArch64] Make ACLE __clzl/__clzll return unsigned...
2023-07-11 Alex Langford[lldb][NFCI] Methods to load scripting resources should...
2023-07-11 Philip Reames[RISCV] Cleanup dead complexity in RISCVMaskedPseudo...
2023-07-11 Qiongsi Wu[clang][AIX] Fix Overly Strict LTO Option Checking...
2023-07-11 Alex Langford[lldb][NFCI] Avoid construction of temporary std::strin...
2023-07-11 Philip Reames[RISCV] Remove legacy TA/TU pseudo distinction for...
2023-07-11 David Green[AArch64] Extra tests for smull/umull, especially of...
2023-07-11 Jon Roelofsclang: add a missing dependency on ClangDriverOptions
2023-07-11 Craig Topper[RISCV] Constrain register class before replaceRegWith...
2023-07-11 Aleksandr PopovReland "[IRCE] Parse range checks in the form of 'LHS...
2023-07-11 Alex Zinenko[mlir] add backward dense dataflow analysis
2023-07-11 Slava Zakharin[flang][hlfir] Fixed NULL() handling in structure const...
2023-07-11 Slava Zakharin[flang][hlfir] Fixed byval passing for dynamically...
2023-07-11 Shoaib Meenai[bolt] Fix MSVC builds
2023-07-11 Nick Desaulniers[ConstantHoisting] remove a LLVM_DEBUG statement
2023-07-11 Wael Yehia[Doc][clang] Some PGO documentation improvements.
2023-07-11 Nick Desaulniers[MicrosoftDemangle] fix warn-trailing false positive
2023-07-11 Bryan Chan[WebAssembly] Fix implicit fallthrough in encodeInstruction
2023-07-11 Simon Pilgrim[X86] ReplaceNodeResults - widen vector truncate nodes...
2023-07-11 Valentin Clement[flang][openacc] Support ieor reduction operator
2023-07-11 Valentin Clement[flang][openacc] Support ior reduction operator
2023-07-11 Joseph Huber[Libomptarget] Remove RPCHandleTy indirection
2023-07-11 Zarko Todorovski[PowerPC] Truncate exponent parameter for vec_cts,vec_ctf
2023-07-11 Tuan Chuong Goh[AArch64] Create SVE Min/Max Cost Model Tests
2023-07-11 Valentin Clement[flang][openacc] Support iand reduction operator
2023-07-11 Richard SmithFix profiling of overloaded postincrement / postdecrement.
2023-07-11 Fangrui Song[llvm-objdump] Change errors to warnings for symbol...
2023-07-11 Viktoriia Bakalova[clangd] Use canonical path as resolved path for includes.
2023-07-11 Fangrui Song[SPIRV] Fix CoverageInfo after D153758
2023-07-11 Guray Ozen[mlir][nvgpu] Add initial support for `mbarrier`
2023-07-11 Aliia KhasanovaFix bazel build file for D154060.
2023-07-11 Petr HosekRevert "[compiler-rt] Move crt into builtins"
2023-07-11 Luke Lau[FPEnv] Update comment about nofpexcept default. NFC
2023-07-11 Juan Manuel... Revert "[NFC][AMDGPULowerModuleLDSPass] Factorize repet...
2023-07-11 Juan Manuel... [NFC][AMDGPULowerModuleLDSPass] Factorize repetead...
2023-07-11 Matthias Springer[mlir][linalg] BufferizeToAllocation: Add custom memcpy op
2023-07-11 Matthias Springer[mlir][bufferization] Add read_only attribute to ToMemrefOp
2023-07-11 Serge Pavlov[clang] Use llvm.is_fpclass to implement FP classificat...
2023-07-11 Matthias Springer[mlir][linalg] Return newly created ops from bufferize_...
2023-07-11 David Mo[WebAssembly] Report error for inline assembly with...
2023-07-11 Phoebe Wang[X86][FP16] Fix mis-combination from FMULC to FCMULC
2023-07-11 Matthias Springer[mlir][transform] Add transform.select op
2023-07-11 gilsaia[MLIR][Presburger] Optimize for intersect
2023-07-11 NAKAMURA Takumi[Bazel] Fixup for D153758, D153850, and D153861 (global...
2023-07-11 Juan Manuel... [NFC][AMDGPULowerModuleLDSPass] Add const to some varia...
2023-07-11 Georgi MirazchiyskiFix shr/and pair replace with bfe
2023-07-11 Simon Wallis [ARM] mark tMOVi32imm as killing flags
2023-07-11 Victor Perez[mlir][llvm] Define annotation intrinsics
2023-07-11 Nicolas Vasilache[mlir][Linalg] NFC - Improve some transform op builders
2023-07-11 Simon Pilgrim[X86] shuffle-vs-trunc-256.ll - move comment outside...
2023-07-11 Matt ArsenaultValueTracking: Implement computeKnownFPClass for ldexp
2023-07-11 Matt ArsenaultValueTracking: Add more baseline ldexp tests for comput...
2023-07-11 Vlad Serebrennikov[clang] Add test for CWG1710 and related issues
2023-07-11 Nikita Popov[InstCombine] Don't handle constants in de morgan folds...
2023-07-11 LLVM GN Syncbot[gn build] Port 053d9e5832c7
2023-07-11 Haojian Wu[include-cleaner] Fix the `fixIncludes` API not respect...
2023-07-11 Joachim Jenke[OpenMP][NFC] lit: Allow setting default environment...
2023-07-11 Nikita Popov[InstCombine] Extract "freely invert" related helpers...
2023-07-11 Louis Dionne[libc++] Move __thread_id out of <__threading_support>
2023-07-11 Hui[libc++] Make `stop_token` experimental
2023-07-11 Alexandros... [FuncSpec] Prefer DataLayout-aware constant folding...
2023-07-11 Alexandros... [FuncSpec][NFC] Improve the unittest coverage for const...
2023-07-11 Nico Weber[gn] port 8444038d160d4 (-gen-global-isel-combiner...
2023-07-11 Nico Weber[gn] port 2f608131b44c (-gen-global-isel-combiner-match...
2023-07-11 Nico Weber[gn] port 87fb0ea27eeb (bolt DIEBuilder)
2023-07-11 Nico Weber[gn] port 655714a300ff303 (-gen-global-isel-combiner...
2023-07-11 Nico Weber[gn] port 1fe7d9c79967
2023-07-11 Nico Weber[gn] port c0719f3bacd5
2023-07-11 Nico Weber[gn] port 908d0d54b82d
2023-07-11 Michael Halkenhaeuser[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init...
2023-07-11 Alex Brachet[ELF] Make subsequent opens to auxiliary files append
2023-07-11 Jim Lin[RISCV] Merge rv32/rv64 vector reduction intrinsic...
2023-07-11 Juan Manuel... [NFC][AMDGPULowerModuleLDSPass] Remove dead variable
2023-07-11 Tom Eccles[flang][hlfir]: fix associate of expr with more than...
2023-07-11 Tom Eccles[flang][hlfir] use adaptor in associate bufferization
2023-07-11 Simon Pilgrim[X86] combineAndMaskToShift - match constant splat...
2023-07-11 Guray Ozen[mlir][nvgpu] Implement `nvgpu.device_async_copy` by...
next