platform/upstream/llvm.git
2022-08-09 Jonas Devlieghere[llvm] Don't rely on C++17 deduction guide for array...
2022-08-09 Luo, Yuanke[globalisel] Select register bank for DBG_VALUE
2022-08-09 Vitaly Buka[asan] Faster version of QuickCheckForUnpoisonedRegion
2022-08-09 Jonas Devlieghere[llvm] Alternative attempt at fixing the modules build...
2022-08-09 Kazu Hirata[Basic] Deprecate MapEntryOptionalStorage::{hasValue...
2022-08-09 Chen Zheng[NFC] fix warning
2022-08-09 Yuta Mukai[MachinePipeliner] Fix Phi generation failure for large...
2022-08-09 Fangrui SongLLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-09 Fangrui Song[mlir] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-09 Jonas Devlieghere[lldb] Refactor Symbols::DownloadObjectAndSymbolFile
2022-08-09 Shafik Yaghmour[LLDB] Remove undefined behavior in TestConstStaticInte...
2022-08-09 Vitaly Buka[asan] Avoid few branches on memcpy hot path
2022-08-09 Vitaly Buka[NFC][asan] Fix Condition annotation after 30bbb73bb448
2022-08-09 Fangrui Song[Driver] Add -Xclang= as an alias for -Xclang
2022-08-09 Yuta Mukai[AArch64] Fix and add A64FX scheduling resource/latency...
2022-08-09 Chen Zheng[PowerPC] mapping hardward loop intrinsics to powerpc...
2022-08-09 Thomas Raoux[mlir][tosa] Use arith::maxf/arith::minf in lowering...
2022-08-09 Fangrui Song[CMake] Build lib/gwp_asan/tests with -std=c++17
2022-08-08 Vitaly Buka[NFC][asan] Add LIKELY/UNLIKELY on hot memcpy paths
2022-08-08 Shafik Yaghmour[Clang] Allow downgrading to a warning the diagnostic...
2022-08-08 Vitaly Buka[NFC][asan] Clang-format a file
2022-08-08 Amaury Séchet[X86] Add 64bits test cases for D131358
2022-08-08 not-jenni[mlir][tosa] Updates tosa.equal to use the InferTensorT...
2022-08-08 Peter Klausler[flang] Don't compute pointer component procedure chara...
2022-08-08 wlei[llvm-profgen] Fix perf script parsing issues
2022-08-08 Jonas DevliegherePartially revert "[llvm] Repair the modules build with...
2022-08-08 Greg ClaytonImplement better path matching in FileSpecList::FindCom...
2022-08-08 Jonas Devlieghere[llvm] Repair the modules build with C++17
2022-08-08 Michael Kruse[flang][test] Don't require .exe suffix.
2022-08-08 Craig Topper[RISCV] Add {{$}} to some CHECK lines in MC tests.
2022-08-08 Alex Brachet[ELF] Support --package-metadata
2022-08-08 Xing Xue[libunwind][AIX] Save/restore errno before/after system...
2022-08-08 Thomas Raoux[mlir][vector] Fix warp distribution test
2022-08-08 Roland Froese[DAGCombiner] Add some BE store forwarding tests; NFC
2022-08-08 Aart Bik[mlir][sparse] improve sparse attribute documentation
2022-08-08 Martin Storsjö[MC] [Win64EH] Fix the calculation of the end of epilogs
2022-08-08 Arthur EubanksAdd -misc-const-correctness to .clang-tidy
2022-08-08 Walter Erquinigo[lldb] Prevent race condition when fetching /proc/cpuinfo
2022-08-08 Ben Langmuir[clang][deps] Stop sharing FileManager across module...
2022-08-08 Joseph Huber[LinkerWrapper] Use C++17 structured bindings
2022-08-08 Fangrui Song[compiler-rt] Use -std=c++17 for standalone build
2022-08-08 Fangrui Song[lldb] Remove include/lldb/lldb-private.h
2022-08-08 Daniel Thornburgh[Symbolizer] Fix symbolizer-filter-markup-pc.test on...
2022-08-08 Jeff Bailey[libc] Website fixes (sidebar and mobile)
2022-08-08 Fangrui Song[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 Lei Zhang[mlir][spirv] Unify mixed scalar/vector primitive type...
2022-08-08 Fangrui Song[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 Nico Weber[lld/mac] Remove unusual "Fallthrough" comments
2022-08-08 Nico Weber[gn build] port 59bb9e37c6
2022-08-08 Ruobing Han[SimpleLoopUnswitch] Skip non-trivial unswitching of...
2022-08-08 Filipp Zhinkin[X86][ARM] Add tests for bitwise logic trees of shifts...
2022-08-08 Daniel Thornburgh[Symbolizer] Implement pc element in symbolizing filter.
2022-08-08 Vang Thao[SROA] Try harder to find a vector promotion viable...
2022-08-08 Alex Langford[lldb] Pass TestExternCSymbols.py on Windows
2022-08-08 Slava Zakharin[flang] Replace more pgmath with libm.
2022-08-08 Simon Pilgrim[X86] Add test coverage for ctpop/parity with freeze
2022-08-08 Peiming Liu[mlir][sparse] Add new concatente operator to sparse...
2022-08-08 Fangrui Song[llvm-ranlib] Support more than one input file
2022-08-08 Benjamin Kramer[mlir][math] Fix pythong bindings after 00f7096d31cc789...
2022-08-08 Adrian Vogelsgesang[libc++] Implement `operator==` for `filesystem::space_...
2022-08-08 Mehdi Amini[mlir][doc] Cross link the dependent dialect section...
2022-08-08 Simon Pilgrim[llvm-tblgen] Fix copy+paste typo in CodeGenSchedModels...
2022-08-08 Rajas Vanjape[mlir][sparse][nfc] Use tensor.generate in sparse integ...
2022-08-08 Tarun Prabhu[flang] Add an explicit condition for the BITS=0 case...
2022-08-08 Craig Topper[RISCV] Add ReadFStoreData as a SchedRead.
2022-08-08 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(bswap(x)...
2022-08-08 lorenzo chelini[MLIR][Linalg] Remove `TiledLoops` from tiling options
2022-08-08 Benjamin Kramer[ADT] Retire llvm::apply_tuple in favor of C++17 std...
2022-08-08 Lei Zhang[mlir][spirv] Refresh base definitions to latest spec...
2022-08-08 Fangrui Song[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 Jon ChesterfieldRename OPENMP_HAVE_STD_CPP14_FLAG to match c++17
2022-08-08 Ron LiebermanMove openmp from -std=c++14 to -std=c++17
2022-08-08 Slava Gurevich[LLDB][NFC] Fix suspicious bitwise expression in PrintB...
2022-08-08 Nico Weber[lld/win] Use C++17 structured bindings
2022-08-08 Nico Weber[lld/win] Use C++17 nested namespace syntax in most...
2022-08-08 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(sext(x))...
2022-08-08 Michał Górny[lldb] Make Process and subclass constructors protected
2022-08-08 Aaron BallmanUpdate the C status page from the latest working draft
2022-08-08 Jon Chesterfield[nfc][openmp] clang-format system.cpp prior to D131401
2022-08-08 Nico Weber[lld/mac] Use C++17 structured bindings in two more...
2022-08-08 Jeff Niu[mlir][math] Add `math.absi` op
2022-08-08 Jeff Niu[mlir][math] Rename math.abs -> math.absf
2022-08-08 Simon Pilgrim[X86] Add test coverage for sext/zext/bswap/bitreverse...
2022-08-08 Arthur Eubanks[StandardInstrumentations] Handle case where block...
2022-08-08 Krzysztof ParzyszekRecommit [RDF] Remove explicit template arguments from...
2022-08-08 Dylan Fleming[NFC][Flang][OpenMP] Refactor OpenMP.cpp::genOpenMPRedu...
2022-08-08 Jakub Kuderski[ADT] Add is_splat overload accepting initializer_list
2022-08-08 Simon Pilgrim[DAG] Add initial SelectionDAG::canCreateUndefOrPoison...
2022-08-08 Alexey Lapshin[llvm-dwarfutil] Remove unnecessarily dependency.
2022-08-08 Sanjay Patel[EarlyCSE][ConstantFolding] move test files to dir...
2022-08-08 Chris Bieneman[Docs] Add HLSL ResourceType documentation
2022-08-08 Wael YehiaRevert "XFAIL some PGO tests on AIX until the new linke...
2022-08-08 Tobias Hieta[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
2022-08-08 Arjun P[MLIR][Presburger] make sample test with integer lexmin...
2022-08-08 Adrian Vogelsgesang[libc++][doc] Update `SpaceshipProjects` status to...
2022-08-08 Simon Pilgrim[X86] X86ISelDAGToDAG.cpp - use auto for all values...
2022-08-08 Louis Dionne[libc++][NFC] Fix signature of main in test
2022-08-08 Mohammed Nurul... [EarlyCSE][ConstantFolding] add tests for atan/atan2...
2022-08-08 Denis Antrushin[EarlyCSE][OpaquePointers]Replace assert with return...
2022-08-08 Tobias Hieta[CMake] Check CMAKE_CXX_STANDARD and error if it's...
next