platform/upstream/llvm.git
2020-08-04 Cameron McInally[GlobalISel] Remove redundant FNEG tests.
2020-08-04 Xing GUO[DWARFYAML] Fix unintialized value Is64BitAddrSize...
2020-08-04 Matt ArsenaultAMDGPU/GlobalISel: Ensure subreg is valid when selectin...
2020-08-04 Cameron McInally[GlobalISel] Don't transform FSUB(-0, X) -> FNEG(X...
2020-08-04 Jonas Devlieghere[lldb/Host] Upstream macOS TCC code
2020-08-04 Sanjay Patel[InstSimplify] refactor min/max folds with shared opera...
2020-08-04 Florian Hahn[docs] Mention LLVM_ENABLE_MODULES.
2020-08-04 Matt ArsenaultGlobalISel: Hack a test to avoid a bug introducing...
2020-08-04 Fangrui Song[llvm-symbolizer] Switch command line parsing from...
2020-08-04 AndreyChurbanov[OpenMP] Don't use MSVC workaround with MinGW
2020-08-04 Yonghong Song[clang][BPF] support type exist/size and enum exist...
2020-08-04 Nemanja Ivanovic[PowerPC] Don't remove single swap between the load...
2020-08-04 Simon PilgrimSeparate code-block tag with a newline to fix code...
2020-08-04 Simon PilgrimFix sphinx "Title underline too short" warning
2020-08-04 Jay Foad[PowerPC] Custom lowering for funnel shifts
2020-08-04 Jordan Rupprecht[test] Use abspath instead of realpath sometimes
2020-08-04 Jay Foad[AMDGPU] Use fma for lowering frem
2020-08-04 Jay Foad[AMDGPU] Generate frem test checks
2020-08-04 Simon PilgrimFix sphinx indentation warning to stop newline in byref...
2020-08-04 Simon Pilgrim[X86] getFauxShuffleMask - drop unnecessary computeKnow...
2020-08-04 Simon PilgrimFix sphinx indentation warning.
2020-08-04 Erich KeanePermit nowthrow and nonnull with multiversioning.
2020-08-04 Erich KeaneImprove diagnostics for disallowed attributes used...
2020-08-04 Eduardo Caldas[SyntaxTree] Fix crash on pointer to member function
2020-08-04 Nicolas Vasilache[mlir][Vector] Relax condition for `splitFullAndPartial...
2020-08-04 Eduardo Caldas[SyntaxTree] Add support for `LiteralExpression`
2020-08-04 Nemanja Ivanovic[Support][PPC] Fix bot failures due to cd53ded557c3
2020-08-04 Haojian Wu[Concepts] Include the found concept decl when dumping...
2020-08-04 Simon Pilgrim[X86] Remove unused canScaleShuffleElements helper
2020-08-04 Simon Pilgrim[X86][AVX] isHorizontalBinOp - relax lane-crossing...
2020-08-04 Russell Gallop[lit] Add --time-trace-output to lit
2020-08-04 Nicolas Vasilache[mlir][Vector] Add linalg.copy-based pattern for splitt...
2020-08-04 Sanjay Patel[InstSimplify] fold nested min/max intrinsics with...
2020-08-04 Alex Zinenko[mlir] Fix GCC5 compilation problem in MLIR->LLVM type...
2020-08-04 Alex Zinenko[mlir] switch the modeling of LLVM types to use the...
2020-08-04 Sanjay Patel[InstSimplify] add tests for min/max with constants...
2020-08-04 Sanjay Patel[InstSimplify] reduce code for min/max analysis; NFC
2020-08-04 Alex Zinenko[mlir] provide same APIs as existing LLVMType in the...
2020-08-04 Alex Zinenko[mlir] translate types between MLIR LLVM dialect and...
2020-08-04 Alexander Belyaev[mlir] Fix adding wrong operand value in `promoteMemRef...
2020-08-04 George Mitenkov[MLIR][SPIRVToLLVM] Indentation and style fix in tests
2020-08-04 Juneyoung Lee[JumpThreading] Update test freeze.ll; NFC
2020-08-04 Sander de Smalen[AArch64][SVE] Add missing unwind info for SVE registers.
2020-08-04 Sander de Smalen[AArch64][SVE] Fix CFA calculation in presence of SVE...
2020-08-04 Xing GUO[YAMLTraits] Fix mapping <none> value that followed...
2020-08-04 Paul Walker[SVE] Replace remaining _MERGE_OP1 nodes with _PRED...
2020-08-04 Juneyoung Lee[JumpThreading] Remove cast's constraint
2020-08-04 Juneyoung Lee[JumpThreading] Add a test for simplification of cast...
2020-08-04 Luboš Luňák[lldb] fix typo
2020-08-04 Georgii Rymar[llvm-readobj] - A third attempt to fix BB.
2020-08-04 David Green[BasicAA] Enable -basic-aa-recphi by default
2020-08-04 Meera Nakrani[ARM] Generated SSAT and USAT instructions with shift
2020-08-04 Simon PilgrimRevert rG66e7dce714fab "Revert "[X86][SSE] Shuffle...
2020-08-04 Florian Hahn[AArch64] Consider instruction-level contract FMFs...
2020-08-04 Florian Hahn[SCEV] Consolidate some smin/smax folding tests into...
2020-08-04 Tatyana KrasnukhaPartially revert "[cmake] Make MSVC generate appropriat...
2020-08-04 Simon Pilgrim[X86][AVX] Add v8f32 'reverse' HADD(SHUFFLE,SHUFFLE...
2020-08-04 Georgii Rymar[llvm-readobj] - A second attempt to fix BB.
2020-08-04 Endre Fülöp[analyzer] Model iterator random incrementation symmetr...
2020-08-04 Georgii Rymar[llvm-readobj] - An attempt to fix BB.
2020-08-04 Georgii Rymar[llvm-readobj/readelf] - Refine the implementation...
2020-08-04 Xing GUO[DebugInfo][unittest] Use YAML to generate the .debug_l...
2020-08-04 Nicolas Vasilache[MLIR] Add an integration test for 2 D vector.transfer_read
2020-08-04 Nathan James[clang-tidy] Fix regression in RenamerClangTidy
2020-08-04 Georgii Rymar[llvm-readobj] - Simplify findSectionByName(). NFCI.
2020-08-04 Juneyoung Lee[JumpThreading] Merge/rename thread-two-bbsN.ll tests...
2020-08-04 Qiu Chaofan[NFC] [PowerPC] Refactor fp/int conversion lowering
2020-08-04 Juneyoung Lee[JumpThreading] Don't limit the type of an operand
2020-08-04 Jakub Lichman[mlir][Linalg] Conv ops lowering to std calls added.
2020-08-04 Nathan Ridge[clang] Include trailing-requires-clause in FunctionDec...
2020-08-04 Xing GUO[YAMLParser] Fix a typo: iff -> if. NFC.
2020-08-04 Fangrui Song[PGO] Use multiple comdat groups for COFF
2020-08-04 Wang, Pengfei[X86][AVX512] Fix build fail after D81548
2020-08-04 Chen Zheng[PowerPC] mark r+i as legal address mode for vector...
2020-08-04 Carl Ritson[AMDGPU] Make GCNRegBankReassign assign based on subreg...
2020-08-04 Fangrui SongAdd test utility 'split-file'
2020-08-04 Fangrui Song[PGO] Move __profc_ and __profvp_ from their own comdat...
2020-08-04 Max Kazantsev[SimpleLoopUnswitch][NFC] Add option to always drop...
2020-08-04 Jonas Devlieghere[lldb/Test] Fix skipTestIfFn for fucntions that return...
2020-08-04 Jordan RupprechtTemporarily revert "[test] Exit with an error if no...
2020-08-04 Chen Zheng[SCEVExpander][PowerPC]clear scev rewriter before delet...
2020-08-04 peter klausler[flang] Implement runtime support for INQUIRE statements
2020-08-04 Shinji Okumura[Attributor][NFC] Clang format
2020-08-04 David BlaikieOpenMP: Fix typo variabls -> variables
2020-08-03 Petr Hosek[ELF] Add --dependency-file option
2020-08-03 Daniel SandersFix use-after-scope in 7209f83112db caught by the sanit...
2020-08-03 peter klausler[flang] Defer "next input record" processing until...
2020-08-03 peter klausler[flang] Acquire file accessibility, size, positioning
2020-08-03 Christopher... [SVE] Remove bad calls to VectorType::getNumElements...
2020-08-03 Jordan Rupprecht[test] Exit with an error if no tests are run.
2020-08-03 Nathan James[clang-tidy][NFC] Use correct size call for reserve
2020-08-03 peter klauslerRemove unneeded RoundDefault enumerator, and fix spelli...
2020-08-03 peter klausler[flang] Handle spaces (more) correctly in REAL input
2020-08-03 hgreving[MC] Fix memory leak when allocating MCInst with bump...
2020-08-03 Kazushi (Jam... [VE] Extend integer arguments and return values smaller...
2020-08-03 Christopher... [SVE] Remove bad call to VectorType::getNumElements...
2020-08-03 Christopher... [SVE] Remove bad call to VectorType::getNumElements...
2020-08-03 Julian Lettner[UBSan] Increase robustness of tests
2020-08-03 Jordan Rupprecht[NFC][ARM] Silence unused variable in release builds
2020-08-03 Christopher... [SVE] Remove bad calls to VectorType::getNumElements...
next