projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2021-01-19
Siva Chandra...
[libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Lang Hames
[ORC] Move OrcError.h to include/llvm/ExecutionEngine...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Richard Smith
[c++20] P1907R1: Support for generalized non-type templ...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Richard Smith
Following up on PR48517, fix handling of template argum...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Richard Smith
PR24076, PR33655, C++ CWG 1558: Consider the instantiat...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Richard Smith
DR2064: decltype(E) is only a dependent type if E is...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Luo, Yuanke
[X86][AMX] Clear AMX lit test case.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Nemanja Ivanovic
[PowerPC] Sign extend comparison operand for signed...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Richard Smith
PR48763: Better handling for classes that inherit a...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Luo, Yuanke
[X86] Fix tile spill merge issue.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Chen Zheng
Revert "[NFC] [TargetRegisterInfo] add one use check...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Juneyoung Lee
Address unused variable warning
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Juneyoung Lee
[InstCombine,InstSimplify] Optimize select followed...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-19
Arthur O'Dwyer
Regenerate the feature test macro unit-tests. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kelvin Li
[OpenMP][Docs] Fix typos in FAQ (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Juneyoung Lee
[SimplifyCFG] Update SimplifyBranchOnICmpChain to recog...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kazu Hirata
[LoopInfo] Fix a typo in compareLoops
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sanjay Patel
[x86] add cast to avoid compile-time warning; NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Louis Dionne
[libc++] NFCI: Refactor allocator_traits
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sanjay Patel
[SLP] match maxnum/minnum intrinsics as FP reduction ops
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
[RISCV] Remove empty Sched instantiations from the...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Nikita Popov
[PredicateInfo] Add more and/or tests (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
AndreyChurbanov
[OpenMP][NFC] Fix test
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Stella Laurenzo
NFC: Document current MLIR Python ODS conventions.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Wim Leflere
[libc++] improve feature test macro script
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Stella Laurenzo
[NFC] Update some mlir python documentation.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Louis Dionne
[libc++] Rename check-cxx-deps to cxx-test-depends...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
Recommit "[RISCV] Add a test of vector sadd.overflow...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
Revert "[RISCV] Add a test of vector sadd.overflow...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
[RISCV] Add a test of vector sadd.overflow to demonstra...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Adam Czachorowski
[clang] Allow LifetimeExtendedTemporary to have no...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kazu Hirata
[llvm] Use the default value of drop_begin (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kazu Hirata
[STLExtras] Add a default value to drop_begin
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kazu Hirata
[llvm] Populate std::vector at construction time (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Raphael Isemann
[lldb][docs] Use 'any' as the default role in LLDB...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[AArch64] Revert back to Intrinsic<> for TME instructions.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Adhemerval...
[LLD][ELF][AArch64] Set _GLOBAL_OFFSET_TABLE_ at the...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[AArch64] Make target intrinsics DefaultAttrIntrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Michael Munday
[RISCV][NFC] Increase test coverage of Zbt extension
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sanjay Patel
[SLP] add more FMF tests for fmax/fmin reductions; NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[AArch64] Add test to check the attributes for some...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Arjun P
[MLIR] NFC: simplify PresburgerSet::isEqual
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
David Green
[ARM] Don't handle low overhead branches in AnalyzeBranch
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Xun Li
[Coroutine] Do not CoroElide if there are musttail...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Utkarsh Saxena
[clangd] Derive new signals in CC from ASTSignals.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
David Green
[ARM] Update test target triple. NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Arjun P
[MLIR] Support checking if two FlatAffineConstraints...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Nicholas Guy
Reland "[AArch64] Attempt to sink mul operands""
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Nicholas Guy
[AArch64] Further restricts when a dup(*ext) can be...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Andy Wingo
[WebAssembly] MC layer writes table symbols to object...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Andy Wingo
[WebAssembly] Add support for table linking to wasm-ld
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Simon Pilgrim
[X86][AVX] IsElementEquivalent - add matchShuffleWithUN...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Dmitry Preobrazhensky
Fix for sanitizer issue in 55c557a
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[LoopRotate] Precommit test for prepare-for-lto handling.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Dmitry Preobrazhensky
[AMDGPU][MC] Refactored parsing of dpp ctrl
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sanjay Patel
[SLP] rename reduction query for min/max ops; NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sanjay Patel
[SLP] reduce opcode API dependency in reduction cost...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Djordje Todorovic
[CSInfo][MIPS] Update CSInfo in delay slot filler
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Sean Fertile
[PowerPC][AIX]Do not emit xxspltd mnemonic on AIX.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[InferAttrs] Mark some library functions as willreturn.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Caroline Concatto
[NFC]Migrate VectorCombine.cpp to use InstructionCost
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Kai Nacke
[Doc] Fix example in codegen doc.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Denis Antrushin
[Statepoint] Handle `undef` operands in statepoint.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Abhina Sreeskantharajan
[SystemZ][z/OS] Fix No such file or directory expressio...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Dmitry Preobrazhensky
[AMDGPU][MC][GFX10] Improved dpp8 errors handling
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Shilei Tian
Revert "[OpenMP] Added the support for hidden helper...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Florian Hahn
[VectorUtils] Do not try to add indices matching tombst...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Tres Popp
Revert "[PowerPC] support register pressure reduction...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Vladislav Vinogradov
[mlir] Fix cross-compilation (Linalg ODS gen)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Simon Pilgrim
[DAG] SimplifyDemandedBits - use KnownBits comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Fraser Cormack
[RISCV] Add scalable vector truncate patterns
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Simon Pilgrim
[X86][SSE] isHorizontalBinOp - reuse any existing horiz...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Raphael Isemann
[lldb][docs] Use inline literals for code/paths instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Björn Schäpers
[clang-format] Fix documentation of bcc1dee600
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Georgii Rymar
[Object, llvm-readelf] - Move the API for retrieving...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Raphael Isemann
[lldb][docs] Resolve the remaining sphinx formatter...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
[RISCV] Use tail agnostic policy for instructions with...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Craig Topper
[IR] Allow scalable vectors in structs to support intri...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Björn Schäpers
[clang-format] Add StatementAttributeLikeMacros option
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Chen Zheng
[PowerPC] support register pressure reduction in machin...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Lang Hames
[JITLink][ELF] New ELF skip-debug-sections test require...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Philip Reames
[test] pre commit a couple more tests for vectorizing...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Philip Reames
[test] Autogen a loop vectorizer test to make future...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Qiu Chaofan
[Legalizer] Promote result type in expanding FP_TO_XINT
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Qiu Chaofan
[PowerPC] [NFC] Add AIX triple to some regression tests
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Juneyoung Lee
[InstCombine] more tests for D94861 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Lang Hames
[JITLink][ELF] Skip DWARF sections in ELF objects.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Fangrui Song
Makefile.rules: Make HOST_OS/OS simply expanded variabl...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Chen Zheng
[NFC] [TargetRegisterInfo] add one use check to lookThr...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-18
Chandler Carruth
Fix openmp CMake build on non-Linux AArch64 systems.
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Fangrui Song
Makefile.rules: Delete GCC 4.6 workaround
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Pavel Labath
[lldb] Skip TestPlatformProcessConnect on windows and...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Nikita Popov
[ValueTracking] Fix isSafeToSpeculativelyExecute for...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Nikita Popov
[SimplifyCFG] Add test for PR48778 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Stephen Kelly
NFC: Minor cleanup of function calls
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Kazu Hirata
[TableGen] Drop redundant const from return types ...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Kazu Hirata
[IRBuilder] "Zero"-initialize SmallVector (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Kazu Hirata
[llvm] Use llvm::sort (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Raphael Isemann
[lldb][docs] Fix some RST formatting errors related...
commit
|
commitdiff
|
tree
|
snapshot
2021-01-17
Dávid Bolvanský
[InstCombine] Transform abs pattern using multiplicatio...
commit
|
commitdiff
|
tree
|
snapshot
next