platform/upstream/llvm.git
2022-08-03 Fangrui Song[ubsan] Make TypeCheckKinds const. NFC
2022-08-03 Corentin Jabot[Clang][C++20] Support capturing structured bindings...
2022-08-03 Augusto Noronha[lldb] Allow SymbolTable regex search functions to...
2022-08-03 Siva Chandra... [libc] Add init and fini array iteration to the loader.
2022-08-03 Jonas Devlieghere[lldb] Add missing newlines after LLDB_INSTRUMENT_VA
2022-08-03 isuckatcs[analyzer] Fix for the crash in #56873
2022-08-03 Michał GórnyRevert "[lldb] [gdb-remote] Send interrupt packets...
2022-08-03 Amy HuangReplace pdb file used in llvm-symbolizer test with...
2022-08-03 Ben Langmuir[clang] Add FileEntryRef::getNameAsRequested()
2022-08-03 Michał Górny[lldb] [gdb-remote] Send interrupt packets from async...
2022-08-03 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `shared_ptr`
2022-08-03 Louis Dionne[libc++] Mark -fexperimental-library test as unsupporte...
2022-08-03 Jennifer YuFix assert during the call to getCanonicalDecl.
2022-08-03 Casey Carter[libcxx][test] Silence narrowing warning
2022-08-03 John Regehrprevent llvm-reduce from duplicating values in switch...
2022-08-03 Nicolai HähnleRevert "ManagedStatic: remove from DynamicLibrary"
2022-08-03 Philip Reames[LV] Move definition of isPredicatedInst out of line...
2022-08-03 Nicolai HähnleManagedStatic: remove from DynamicLibrary
2022-08-03 Yitzhak Mandelbaum[clang][dataflow] Add cache of `ControlFlowContext...
2022-08-03 Philip Reames[LV] Use cost base decision for uniform mem op strategy...
2022-08-03 Erich KeaneFix char8_t in C mode regression from fb65b179
2022-08-03 Nico Weber[gn build] Set LLVM_TOOLS_INSTALL_DIR to bin for llvm...
2022-08-03 Pavel Labath[lldb] Fix TestDeletedExecutable on linux
2022-08-03 Erich Keane[NFCI] Refactor how KeywordStatus is calculated
2022-08-03 Jonas Paulsson[SystemZ] Make 128 bit integers be aligned to 8 bytes.
2022-08-03 Louis Dionne[libc++] Simplify how we define the linker script for...
2022-08-03 Louis Dionne[libunwind] Remove unused substitution in AIX libunwind...
2022-08-03 Louis Dionne[libc++] More documentation improvements about running...
2022-08-03 David Truby[llvm] Always use TargetConstant for FP_ROUND ISD Nodes
2022-08-03 Alex Bradbury[RISCV] Teach ComputeNumSignBitsForTargetNode about...
2022-08-03 Nicolai HähnleManagedStatic: remove from CrashRecoveryContext
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...
next