platform/upstream/llvm.git
2021-01-04 Philip Reames[LoopDeletion] Break backedge of loops when known not...
2021-01-04 Joseph Huber[OpenMP] Add using bit flags to select Libomptarget...
2021-01-04 Simon Pilgrim[ProfileData] GCOVFile::readGCNO - silence undefined...
2021-01-04 Jon Chesterfield[libomptarget][amdgpu] Call into deviceRTL instead...
2021-01-04 Krzysztof Parzyszek[Hexagon] Fix bad SDNodeXForm
2021-01-04 Florian Hahn[SimplifyCFG] Enabled hoisting late in LTO pipeline.
2021-01-04 Michael Munday[RISCV][NFC] Add additional cmov tests
2021-01-04 Florian Hahn[InterleavedAccess] Return correct 'modified' status.
2021-01-04 Simon Pilgrim[IR] CallBase::getBundleOpInfoForOperand - ensure Curre...
2021-01-04 Simon PilgrimDeclCXX - Fix getAs<> null-dereference static analyzer...
2021-01-04 Hansang Bae[OpenMP] Add definition/interface for target memory...
2021-01-04 Simon Pilgrim[Sparc] SparcMCExpr::printVariantKind - fix Wcovered...
2021-01-04 Caroline Concatto[AArch64][SVE]Add cost model for masked gather and...
2021-01-04 Florian Hahn[AArch64] Add patterns for FMCLA*_indexed.
2021-01-04 Simon Pilgrim[Support] Add KnownBits::icmp helpers.
2021-01-04 David Green[ARM] Extend lowering for i64 reductions
2021-01-04 LemonBoy[Sparc] Fixes for the internal assembler
2021-01-04 Chih-Ping Chen[docs] Release notes for IsDecl in DIModule.
2021-01-04 David Green[AArch64] Attempt to fix Mac tests with a more specific...
2021-01-04 Kazushi (Jam... [VE] Change default CPU name to "generic"
2021-01-04 Usman Nadeem[AARCH64] Improve accumulator forwarding for Cortex...
2021-01-04 Florian Hahn[ArgPromotion] Delay dead GEP removal until doPromotion.
2021-01-04 Yang FanRevert "[Sema] Fix deleted function problem in implicit...
2021-01-04 Kazushi (Jam... [VE] Remove VA.needsCustom checks
2021-01-04 David Sherwood[SVE] Fix inline assembly parsing crash
2021-01-04 Craig Topper[RISCV] Remove unused method isUImm5NonZero() from...
2021-01-04 AnZhong Huang[benchmark] Fixed a build error when using CMake 3...
2021-01-04 Kai Luo[PowerPC] Do not fold `cmp(d|w)` and `subf` instruction...
2021-01-04 Andrew Litteken[IROutliner] Refactoring errors in the cost model from...
2021-01-04 Andrew Litteken[IROutliner] Removing a duplicate addition, causing...
2021-01-04 sameeran joshi[Flang][openmp][5.0] Add task_reduction clause.
2021-01-04 Jan Kratochvil[compiler-rt] [Sanitizers] Extend ThreadDescriptorSize...
2021-01-04 Nathan James[clang-tidy] Fix windows tests
2021-01-03 Roman Lebedev[NFC][SimplifyCFG] Hoist 'original' DomTree verificatio...
2021-01-03 Roman Lebedev[SimplifyCFG] SimplifyTerminatorOnSelect(): fix/tune...
2021-01-03 Roman Lebedev[NFC][SimplifyCFG] SimplifyTerminatorOnSelect(): pull...
2021-01-03 Roman Lebedev[NFC][SimplifyCFG] Add a test where we fail to preserve...
2021-01-03 Nikita Popov[InstSimplify] Fold nnan/ninf violation to poison
2021-01-03 Florian Hahn[LoopUnswitch] Precommit initial partial unswitching...
2021-01-03 Nikita Popov[InstSimplify] Fold division by zero to poison
2021-01-03 Kazu Hirata[llvm] Call *(Set|Map)::erase directly (NFC)
2021-01-03 Kazu Hirata[Target] Construct SmallVector with iterator ranges...
2021-01-03 Kazu Hirata[Target] Use llvm::append_range (NFC)
2021-01-03 Nikita Popov[InstSimplify] Fix addo/subo with undef (PR43188)
2021-01-03 Nikita Popov[InstSimplify] Return poison for out of bounds extracte...
2021-01-03 Juneyoung Lee[X86] Make deinterleave8bitStride3 use unary CreateShuf...
2021-01-03 Nikita Popov[InstSimplify] Regenerate test checks (NFC)
2021-01-03 Juneyoung Lee[InstSimplify] Return poison if insertelement touches...
2021-01-03 Florian Hahn[ArgPromotion] Add test with dead GEP when promoting.
2021-01-03 Juneyoung Lee[Scalarizer] Use poison as insertelement's placeholder
2021-01-03 Juneyoung LeeUpdate *-inseltpoison.ll tests at Transforms/InstCombin...
2021-01-03 Gil Rapaport[SCEV] Simplify trunc to zero based on known bits
2021-01-03 Alexey Lapshin[dsymutil][DWARFLinker][NFC] Refactor usages of Uniquin...
2021-01-02 Nico WeberRevert "[sanitizer] Define SANITIZER_GLIBC to refine...
2021-01-02 Lang Hames[RuntimeDyld] Fix dangling reference in RuntimeDyldELF.
2021-01-02 LLVM GN Syncbot[gn build] Port 5799fc79c3f
2021-01-02 Roman Lebedev[SimplifyCFG] FoldValueComparisonIntoPredecessors(...
2021-01-02 Roman Lebedev[NFC][SimplifyCFG] Add another test for switch creation...
2021-01-02 Roman Lebedev[SimplifyCFG] FoldValueComparisonIntoPredecessors(...
2021-01-02 Roman Lebedev[NFC][SimplifyCFG] Add test for switch creation where...
2021-01-02 Roman Lebedev[llvm-reduce] Refactor global variable delta pass
2021-01-02 Roman Lebedev[llvm-reduce] Fix removal of unused llvm intrinsics...
2021-01-02 Roman Lebedev[SimplifyCFG][AMDGPU] AMDGPUUnifyDivergentExitNodes...
2021-01-02 Hongtao YuMoving UniqueInternalLinkageNamesPass to the start...
2021-01-02 Nathan James[NFC] Switch up some dyn_cast calls
2021-01-02 Brandon Bergren[PowerPC] NFC: Apply minor clang-format fix
2021-01-02 Brandon Bergren[PowerPC] Enable OpenMP for powerpcle target. [5/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in LLD [4/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in Clang [3/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in LLVMObject [2/5]
2021-01-02 Brandon Bergren[PowerPC] Add the LLVM triple for powerpcle [1/5]
2021-01-02 Michał Górny[Process/NetBSD] Copy changes from FreeBSDRemote and...
2021-01-02 Pavel Labath[lldb] Deduplicate more lldb-server tests
2021-01-02 Pavel Labath[lldb/test] Deduplicate the rest of TestLldbGdbServer.py
2021-01-02 Kazu Hirata[Transforms] Construct SmallVector with iterator ranges...
2021-01-02 Kazu Hirata[llvm] Use llvm::erase_value and llvm::erase_if (NFC)
2021-01-02 Kazu Hirata[TableGen] Use llvm::append_range (NFC)
2021-01-02 Florian Hahn[LV] Clean up trailing whitespace (NFC).
2021-01-02 Gil Rapaport[LV] Add missed optimization fold-tail test
2021-01-02 Roman Lebedev[SimplifyCFG] Don't actually take DomTreeUpdater unless...
2021-01-02 Roman Lebedev[NFCI][CodeGen] DwarfEHPrepare: don't actually pass...
2021-01-02 Nico WeberTemporarily disable to clang-tidy tests on Windows
2021-01-02 Nico Weberfix typos to cycle bots
2021-01-02 Nico Weberfix typo to cycle bots
2021-01-02 Nico Weber[gn build] (manually) port 5e31e226b5: Use Py3 for...
2021-01-02 Yang Fan[CodeGen][NFC] Fix a build warning due to an extra...
2021-01-02 Chengji Yao[MLIR] Fix affine_map compose with multi-symbols
2021-01-02 Hsiangkai Wang[NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser.
2021-01-01 Fangrui Song[sanitizer] Enable mallopt and mallinfo interceptors...
2021-01-01 Fangrui Song[compiler-rt][test] Suppress stderr of ldd output
2021-01-01 Roman Lebedev[AMDGPU][SimplifyCFG] Teach AMDGPUUnifyDivergentExitNod...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach removeUndefIntroducingPredecessor...
2021-01-01 Roman Lebedev[CodeGen][SimplifyCFG] Teach DwarfEHPrepare to preserve...
2021-01-01 Roman Lebedev[NFC][CodeGen][Tests] Mark all tests that fail to prese...
2021-01-01 Roman Lebedev[NFC][CodeGen] Split DwarfEHPrepare pass into an actual...
2021-01-01 Roman Lebedev[NFC] clang-format the entire DwarfEHPrepare.cpp
2021-01-01 Roman Lebedev[Utils] LocalTest: fix SimplifyCFGWithNullAC test to...
2021-01-01 Roman Lebedev[IR] PassManagerTest: Register DominatorTreeAnalysis...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach eliminateDeadSwitchCases() to prese...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach tryWidenCondBranchToCondBranch...
next