platform/upstream/llvm.git
2022-08-03 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct v_dot2_f16_f16 and v_dot2_b...
2022-08-03 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Correct encoding of VOP3 v_cmpx...
2022-08-03 Michele Scuttari[MLIR] Reconciliation of chains of unrealized casts
2022-08-03 Nicolai HähnleManagedStatic: remove from Interpreter/ExternalFunctions
2022-08-03 Rainer Orth[mlir] Fix Analysis/Presburger/Utils.cpp compilation...
2022-08-03 Johannes ReifferscheidFix compiler error: init-statements in if/switch.
2022-08-03 Fraser Cormack[VP] Rename VP int<->float conversion ISD opcodes
2022-08-03 Phoebe Wang[X86][MC] Always emit `rep` prefix for `bsf`
2022-08-03 Johannes ReifferscheidFix a stack overflow in ScalarEvolution.
2022-08-03 Timm Bäder[clang][NFC] Try to fix the docs build
2022-08-03 Markus Böck[CMake] Make split-file an utility instead of tool
2022-08-03 Nicolai HähnleManagedStatic: remove from PluginLoader
2022-08-03 Nicolai HähnleManagedStatic: remove from TimeProfiler
2022-08-03 Timm Bäder[clang] Short-circuit trivial constructors when evaluat...
2022-08-03 Dawid Jurczak[NFC] Remove some boilerplate from SmallVector unit...
2022-08-03 Jannik Silvanus[Docs] Improve cycle and closed path definitions
2022-08-03 Alexander Belyaev[mlir] Disable `misc-const-correctness` clang-tidy...
2022-08-03 Liu, Chen3[X86] Using `X86MemOperand` instead of `Operand` for...
2022-08-03 Nikita Popov[AA] Make ModRefInfo a bitmask enum (NFC)
2022-08-03 Max Kazantsev[SCEV] Use context to strengthen flags of BinOps
2022-08-03 Stanislav Gatev[clang][dataflow] Rename member to make it clear that...
2022-08-03 Utkarsh SaxenaAdd foldings for multi-line comment.
2022-08-03 jacquesguan[mlir][Math] Add constant folder for AtanOp.
2022-08-03 Stanislav Gatev[clang][dataflow] Make the type of the post visit callb...
2022-08-03 LLVM GN Syncbot[gn build] Port 68264b649461
2022-08-03 Nikolas Klauser[libc++][ranges] Implement `ranges::{prev, next}_permut...
2022-08-03 cpplearner[libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD...
2022-08-03 LLVM GN Syncbot[gn build] Port 6bdb64223473
2022-08-03 Konstantin... [libc++][ranges] Implement `ranges::sample`.
2022-08-03 Nikolas Klauser[libc++][ranges] Implement `ranges::replace_copy{,_if}`.
2022-08-03 Konstantin... [libc++][ranges] Fix the return value of `{copy,move...
2022-08-03 Nikolas Klauser[libc++][ranges] Implement `ranges::remove_copy{, _if}`.
2022-08-03 Kazu Hirata[mlir] Add has_value and value to OptionalParseResult
2022-08-03 John Regehroops-- I pushed previous commit from a fresh checkout...
2022-08-03 John Regehravoid a bug where we remove a BB and then the next...
2022-08-03 Tom Stellardworkflows: Fix typo from 2d3d0f50ceb938c155a7283e684f28...
2022-08-03 Craig Topper[RISCV] Use InstVisitor in RISCVCodeGenPrepare. NFC
2022-08-03 Walter Erquinigo[NFC][trace] format source files
2022-08-03 Tom Stellardworkflows: Remove symbol versions from libclang.so...
2022-08-03 Chuanqi Xu[IRBuilder] Handle constexpr-bitcast for IRBuilder...
2022-08-03 Walter Erquinigofix f9b4ea0ce9efb4132a75551c40b2efc049e5b9f7
2022-08-03 Michał Górny[libc++][test] Propagate host environment to libc+...
2022-08-03 Igor Zhukov[libc++][NFC] Don't rely on `<algorithm>` transitively...
2022-08-03 Igor Zhukov[libc++] Fix warning C4244 in std/numerics/rand/rand...
2022-08-03 Paul Kirth[llvm][NFC] Refactor code to use ProfDataUtils
2022-08-03 Katherine Rasmussen[flang] Add stopped_images to list of intrinsics and...
2022-08-02 LLVM GN Syncbot[gn build] Port f9b4ea0ce9ef
2022-08-02 Jakob Johnson[trace] Add SBTraceCursor bindings
2022-08-02 Austin Kerbow[AMDGPU] Add CL option for max-ilp scheduler.
2022-08-02 Andrey Tretyakov[SPIRV] Fix style of LIT tests and remove metadata
2022-08-02 Jason Molenda[NFC] Remove no-op code from x86AssemblyInspectionEngin...
2022-08-02 Jonas DevlieghereRevert "[lldb][modules] Disable Clang Modules in source...
2022-08-02 Slava Gurevich[LLDB][NFC] Fix incorrect return status Some functions...
2022-08-02 Jakob Johnson[LLDB] Add SBInstruction::GetControlFlowKind()
2022-08-02 Mehdi AminiFix use-after-free in SymbolTable::replaceAllSymbolUses
2022-08-02 Craig Topper[RISCV] Fix operand number in debug message in RISCVMer...
2022-08-02 Joseph Huber[Libomptarget] Deinitialize AMDGPU global state more...
2022-08-02 Jonathan Peyton[OpenMP][libomp] Detect if test compiler has omp.h
2022-08-02 Chris Bieneman[DX] Remove IntrNoMem from create handle intrinsic
2022-08-02 Nicolai HähnleCommandLine: add and use cl::SubCommand::get{All,TopLevel}
2022-08-02 Naje George[flang] Add semantics test for ERROR STOP statement
2022-08-02 Jason MolendaInline my uuid_is_null() implementation in a header...
2022-08-02 Martin Storsjö[LLD] [MachO] Fix GCC build warnings
2022-08-02 Jason MolendaAllow firmware binaries to be specified only by load...
2022-08-02 Tom Stellardworkflows: Release Workflow - Avoid selecting random...
2022-08-02 LLVM GN Syncbot[gn build] Port 95a92995d45f
2022-08-02 Krzysztof Drewniak[mlir][GPU] Allow bare pointer memrefs when calling...
2022-08-02 Rashmi MudduluruAdds the NSDateFormatter checker to clang-tidy
2022-08-02 Jason MolendaRevert "Allow firmware binaries to be specified only...
2022-08-02 Jason MolendaAllow firmware binaries to be specified only by load...
2022-08-02 Austin Kerbow[AMDGPU] Add llvm_unreachable to switch statement added...
2022-08-02 Mircea Trofin[nfc] Remove unused parameter in TailDuplicator::duplic...
2022-08-02 Ben LangmuirFix use-after-free in clang-apply-replacements
2022-08-02 Austin Kerbow[AMDGPU] Add GCNMaxILPSchedStrategy
2022-08-02 Louis Dionne[libc++] Update documentation on testing libc++
2022-08-02 Slava Gurevich[LLDB][NFC] Fix LLDB_WATCH_TYPE_IS_VALID macro
2022-08-02 Aart Bik[mlir][sparse] enable SDDMM-flavored fusion
2022-08-02 Xiang Li[NFC][DirectX backend] Fix crash when emit_obj for...
2022-08-02 Casey Carter[libcxx][test] Test code should inspect `TEST_STD_VER...
2022-08-02 Roy Jacobson[SemaCXX] Validate destructor is valid for dependent...
2022-08-02 Yuanfang Chen[CodeGen][inlineasm] assume the flag output of inline...
2022-08-02 Aart Bik[mlir][sparse] remove singleton dimension level type...
2022-08-02 Mark de Wever[libc++][format] Exposes basic-format-string
2022-08-02 Sriraman TallamThis patch fixes these errors while building BOLT.
2022-08-02 Michele Scuttari[MLIR] Rename the generic LLVM allocation and deallocat...
2022-08-02 Adrian Vogelsgesang[libc++][doc] Update spaceship status page
2022-08-02 Arthur Eubanks[StandardInstrumentations] Assign names to basic blocks...
2022-08-02 Arthur Eubanks[test] Update BoundsChecking/simple.ll
2022-08-02 Kai Nacke[GIsel] Add missing libcall for G_MUL to LegalizerHelper
2022-08-02 Kai Nacke[GIsel] Add missing space between type and name in...
2022-08-02 Vladislav Dzhidzhoev[AArch64] Treat x18 as callee-saved in functions with...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vmerge...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vneg, vnot...
2022-08-02 Fangrui Song[test] Remove -fsanitize-coverage-whitelist=
2022-08-02 Andrey Tretyakov[SPIRV] Add tests to improve test coverage
2022-08-02 Vladislav Dzhidzhoev[DebugInfo] Test commit: update irrelevant comments
2022-08-02 Slava Gurevich[LLDB][Reliability] Remove dead code.
next