platform/upstream/llvm.git
2021-04-29 Marek Kurdej[clang-format] Fix build on gcc < 7 introduced in rG936...
2021-04-29 Amara Emerson[GlobalISel] Bump CallLoweringInfo::OrigArgs initial...
2021-04-29 Fraser Cormack[Utils][vim] Highlight 'vscale' constant
2021-04-29 Marek Kurdej[clang-format] Fix build on gcc < 7 introduced in rG936...
2021-04-29 Nicolas Vasilache[mlir][Linalg] Generalize linalg vectorization
2021-04-29 Sjoerd MeijerFollow up of rGddb3b26a1269: added 'requires asserts...
2021-04-29 Harald van... [X32][CET] Fix handling of indirect branches
2021-04-29 Evgeny Leviant[NewPM] Add an option to dump pass structure
2021-04-29 Tobias Gysi[mlir][Python][Linalg] Adding const, capture, and index...
2021-04-29 Marek Kurdej[clang-format] Add `SpacesInAngles: Leave` option to...
2021-04-29 Amara Emerson[GlobalISel][IRTranslator] Move line zero DebugLoc...
2021-04-29 David Green[ARM] Use just ARM::t2B in ARMBlockPlacementPass
2021-04-29 Dmitry Vyukovtsan: fix warnings in tests
2021-04-29 Reshabh Sharma[ASAN] NFC: Use addrspace cast for pointers in non...
2021-04-29 Dmitry Vyukovtsan: increase dense slab alloc capacity
2021-04-29 Reshabh Sharma[ASAN] NFC: Copy address space when creating globals...
2021-04-29 Dan Liew[NFC] Rename SanitizeAddressDtorKind codegen opt to...
2021-04-29 Mike Urbach[mlir][python] Add `destroy` method to PyOperation.
2021-04-28 Roland McGrath[gwp_asan] Use __sanitizer_fast_backtrace on Fuchsia
2021-04-28 John Demme[mlir] Move PyConcreteType to header. NFC.
2021-04-28 Alexander Shaposhnikov[llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIX...
2021-04-28 Craig Topper[TableGen] Remove predicate filtering from GenerateVari...
2021-04-28 Amanieu d'Antras[ConstantMerge] Don't merge thread_local constants...
2021-04-28 Roman Lebedev[SimplifyCFG] Common code sinking: fixup variable name
2021-04-28 Dávid Bolvanský[BuildLibCalls] Remove inaccessiblememonly inference...
2021-04-28 Denys Petrov[analyzer] Wrong type cast occurs during pointer derefe...
2021-04-28 Roman Lebedev[SimplifyCFG] Common code sinking: relax restriction...
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] Add test for sinking common code...
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] Add test showing that profitability...
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] Common code sinking: check profitabi...
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] SinkCommonCodeFromPredecessors(...
2021-04-28 Vitaly Buka[NFC][scudo] Add reference to a QEMU bug
2021-04-28 Nathan James[clangd][NFC] Reserve storage when creating semantic...
2021-04-28 Philip ReamesGeneralize getInvertibleOperand recurrence handling...
2021-04-28 Nick LewyckyNFC: Run clang-format over llvm-link.
2021-04-28 Bardia Mahjour[LV] Consider Loop Unroll Hints When Making Interleave...
2021-04-28 Petr Hosek[libc++] Support per-target __config_site in per-target...
2021-04-28 Sanjay Patel[InstCombine] relax masking requirement for truncated...
2021-04-28 Sanjay Patel[InstCombine] add tests for rotate/funnel; NFC
2021-04-28 Jessica Paquette[AArch64][GlobalISel] Don't match thread-local globals...
2021-04-28 Philip Reames[tests] Precommit some extra tests for D100884
2021-04-28 Mike Urbach[mlir][python] Update `PyOpResult.owner` to get the...
2021-04-28 Duncan P. N... Linker: Avoid scheduling the link of a global value...
2021-04-28 Philip Reames[SCEV] Avoid range intersection idiom in getRangeForUnk...
2021-04-28 Arthur EubanksRevert "[Clang] -Wunused-but-set-parameter and -Wunused...
2021-04-28 Anirudh Prasad[AsmParser][SystemZ][z/OS] Use updated framework in...
2021-04-28 Philip Reames[SCEV] Compute ranges for ashr recurrences
2021-04-28 Louis Dionne[libc++][NFC] Remove stray whitespace
2021-04-28 Florian Hahn[LAA] Support pointer phis in loop by analyzing each...
2021-04-28 Craig Topper[TableGen] Store predicates in PatternToMatch as ListIn...
2021-04-28 Sanjay Patel[InstCombine] add tests for demand of shl op; NFC
2021-04-28 Martin Storsjö[libcxx] Stop hardcoding the bash path in the Windows CI
2021-04-28 Ryan Santhirarajan[ARM] Neon Polynomial vadd Intrinsic fix
2021-04-28 MaheshRavishankar[mlir][Linalg] Avoid changing the rank of the result...
2021-04-28 Jonas Devlieghere[dsymutil] Add flag to force a static variable to keep...
2021-04-28 Sam CleggFix typo from https://reviews.llvm.org/D101399
2021-04-28 Joe Nash[AMDGPU] Make some VOP3 insts commutable
2021-04-28 Alexander Belyaev[mlir] Fix canonicalization of tiled_loop if not all...
2021-04-28 Sam Clegg[lld][WebAssembly] Allow relocations against non-live...
2021-04-28 Mark de Wever[libc++][CI] Fix check-generated-output.
2021-04-28 Craig Topper[RISCV] Add explanatory comment to RISCVOp::OPERAND_AVL.
2021-04-28 Nico Weber[clang] Make libBasic not depend on MC
2021-04-28 Roman Lebedev[SimplifyCFG] Try 2: sink all-indirect indirect calls
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] Add common code sinking test with...
2021-04-28 Florian Hahn[PhaseOrdering] Add test for vectorization requiring...
2021-04-28 Valeriy Savchenko[analyzer][NFC] Fix tests failing after a rebase
2021-04-28 Valeriy Savchenko[analyzer] Find better description for tracked symbolic...
2021-04-28 Valeriy Savchenko[analyzer] Track leaking object through stores
2021-04-28 Valeriy Savchenko[analyzer] Adjust the reported variable name in retain...
2021-04-28 Valeriy Savchenko[analyzer][NFC] Remove duplicated work from retain...
2021-04-28 David Candler[ARM][AArch64] Require appropriate features for crypto...
2021-04-28 Frederik GossenRevert "[MLIR][Shape] Concretize broadcast result type...
2021-04-28 Nicolas Vasilache[mlir][python] Add basic python support for GPU dialect...
2021-04-28 Nicolas Vasilache[mlir][python] Add python support for async dialect...
2021-04-28 Roman LebedevRevert "[SimplifyCFG] Sinking indirect calls - they...
2021-04-28 Roman Lebedev[SimplifyCFG] Sinking indirect calls - they're already...
2021-04-28 Roman Lebedev[NFC][SimplifyCFG] Add test for sinking indirect calls
2021-04-28 Dawid Jurczak[SimplifyLibCalls] Transform printf("%s", str) -->...
2021-04-28 Nico Weber[clang] remove dead code after 2a1332245fc
2021-04-28 Krzysztof Parzyszek[Hexagon] Skip function in Hexagon vector combine if...
2021-04-28 David Sherwood[LoopVectorize][SVE] Fix crash when vectorising FP...
2021-04-28 Arthur O'Dwyer[libc++] [test] Don't assume iterators are class types.
2021-04-28 David Goldman[clangd][ObjC] Improve support for class properties
2021-04-28 Nico Weber[gn build] (port) 64bc44f5dd and f8de9aaef2f some more
2021-04-28 Paul C. Anagnostopoulos[TableGen] Add the !find bang operator
2021-04-28 Tres PoppSilence unused variable warning
2021-04-28 Alexey Bataev[SLP]Try to vectorize tiny trees with shuffled gathers.
2021-04-28 Roman Lebedev[NFC][InlineCost] Add tests for D101228
2021-04-28 Utkarsh Saxena[clangd] Add SymbolID to LocatedSymbol.
2021-04-28 Anton Zabaznov[OpenCL] Introduce new method for validating OpenCL...
2021-04-28 Alexander Belyaev[mlir] Fix the postsubmit comments in https://reviews...
2021-04-28 Matt ArsenaultGlobalISel: Relax verification of physical register...
2021-04-28 David Sherwood[LoopVectorize] Simplify scalar cost calculation in...
2021-04-28 Alexey Bataev[OPENMP]Fix PR49098: respect firstprivate of declare...
2021-04-28 Alexander Belyaev[mlir] Add folding for tensor inputs and memref.cast...
2021-04-28 Adrian Kuegel[MLIR] Add ComplexToStandard conversion pass.
2021-04-28 Tres PoppRevert "tsan: refactor fork handling"
2021-04-28 Sander de Smalen[LV] Calculate max feasible scalable VF.
2021-04-28 Alex Richardson[llvm-objdump] Fix dumping dynamic relative relocations...
2021-04-28 Alex Richardson[ELF] Update URL for MIPS TLS wiki page
next