platform/upstream/llvm.git
2021-06-01 Eli Friedman[polly] Fix SCEVLoopAddRecRewriter to avoid invalid...
2021-06-01 Nikita Popov[ADT] Move DenseMapInfo for APInt into APInt.h (PR50527)
2021-06-01 Craig Topper[RISCV] Remove earlyclobber from vnsrl/vnsra/vnclip...
2021-06-01 Craig Topper[RISCV] Remove earlyclobber from compares with LMUL<=1.
2021-06-01 Raphael Isemann[lldb][NFC] Use Language plugins in Mangled::GuessLanguage
2021-06-01 Raphael Isemann[lldb] Remove SBCommandReturnObject::ref
2021-06-01 Sanjay Patel[x86] add test for sext-of-setcc; NFC
2021-06-01 Xun LiSimplify coro-zero-alloca.ll
2021-06-01 Alexey Bataev[SLP]Better detection of perfect/shuffles matches for...
2021-06-01 gbreynoo[llvm-dwarfdump][test] Add missing dedicated tests...
2021-06-01 Louis Dionne[clang][Parse] Add parsing support for C++ attributes...
2021-06-01 Ole Strohm[OpenCL] Fix ICE with invalid use of half
2021-06-01 Pushpinder... [AMDGPU][Libomptarget] Remove g_atmi_machine global
2021-06-01 Daniil Seredkin[InstCombine] Relax constraints of uses for exp(X)...
2021-06-01 Evgeny Leviant[compiler-rt] Fix compilation when multiple architectur...
2021-06-01 Florian Hahn[LoopDeletion] Consider infinite loops alive, unless...
2021-06-01 Sanjay Patel[SDAG] add helper function for sext-of-setcc folds...
2021-06-01 Tres Popp[mlir] Use interfaces in MathToLibm
2021-06-01 Tobias Gysi[mlir][linalg] Fix signed/unsigned comparison warnings...
2021-06-01 Florian Hahn[VectorCombine] Freeze index unless it is known to...
2021-06-01 Fraser Cormack[RISCV] Support vector types in combination with fastcc
2021-06-01 Andy Wingo[WebAssembly][CodeGen] IR support for WebAssembly local...
2021-06-01 Florian Hahn[VectorCombine] Add tests with multiple noundef indices...
2021-06-01 Douglas YungMark test as requiring asserts.
2021-06-01 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in dependence...
2021-06-01 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in fusion (NFC).
2021-06-01 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in tiling (NFC).
2021-06-01 Yang Fan[clangd] Fix -Wunused-variable warning (NFC)
2021-06-01 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in vectorization...
2021-06-01 Roman Lebedev[X86] AMD Zen 3 has fast variable per-lane shuffles
2021-06-01 Roman Lebedev[X86] Split FeatureFastVariableShuffle tuning into...
2021-06-01 Martin Storsjö[libcxx] [test] Fix the _supportsVerify check on Window...
2021-06-01 Nathan Ridge[clangd] Type hints for variables with 'auto' type
2021-06-01 Serge Pavlov[PowerPC] Split tests for constrained intrinsics
2021-06-01 Max Kazantsev[Test] Add one more loop deletion irreducible CFG test
2021-06-01 LewuatheFix invalid math formulas in quantization doc
2021-06-01 Nathan ChancellorRevert "[InstCombine] Fix miscompile on GEP+load to...
2021-05-31 Arthur Eubanks[OpaquePtr] Remove some uses of PointerType::getElement...
2021-05-31 Albion Fung[PowerPC] Improve f32 to i32 bitcast code gen
2021-05-31 Bjorn Pettersson[HIP] Relax checks in hip-include-path.hip test case...
2021-05-31 Congzhe Cao[LoopInterhcange] Handle movement of reduction phis...
2021-05-31 Florian Hahn[LoopDeletion] Add additional test cases with more...
2021-05-31 Martin Storsjö[libcxx] [test] Fix the include_as_c.sh.cpp test in...
2021-05-31 Martin Storsjö[libcxx] [test] Remove an incorrect TEST_HAS_ALIGNED_AL...
2021-05-31 Martin Storsjö[libcxx] Define LIBCPP_HAS_TIMESPEC_GET for MSVC config...
2021-05-31 Martin Storsjö[libcxx] [test] Don't look for the literal spelling...
2021-05-31 Florian Hahn[LV] Try to sink users recursively for first-order...
2021-05-31 Andi Drebes[MLIR] Add dialect prefix to all operations from Math
2021-05-31 Qiu Chaofan[PowerPC] Fix x86 vector intrinsics wrapper compilation...
2021-05-31 Nico Weber[gn build] make libunwind build on macOS
2021-05-31 Christopher... [libcxx][nfc] moves std `advance`, `next`, and `prev...
2021-05-31 Andi Drebes[MLIR] Specify namespace for standard dialect using...
2021-05-31 Arthur Eubanks[OpaquePtr] Clean up some uses of Type::getPointerEleme...
2021-05-31 Abbas SabraRe-commit [clang] Add support for the "abstract" contex...
2021-05-31 Harald van... [libc++] [test] Fix a few tests for 32-bit x86
2021-05-31 Arthur Eubanks[test] Properly match parameter/argument ABI attributes
2021-05-31 Andrea Di Biagio[MCA][NFCI] Minor changes to InstrBuilder and Instruction.
2021-05-31 Arthur Eubanks[test] Fix addr-label.ll after D99707
2021-05-31 Louis Dionne[libc++] Update all the pre-defined iterator types...
2021-05-31 Arthur EubanksRemove "Rewrite Symbols" from codegen pipeline
2021-05-31 Arthur O'Dwyer[libc++] Avoid `result_type` and `unary/binary_function...
2021-05-31 Anirudh Prasad[AsmParser][SystemZ][z/OS] Introducing HLASM Parser...
2021-05-31 Daniil Fukalov[NFC] MemoryDependenceAnalysis cleanup.
2021-05-31 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in verification...
2021-05-31 Mikhail GoncharovRevert "[clang] Add support for the "abstract" contextu...
2021-05-31 Tobias Gysi[mlir][linalg] Update Structured Op Interface (NFC).
2021-05-31 Sanjay Patel[SDAG] add check to sext-of-setcc fold to bypass changi...
2021-05-31 Nico Weber[libunwind] fix -Wc++98-compat-extra-semi without _LIBU...
2021-05-31 Frederik Gossen[MLIR][Shape] Remove duplicate operands of `shape.assum...
2021-05-31 Roman Lebedev[NFC] ScalarEvolution: apply SSO to the ExprValueMap...
2021-05-31 Uday Bondhugula[MLIR] Fix warnings in AffineOps.cpp
2021-05-31 Pushpinder... [AMDGPU][Libomptarget][NFC] Split host and device malloc
2021-05-31 Alexey Lapshin[llvm-objcopy][NFC] Refactor CopyConfig structure ...
2021-05-31 Mikhail Goncharovfix test for symlinked clang c1ee4fb5af49a
2021-05-31 Sanjay Patel[SDAG] try harder to fold casts into vector compare
2021-05-31 Juneyoung Leefix broken clang tests after 7161bb87c914
2021-05-31 Djordje Todorovic[LiveDebugVariables] Stop trimming locations of non...
2021-05-31 Fraser Cormack[RISCV] Scale scalably-typed split argument offsets...
2021-05-31 Juneyoung Lee[InsCombine] Fix a few remaining vec transforms to...
2021-05-31 David Green[DSE] Remove stores in the same loop iteration
2021-05-31 Raphael Isemann[lldb][NFC] Remove unused var in SBDebugger::GetInterna...
2021-05-31 Fraser Cormack[RISCV] Support vector conversions between fp and i1
2021-05-31 Dmitry Polukhin[clang] NFC: split HeaderMapTest to have re-usable...
2021-05-31 Andy WingoRevert "[WebAssembly][CodeGen] IR support for WebAssemb...
2021-05-31 Abbas Sabra[clang] Add support for the "abstract" contextual keywo...
2021-05-31 Andy Wingo[WebAssembly][CodeGen] IR support for WebAssembly local...
2021-05-31 Tres Popp[mlir][NFC] Remove illegal TanhOp in LLVMConversionTarget
2021-05-31 Matthias Springer[mlir] Support permutation maps in vector transfer...
2021-05-31 cynecx[LangRef] update according to unwinding support in...
2021-05-31 Martin Storsjö[libcxx] [test] Add UNSUPPORTED: msvc in a couple verif...
2021-05-31 Tres Popp[mlir][NFC] Rename MathToLLVM->MathToLibm
2021-05-31 Kadir Cetinkaya[clangd] Move gtest include to TestTU.cpp from TestTU.h
2021-05-31 Hyeongyu Kim[InstCombine] Fix miscompile on GEP+load to icmp fold...
2021-05-31 Ben Shi[AVR][NFC] Refactor 8-bit & 16-bit shifts
2021-05-30 Bruce Mitchener[lldb] Fix typos. NFC.
2021-05-30 Chris Lattner[CSE] Make domInfo a stored property, cut use of Domina...
2021-05-30 Lang Hames[ORC-RT] Add common.h -- Logging, casting and remote...
2021-05-30 Lang Hames[ORC-RT] Add OrcRTCWrapperFunctionResult.
2021-05-30 David Green[ARM] Guard against loop variant gather ptr operands
2021-05-30 Ben Shi[AVR] Improve inline assembly
next