platform/upstream/llvm.git
2022-09-30 Roy JacobsonRevert "[Clang] Fix variant crashes from GH58028, GH57370"
2022-09-30 Roy Jacobson[Clang] define __cpp_named_character_escapes
2022-09-30 Roy Jacobson[Clang] Fix variant crashes from GH58028, GH57370
2022-09-30 Siva Chandra... [libc] Re-enable functions from signal.h and re-enable...
2022-09-30 Pierre van... [TableGen] Add `countRendererFns` to `InstructionOperan...
2022-09-30 Michał Górny[clang] [Driver] Disable default configs via envvar...
2022-09-30 serge-sans... [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTA...
2022-09-30 Adrian Kuegel[mlir][Linalg] Reland Add ReduceOp to Linalg structured...
2022-09-30 Adrian Kuegel[mlir][Bazel] Port 11069cbcb47845074d526490fff8daff8afda11d
2022-09-30 Vitaly Buka[sanitizer] Fix symbolizer build script
2022-09-30 Timm Bäder[clang][Interp] Handle enums
2022-09-30 Michał Górny[clang] [test] Use --implicit-check-not in config-file3...
2022-09-30 Phoebe Wang[Doc] Fix typo. NFC
2022-09-30 Petr HosekRevert "[CMake] Use libcxx targets for in-tree sanitize...
2022-09-30 Kristof BeylsFix spelling in Co-authored-by documentation
2022-09-30 Fangrui Song[ELF] Reset verdefIndex for Defined preempting SharedSymbol
2022-09-30 Lang Hames[JITLink] Update external symbol scopes to reflect...
2022-09-30 Yeting Kuo[SelectionDAG] Add helper function to check whether...
2022-09-30 Nirvedh Meshram[mlir][spirv] Handle dynamic/static cases differntly...
2022-09-30 LLVM GN Syncbot[gn build] Port 91c96a806cae
2022-09-30 Petr Hosek[CMake] Use correct include flag for MSVC
2022-09-30 Petr Hosek[CMake] Use libcxx targets for in-tree sanitizer C...
2022-09-30 Mircea TrofinRevert "[MLGO] ML Regalloc Priority Advisor"
2022-09-30 wren romano[mlir][sparse] Fixing case coverage warning
2022-09-30 Amaury Séchet[DAG] Simplify the select of constant combine code...
2022-09-30 Amaury Séchet[DAG] select Cond, C, -1 --> or (sext (not Cond)),...
2022-09-29 Peiming Liu[mlir][sparse] refactoring: split translateIndices.
2022-09-29 Michael Jones[libc][windows] rename fenv internals for windows
2022-09-29 bixia1[mlir][sparse] Allow the push_back operator to skip...
2022-09-29 Ben Dunbobbin[IR] Don't allow DLL storage-class and local linkage
2022-09-29 Aart Bik[mlir][sparse] implement singleton dimension level...
2022-09-29 Steven Wu[MC] Properly disable debug-frame test on AppleSilicon Mac
2022-09-29 Jeff Niu[mlir] Use `interleave` in `printOperands` (NFC)
2022-09-29 Jeff Niu[mlir] Add `OpAsmPrinter::printOptionalLocationSpecifier`
2022-09-29 Adrian Prantladd missing textual header to modulemap
2022-09-29 Rahul JoshiInclude <cmath> in FileUtilities.cpp for std:abs(double)
2022-09-29 wren romano[mlir][sparse] Improve sparse_tensor::detail::readCOOVa...
2022-09-29 LLVM GN Syncbot[gn build] Port 8f4f26ba5bd0
2022-09-29 wren romano[mlir][sparse] optimizing permutation validity check...
2022-09-29 Siva Chandra[libc][Obvious] Enable some of the recently added funct...
2022-09-29 bixia1[mlir][sparse] Move the implementation of sparse_tensor...
2022-09-29 wren romano[mlir][sparse] Adding isSorted bit to SparseTensorCOO
2022-09-29 wren romano[mlir][sparse] Cleaning up SparseTensorFile::readMMEHeader
2022-09-29 Eric Wang[MLGO] ML Regalloc Priority Advisor
2022-09-29 Amara Emerson[AArch64][GlobalISel] Implement another combine for...
2022-09-29 wren romano[mlir][sparse] Factoring out SparseTensorFile::canReadA...
2022-09-29 wren romano[mlir][sparse] refactoring SparseTensorUtils: (4 of...
2022-09-29 wren romano[mlir][sparse] refactoring SparseTensorUtils: (3 of...
2022-09-29 wren romano[mlir][sparse] refactoring SparseTensorUtils: (2 of...
2022-09-29 wren romano[mlir][sparse] refactoring SparseTensorUtils: (1 of...
2022-09-29 Xiang Li[NFC] Use %clang_cc1
2022-09-29 Xiang Li[NFC] Move cc1 test out of Driver test
2022-09-29 Joshua Batista[HLSL] add ceil library function
2022-09-29 Philip Reames[RISCV] Minor code motion in InsertVSETVLI [nfc]
2022-09-29 Alex Brachet[scudo][Fuchsia] Increase MaxNumCachedHint
2022-09-29 Siva Chandra... [libc] Add GNU extension functions sched_getaffinity...
2022-09-29 Siu Chi Chan[HIP] stop forcing the lang std in the driver
2022-09-29 Roy Jacobson[Clang][NFC] Fix broken link in release notes
2022-09-29 Roy Jacobson[Clang] P1169R4: static operator()
2022-09-29 Florian Hahn[SCEVExpander] Move LCSSA fixup to ::expand.
2022-09-29 Bjorn Pettersson[X86] Avoid miscompile in combineOr (X86ISelLowering...
2022-09-29 Bjorn Pettersson[X86] Pre-commit test case showing bug in combineOr...
2022-09-29 Fangrui Song[Driver][test] Restore %clang -cc1 in test/Driver
2022-09-29 Aart Bik[mlir][sparse] fix build breakage due to Arith name...
2022-09-29 Louis Dionne[libc++] Include skipped headers in the --trace-include...
2022-09-29 Michał Górny[clang] [test] Use %clang_cc1 substitution consistently
2022-09-29 Michał Górny[llvm] [lit] Move %clang_dxc substitution from clang...
2022-09-29 Michał Górny[clang] [Driver] More flexible rules for loading defaul...
2022-09-29 bixia1[mlir][sparse] Add rewrite rule for the sort operator.
2022-09-29 Jan Svoboda[clang][deps] NFC: Expose more flexible version of...
2022-09-29 Jan Svoboda[libclang] Split-out parts of `Index.h`
2022-09-29 Roy Jacobson[Clang][NFC] Add missing feature macros to lexer test
2022-09-29 Greg ClaytonWhen there are variable errors, display an error in...
2022-09-29 Greg Clayton[NFC] Add header documentation to the SBError::GetCStri...
2022-09-29 zhongyunde[AArch64] Lower multiplication by a constant (NFC)
2022-09-29 Chris Bieneman[DX] [ObjectYAML] Support DX shader feature flags
2022-09-29 zhongyunde[AArch64] Lower multiplication by a constant int to...
2022-09-29 Stella StamenovaRevert "[mlir][Linalg] Add ReduceOp to Linalg structure...
2022-09-29 Michael Jones[libc] add clock_gettime
2022-09-29 LLVM GN Syncbot[gn build] Port 63accaf46f09
2022-09-29 Chris Bieneman[NFC] Refactor DXContainer to support more parts
2022-09-29 Chris BienemanRevert "[DirectX backend] Support global ctor for DXILB...
2022-09-29 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Disable non-null src0 for s_waitcnt...
2022-09-29 Arthur Eubanks[CGSCC][DevirtWrapper] Properly handle invalidating...
2022-09-29 Mahesh Ravishankar[mlir][scf] Simplify the logic for `replaceLoopWithNewY...
2022-09-29 luxufan[DSE] Eliminate noop store even through has clobbering...
2022-09-29 David Green[ARM] Add an option for disabling omitting DLS.
2022-09-29 Katherine Rasmussen[flang] Add atomic_fetch_or to the list of intrinsics
2022-09-29 Amara Emerson[AArch64][GlobalISel] Update shuffle->ext test before...
2022-09-29 Maksim Levental[mlir][Affine] Move/expose hasNoInterveningEffect
2022-09-29 Sanjay Patel[InstSimplify][PhaseOrdering] add tests for vector...
2022-09-29 Kazu Hirata[ModuleInliner] Add a cost-benefit-based priority
2022-09-29 Arthur Eubanks[lld][COFF][LTO] Don't disable verifier in assert builds
2022-09-29 Jakub Kuderski[flang][mlir][arith] Fix flang build after dialect...
2022-09-29 Mark de Wever[NFC][libc++][test] Enables variant test.
2022-09-29 Jakub Kuderski[mlir][arith] Change dialect name from Arithmetic to...
2022-09-28 luxufan[DSE][NFC] Update noop-stores.ll using update_test_chec...
2022-09-29 Nikita Popov[ValueTracking] Fix CannotBeOrderedLessThanZero() for...
2022-09-29 Nikola Tesic[Debugify][OriginalDIMode] Update script to handle...
2022-09-29 Nikola Tesic[Debugify][OriginalDIMode] Make HTML reporting infrastr...
next