platform/upstream/llvm.git
2023-07-17 David Sherwood[SVE][CodeGen] Add more test cases for zero-extends...
2023-07-17 Sylvestre Ledrucmake: set _LARGEFILE_SOURCE=1 to fix a cmake error
2023-07-17 Serge Pavlov[clang] Fix delayed template parsing
2023-07-17 MarcoFalke[compiler-rt][NFC] Avoid implicit-integer-sign-change...
2023-07-17 Martin Braenne[clang][dataflow] Add `refreshStructValue()`.
2023-07-17 Martin Braenne[clang][dataflow] Simplify implementation of `transferS...
2023-07-17 Martin Braenne[clang][dataflow] Add `DataflowEnvironment::createObjec...
2023-07-17 Martin Braenne[clang][dataflow] Add a test for not explicitly initial...
2023-07-17 Martin Storsjö[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY...
2023-07-17 Markus Böck[mlir][ODS] Add support for passing properties to ...
2023-07-17 Piotr Zegar[clang-tidy][NFC] Fix syntax in release notes
2023-07-17 Evan Wilde[NFC][clang] Fix format in UnsafeBufferUsage.cpp
2023-07-17 LLVM GN Syncbot[gn build] Port 42179bbf6bcc
2023-07-17 Shivam Gupta[clang-tidy] Add check for possibly incomplete switch...
2023-07-17 Piyou Chen[RISCV] Implement prefetch locality by NTLH
2023-07-17 Craig Topper[RISCV] Adjust the Zfhmin handling in RISCVInstrInfo...
2023-07-17 Lang Hames[ORC] In defineMaterializing, error out early if tracke...
2023-07-16 Cassie Jones[Driver] Warn about all instances -mios-version-min...
2023-07-16 Lang Hames[ORC] Assert that ExecutionSession is still open when...
2023-07-16 Nuno Lopes[InferAddressSpaces] Use poison instead of undef as...
2023-07-16 Nuno Lopes[LoopIdiomRecognize] Use poison instead of undef as...
2023-07-16 Craig Topper[RISCV] Move comments before 'if' instead of after...
2023-07-16 Craig Topper[RISCV] Make selectSETCC return SDValue instead of...
2023-07-16 Piotr Zegar[clang-tidy] Improve build-in type handling in bugprone...
2023-07-16 Lang Hames[JITLink] Replace isInRangeForImm* functions with isInt...
2023-07-16 Nuri AmariCreate diagnostic group for definition deprecation...
2023-07-16 Piotr Fusik[libc++] Implement stringstream members of P0408R7...
2023-07-16 ManuelJBrito[NewGVN] Canonicalize expressions for commutative intri...
2023-07-16 Lang Hames[docs][JITLink] Update JITLink COFF/x86-64 backend...
2023-07-16 Piotr Fusik[libc++] Implement ostringstream members of P0408R7...
2023-07-16 Jay Foad[GlobalISel] Fix infinite loop in reassociation combine
2023-07-16 Nico Weber[gn] port f0dfe682bca0 (no more _LIBCPP_ENABLE_ASSERTIO...
2023-07-16 Mark de Wever[NFC][libc++] Fixes some comments.
2023-07-16 Craig TopperRevert "[RISCV] Move comments before 'if' instead of...
2023-07-16 Craig Topper[RISCV] Use isScalarInteger instead of isInteger. NFC
2023-07-16 Craig Topper[RISCV] Move comments before 'if' instead of after...
2023-07-16 Craig Topper[RISCV] Move vector handling earlier in lowerSELECT...
2023-07-16 Craig Topper[RISCV] Remove 'else' after 'return'. NFC
2023-07-16 Jim Lin[RISCV] Merge rv32/rv64 vector single-width shift intri...
2023-07-16 Lang Hames[docs] Update JITLink's support matrix in the JITLink...
2023-07-15 daiyousei-qz[clangd] Implement end-definition-comment inlay hints
2023-07-15 ziqingluo-90Re-land "5b012bf5ab5fcb840fe7f6c8664b8981ce6f24f3"
2023-07-15 Maksim Kita[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) =...
2023-07-15 Maksim Kita[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) =...
2023-07-15 Brad Smith[Mips] Set setMaxAtomicSizeInBitsSupported
2023-07-15 Fangrui Song[ELF] Support operator ^ and ^=
2023-07-15 Jon Chesterfield[amdgpu] Accept an optional max to amdgpu-lds-size...
2023-07-15 Stephen PeckhamUse empty symbol name for XCOFF text csect
2023-07-15 Zheng QianAdd option -fkeep-persistent-storage-variables to emit...
2023-07-15 Jon Chesterfield[amdgpu][nfc] Use unsigned for getIntegerPairAttribute...
2023-07-15 Kazuki Sakamoto[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest
2023-07-15 Farid Zakaria[docs] GettingStarted.rst cmake should reference build
2023-07-15 Thomas Köppe[llvm-objcopy] Remove unused internal helper function...
2023-07-15 Craig Topper[RISCV] Use unsigned instead of signed types for Zk...
2023-07-15 Owen Pan[clang-format] Correctly annotate overloaded operator...
2023-07-15 Ian Anderson[libc++][Modules] Restore the <string> include to ...
2023-07-15 Caslyn Tonelli[ubsan] Disable sigaction.cpp on archs for debugging
2023-07-15 Simon Pilgrim[X86] LowerMemArgument - remove else clause after retur...
2023-07-15 Simon Pilgrim[X86] getIRStackGuard - remove else clause after return...
2023-07-15 Simon Pilgrim[X86] Fix znver4 fcmp/fma throughputs
2023-07-15 Mark de Wever[libc++] Adds a missing include.
2023-07-15 Piotr Fusik[libc++][tests] Fix a test testing wrong class
2023-07-15 Mark de Wever[NFC][libc++][bitset] Refactors constructors.
2023-07-15 zhongyunde[ValueTracking] Support vscale assumes for isKnownToBeA...
2023-07-15 zhongyunde[tests] precommit tests for D155350
2023-07-15 Edoardo Sanguineti[libc++] add basic runtime assertions to <barrier>
2023-07-15 Mark de Wever[libc++][chrono] Fixes formatter duration.
2023-07-15 Mark de Wever[libc++] Fixes thread::id's operator<<.
2023-07-15 Nikolas Klauser[libc++][NFC] Remove redundant defined(_LIBCPP_BUILDING...
2023-07-15 khei4Revert "Revert "[MemCpyOpt] implement single BB stack...
2023-07-15 khei4[MemCpyOpt] precommit tests to add multi-BB stack-move...
2023-07-15 Kun Wu[mlir][sparse][gpu] add the 2:4 spmm integration test...
2023-07-15 NAKAMURA TakumiReformat
2023-07-15 NAKAMURA TakumiRevert D150338, "[-Wunsafe-buffer-usage] Improving...
2023-07-15 Craig Topper[RISCV] Split clmul/clmulh/clmulr builtins into _32...
2023-07-15 Advenam Tacet[libc++] Set correct size at the end of growing std...
2023-07-15 Nitin John Raj[RISCV][GlobalISel] Legalize add, sub and binary logica...
2023-07-15 Jeff Niu[mlir] Fix printing of dialect resources
2023-07-15 Zhongyunde[LangRef] vscale_range implies the vscale is power...
2023-07-15 Chris Bieneman[GitHub] Update repo lockdown to exclude lldb
2023-07-15 Johannes Doerfert[OpenMP][FIX] Adjust "known" attributes for runtime...
2023-07-14 varconst[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.
2023-07-14 tomnatan[MLIR] Don't sort operand of commutative ops when compa...
2023-07-14 Peter Hawkins[MLIR:Python] Make DenseElementsAttr.get() only request...
2023-07-14 Shafik Yaghmour[Clang] Fix crash when emitting diagnostic for out...
2023-07-14 Matt ArsenaultAMDGPU: Expand testing of AMDGPUCodeGenPrepare fdiv...
2023-07-14 Eli FriedmanFix nanosecond printing for TimePoint formatter.
2023-07-14 Matt Arsenaultclang: Attach !fpmath metadata to __builtin_sqrt based...
2023-07-14 Matt ArsenaultMachineSink: Remove unnecessary empty block check
2023-07-14 Matt ArsenaultMachineSink: Move helper function and use more const
2023-07-14 Nick Desaulniers[clang][JumpDiagnostics] bring VerifyIndirectOrAsmJumps...
2023-07-14 ziqingluo-90[-Wunsafe-buffer-usage] Improving insertion of the...
2023-07-14 Joseph Huber[OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers
2023-07-14 Johannes Doerfert[Attributor] Allow IR-attr deduction for non-IPO amenda...
2023-07-14 Johannes Doerfert[Attributor][NFC] Update all tests with the script
2023-07-14 Johannes DoerfertRevert "[UTC] Add fallback support for specific metadat...
2023-07-14 Johannes DoerfertRevert "[UTC] Fix git URL regex"
2023-07-14 Johannes DoerfertRevert "[UTC] Generalize version regex"
2023-07-14 Johannes DoerfertRevert "[UTC] Adapt version matcher to glob CLANG_VENDOR"
2023-07-14 Jon RoelofsORC: drop a FIXME that was addressed in dc078e6eaacf...
next