platform/upstream/llvm.git
2022-08-03 Philip Reames[CostModel][RISCV] Add test coverage of floating point...
2022-08-03 Bill WendlingAdd switch to use "source_filename" instead of a hash...
2022-08-03 LLVM GN Syncbot[gn build] Port 0cb9746a7d85
2022-08-03 Mircea Trofin[nfc][mlgo] Separate logger and training-mode model...
2022-08-03 LLVM GN Syncbot[gn build] Port 36c746ca2d5b
2022-08-03 Slava Gurevich[LLDB][NFC] Fix potential div by 0 "count" can be zero...
2022-08-03 Konstantin... [libc++][ranges] Implement `ranges::rotate`.
2022-08-03 Blue Gaston[TSAN][Darwin] x86_64 specific tests requiring weak...
2022-08-03 Jonas Devlieghere[lldb] Make LLDB resilient against failing dyld introsp...
2022-08-03 jeff[AMDGPU] Precommit test case for D130729
2022-08-03 Craig Topper[RISCV] Prevent infinite loop after D129980.
2022-08-03 Vitaly Buka[NFC][Inliner] Simplify clamping in addCost
2022-08-03 Craig TopperRevert "[X86][MC] Always emit `rep` prefix for `bsf`"
2022-08-03 Jonas DevlieghereRevert "Revert "[lldb][modules] Disable Clang Modules...
2022-08-03 Craig Topper[X86] Add a test for missed opportunity combine AND32rm...
2022-08-03 Jonas Devlieghere[lldb] Make TestModuleLoadedNotifys work with dyld...
2022-08-03 Jonas Devlieghere[lldb] Mark TestRosetta as skipIfDarwinEmbedded
2022-08-03 Chris BienemanNFC. Require DirectX backend for these tests
2022-08-03 Chris Bieneman[DX] [NFC] Move hasSection check up
2022-08-03 Vitaly Buka[NFC][inline] Add const to an argument
2022-08-03 Craig Topper[X86] Promote i16 CTTZ/CTTZ_ZERO_UNDEF always.
2022-08-03 Rafael Auler[BOLT] Remove always true if statement
2022-08-03 Adrian PrantlDocument why test is disabled on macOS Ventura
2022-08-03 Adrian PrantlFix LDV InstrRefBasedImpl to not crash when encounterin...
2022-08-03 Louis Dionne[clang][Darwin] Always set the default C++ Standard...
2022-08-03 Joseph Huber[Libomptarget][NFC] Clang format the AMDGPU plugin
2022-08-03 Siva Chandra[libc] Disable the loader init_fini_array_test for...
2022-08-03 Corentin JabotRevert "[Clang][C++20] Support capturing structured...
2022-08-03 Augusto Noronha[lldb] Fix 'FileCheck' spelling on symtab regex tests
2022-08-03 Jonas Devlieghere[lldb] Add assertStopReason helper function
2022-08-03 Walter Erquinigo[NFC][intel pt] Improve troubleshooting message
2022-08-03 Alex Bradbury[RISCV][test] Add test for ability to tailcall libcalls
2022-08-03 Vincent Lee[CMake] Fix runtimes cross-compilation when using LLVM_...
2022-08-03 Felipe de Azevedo... [SelectionDAG] Handle IntToPtr constants in dbg.value
2022-08-03 Aaron BallmanError instead of assert when making a _BitInt vector
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...
next