platform/upstream/llvm.git
2021-01-18 Florian Hahn[AArch64] Make target intrinsics DefaultAttrIntrinsics.
2021-01-18 Michael Munday[RISCV][NFC] Increase test coverage of Zbt extension
2021-01-18 Sanjay Patel[SLP] add more FMF tests for fmax/fmin reductions; NFC
2021-01-18 Florian Hahn[AArch64] Add test to check the attributes for some...
2021-01-18 Arjun P[MLIR] NFC: simplify PresburgerSet::isEqual
2021-01-18 David Green[ARM] Don't handle low overhead branches in AnalyzeBranch
2021-01-18 Xun Li[Coroutine] Do not CoroElide if there are musttail...
2021-01-18 Utkarsh Saxena[clangd] Derive new signals in CC from ASTSignals.
2021-01-18 David Green[ARM] Update test target triple. NFC
2021-01-18 Arjun P[MLIR] Support checking if two FlatAffineConstraints...
2021-01-18 Nicholas GuyReland "[AArch64] Attempt to sink mul operands""
2021-01-18 Nicholas Guy[AArch64] Further restricts when a dup(*ext) can be...
2021-01-18 Andy Wingo[WebAssembly] MC layer writes table symbols to object...
2021-01-18 Andy Wingo[WebAssembly] Add support for table linking to wasm-ld
2021-01-18 Simon Pilgrim[X86][AVX] IsElementEquivalent - add matchShuffleWithUN...
2021-01-18 Dmitry PreobrazhenskyFix for sanitizer issue in 55c557a
2021-01-18 Florian Hahn[LoopRotate] Precommit test for prepare-for-lto handling.
2021-01-18 Dmitry Preobrazhensky[AMDGPU][MC] Refactored parsing of dpp ctrl
2021-01-18 Sanjay Patel[SLP] rename reduction query for min/max ops; NFC
2021-01-18 Sanjay Patel[SLP] reduce opcode API dependency in reduction cost...
2021-01-18 Djordje Todorovic[CSInfo][MIPS] Update CSInfo in delay slot filler
2021-01-18 Sean Fertile[PowerPC][AIX]Do not emit xxspltd mnemonic on AIX.
2021-01-18 Florian Hahn[InferAttrs] Mark some library functions as willreturn.
2021-01-18 Caroline Concatto[NFC]Migrate VectorCombine.cpp to use InstructionCost
2021-01-18 Kai Nacke[Doc] Fix example in codegen doc.
2021-01-18 Denis Antrushin[Statepoint] Handle `undef` operands in statepoint.
2021-01-18 Abhina Sreeskantharajan[SystemZ][z/OS] Fix No such file or directory expressio...
2021-01-18 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Improved dpp8 errors handling
2021-01-18 Shilei TianRevert "[OpenMP] Added the support for hidden helper...
2021-01-18 Florian Hahn[VectorUtils] Do not try to add indices matching tombst...
2021-01-18 Tres PoppRevert "[PowerPC] support register pressure reduction...
2021-01-18 Vladislav Vinogradov[mlir] Fix cross-compilation (Linalg ODS gen)
2021-01-18 Simon Pilgrim[DAG] SimplifyDemandedBits - use KnownBits comparisons...
2021-01-18 Fraser Cormack[RISCV] Add scalable vector truncate patterns
2021-01-18 Simon Pilgrim[X86][SSE] isHorizontalBinOp - reuse any existing horiz...
2021-01-18 Raphael Isemann[lldb][docs] Use inline literals for code/paths instead...
2021-01-18 Björn Schäpers[clang-format] Fix documentation of bcc1dee600
2021-01-18 Georgii Rymar[Object, llvm-readelf] - Move the API for retrieving...
2021-01-18 Raphael Isemann[lldb][docs] Resolve the remaining sphinx formatter...
2021-01-18 Craig Topper[RISCV] Use tail agnostic policy for instructions with...
2021-01-18 Craig Topper[IR] Allow scalable vectors in structs to support intri...
2021-01-18 Björn Schäpers[clang-format] Add StatementAttributeLikeMacros option
2021-01-18 Chen Zheng[PowerPC] support register pressure reduction in machin...
2021-01-18 Lang Hames[JITLink][ELF] New ELF skip-debug-sections test require...
2021-01-18 Philip Reames[test] pre commit a couple more tests for vectorizing...
2021-01-18 Philip Reames[test] Autogen a loop vectorizer test to make future...
2021-01-18 Qiu Chaofan[Legalizer] Promote result type in expanding FP_TO_XINT
2021-01-18 Qiu Chaofan[PowerPC] [NFC] Add AIX triple to some regression tests
2021-01-18 Juneyoung Lee[InstCombine] more tests for D94861 (NFC)
2021-01-18 Lang Hames[JITLink][ELF] Skip DWARF sections in ELF objects.
2021-01-18 Fangrui SongMakefile.rules: Make HOST_OS/OS simply expanded variabl...
2021-01-18 Chen Zheng[NFC] [TargetRegisterInfo] add one use check to lookThr...
2021-01-18 Chandler CarruthFix openmp CMake build on non-Linux AArch64 systems.
2021-01-17 Fangrui SongMakefile.rules: Delete GCC 4.6 workaround
2021-01-17 Pavel Labath[lldb] Skip TestPlatformProcessConnect on windows and...
2021-01-17 Nikita Popov[ValueTracking] Fix isSafeToSpeculativelyExecute for...
2021-01-17 Nikita Popov[SimplifyCFG] Add test for PR48778 (NFC)
2021-01-17 Stephen KellyNFC: Minor cleanup of function calls
2021-01-17 Kazu Hirata[TableGen] Drop redundant const from return types ...
2021-01-17 Kazu Hirata[IRBuilder] "Zero"-initialize SmallVector (NFC)
2021-01-17 Kazu Hirata[llvm] Use llvm::sort (NFC)
2021-01-17 Raphael Isemann[lldb][docs] Fix some RST formatting errors related...
2021-01-17 Dávid Bolvanský[InstCombine] Transform abs pattern using multiplicatio...
2021-01-17 Dávid Bolvanský[Tests] Add test for PR45691
2021-01-17 Raphael Isemann[lldb][docs] Cleanup the Python doc strings for SB...
2021-01-17 Nikita Popov[InstSimplify] Fold x*C1/C2 <= x (PR48744)
2021-01-17 Nikita Popov[InstSimplify] Add tests for x*C1/C2<=x (NFC)
2021-01-17 Utkarsh Saxena[clangd] Use !empty() instead of size()>0
2021-01-17 Utkarsh Saxena[clangd] Use empty() instead of size()>0
2021-01-17 mydeveloperday[clang-format] PR48594 BraceWrapping: SplitEmptyRecord...
2021-01-17 Raphael IsemannReland [lldb][docs] Use sphinx instead of epydoc to...
2021-01-17 mydeveloperday[clang-format] Revert e9e6e3b34a8e
2021-01-17 Nikita PopovReapply [BasicAA] Handle recursive queries more efficiently
2021-01-17 Nikita Popov[BasicAA] Move assumption tracking into AAQI
2021-01-17 Fangrui Song[ELF] Support R_PPC_ADDR24 (ba foo; bla foo)
2021-01-17 Kazushi (Jam... [VE] Support VE in libunwind
2021-01-17 Craig Topper[RISCV] Remove an extra map lookup from RISCVCompressIn...
2021-01-17 Craig Topper[RISCV] Few more minor cleanups to RISCVCompressInstEmi...
2021-01-17 Craig Topper[RISCV] Simplify mergeCondAndCode in RISCVCompressInstE...
2021-01-17 Craig Topper[RISC] Replace dyn_casts that are only checked by an...
2021-01-17 Craig Topper[RISCV] Remove unneeded StringRef to std::string conver...
2021-01-17 Fangrui Song[X86] Default to -x86-pad-for-align=false to drop assem...
2021-01-16 Nikita Popov[InstCombine] Replace one-use select operand based...
2021-01-16 Roman Lebedev[SimplifyCFG] markAliveBlocks(): catchswitch: preserve...
2021-01-16 David Green[ARM] Align blocks that are not fallthough targets
2021-01-16 David Green[ARM] Test for aligned blocks. NFC
2021-01-16 Dávid Bolvanský[NFC] Removed extra text in comments
2021-01-16 Aart Bik[mlir][sparse] improved sparse runtime support library
2021-01-16 Shilei Tian[OpenMP] Added the support for hidden helper task in RTL
2021-01-16 Sanjay Patel[SLP] remove opcode field from reduction data class
2021-01-16 Sanjay Patel[SLP] fix typos; NFC
2021-01-16 Sanjay Patel[SLP] remove unnecessary use of 'OperationData'
2021-01-16 Dávid Bolvanský[InstSimplify] Handle commutativity for 'and' and ...
2021-01-16 David Green[ARM] Add low overhead loops terminators to AnalyzeBranch
2021-01-16 David Green[ARM] Remove LLC tests from transform/hardware loop...
2021-01-16 Dávid Bolvanský[InstSimplify] Precommit new testcases; NFC
2021-01-16 Kazu Hirata[llvm] Use *::empty (NFC)
2021-01-16 Kazu Hirata[llvm] Construct SmallVector with iterator ranges ...
2021-01-16 Kazu Hirata[StringExtras] Fix comment typos (NFC)
2021-01-16 Florian Hahn[LTO] Remove options to disable inlining, vectorization...
next