platform/upstream/llvm.git
2022-08-04 Eric Li[clang][dataflow][NFC] Fix outdated comment on getStabl...
2022-08-04 LLVM GN Syncbot[gn build] Port 2138c906458e
2022-08-04 Nikolas Klauser[libc++] Install clang-tools in the CI container
2022-08-04 Joshua Cranmer[IR] Move support for dxil::TypedPointerType to LLVM...
2022-08-04 Tres Popp[mlir] Only conditionally lower CF branching ops to...
2022-08-04 Jeff Niu[mlir] Add I1 support to DenseArrayAttr
2022-08-04 Lorenzo Albano[VP] Add widening for VP_STRIDED_LOAD and VP_STRIDED_STORE
2022-08-04 Michal Paszkowski[Docs] Added my office hours
2022-08-04 YingChi Long[clang] change `auto` to `Expr` in last commit [NFC]
2022-08-04 YingChi Long[clang] format string checking for conpile-time evaluat...
2022-08-04 Pavel Labath[lldb] Fix arm breakages from D130985
2022-08-04 Kadir CetinkayaRevert "[clang] Pass FoundDecl to DeclRefExpr creator...
2022-08-04 LLVM GN Syncbot[gn build] Port a203acb9dd72
2022-08-04 Nikolas Klauser[libc++][ranges] Implement `ranges::clamp`
2022-08-04 Matt Jacobson[ObjC] type method metadata `_imp`, messenger routine...
2022-08-04 Alexander Belyaev[mlir] Extract offsets-sizes-strides computation from...
2022-08-04 Nikita Popov[MLIR] Fix checks for native arch
2022-08-04 David Spickett[llvm-reduce] Split operands-skip.ll into serial and...
2022-08-04 Martin Storsjö[ORC] Actually propagate memory unmapping errors on...
2022-08-04 Martin Storsjö[ORC] Fix a warning about an unused variable on Windows...
2022-08-04 Corentin Jabot[Clang][C++20] Support capturing structured bindings...
2022-08-04 wanglian[LegalizeTypes][VP] Add split operand support for VP...
2022-08-04 jacquesguan[RISCV] Add cost modelling for vector widenning reduction.
2022-08-04 Phoebe Wang[X86] Support ``-mindirect-branch-cs-prefix`` for call...
2022-08-04 jacquesguan[RISCV][test] Add inloop reduction vectorize test. NFC
2022-08-04 Adrian Kuegel[llvm][Bazel] Exclude TrainingLoggerTest.cpp from build.
2022-08-04 Adrian Kuegel[mlir][Linalg] Inline an interface method to its only...
2022-08-04 Thomas Lively[WebAssembly] Improve codegen for v128.bitselect
2022-08-04 Siva Chandra[libc] Adjust aarch64 startup code to reliably sniff...
2022-08-04 Fangrui Song[ELF] Remove unneeded make<InputSection>. NFC
2022-08-04 Fangrui Song[ELF] Move updateARMVFPArgs/updateARMVFPArgs. NFC
2022-08-04 Craig Topper[X86] Teach PostprocessISelDAG to fold ANDrm+TESTrr...
2022-08-04 Jonas Devlieghere[lldb] Re-enable TestCCallingConventions on Apple Silicon
2022-08-04 Dominic Chen[clang][Headers] Avoid compiler warnings in builtin...
2022-08-04 Lang Hames[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAct...
2022-08-04 Lang Hames[JITLink] Add tests for FDEs with bad CIE and PC-begin...
2022-08-04 Arthur Eubanks[BoundsChecking] Fix merging of sizes
2022-08-04 Vitaly Buka[NFC][Inliner] Add cl::opt<int> to tune InstrCost
2022-08-03 Congzhe Cao[LoopInterchange][PR56275] Fix legality with negative...
2022-08-03 Congzhe Cao[DependenceAnalysis][PR56275] Normalize negative depend...
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.
next