platform/upstream/llvm.git
2023-07-19 David Truby[flang] Use libm functions for complex operations by...
2023-07-19 Simon Pilgrim[X86] getFauxShuffleMask - add SIGN_EXTEND_VECTOR_INREG...
2023-07-19 Paweł Bylica[InstCombine] Preserve metadata when combining select...
2023-07-19 Paweł Bylica[InstCombine][NFC] Add tests for preserving metadata
2023-07-19 Felipe de Azevedo... [lldb][NFC] Refactor test to enable subsequent reuse
2023-07-19 Felipe de Azevedo... [lldb][NFC] Factor out CommandObject code filtering...
2023-07-19 Simon Pilgrim[X86] Add test coverage for Issue #63946
2023-07-19 Simon Pilgrim[X86] matchUnaryShuffle - match SIGN_EXTEND_VECTOR_INRE...
2023-07-19 John Brawn[ARM] Correctly handle execute-only in EmitStructByval
2023-07-19 John Brawn[ARM] Restructure MOVi32imm expansion to not do pointle...
2023-07-19 Ties Stuij[ARM] don't emit constant pool for Thumb1 XO/stack...
2023-07-19 Kelvin Li[flang] Simplify macros for the vec_sld and vec_sldw...
2023-07-19 Carlos Galvez[clang-tidy] Warn only for copyable/movable classes...
2023-07-19 Piyou Chen[RISCV] Replace zihintntl with zicond in ISAInfo unittest
2023-07-19 pvanhout[TableGen] Deprecate old GI Combiner Emitter
2023-07-19 Igor Kirillov[CodeGen] Extend ComplexDeinterleaving pass to recognis...
2023-07-19 Simon Pilgrim[DAG] hoistLogicOpWithSameOpcodeHands - add support...
2023-07-19 Ivan Kosarev[AMDGPU] Combine the SDAG and GISel versions of the...
2023-07-19 Ivan Kosarev[AMDGPU][AsmParser][NFC] Translate parsed DS instructio...
2023-07-19 Jie Fu[InstrProf] Ignore -Wcast-qual after D153911 to fix...
2023-07-19 Simon Pilgrim[DAG] hoistLogicOpWithSameOpcodeHands - add support...
2023-07-19 Mikhail Goncharov[bazel] remove PythonAttr TD after 67a910bbff772ebf4c47...
2023-07-19 Guray Ozen[mlir][nvvm] Introduce Syncronization Ops for WGMMA
2023-07-19 Jay Foad[AMDGPU] Insert s_nop before s_sendmsg sendmsg(MSG_DEAL...
2023-07-19 Jay Foad[ARM] Add a regression test for D154281
2023-07-19 Jingu KangRevert "[MachineLICM] Handle Subloops"
2023-07-19 Shivam Gupta[clang][Docs] Added release note for D142609
2023-07-19 Nuno Lopes[VectorCombine] Use poison insteaf of undef as placehol...
2023-07-19 khei4Reapply: [MemCpyOpt] implement single BB stack-move...
2023-07-19 khei4[MemCpyOpt] add terminator user test for D153453(NFC)
2023-07-19 Ingo Müller[mlir][linalg][transform][python] Add type arg to Match...
2023-07-19 Simon Pilgrim[X86] LowerEXTEND_VECTOR_INREG - add sign_extend_vector...
2023-07-19 Oleg Shyshkov[mlir][bazel] Fix build.
2023-07-19 Guillaume Chatelet[libc][NFC] Rename files
2023-07-19 David Spickett[lldb] XFAIL command-disassemble-mixed.c on Windows
2023-07-19 Chuanqi Xu[NFC] Adjust test for pr63595
2023-07-19 Kadir CetinkayaRevert "[clangd] Remove unused private field 'Opts...
2023-07-19 Guillaume Chatelet[libc][memfunctions] Explicit error when platform in...
2023-07-19 Nikita Popov[LoopPeel] Clear dispositions after peeling
2023-07-19 Kadir CetinkayaRevert "[clangd] Always run preamble indexing on a...
2023-07-19 Simi Pallipurath[Clang][Driver] Pass through the --be8 endian flag...
2023-07-19 Viktoriia Bakalova[clangd] Make an include always refer to itself. Backgr...
2023-07-19 Jay Foad[AMDGPU] Regenerate is.fpclass checks
2023-07-19 Martin Storsjö[libcxx] Link to fewer MSVC CRT libraries
2023-07-19 Andrew Ng[libcxx] [test] Remove a stray double space from a...
2023-07-19 Andrzej Warzynski[mlir] Update SVE integration tests to use mlir-cpu...
2023-07-19 Martin Storsjö[CMake] Clean up old code for handling MSVC runtime...
2023-07-19 Nikita Popov[IR] Deprecate opaque pointer compatibility APIs
2023-07-19 Martin StorsjöReland [AArch64] Fix an immediate out of range for...
2023-07-19 Freddy Ye[X86] Add PBNDKB instruction.
2023-07-19 Chuanqi Xu[NFC] Add a blank line after directives in StandardCPl...
2023-07-19 Balázs Kéri[clang][analyzer] StdLibraryFunctionsChecker: Allow...
2023-07-19 Juan Manuel... [NFC][AMDGPULowerModuleLDSPass] Use shorter APIs in...
2023-07-19 Juan Manuel... [NFC][AMDGPULowerModuleLDSPass] Cleanup of getTableLook...
2023-07-19 Markus Böck[mlir][LLVM] add `llvm.ssa.copy` intrinsic
2023-07-19 Nikita Popov[IR] Remove Type::getPointerElementType() (NFC)
2023-07-19 Chuanqi Xu[NFC] [C++20] [Modules] Add a performance tip to the...
2023-07-19 Jie Fu[clangd] Remove unused private field 'Opts' in UpdateIn...
2023-07-19 Matthias Springer[mlir][NFC] Avoid `OpBuilder::setListener` when possible
2023-07-19 Craig Topper[RISCV] Make SubtargetFeature description strings consi...
2023-07-19 tomasz-kaminski... [analyzer] Model lifetime of a variable declared in...
2023-07-19 Andrzej Warzynski[mlir][nfc] Clarify the limitation on scalable vectors
2023-07-19 Jie Fu[examples] Fix -Wcast-qual in OrcV2Examples after D1539...
2023-07-19 Corentin Jabot[Clang] Fix the location of default init expressions
2023-07-19 Kadir Cetinkaya[clangd] Always run preamble indexing on a separate...
2023-07-19 Shivam Gupta[Clang] Fix -Wconstant-logical-operand when LHS is...
2023-07-19 Chuanqi Xu[NFC] [C++20] [Modules] Add C++20 modules related chang...
2023-07-19 Chuanqi XuRevert "[NFC] [C++20] [Modules] Add C++20 modules relat...
2023-07-19 Alexander Belyaev[mlir] Remove dead code in Analysis/FlatLinearValueCons...
2023-07-19 Chuanqi Xu[NFC] [C++20] [Modules] Add C++20 modules related chang...
2023-07-19 Fangrui Song[test] Make fuzzer/value-profile-div.test x86 specific
2023-07-19 Fangrui Song[Demangle] Include <exception> for IWYU
2023-07-19 Weining LuRevert "[LoongArch] Change 'using namespace llvm;'...
2023-07-19 Jie Fu[tools] Use "#pragma GCC" instead of "#pragma clang...
2023-07-19 Patryk Wychowaniec[AVR] Expand shifts of all types except int8 and int16
2023-07-19 Jianjian GUAN[AVR] Enable verifyInstructionPredicates for AVR
2023-07-19 Jie Fu[tools] Fix buildbot build failure
2023-07-19 Jake Egan[NFC][XCOFF] Remove curly braces from single line if...
2023-07-19 WANG Xuerui[LoongArch] Align functions and loops better according...
2023-07-19 Jie Fu[mlir] Fix -Wcast-qual in mlir/test/CAPI/ir.c after...
2023-07-19 Jie Fu[tools] Ignore -Wcast-qual in c-index-test.c after...
2023-07-19 eopXD[RISCV] Use the stack for MVT::f16 for fastcc when...
2023-07-19 Amir Ayupov[BOLT][Utils] Pass cmp-rev to nfc-check-setup
2023-07-19 eopXD[Clang][RISCV] Improve diagnostic message for full...
2023-07-19 Jake Egan[NFC][XCOFF] Use common function to calculate file...
2023-07-19 eopXD[Clang][RISCV] Guard RVV intrinsics types that is not...
2023-07-19 Owen Pan[clang-format][doc] Replace single back quotes with...
2023-07-19 Akira HatanakaFix types of arm64 MSVC __readx18/__writex18 intrinsics
2023-07-19 LLVM GN Syncbot[gn build] Port ef70fe4d264d
2023-07-19 Nico Weber[gn] port 20341c3ad6f64a
2023-07-19 Nico Weber[gn] port 3f65f718332c
2023-07-19 Fangrui Song[ELF] --icf: switch to xxh3_64bits
2023-07-18 Johannes Doerfert[OpenMP][NFCI] Avoid storing non-constant values in ICV
2023-07-18 Johannes Doerfert[OpenMP][NFCI] Split assertion message from assertion...
2023-07-18 Alex MacLean[cmake] Add -Wcast-qual to C flags if LLVM_ENABLE_WARNI...
2023-07-18 David BlaikiePseudoObjectExpr: Prefer ArrayRef over iterator_range...
2023-07-18 Craig Topper[RISCV] Simplify VROR_IV_V_X_I multiclass. NFC
2023-07-18 Michael Maitland[RISCV] Remove unused classes VPseudoTernary, VPseudoTe...
2023-07-18 Michael Jones[libc][NFC] reuse variable in printf string conv
2023-07-18 Michael Jones[libc] Set min precision for strtofloat fuzz
next