platform/upstream/llvm.git
2021-09-27 Max Kazantsev[Test] Regenerate test checks with autogen script
2021-09-27 Nicolas Vasilache[mlir][Linalg] Refactor padding hoisting - NFC
2021-09-27 Simon Pilgrim[X86] combineVectorHADDSUB - remove the broken HOP...
2021-09-27 Florian Hahn[LV] Add tests where rt checks may make vectorization...
2021-09-27 Pushpinder... [libomptarget][nfc][amdgpu] Reorder function to clarify...
2021-09-27 Matthias Springer[mlir][vector] Fix bug in vector-transfer-full-partial...
2021-09-27 Ben Shi[AArch64][test] Add more tests of add/sub with immediate
2021-09-27 David Spickett[llvm] Disable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by...
2021-09-27 Fraser Cormack[RISCV] Create the correct mask type when lowering...
2021-09-27 Krasimir Georgiev[Bazel] Fix for 6498b0e991babe71e69ab02e1afa7f5535f2be0f
2021-09-27 Jon Chesterfield[libomptarget][amdgpu] Replace dead exit call with...
2021-09-27 Michał Górny[llvm] [ADT] Add a range/iterator-based Split()
2021-09-27 Balazs Benics[clang][AST] Add support for ShuffleVectorExpr to ASTIm...
2021-09-27 Max Kazantsev[Test] Add test showing that SCEV cannot properly infer...
2021-09-27 Krasimir Georgiev[lldb] silence -Wsometimes-uninitialized warnings
2021-09-27 Vignesh Balu[OpenMP][OMPD] Implementation of OMPD debugging library...
2021-09-27 serge-sans... Make analyze-cc path discovery sensible to symlinks
2021-09-27 Freddy Ye[X86][ISel] Lowering FROUND(f16) and FROUNDEVEN(f16)
2021-09-27 Max Kazantsev[Test] Add some simple tests where IndVars cannot remov...
2021-09-27 Michael Kruse[Polly] Reject reject regions entered by an indirectbr...
2021-09-27 Lang Hames[ORC] Add missing lock to CompileOnDemandLayer::getPerD...
2021-09-27 Wang, Pengfei[X86][FP16] Add more builtins to avoid multi evaluation...
2021-09-27 Lang Hames[ORC] Fix SimpleRemoteEPC data races.
2021-09-27 Amara Emerson[GlobalISel] Re-generate some call lowering tests with...
2021-09-26 Mehdi AminiFix clang-tidy warning "modernize-use-nullptr" in MLIR...
2021-09-26 Mehdi AminiFix ClangTidyLegacy warning: "'virtual' is redundant...
2021-09-26 Lang Hames[MCJIT] This test shouldn't require an unwind table.
2021-09-26 Michał Górny[lldb] [gdb-remote] Use llvm::StringRef.split() and...
2021-09-26 Nikita Popov[BasicAA] Don't check whether GEP is sized (NFC)
2021-09-26 Simon Pilgrim[X86][SSE] combineMulToPMADDWD - enable sext_extend_vec...
2021-09-26 Simon Pilgrim[X86] Fold PACK(*_EXTEND_VECTOR_INREG, UNDEF) -> *_EXTE...
2021-09-26 Lang Hames[ORC] Remote OrcRemoteTargetClient and OrcRemoteTargetS...
2021-09-26 Lang Hames[ORC] Export process symbols in lli-child-target.
2021-09-26 LLVM GN Syncbot[gn build] Port 6498b0e991ba
2021-09-26 Lang HamesReintroduce "[ORC] Introduce EPCGenericRTDyldMemoryMana...
2021-09-26 Simon Pilgrim[X86] Fold ADD(VPMADDWD(X,Y),VPMADDWD(Z,W)) -> VPMADDWD...
2021-09-26 Lang Hames[ORC][llvm-jitlink] Add debugging output to SimpleRemot...
2021-09-26 Kazu Hirata[RISCV] Remove redundant declaration RISCVMnemonicSpell...
2021-09-26 Roman Lebedev[X86][Costmodel] Load/store i16 VF=2 interleaving costs
2021-09-26 Nikita Popov[DSE] Don't check getUnderlyingObject() return value...
2021-09-26 Nikita Popov[DSE] Make DSEState non-copyable (NFC)
2021-09-26 Jon Chesterfield[libomptarget][amdgpu] Destruct HSA queues
2021-09-26 Sanjay Patel[InstCombine] move add after min/max intrinsic
2021-09-26 Simon Pilgrim[CostModel][X86] Improve AVX1/AVX2 v16i32->v16i16/v16i8...
2021-09-26 Michael Kruse[Polly] Support for InlineAsm.
2021-09-26 Michael Kruse[Polly] Use VirtualUse to determine references.
2021-09-26 Michael Kruse[Polly] Remove isConstCall.
2021-09-26 Alexandre Rames[ADT] Add trailing comma on TYPED_TEST_SUITE
2021-09-26 Mehdi AminiMLIR can't support -Bsymbolic link option, fail at...
2021-09-26 Lang Hames[ORC] Wait for handleDisconnect to complete in SimpleRe...
2021-09-26 Lang Hames[ORC] Fix uninitialized variable.
2021-09-25 Fangrui Song[ELF] Remove unneeded binding parameter from addOptiona...
2021-09-25 Fangrui Song[ELF] Replace noneRel = R_*_NONE with static constexpr...
2021-09-25 Fangrui Song[ELF] Default gotBaseSymInGotPlt to false (NFC for...
2021-09-25 Nikita Popov[AA] Move earliest escape tracking from DSE to AA
2021-09-25 Nikita Popov[DSE] Make capture check more precise
2021-09-25 Nikita Popov[BasicAA] Don't consider Argument as escape source...
2021-09-25 Lang Hames[ORC-RT] ExecutorAddrDiff ergonomic improvements; conta...
2021-09-25 Fangrui Song[ELF][test] Improve test coverage
2021-09-25 Lang HamesRevert "[ORC] Introduce EPCGenericRTDyldMemoryManager."
2021-09-25 Lang Hames[lli] Add ChildTarget dependence on OrcTargetProcess...
2021-09-25 Lang Hames[ORC] Introduce EPCGenericRTDyldMemoryManager.
2021-09-25 Simon Pilgrim[DAG] ReduceLoadOpStoreWidth - replace getABITypeAlign...
2021-09-25 mydeveloperday[clang-format] Left/Right alignment fixer can cause...
2021-09-25 Simon Pilgrim[CostModel][X86] Adjust vXi32 multiply costs if it...
2021-09-25 Simon Pilgrim[X86][SSE] combineMulToPMADDWD - mask off upper bits...
2021-09-25 Simon Pilgrim[X86][SSE] combineMulToPMADDWD - enable sext(v8i16...
2021-09-25 Kazu Hirata[Mips] Remove redundant declarations (NFC)
2021-09-25 Simon Pilgrim[X86][SSE] combineMulToPMADDWD - enable sext(v8i16...
2021-09-25 Simon Pilgrim[X86] X86FastISel::fastMaterializeConstant - break...
2021-09-25 Simon Pilgrim[X86] combineShiftToPMULH - relax from ISA from SSE41...
2021-09-25 Michał Górny[lldb] Convert misc. StringConvert uses
2021-09-25 Valentin Clement[fir] Add desc to fir.array_load op and update operand...
2021-09-25 Simon Pilgrim[InstCombine] Ensure shifts are in range for (X <<...
2021-09-25 Markus Böck[CMake] Consistently use the LibXml2::LibXml2 target...
2021-09-25 Simon Pilgrim[IR] DIBuilder::createEnumerator - pass APSInt by const...
2021-09-25 Simon Pilgrim[DAG] combineShiftToMULH - move getValueType() inside...
2021-09-25 Kunwar Shaanjeet... [MLIR] Add functionality to remove redundant local...
2021-09-25 David Green[ARM] Fix Arm block placement creating branches after...
2021-09-25 Dmitry Vyukovtsan: uninline RacyStacks::operator==
2021-09-25 Simon Pilgrim[TTI] getUserCost - Ensure a vector insert/extract...
2021-09-25 Jim Lin[RISCV] Fix incorrect operand type of inst alias for...
2021-09-25 Matheus Izvekov[clang] set templates as invalid when any of the parame...
2021-09-25 Amara Emerson[AArch64][AMDGPU] Re-generate some tests with CHECK...
2021-09-25 Petr Hosek[CMake] Pass through CMAKE_READELF to subbuilds
2021-09-25 Jason MolendaAdd pragma to make it easier to find "image list" impl
2021-09-25 David BlaikieDebugInfo: Use the signedness of the underlying enum...
2021-09-24 River Riddle[mlir:ElementsAttr] Avoid crash on empty contiguous...
2021-09-24 modimo[llvm-profdata] Extend support of --topn to sample...
2021-09-24 Nico Weber[llvm] Remove LLVM_CHECK_ENABLED_PROJECTS again
2021-09-24 Nico WeberRevert "[Driver] Correctly handle static C++ standard...
2021-09-24 Konrad Kleine[llvm] Improve export.sh with help and snapshot
2021-09-24 Wei MiAdd "REQUIRES: zlib" in forward-compatible.test since...
2021-09-24 Wei MiFixed a bug in https://reviews.llvm.org/rG8eb617d719bdc...
2021-09-24 Craig Topper[RISCV] Add another isel optimization for (and (shl...
2021-09-24 Jonas Devlieghere[dsymutil] Update union-fwd-decl.test for Windows
2021-09-24 Jonas Devlieghere[lldb] Copy the system debugserver in LLDB.framework
2021-09-24 Lang Hames[ORC] Allow construction of an ExecutorAddrRange from...
2021-09-24 David BlaikieWIP: Verify -gsimple-template-names=mangled values
2021-09-24 Jonas Devlieghere[dsymutil] Track incompleteness across unions
next