platform/upstream/llvm.git
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...
2021-01-16 Dávid Bolvanský[InstSimplify] Update comments, remove redundant tests
2021-01-16 Hsiangkai Wang[RISCV] Correct alignment settings for vector registers.
2021-01-16 Dávid Bolvanský[InstSimplify] Add (~A & B) | ~(A | B) --> ~A
2021-01-16 Dávid Bolvanský[Tests] Added tests for new instcombine or simplificati...
2021-01-16 James PlayerFix llvm::Optional build breaks in MSVC using std:...
2021-01-16 Stephen Kelly[ASTMatchers] Add support for CXXRewrittenBinaryOperator
2021-01-16 Stephen Kelly[ASTMatchers] Add binaryOperation matcher
2021-01-16 Bjorn Pettersson[LegalizeDAG] Handle NeedInvert when expanding BR_CC
2021-01-16 Stephen Kelly[ASTMatchers] Make cxxOperatorCallExpr matchers API...
2021-01-16 Stephen Kelly[ASTMatchers] Add mapAnyOf matcher
2021-01-16 Nikita Popov[InstCombine] Add more tests for select operand replace...
2021-01-16 Juneyoung Lee[InstCombine] Add more tests to select-safe-transforms...
2021-01-16 Juneyoung Lee[InstCombine] Add a test file that contains safe select...
2021-01-16 Jeroen DobbelaereIntroduce llvm.noalias.decl intrinsic
2021-01-16 Amara EmersonAArch64: fix regression introduced by fcmp immediate...
2021-01-16 Mircea Trofin[NPM][Inliner] Temporarily remove inline_stats test...
2021-01-16 Douglas Yung[NFC] Add -std=c11 to attr-availability.c
2021-01-16 Kazu Hirata[StringExtras] Rename SubsequentDelim to ListSeparator
2021-01-16 Kazu Hirata[AMDGPU] Use llvm::is_contained (NFC)
2021-01-16 Kazu Hirata[utils] Use llvm::sort (NFC)
2021-01-16 Mircea Trofin[Inline] Fix a missing character in inline_stats.ll
2021-01-16 Mircea Trofin[NewPM][Inliner] Move the 'always inliner' case in...
2021-01-16 Jonas Devlieghere[debugserver] Fix inverted if block that resulted in...
2021-01-16 Thomas Raoux[mlir] Fixing potential build break in my previous...
2021-01-16 River Riddle[mlir][AsmPrinter] Properly escape strings when printin...
2021-01-16 Thomas Raoux[mlir][NFC] Move helper substWithMin into Affine utils
2021-01-16 peter klausler[flang] Create names to allow access to inaccessible...
2021-01-16 Mircea Trofin[NFC] Disallow unused prefixes under MC/RISCV
2021-01-16 Peter Collingbournehwasan: Update register-dump-read.c test to reserve...
2021-01-15 Derek SchuffRevert "[WebAssembly] Add support for table linking...
2021-01-15 Derek SchuffRevert "[WebAssembly] MC layer writes table symbols...
2021-01-15 Dávid Bolvanský[SimplifyCFG] Optimize CFG when null is passed to a...
2021-01-15 Vladislav Vinogradov[ADT][Support] Fix C4146 error from MSVC
2021-01-15 Amara Emerson[AArch64][GlobalISel] Select immediate fcmp if the...
2021-01-15 Duncan P. N... Revert "Revert "ADT: Fix reference invalidation in...
2021-01-15 Sanjay Patel[SLP] remove dead code in reduction matching; NFC
2021-01-15 Jason MolendaSkip 'g' packet tests when running on darwin; debugserv...
2021-01-15 MaheshRavishankar[mlir][Linalg] Add missing check to canonicalization...
2021-01-15 Nick DesaulniersBreakCriticalEdges: do not split the critical edge...
2021-01-15 Christopher... [Sema] turns -Wfree-nonheap-object on by default
2021-01-15 Reid Kleckner[MSVC] Don't add -nostdinc++ -isystem to runtimes builds
2021-01-15 Mitch Phillips[GWP-ASan] Add inbuilt options parser.
2021-01-15 Roman Lebedev[SimplifyCFG] switchToSelect(): don't forget to insert...
2021-01-15 Roman Lebedev[SimplifyCFG][BasicBlockUtils] Port SplitBlockPredecess...
2021-01-15 Roman Lebedev[SimplifyCFG] Port SplitBlockAndInsertIfThen() to DomTr...
2021-01-15 Roman Lebedev[Utils][SimplifyCFG] Port SplitBlock() to DomTreeUpdater
2021-01-15 Roman Lebedev[Utils] splitBlockBefore() always operates on DomTreeUp...
2021-01-15 Roman Lebedev[NFC][SimplifyCFG] Add testcase showing that we fail...
2021-01-15 Reid KlecknerRevert "[BasicAA] Handle recursive queries more efficie...
2021-01-15 Amy Huang[CodeView][DebugInfo] Add test case to show that linkag...
2021-01-15 Sanjay Patel[SLP] remove unused reduction functions; NFC
2021-01-15 Craig Topper[CodeGen] Removes unwanted optimisation for TargetConst...
2021-01-15 Reid KlecknerFix libc++ clang-cl build, swap attribute order
2021-01-15 Julian LettnerGetMacosAlignedVersion() fails if sysctl is not setup
2021-01-15 Craig Topper[RISCV] Add implementation of targetShrinkDemandedConst...
2021-01-15 Alexander Belyaev[mlir] Add Complex dialect.
2021-01-15 Jessica Paquette[MIPatternMatch] Add m_OneNonDBGUse
2021-01-15 David Green[ARM] Tail predication with constant loop bounds
2021-01-15 David Green[ARM] Constant tripcount tail predication loop tests...
2021-01-15 Amy Huang[DebugInfo][CodeView] Change in line tables only mode...
2021-01-15 Anastasia Stulova[OpenCL][Docs] Fixed cross-section reference in OpenCLS...
2021-01-15 Utkarsh Saxena[clangd] Update CC Ranking model with better sampling.
2021-01-15 Andrzej Warzynski[flang][driver] Copy test file into a temp dir when...
2021-01-15 Craig Topper[TargetLowering] Don't speculatively call ComputeNumSig...
2021-01-15 Peter Steinfeld[flang] Disallow INTENT attribute on procedure dummy...
2021-01-15 Simon Pilgrim[X86][SSE] Attempt to fold shuffle(binop(),binop()...
2021-01-15 Sam Tebbs[ARM][Block placement] Check the predecessor exists...
2021-01-15 Jan Svoboda[clang][cli] NFC: Promote ParseLangArgs and ParseCodeGe...
2021-01-15 Jan Svoboda[clang][cli] NFC: Parse some LangOpts after the default...
2021-01-15 Jan Svoboda[clang][cli] NFC: Add PIE parsing for precompiled input...
2021-01-15 Michael Munday[RISCV][NFC] Fix order of parameters in cmov ge/le...
2021-01-15 Guillaume Chatelet[libc] CopyAlignedBlocks can now specify alignment...
2021-01-15 Valentin Clement[mlir] Add better support for f80 and f128
2021-01-15 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - MergeInnerShuffle - improve...
2021-01-15 Jamie SchmeiserSet option default for enabling memory ssa for new...
2021-01-15 Simon Pilgrim[X86] Add umin knownbits/demandedbits ult test for...
2021-01-15 Jan Svoboda[clang][cli] Parse & generate options necessary for...
2021-01-15 Anastasia Stulova[OpenCL][Docs] Fixed malformed table in OpenCLSupport
2021-01-15 Stephan Herhut[SVE] Fix unused variable.
2021-01-15 Lei Zhang[mlir][linalg] Support generating builders for named...
2021-01-15 Sam Tebbs[ARM] Don't run the block placement pass at O0
2021-01-15 Andy Wingo[WebAssembly] MC layer writes table symbols to object...
2021-01-15 Simon Pilgrim[X86][AVX] combineHorizOpWithShuffle - support target...
2021-01-15 Raphael Isemann[lldb][docs] Translate ASCII art to restructured text...
2021-01-15 Adam Czachorowski[clangd] Set correct CWD when using compile_flags.txt
2021-01-15 Adam Czachorowski[clangd] Make ExpandAutoType not available on template...
2021-01-15 Raphael IsemannRevert "[lldb][docs] Use sphinx instead of epydoc to...
2021-01-15 Stefan Gränitz[Orc] Fix OrcV2Examples after D94690
2021-01-15 Raphael Isemann[lldb][docs] Use sphinx instead of epydoc to generate...
2021-01-15 Hsiangkai Wang[NFC][RISCV] Remove useless code in RISCVRegisterInfo.td.
2021-01-15 Stefan Gränitz[Orc] Allow LLJITBuilder's CreateObjectLinkingLayer...
2021-01-15 Stefan Gränitz[Orc][NFC] Turn LLJIT member ObjTransformLayer into...
2021-01-15 Paul Walker[SVE] Restrict the usage of REINTERPRET_CAST.
2021-01-15 Sam Elliott[RISCV] Optimize Branch Comparisons
next