platform/upstream/llvm.git
2021-01-14 LLVM GN Syncbot[gn build] Port 2f395b7092bd
2021-01-14 Utkarsh Saxena[clangd] Trivial: Documentation fix in ASTSignals.
2021-01-14 Utkarsh Saxena[clangd] Make AST-based signals available to runWithPre...
2021-01-14 Mircea Trofin[NFC] Disallow unused prefixes under MC/ARM
2021-01-14 Andrzej Warzynski[flang][driver] Use __FLANG_VERISION__ in f18.cpp ...
2021-01-14 Sam ElliottRevert "[RISCV] Legalize select when Zbt extension...
2021-01-14 Sam McCall[clangd] Remove another option that was effectively...
2021-01-14 Simon Pilgrim[SystemZ] misched-cutoff tests can only be tested on...
2021-01-14 Simon Pilgrim[Support] Remove redundant sign bit tests from KnownBit...
2021-01-14 Martin StorsjöRevert "[AArch64] Attempt to sink mul operands"
2021-01-14 Paul C. Anagnostopoulos[TableGen] Enhance !cast<string> to handle bit and...
2021-01-14 Simon Pilgrim[Support] Simplify KnownBits::sextInReg implementation.
2021-01-14 Lei Zhang[mlir][linalg] Add docstring support for named op spec
2021-01-14 Anastasia Stulova[OpenCL] Improve online documentation.
2021-01-14 Tim Keith[flang] Fix dangling pointer in LabelEnforce
2021-01-14 Simon Pilgrim[Support] Ensure KnownBits::sextInReg can handle the...
2021-01-14 Stefan Gränitz[docs] Update DebuggingJITedCode page after fix in...
2021-01-14 Simon Pilgrim[Support] Add KnownBits::sextInReg exhaustive tests
2021-01-14 Jay Foad[Support] Simplify KnownBits::icmp helpers. NFC.
2021-01-14 Jay Foad[Analysis,CodeGen] Make use of KnownBits::makeConstant...
2021-01-14 Jay Foad[SelectionDAG] Make use of KnownBits::commonBits. NFC.
2021-01-14 Florian Hahn[InferFunctionAttrs] Improve CHECK variable names ...
2021-01-14 Andrzej Warzynski[flang][driver] Unify f18_version.h.in and Version...
2021-01-14 Mikhail Maltsev[clang-tidy] Use DenseSet<SourceLocation> in UpgradeDur...
2021-01-14 Alexandre GaneaRevert "Fix llvm::Optional build breaks in MSVC using...
2021-01-14 Jan Svoboda[clang][cli] Port more CodeGenOptions to marshalling...
2021-01-14 Jan Svoboda[clang][cli] NFC: Remove SSPBufferSize assignment
2021-01-14 Nigel PerksChange XCore code owner.
2021-01-14 Aleksandr Platonov[clangd] Add main file macros into the main-file index.
2021-01-14 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - MergeInnerShuffle - reset...
2021-01-14 Pavel Labath[lldb/test] Ensure launched processes are ready to...
2021-01-14 Simon Pilgrim[X86] Improve sum-of-reductions v4f32 test coverage
2021-01-14 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - pull out shuffle merging...
2021-01-14 Mikhail Maltsev[clang] Use SourceLocations in unions [NFCI]
2021-01-14 Bjorn Pettersson[SLP] Don't vectorize stores of non-packed types (like...
2021-01-14 Andy Wingo[lld][WebAssembly] Add support for handling table symbols
2021-01-14 Florian Hahn[LTO] Expose opt() in LTOBackend (NFC).
2021-01-14 Lucas Prates[AArch64] Adding ACLE intrinsics for the LS64 extension
2021-01-14 David Stuttard[NFC][AsmPrinter] Windows warning: Use explicit cast
2021-01-14 Pavel Labath[lldb] Fix TestPlatformProcessConnect.py
2021-01-14 lewuathe[mlir] Update doc to omit the usage of LLVMIntegerType
2021-01-14 Augusto NoronhaImplement vAttachWait in lldb-server
2021-01-14 Philip Pfaffe[lldb][wasm] Parse DWO section names
2021-01-14 Jason MolendaAdd func call so we don't instruction-step into the...
2021-01-14 Daniel PaolielloFix unused variable in CoroFrame.cpp when building...
2021-01-14 Duncan P. N... ADT: Reduce code duplication in SmallVector by calling...
2021-01-14 Fangrui Song[Driver] -gsplit-dwarf: Produce .dwo regardless of...
2021-01-14 Duncan P. N... ADT: Reduce code duplication in SmallVector by reusing...
2021-01-14 Duncan P. N... ADT: Reduce code duplication in SmallVector::resize...
2021-01-14 Duncan P. N... ADT: Fix reference invalidation in SmallVector::resize
2021-01-14 Jordan Rupprecht[NFC] Fix -Wsometimes-uninitialized
2021-01-14 Duncan P. N... ADT: Fix reference invalidation in N-element SmallVecto...
2021-01-14 Duncan P. N... Reapply "ADT: Fix reference invalidation in SmallVector...
2021-01-14 Kazu Hirata[llvm] Use std::any_of (NFC)
2021-01-14 Kazu Hirata[llvm] Use llvm::stable_sort (NFC)
2021-01-14 Kazu Hirata[llvm] Use *Set::contains (NFC)
2021-01-14 Duncan P. N... Revert "ADT: Fix reference invalidation in SmallVector...
2021-01-14 Arthur Eubanks[NFC] Remove unused entry in PassRegistry.def
2021-01-14 Duncan P. N... ADT: Fix reference invalidation in SmallVector::push_ba...
2021-01-14 Alexandre GaneaRevert "[Support] On Windows, take the affinity mask...
2021-01-14 Esme-Yi[PowerPC] Try to fold sqrt/sdiv test results with the...
2021-01-14 Alexandre Ganea[Support] On Windows, take the affinity mask into account
2021-01-14 Richard SmithFix grammar in diagnostic for wrong arity in a structur...
2021-01-14 Craig Topper[RISCV] Custom lower ISD::VSCALE.
2021-01-14 Peter Steinfeld[flang] Add tests for procedure arguments with implicit...
2021-01-14 Ryan Prichard[libunwind] Unwind through aarch64/Linux sigreturn...
2021-01-14 Jonas Paulsson[SystemZ] Clear Available set in SystemZPostRASchedStr...
2021-01-13 Wei Mi[NFC] Rename ThinLTOPhase to ThinOrFullLTOPhase and...
2021-01-13 James PlayerFix llvm::Optional build breaks in MSVC using std:...
2021-01-13 Craig Topper[SPARC] Fix fp128 load/stores
2021-01-13 Arthur Eubanks[NewPM] Only non-trivially loop unswitch at -O3 and...
2021-01-13 Jian CaiRevert "[AsmParser] make .ascii support spaces as separ...
2021-01-13 wlei[NFC] Fix build break by a initializer list converting...
2021-01-13 Fangrui Song[test] Add Clang side tests for -fdebug-info-for-profiling
2021-01-13 Michael Jones[libc][NFC] change isblank and iscntrl from implicit...
2021-01-13 Florian Hahn[DSE] Add tests with stores of existing values.
2021-01-13 Nikita Popov[FuncAttrs] Add additional willreturn tests (NFC)
2021-01-13 Kazu HirataFix the warnings on unused variables (NFC)
2021-01-13 Michael Jones[libc][NFC] add macro for fuchsia to switch test backen...
2021-01-13 Tim Keith[flang] Fix accessibility of USEd name in .mod file
2021-01-13 Florian Hahn[LTO] Add test for freestanding LTO option.
2021-01-13 Aart Bik[mlir][sparse] add vectorization strategies to sparse...
2021-01-13 Jeroen Dobbelaere[NFC] Use correct ssa.copy spelling when referring...
2021-01-13 Alexandre Ganea[LLD][COFF] Avoid std::vector resizes during type merging
2021-01-13 Tres Popp[mlir] Correct 2 places that result in corrupted conver...
2021-01-13 wlei[NFC] fix missing SectionName declaration
2021-01-13 wlei[CSSPGO][llvm-profgen] Virtual unwinding with pseudo...
2021-01-13 wlei[CSSPGO][llvm-profgen] Refactor to unify hashable inter...
2021-01-13 wlei[CSSPGO][llvm-profgen] Pseudo probe decoding and disass...
2021-01-13 peter klausler[flang] Do not create HostAssoc symbols in derived...
2021-01-13 Sanjay Patel[SLP] simplify type check for reductions
2021-01-13 Krzysztof Parzyszek[Hexagon] Improve legalizing of ISD::SETCC result
2021-01-13 peter klausler[flang] Fix classification of shape inquiries in specif...
2021-01-13 LLVM GN Syncbot[gn build] Port 60fda8ebb6d
2021-01-13 Sam Tebbs[ARM] Add a pass that re-arranges blocks when there...
2021-01-13 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - use all_of to check for...
2021-01-13 Simon Pilgrim[X86][AVX] Add test for another 'reverse HADD' pattern...
2021-01-13 Simon Pilgrim[X86][SSE] canonicalizeShuffleMaskWithHorizOp - simplif...
2021-01-13 Jonas Devlieghere[dsymutil] Warn on timestmap mismatch between object...
2021-01-13 Andrew Litteken[IROutliner] Adapting to hoisted bitcasts in CodeExtractor
next