platform/upstream/llvm.git
2020-10-06 Johannes Doerfert[AttributeFuncs] Consider `align` in `typeIncompatible`
2020-10-06 Serguei Katkov[GVN LoadPRE] Extend the scope of optimization by using...
2020-10-06 Jonas Devlieghere[dotest] Simplify logic to find the Python path
2020-10-06 Richard Smith[c++17] Implement P0145R3 during constant evaluation.
2020-10-06 Richard SmithMake OpenMP tests less brittle in the face of changes...
2020-10-06 Arthur Eubanks[NewPM] Set -enable-npm-optnone to true by default
2020-10-06 Mircea Trofin[MLInliner] Factor out logging
2020-10-06 Carl Ritson[AMDGPU] SIInsertSkips: Refactor early exit block creation
2020-10-06 Carl RitsonFix reordering of instructions during VirtRegRewriter...
2020-10-06 Evandro Menezes[RISCV] Fix broken test
2020-10-05 Mircea Trofin[NFC][regalloc] Separate iteration from AllocationOrder
2020-10-05 Louis Dionne[libc++] Improve tests for std::quoted
2020-10-05 Jim InghamFix raciness in the StopHook check for "has the target...
2020-10-05 Greg ClaytonShow register names in DWARF unwind info.
2020-10-05 Joachim Protze[OpenMP][Archer][Tests] NFC: fix spurious test failure
2020-10-05 Alex Richardson[libcxx][dsl] Fix mutable default argument warning
2020-10-05 Craig Topper[X86] Remove X86ISD::LCMPXCHG8_SAVE_EBX_DAG and LCMPXCH...
2020-10-05 Craig Topper[SelectionDAG] Make sure FMF are propagated when getSet...
2020-10-05 Fangrui SongCleanup CodeGen/CallingConvLower.cpp
2020-10-05 Vedant KumarRevert "Outline non returning functions unless a longjmp"
2020-10-05 Cameron McInally[SVE] Add legalisation tests to sve-fixed-length-int...
2020-10-05 ergawy[MLIR][SPIRV] Extend _reference_of to support SpecConst...
2020-10-05 Roman Lebedev[InstCombine] Revert rL226781 "Teach InstCombine to...
2020-10-05 peter klausler[flang] Correct kP scaling on F output
2020-10-05 Evandro Menezes[RISCV] Add SiFive cores to the CPU option
2020-10-05 Evandro Menezes[RISCV] Use the extensions in the canonical order ...
2020-10-05 Louis Dionne[libc++] Use __has_include instead of complex logic...
2020-10-05 Louis Dionne[libc++] NFC: Rename variant helpers to avoid name...
2020-10-05 Louis Dionne[libc++] NFC: Remove unused <iostream> include in atomi...
2020-10-05 Dávid BolvanskýRevert "[SLC] Optimize mempcpy_chk to mempcpy"
2020-10-05 Dávid Bolvanský[SLC] Optimize mempcpy_chk to mempcpy
2020-10-05 Louis Dionne[libc++] Fix several debug mode tests
2020-10-05 peter klausler[flang] Make binary->decimal conversion buffer sizes...
2020-10-05 Martin Storsjö[LLD] [MinGW] Support setting the subsystem version...
2020-10-05 Martin Storsjö[LLD] [MinGW] Simplify handling of os/subsystem version
2020-10-05 Martin Storsjö[LLD] [COFF] Add a private option for setting the os...
2020-10-05 Martin Storsjö[LLD] [COFF] Fix parsing version numbers with leading...
2020-10-05 Fangrui Song[CUDA] Don't call __cudaRegisterVariable on C++17 inlin...
2020-10-05 Roman Lebedev[NFC][GCOV] Fix build: there's `llvm::stable_partition...
2020-10-05 Jon Roelofs[CodeGen][MachineSched] Fixup function name typo. NFC
2020-10-05 Dave Lee[lldb/test] Catch invalid calls to expect()
2020-10-05 Fangrui Song[gcov] Fix non-determinism (DenseMap iteration order...
2020-10-05 Nikita Popov[InstCombine] Handle GEP inbounds in select op replacem...
2020-10-05 Nikita Popov[InstCombine] Add test for PR47730
2020-10-05 Sam McCall[clangd] Describe non-handling of most IWYU pragmas...
2020-10-05 Mircea Trofin[NFC][regalloc] Model weight normalization as a virtual
2020-10-05 Saleem Abdulrasooldocs: add documentation describing API Notes
2020-10-05 David Sherwood[SVE][CodeGen] Fix TypeSize/ElementCount related warnin...
2020-10-05 Alexander Shaposhnikov[llvm-objcopy][MachO] Add missing std::move.
2020-10-05 Amara Emerson[GlobalISel] Fix CSEMIRBuilder silently allowing use...
2020-10-05 Simon Pilgrim[InstCombine] FoldShiftByConstant - use m_Specific...
2020-10-05 Amara EmersonRevert "[ARM]Fold select_cc(vecreduce_[u|s][min|max...
2020-10-05 Alexander Shaposhnikov[llvm-objcopy][MachO] Add support for universal binaries
2020-10-05 Qiu Chaofan[SelectionDAG] Don't remove unused negated constant...
2020-10-05 Simon Pilgrim[InstCombine] canEvaluateShifted - remove dead (and...
2020-10-05 Nikita PopovRevert "[DebugInfo] Improve dbg preservation in LSR."
2020-10-05 Benjamin Kramer[mlir][Linalg] Remove unused variable. NFCI.
2020-10-05 Mehdi AminiAdd definition for static constexpr member (NFC)
2020-10-05 Andrzej Warzynski[flang] Introduce DiagnosticConsumer classes in libflan...
2020-10-05 Joseph HuberRevert "[OpenMP] Add Error Handling for Conflicting...
2020-10-05 Cameron McInally[SVE] Lower fixed length VECREDUCE_AND operation
2020-10-05 Simon Pilgrim[InstCombine] Extend 'shift with constants' vector...
2020-10-05 Simon Pilgrim[InstCombine] Add or(shl(v,and(x,bw-1)),lshr(v,bw-and...
2020-10-05 Simon Pilgrim[X86] isTargetShuffleEquivalent - merge duplicate array...
2020-10-05 Louis Dionne[libc++/abi] Revert "[libc++] Move the weak symbols...
2020-10-05 Christian Sigg[mlir] Split alloc-like op LLVM lowerings into base...
2020-10-05 Michael Kruse[docs] Revise loop terminology reference.
2020-10-05 Wenlei HeRevert SVML support for sqrt
2020-10-05 Joseph Huber[OpenMP] Add Error Handling for Conflicting Pointer...
2020-10-05 Joachim Protze[OpenMP][Tests] NFC: fix flaky test failure caused...
2020-10-05 Jonas Paulsson[SystemZ] Add support for .insn directives for vector...
2020-10-05 Sam Tebbs[ARM]Fold select_cc(vecreduce_[u|s][min|max], x) into...
2020-10-05 Nicolas Vasilache[mlir][Linalg] Canonicalize TensorCastOp away when...
2020-10-05 Florian Hahn[VPlan] Clean up uses/operands on VPBB deletion.
2020-10-05 Simon Pilgrim[Parser] ParseMicrosoftAsmStatement - Replace bit ...
2020-10-05 Haojian Wu[clangd] Add isKeyword function.
2020-10-05 David Green[LV] Regenerate test. NFC
2020-10-05 Simon Pilgrim[ValueTracking] canCreateUndefOrPoison - use APInt...
2020-10-05 Gabor Marton[ASTImporter][AST] Fix structural equivalency crash...
2020-10-05 Carl Ritson[AMDGPU][RegAlloc][SplitKit] Pre-commit test for D88821
2020-10-05 Dmitry Preobrazhensky[TableGen] Added a function for identification of unsup...
2020-10-05 Haojian Wu[clangd] Remove unused using-decls in TypeHierarchyTest...
2020-10-05 Haojian Wu[AST][RecoveryExpr] Fix a crash on undeduced type.
2020-10-05 David SpickettReland "[lldb] Don't send invalid region addresses...
2020-10-05 Sebastian Neubauer[AMDGPU] Use tablegen for argument indices
2020-10-05 Nicolas Vasilache[mlir] Fix SubViewOp doc in .td
2020-10-05 Kazushi (Jam... [VE] Support register and frame-index pair correctly
2020-10-05 Benjamin KramerPromote transpose from linalg to standard dialect
2020-10-05 Jay Foad[AMDGPU] Make bfe patterns divergence-aware
2020-10-05 Jay Foad[AMDGPU] Split R600 and GCN bfe patterns
2020-10-05 Gabriel Hjort... [TableGen][GlobalISel] add handling of nested *_SUBREG
2020-10-05 Haojian Wu[AST][RecoveryExpr] Popagate the error-bit from a VarDe...
2020-10-05 Markus Lavin[DebugInfo] Improve dbg preservation in LSR.
2020-10-05 Alexey Baturo[RISCV][ASAN] mark asan as supported for RISCV64 and...
2020-10-05 Jonas Devlieghere[llvm] Rename DwarfFile to DWARFFile to fix ODR violati...
2020-10-05 Michał Górny[lldb] [test/Register] Attempt to fix x86-fp-read.test...
2020-10-05 Craig Topper[X86] MWAITX_SAVE_RBX should not have EBX as an implici...
2020-10-05 David Blaikiellvm-dwarfdump: Don't try to parse rnglist tables when...
2020-10-05 Yaxun (Sam... [HIP] Fix -fgpu-allow-device-init option
2020-10-05 Yaxun (Sam... [HIP] Fix default output file for -E
next