OSDN Git Service

android-x86/external-llvm-project.git
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...
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
next