platform/upstream/llvm.git
2020-12-17 Wei Mi[NFC][SampleFDO] Preparation to support multiple sectio...
2020-12-17 Xiang1 Zhang[Debugify] Support checking Machine IR debug info
2020-12-17 Kazu Hirata[GCN] Remove unused function handleNewInstruction ...
2020-12-17 Kazu Hirata[IR, CodeGen] Use llvm::is_contained (NFC)
2020-12-17 Mircea Trofin[NFC] factor update test function test builder as a...
2020-12-17 Craig Topper[RISCV] Infer mask type from data type for vector vle...
2020-12-17 River Riddle[mlir][NFC] Remove StandardTypes.h now that all usages...
2020-12-17 Craig Topper[RISCV] Infer mask type for vector intrinsics from...
2020-12-17 Xiang1 ZhangRevert "[Debugify] Support checking Machine IR debug...
2020-12-17 Hsiangkai Wang[RISCV] Define vector widening mul intrinsics.
2020-12-17 Hsiangkai Wang[RISCV] Define vector mul/div/rem intrinsics.
2020-12-17 Hsiangkai Wang[RISCV] V does not imply F.
2020-12-17 Matt ArsenaultAMDGPU: Remove SGPRSpillVGPRDefinedSet hack
2020-12-17 Zakk Chen[RISCV] Define vle/vse intrinsics.
2020-12-17 Xiang1 Zhang[Debugify] Support checking Machine IR debug info
2020-12-17 Johannes Doerfert[OpenMP] Add initial support for `omp [begin/end] assumes`
2020-12-17 Nico Weber[gn build] (manually) port ddffcdf0a66
2020-12-17 Arthur Eubanks[test] Cleanup some CGSCCPassManager tests
2020-12-17 Nathan James[clang-tidy] Add a diagnostic callback to parseConfigur...
2020-12-17 Tres Popp[mlir] Modify linalg loops test to have nested regions
2020-12-17 LLVM GN Syncbot[gn build] Port ac068e014b2
2020-12-17 Atmn[OpenMP][Libomptarget][NFC] Use CMake Variables
2020-12-16 Hongtao Yu[CSSPGO] Consume pseudo-probe-based AutoFDO profile
2020-12-16 Guozhi Wei[MBP] Add whole chain to BlockFilterSet instead of...
2020-12-16 alex-tDisable Jump Threading for the targets with divergent...
2020-12-16 Tom Roeder[ASTImporter] Add support for importing GenericSelectio...
2020-12-16 Tom RoederTest commit: add valid punctuation to a comment. NFC.
2020-12-16 Gulfem Savrun... [IR] Fixed the typo in attributes test
2020-12-16 Harald van... [X86] Avoid %fs:(%eax) references in x32 mode
2020-12-16 Thomas Preud... [Test] Fix undef var in catch-undef-behavior.c
2020-12-16 Alexander BelyaevRevert "[mlir] Lookup the latest value with a legal...
2020-12-16 Mehdi AminiImprove the verifier diagnostic on dominance error
2020-12-16 Roman Lebedev[SimplifyCFG] Teach mergeEmptyReturnBlocks() to preserv...
2020-12-16 Roman Lebedev[SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock...
2020-12-16 Roman Lebedev[SimplifyCFG] MergeBlockIntoPredecessor() already knows...
2020-12-16 Roman Lebedev[SimplifyCFG] removeUnreachableBlocks() already knows...
2020-12-16 Roman Lebedev[NFCI][SimplifyCFG] Mark all the SimplifyCFG tests...
2020-12-16 Fangrui Song[AArch64InstPrinter] Use * 4096 instead of << 12
2020-12-16 Louis Dionne[libc++] Fix CI Dockerfile
2020-12-16 Reid KlecknerFix split-debug.c test on Windows
2020-12-16 Rong Xu[PGO] Use the sum of profile counts to fix the function...
2020-12-16 Marek Kurdej[libc++] Install git-clang-format on CI nodes.
2020-12-16 Reid KlecknerFix XCore test on Windows, the register order is revers...
2020-12-16 Sanjay Patel[VectorCombine] adjust test alignments for better cover...
2020-12-16 Fangrui Song[libc++abi] Remove redundant null pointer check in...
2020-12-16 Nikita Popov[DSE] Pass MemoryLocation by const ref (NFC)
2020-12-16 Mircea Trofin[NFC] Remove unused prefixes in llvm/test/CodeGen/X86
2020-12-16 Sanjay Patel[VectorCombine] optimize alignment for load transform
2020-12-16 Shivanshu GoyalPrint source location in the error message when parens...
2020-12-16 Richard SmithPR47474: Add test for Clang's current behavior.
2020-12-16 Mitch Phillips[sanitizer-common] Pickup llvm-symbolizer from $OUT...
2020-12-16 Yaxun (Sam... [clang-offload-bundler] Add option -allow-missing-bundles
2020-12-16 Emma BlinkMark implicit coroutine variables as being implicit
2020-12-16 Eugene Zhulenev[mlir] Async: re-enable tests after fixing fkakines
2020-12-16 Eugene Zhulenev[mlir] AsyncRuntime: mode runtime declarations to mlir...
2020-12-16 Peter Steinfeld[flang] Handle undeclared names in EQUIVALENCE statements
2020-12-16 Jordan Rupprecht[lldb][NFC] Apply performance-faster-string-find (...
2020-12-16 Florian Hahn[SimplifyCFG] Precommit test for preserving !annotation.
2020-12-16 Fangrui Song[Go] Fix bindings/go/llvm/IRBindings.cpp
2020-12-16 Christian Sigg[mlir] Fix for gpu-async-region pass.
2020-12-16 LLVM GN Syncbot[gn build] Port 6eff12788ee
2020-12-16 Bardia Mahjour[DDG] Data Dependence Graph - DOT printer - recommit
2020-12-16 Mehdi AminiRemove spurious MLIRLLVMConversionsIncGen dependency...
2020-12-16 Sanjay Patel[VectorCombine] loosen alignment constraint for load...
2020-12-16 Fangrui Song[AArch64InstPrinter] Change printADRPLabel to print...
2020-12-16 Esme-YiRevert "[PowerPC] Extend folding RLWINM + RLWINM to...
2020-12-16 Whitney Tsang[LoopNest] Handle loop-nest passes in LoopPassManager
2020-12-16 Jon Chesterfield[NFC] Use regex for code object version in hip tests
2020-12-16 Fangrui Song[ELF] --emit-relocs: fix a crash if .rela.dyn is an...
2020-12-16 Jon Chesterfield[libomptarget][nfc] Replace static const with enum
2020-12-16 Jonas Hahnfeld[CMake] Avoid __FakeVCSRevision.h with no git repository
2020-12-16 peter klausler[flang] Fix crash in folding (#48437)
2020-12-16 Kai Nacke[Doc][SystemZ] Add Linux/SystemZ to Getting Started...
2020-12-16 Florian Hahn[InstCombine] Precommit tests for !annotation metadata...
2020-12-16 Matt ArsenaultLangRef: Update byval/sret description for required...
2020-12-16 Tim Keith[flang] Handle multiple names for same operator
2020-12-16 Erik PilkingtonNFC: balance a quote in AttrDocs.td
2020-12-16 Erik Pilkington[Sema] Fix a miscompile by retaining array qualifiers...
2020-12-16 Paul C. Anagnostopoulos[TableGen] Slim down the data structures in xxxGenInstr...
2020-12-16 Simon Pilgrim[X86] Regenerate bit extraction tests, cleaning up...
2020-12-16 Simon Pilgrim[X86] Rename reduction combiners to make it clearer...
2020-12-16 Mitch Phillips[sanitizer-common] Force pickup of llvm-symbolizer...
2020-12-16 diggerlin[XCOFF][AIX] Emit EH information in traceback table
2020-12-16 Caroline Concatto[SLPVectorizer]Migrate getEntryCost to return Instructi...
2020-12-16 Denis Antrushin[Statepoints] Extract invoke tests into separate file...
2020-12-16 Stephan Bergmann[PATCH] [compiler-rt] [builtins] Fix name of __aarch64_...
2020-12-16 Bradley Smith[CostModel] Add costs for llvm.experimental.vector...
2020-12-16 ergawy[mlir][spirv] Add parsing and printing support for...
2020-12-16 Caroline Concatto[CostModel]Migrate getTreeCost() to use InstructionCost
2020-12-16 Caroline Concatto[CostModel]Replace FixedVectorType by VectorType in...
2020-12-16 Joe Ellis[clang][AArch64][SVE] Avoid going through memory for...
2020-12-16 Muhammad Omair... [LLDB] Skip TestGuiBasicDebug.py on Arm and AArch64...
2020-12-16 Bangtian LiuRevert "Ensure SplitEdge to return the new block betwee...
2020-12-16 Simon Pilgrim[X86][SSE] combineReductionToHorizontal - don't rely...
2020-12-16 Muhammad Omair... Revert "[LLDB] Remove AArch64/Linux xfail decorator...
2020-12-16 Georgii Rymar[yaml2obj/obj2yaml] - Make Value/Size fields of Symbol...
2020-12-16 Georgii Rymar[lib/Object] - Make ELFObjectFile::getSymbol() return...
2020-12-16 Georgii Rymar[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.
2020-12-16 Jan Svoboda[clang][cli] Port DependencyOutput string based options...
2020-12-16 Piotr Sobczak[AMDGPU] Avoid calling copyFastMathFlags in wrong context
next