platform/upstream/llvm.git
2020-09-28 Utkarsh Saxena[clangd] Use Decision Forest to score code completions.
2020-09-28 Stella LaurenzoAdd FunctionType to MLIR C and Python bindings.
2020-09-28 Jon Roelofs[AArch64] Reuse map iterator instead of double lookup...
2020-09-28 Mikhail Maltsev[unittests] Preserve LD_LIBRARY_PATH in crash recovery...
2020-09-28 Vedant Kumar[ubsan] nullability-arg: Fix crash on C++ member pointers
2020-09-28 Utkarsh Saxena[clangd] Add a trained DecisionForest for code completion.
2020-09-28 Jonas DevlieghereRevert "Add the ability to write target stop-hooks...
2020-09-28 Michael Liao[clang][codegen] Annotate `correctly-rounded-divide...
2020-09-28 Jay Foad[AMDGPU] Reformat AMDGPUTargetLowering::isSDNodeAlwaysU...
2020-09-28 Sam Parker[ARM][LowOverheadLoops] Cleanup and re-arrange
2020-09-28 Tres Popp[llvm] Fix unused variable in non-debug configurations
2020-09-28 Meera Nakrani[ARM] Added more patterns to generate SSAT/USAT with...
2020-09-28 Cameron McInally[SVE] Lower fixed length VECREDUCE_[UMAX|UMIN] to Scalable
2020-09-28 Juneyoung Lee[ValueTracking] Fix analyses to update CxtI to be phi...
2020-09-28 Paul C. Anagnostopoulos[TableGen] Improved messages in PseudoLoweringEmitter.
2020-09-28 Simon Pilgrim[InstCombine] matchRotate - force splat of uniform...
2020-09-28 Sam Parker[NFC][ARM] Factor out some logic for LoLoops.
2020-09-28 Jay Foad[AMDGPU] Reformat SITargetLowering::isSDNodeSourceOfDiv...
2020-09-28 Georgii Rymar[llvm-readobj/elf] - Fix the PREL31 relocation computat...
2020-09-28 Alexander Kornienko[clang-tidy] IncludeInserter: allow <> in header name
2020-09-28 Haojian Wu[clang] Don't emit "no member" diagnostic if the lookup...
2020-09-28 Sjoerd Meijer[ARM][MVE] Enable tail-predication by default
2020-09-28 Simon Pilgrim[InstCombine] matchRotate - allow undef in uniform...
2020-09-28 Florian Hahn[SCEV] Also use info from assumes in applyLoopGuards.
2020-09-28 Daniel Kiss[AArch64] Generate .note.gnu.property based on module...
2020-09-28 Simon Pilgrim[X86] Flip isShuffleEquivalent argument order to match...
2020-09-28 Simon Pilgrim[X86] Simplify broadcast mask detection with isUndefOrE...
2020-09-28 LLVM GN Syncbot[gn build] Port 018066d9475
2020-09-28 Tadeo Kondrak[clangd] Add a tweak for filling in enumerators of...
2020-09-28 Raphael Isemann[lldb][NFC] Minor cleanup in CxxModuleHandler::tryInsta...
2020-09-28 Qiu Chaofan[PowerPC] Clean-up mayRaiseFPException bits
2020-09-28 Jay Foad[AMDGPU] Add bfi immediate pattern
2020-09-28 Jay Foad[AMDGPU] Make bfi patterns divergence-aware
2020-09-28 Jay Foad[AMDGPU] Split R600 and GCN bfi patterns
2020-09-28 Simon Pilgrim[InstCombine] Add tests for vector rotate by constants...
2020-09-28 Georgii Rymar[yaml2obj][obj2yaml] - Add a support for SHT_ARM_EXIDX...
2020-09-28 Raphael Isemann[lldb] Reference STL types in import-std-module tests
2020-09-28 Georgii Rymar[obj2yaml][yaml2obj] - Stop recognizing SHT_MIPS_ABIFLA...
2020-09-28 Benjamin Kramer[Coroutines] Remove unused includes. NFC.
2020-09-28 Sjoerd Meijer[ARM][MVE] tail-predication: overflow checks for elemen...
2020-09-28 David Green[ARM] Expand cannotInsertWDLSTPBetween to the last...
2020-09-28 Raphael Isemann[lldb] Remove nothreadallow from SWIG's __str__ wrapper...
2020-09-28 Chuanqi Xu[Coroutines] Reuse storage for local variables with...
2020-09-28 David Sherwood[SVE] Replace / operator in TypeSize/ElementCount with...
2020-09-28 Kai Luo[PowerPC] Add tests for `select` patterns. NFC.
2020-09-28 Arthur EubanksRevert "Reland [CodeGen] emit CG profile for COFF objec...
2020-09-28 Max Kazantsev[Test] Add tests where we can replace condition with...
2020-09-28 Richard SmithAdd profiling support for APValues.
2020-09-28 Richard SmithCanonicalize declaration pointers when forming APValues.
2020-09-28 Valentin Clement[mlir][openacc] Add if, deviceptr operands and default...
2020-09-28 Valentin Clement[mlir][openacc] Switch to assembly format for acc.data
2020-09-28 Valentin Clement[mlir][openacc] Remove detach and delete operands from...
2020-09-27 Dávid Bolvanský[BuildLibCalls] Add noalias for strcat and stpcpy
2020-09-27 Joseph Huber[OpenMP] Add Missing _static Director for OpenMP Docume...
2020-09-27 Nikita Popov[CVP] Remove unnecessary block splits in tests (NFC)
2020-09-27 Nikita Popov[LVI][CVP] Use block value when simplifying icmps
2020-09-27 Fangrui Song[NewPM] Port ConstraintElimination to the new pass...
2020-09-27 Benjamin Kramer[InstCombine] Simplify code. NFCI.
2020-09-27 Nikita Popov[CVP] Make srem test more robust (NFC)
2020-09-27 Nikita Popov[LVI] Clarify getValueAt/getValueInBlock doc comments...
2020-09-27 Nikita Popov[LVI] Require context instruction in external API ...
2020-09-27 Nikita Popov[CVP] Pass context instruction when narrowing div/rem
2020-09-27 Simon Pilgrim[X86] Add some basic i128 udiv test coverage
2020-09-27 Simon Pilgrim[X86] Regenerate i128 sdiv tests and add i686 coverage.
2020-09-27 Sanjay Patel[CostModel] add cl option to check size and latency...
2020-09-27 Sanjay Patel[ValueTracking] enhance isKnownNeverInfinity to underst...
2020-09-27 Sanjay Patel[InstSimplify] add tests for fcmp with casted op; NFC
2020-09-27 Aaron BallmanTypo fix; NFC
2020-09-27 Alexey Lapshin[llvm-objcopy][NFC] refactor error handling. part 2.
2020-09-27 Tatsuo NomuraFix MIPS and MIPS64 ABI to use ConstString in their...
2020-09-27 Amara Emerson[AArch64][GlobalISel] Promote scalar G_SHL constant...
2020-09-27 Nikita Popov[Legalize][X86] Improve nnan fmin/fmax vector reduction
2020-09-27 Amara Emerson[AArch64][GlobalISel] Use the look-through constant...
2020-09-27 Fangrui Song[DivRemPairs] Use DenseMapBase::find instead of operato...
2020-09-27 Craig Topper[X86] Add more test cases to inline-asm-flag-output...
2020-09-27 sunshaoceUpdate Kaleidoscope: Change headers
2020-09-27 Chen Zheng[Machinesink] add one more profitable loop related...
2020-09-26 Robert Widmann[LLVM-C] Turn a ShuffleVector Constant Into a Getter.
2020-09-26 Fangrui SongInternalize functions from various tools. NFC
2020-09-26 Amy Kwan[NFC][PowerPC] Change PPCSubTarget (introduced from...
2020-09-26 Aaron PuchertFix sphinx warnings in AttributeReference, NFC
2020-09-26 Fangrui Song[ConstraintElimination] Internalize function/class...
2020-09-26 Simon Pilgrim[X86] Add 64-bit target tests
2020-09-26 Russell YanofskyThread safety analysis: Improve documentation for ASSER...
2020-09-26 Riccardo Bertossa[flang] SAVE statement should not apply to nested scopi...
2020-09-26 Simon Pilgrim[InstCombine] Add basic vector test coverage for icmp_e...
2020-09-26 Florian HahnRevert "[DSE] Switch to MemorySSA-backed DSE by default."
2020-09-26 Nico Weber[gn build] update TODO
2020-09-26 Jacques Pienaar[mlir] Fix capitalization typo
2020-09-26 Jacques Pienaar[mlir] Updates to generate dialect rather than op docs
2020-09-26 Jacques Pienaar[mlir] Fix passes.md's naming & add missing
2020-09-26 Simon Pilgrim[X86] Cleanup check-prefixes for vector-mul.ll tests
2020-09-26 Simon Pilgrim[DAG] Fold vector mul(x,0)/mul(x,1) to a clearing mask
2020-09-26 Simon PilgrimMachineCSE.cpp - use auto const& iterators in for-range...
2020-09-26 Serge PavlovRun test on particular target only
2020-09-26 Paul C. Anagnostopoulos[TableGen] Add/edit Doxygen comments to match "TableGen...
2020-09-26 Florian Hahn[DSE] Unify & fix mem terminator location checks.
2020-09-26 Florian Hahn[DSE] Add tests with lifetime.end that only mark parts...
2020-09-26 Serge Pavlov[FPEnv] Evaluate constant expressions under non-default...
2020-09-26 Tyker[LoopDelete][Assume] Allow deleting loops with assumes
next