platform/upstream/llvm.git
2023-07-17 Leandro Lupori[compiler-rt][xray] Fix alignment of XRayFileHeader
2023-07-17 Jared Grubb[clang-format] Fix support for ObjC blocks with pointer...
2023-07-17 Louis Dionne[libc++][NFC] Remove unnecessary declarations in __thre...
2023-07-17 Louis Dionne[libc++][NFC] clang-format __thread/id.h since it just...
2023-07-17 Louis Dionne[libc++] Remove internal "build-with-external-thread...
2023-07-17 Andrew Gozillon[Flang][OpenMP][MLIR] An mlir transformation pass for...
2023-07-17 Nimish Mishra[mlir][OpenMP] Fixed internal compiler error with atomi...
2023-07-17 Aaron BallmanFix Clang Sphinx build
2023-07-17 Timm Bäder[clang][Interp][NFC] Fix a doc comment and a typo
2023-07-17 Weining Lu[Triple] Add llvm::Triple::isLoongArch{32,64}
2023-07-17 Matthias Springer[mlir][NVGPU][NFC] Clean up code structure
2023-07-17 Jay Foad[AMDGPU] Add targets gfx1150 and gfx1151
2023-07-17 Timm Bäder[clang][Interp] Diagnose callsite for implicit functions
2023-07-17 Jay Foad[AMDGPU] Add test case for zext of f16 to i32
2023-07-17 Guillaume Chatelet[libc][NFC] Split memcmp implementations per platform
2023-07-17 Simi Pallipurath[compiler-rt] [Arm] Make the tests for the runtime...
2023-07-17 Guillaume Chatelet[libc][NFC] Split memset implementations per platform
2023-07-17 Jakub Chlanda[NFC][AMDGPU] Default initialize the Subtarget
2023-07-17 David Green[AArch64] Regenerate CostModel tests with update_analyz...
2023-07-17 Simon Pilgrim[X86] Canonicalize vXi64 SIGN_EXTEND_INREG vXi1 to...
2023-07-17 Nuno Lopes[ScalarizeMaskedMemIntrin] Use poison instead of undef...
2023-07-17 Oleg Shyshkov[mlir][bazel] Fix build.
2023-07-17 David Spickett[lldb][AArch64] Add test predicate for systems with...
2023-07-17 Sander de Smalen[AArch64] NFC: Replace 'forceStreamingCompatibleSVE...
2023-07-17 David Sherwood[SVE][CodeGen] Improve codegen for some zero-extends...
2023-07-17 Luke Lau[RISCV] Add VL nodes and VP patterns for unary zvbb...
2023-07-17 Luke Lau[RISCV] Fix predicates on zvbb patterns
2023-07-17 Matthias Gehre[MLIR] [TOSA]: Move reshape(reshape(x)) -> reshape...
2023-07-17 David Spickett[lldb][AArch64] Fix flakiness in TestSVEThreadedDynamic
2023-07-17 Sergio Afonso[Flang][OpenMP][MLIR] Filter emitted code depending...
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...
next