platform/upstream/llvm.git
2023-07-19 Joseph Huber[libc][NFC] Move the RPC types to the `rpc_client.h...
2023-07-19 Dave Lee[llvm][utils] Add DenseMap data formatters
2023-07-19 Craig Topper[RISCV] Add a DAG combine for (czero_eq X, (xor Y,...
2023-07-19 Mahesh Ravishankar[mlir][Linalg] Fix warnings/errors on D155518.
2023-07-19 Nico Weber[gn] add include dir for 1f7c7d4bdd7b
2023-07-19 wren romano[mlir][sparse] Renaming `CreationPolicy` to `Policy`
2023-07-19 Mark de Wever[libc++][print] Disables tests with msan.
2023-07-19 Wael YehiaDefine llvm::thread::DefaultStackSize to 4 megabytes...
2023-07-19 Alexey Bataev[SLP]Fix a crash when trying to cast scalable vector...
2023-07-19 Fangrui Song[ELF] --build-id=fast: switch to xxh3_64bits
2023-07-19 Fangrui Song[ELF] splitNonStrings: switch to xxh3_64bits
2023-07-19 Vy Nguyen[lld-macho]Use install_name as Identifier for code...
2023-07-19 Joseph Huber[OpenMP][Docs] Add some things to the OpenMP support
2023-07-19 Fangrui Song[ELF][test] Refactor merge.s
2023-07-19 Daniel Thornburgh[sanitizer-common] Run module msan init before early...
2023-07-19 Simon Pilgrim[X86] matchBinaryShuffle - relax PACKSS for v2i64 ...
2023-07-19 Momchil Velikov[CodeGenPrepare] Refactor optimizeSelectInst (NFC)
2023-07-19 Simon PilgrimFix MSVC "'GetVMSetForLMul': not all control paths...
2023-07-19 Jake Egan[InstrProf][NFC] Ignore -Wcast-qual after D153911 to...
2023-07-19 Mahesh Ravishankar[mlir][Linalg] Cleanup the drop unit dims pass in Linalg.
2023-07-19 Wael Yehia[ThinLTO][AIX] Enable thinlto on AIX
2023-07-19 Valentin Clement[mlir][openacc] Relax verifier for the acc.reduction...
2023-07-19 Craig Topper[RISCV] Run mem2reg on the scalar C builtin tests to...
2023-07-19 Johannes Doerfert[AMDGPUAttributor][FIX] No endless recursion for recurs...
2023-07-19 Johannes Doerfert[Attributor][NFCI] Add a shortcut for constants
2023-07-19 Johannes Doerfert[Attributor][NFCI] Avoid updating AAs that depend on...
2023-07-19 Momchil VelikovRefactor some BasicBlockUtils functions (NFC)
2023-07-19 Alex Voicu[Clang][CodeGen]`vtable`, `typeinfo` et al. are globals
2023-07-19 Craig Topper[RISCV] Upgrade Zvfh version to 1.0 and move out of...
2023-07-19 Fangrui Song[lld-macho] Switch to xxh3_64bits
2023-07-19 Fangrui Song[DWARFLinkerParallel] Switch to xxh3_64bits
2023-07-19 Joseph Huber[libc] Fix global constructor being emitted for the...
2023-07-19 Luke Lau[RISCV] Fold ops into vmv.v.v as vmerge with all-ones...
2023-07-19 Luke Lau[RISCV] Fold vmerge into its ops with smaller VL if...
2023-07-19 Luke Lau[RISCV] Add tests for merges with differing VLs that...
2023-07-19 Razvan Lupusoru[nfc][openacc] Add missing comma in acc dialect operati...
2023-07-19 Simon Pilgrim[SLP][X86] Regenerate some test checks to reduce diff...
2023-07-19 Simon Pilgrim[X86] matchBinaryShuffle - match PACKSS for v2i64 ...
2023-07-19 David Spickett[libunwind] Fix build error on 32 bit Arm after -Wcast...
2023-07-19 Valentin Clement[flang] Represent unknown extent correctly in getTypeAs...
2023-07-19 Nikita Popov[IR] Remove declaration of no longer existing construct...
2023-07-19 Ingo Müller[mlir][transform][gpu][python] Add .td file for bindings.
2023-07-19 Fangrui Song[ELF] Use llvm::xxh3_64bits for MergeInputSection:...
2023-07-19 Piotr Fusik[libc++] Work around dynamic linking of stringbuf:...
2023-07-19 Maksim Kita[AggressiveInstCombine] Fold strcmp for short string...
2023-07-19 Joseph Huber[libc] Add basic support for calling host functions...
2023-07-19 Jakub Kuderski[mlir][spirv] Add cooperative matrix store op
2023-07-19 Jakub Kuderski[mlir][spirv] Add cooperative matrix load op
2023-07-19 Razvan Lupusoru[openacc] Add attribute to hold declare data clause...
2023-07-19 Maksim Kita[AggressiveInstCombine] Fold strcmp for short string...
2023-07-19 Markus Böck[mlir][flang] Convert TBAA metadata to an attribute...
2023-07-19 Ingo Müller[mlir][transform][linalg][python] Add mix-in for FuseIn...
2023-07-19 Kadir CetinkayaReland "[clangd] Always run preamble indexing on a...
2023-07-19 Ingo Müller[mlir][transform][linalg][python] Fix test for TileToFo...
2023-07-19 Martin Erhart[mlir][bufferization] Add lowering of bufferization...
2023-07-19 Joseph HuberRevert "[libc] Treat the locks array as a bitfield"
2023-07-19 Djordje Todorovic[RISCV] Add DAG combine for CTTZ/CTLZ in the case of...
2023-07-19 Ingo Müller[mlir][transform][linalg][python] Add extended TileToFo...
2023-07-19 Jie Fu[clangd] Fix -Wunused-variable of 'FIDIt' (NFC)
2023-07-19 Viktoriia Bakalova[clangd] Update symbol collector to use include-cleaner.
2023-07-19 David Truby[flang] Implement tand intrinsic
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
next