platform/upstream/llvm.git
2020-05-14 LLVM GN Syncbot[gn build] Port 42a55605034
2020-05-14 Craig Topper[X86] Add support for forming vXi16 PMULH instructions...
2020-05-14 Jay Foad[AMDGPU] New SIInsertHardClauses pass
2020-05-14 Marius Brehler[mlir] Adopt changes in mlir-opt to standalone example
2020-05-14 Jonas Devlieghere[lldb/Test] Skip remaining 'side_effect' tests with...
2020-05-14 Jonas Devlieghere[lldb/Test] Skip TestExpressionInSyscall with reproducers
2020-05-14 Fangrui Song[Driver] Pass -plugin-opt=O2 for -Os -Oz and -plugin...
2020-05-14 Reid Kleckner[LLD] Fix precomp-link.test
2020-05-14 Craig Topper[X86] Fix a regression caused by moving combineLoopMAdd...
2020-05-14 Simon PilgrimTargetLowering.cpp - remove non-constant EXTRACT_SUBVEC...
2020-05-14 Alex Lorenz[test] NFC, add missing declarations and include to...
2020-05-14 Peter Collingbournehwasan: Collect ring buffer statistics and include...
2020-05-14 Reid Kleckner[COFF] Move type merging to TpiSource::mergeDebugT...
2020-05-14 Matt ArsenaultAMDGPU/OpenCL: Accept -nostdlib in place of -nogpulib
2020-05-14 Momchil VelikovRe-commit: [ARM] CMSE code generation
2020-05-14 Jay Foad[TargetLowering] Improve expansion of FSHL/FSHR
2020-05-14 Erich KeaneFix test from 5f1f4a5
2020-05-14 Anna Thomas[RS4GC] Fix algorithm to avoid setting vector BDV for...
2020-05-14 Benjamin Kramer[Support] Make UniqueStringSaver wrap a StringSet
2020-05-14 Ehud KatzRevert "[StructurizeCFG] Fix region nodes ordering"
2020-05-14 Levon Ter-GrigoryanMoving executable module symbols parsing to target...
2020-05-14 Michael Schellenberg... [libcxx][span] Implement solution to LWG-3255
2020-05-14 Sean Fertile[PowerPC] Remove support for SplitCSR.
2020-05-14 Erich KeaneProhibit capture of _ExtInt in inline assembly.
2020-05-14 Anna ThomasRevert "[RS4GC] Fix algorithm to avoid setting vector...
2020-05-14 Anna Thomas[RS4GC] Fix algorithm to avoid setting vector BDV for...
2020-05-14 Pavel Labath[lldb/PDB] Make "native" pdb tests host-independent
2020-05-14 Matt Arsenaultlld: Let find_package(LLD) work
2020-05-14 Gabor Marton[analyzer] Improve PlacementNewChecker
2020-05-14 Xinglong Liao[Hexagon] Check isInstr() before getInstr() with SUnit
2020-05-14 Gabor MartonFix Z3 function calls regarding arithmetic operations
2020-05-14 Gabor Marton[analyzer] StdLibraryFunctionsChecker: Add option to...
2020-05-14 Michael Schellenberg... [libc++][span] SFINAE span default constructor on Exten...
2020-05-14 Gabor Marton[analyzer] Make NonNullParamChecker as dependency for...
2020-05-14 Melanie Blower[clang] Fix bug in #pragma float_control(push/pop)
2020-05-14 Valeriy Savchenko[analyzer] Modernize analyzer's Python scripts
2020-05-14 Sanjay Patel[x86][CGP] improve sinking of splatted vector shift...
2020-05-14 Michael Schellenberg... [libcxx][span] Remove const_iterator from std::span
2020-05-14 Balázs Kéri[Analyzer][VLASizeChecker] Check VLA size in typedef...
2020-05-14 Michael Schellenberg... [libcxx][span] Remove tuple interface
2020-05-14 Simon PilgrimSelectionDAG.cpp - remove non-constant EXTRACT_SUBVECTO...
2020-05-14 Haojian Wu[clangd] Correct the elog message, NFC.
2020-05-14 Florian Hahn[VPlan] Move emission of \\l\"+\n to dumpBasicBlock...
2020-05-14 Sam McCall[clangd] Remove extra qualification
2020-05-14 Sam McCall[clangd] Don't create as much garbage while building...
2020-05-14 Pavel Labath[lldb] Fix a "missing return" warning in XcodeSDK
2020-05-14 Pavel Labath[lldb] Use llvm::MC for register numbers in AArch64...
2020-05-14 Haojian Wu[clangd] Setting recovery-ast flag in buildCompilerInvo...
2020-05-14 John Brawn[libc++] Adjust how we guard the inclusion of unistd.h
2020-05-14 Martin Storsjö[LLD] [COFF] Try to fix test errors from 7f0e6c31c25530...
2020-05-14 David Zarzycki[libcxx testing] Remove ALLOW_RETRIES from two futures...
2020-05-14 Pavel Labath[lldb/gdb-remote] Change default value of use-libraries...
2020-05-14 Martin Storsjö[LLD] [COFF] Add options for disabling auto import...
2020-05-14 Pavel Labath[lldb] Switch Section-dumping code to raw_ostream
2020-05-14 Pavel Labath[lldb] Don't dissasemble large functions by default
2020-05-14 Xing GUO[llvm-dwarfdump] Make commandline arguments consistent.
2020-05-14 Haojian Wu[clangd] Only emit default error/fatal diagnostices...
2020-05-14 Stephan Herhut[mlir] Fix the example for std.rank
2020-05-14 Konstantin... [GlobalISel][InlineAsm] Add support for basic input...
2020-05-14 Christian SiggOnly run pretty-printer tests for builds with debug...
2020-05-14 Stephen Neuendorffer[MLIR][cmake] don't glob for sources.
2020-05-14 Gabor GreifFix typo in error message
2020-05-14 Greg ClaytonFix buildbots errors after comitting D78782.
2020-05-14 Akira HatanakaDon't apply lvalue-to-rvalue conversion in DefaultLValu...
2020-05-14 Erik Pilkington[demangler] Support for 'this' expressions
2020-05-14 Douglas YungFix PS4 build of compiler-rt runtime.
2020-05-14 Michael BergPropagate MIFlags in table gen
2020-05-14 Huihui Zhang[CodeGen][NFC] Fix test/CodeGen/pr45476.cpp to specify...
2020-05-14 Craig Topper[X86] Return true from trySADReplacement in the partial...
2020-05-14 Stephen Neuendorffer[cmake] fix typo.
2020-05-14 Stephen Neuendorffer[cmake] Need PUBLIC dependencies for object targets...
2020-05-14 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-13 Wei Zhao[AARch64] Add Marvell ThunderX3T110 support
2020-05-13 Stephen Neuendorffer[cmake] Check for empty LLVM_PTHREAD_LIB
2020-05-13 Omar Ahmed[Attributor] Improve the alignment of the loads
2020-05-13 Johannes Doerfert[Attributor] Check lines accidentally not committed...
2020-05-13 Greg ClaytonAdd .debug_ranges support to the DWARF YAML.
2020-05-13 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-13 Florian Hahn[AArch64] Don't promote constants with float ConstantExpr.
2020-05-13 Eric ChristopherRemove an unused variable.
2020-05-13 Eli Friedman[AArch64][SVE] Add patterns for VSELECT of immediate...
2020-05-13 Yaxun (Sam... [HIP] Do not emit debug info for stub function
2020-05-13 Stanislav Mekhanoshin[AMDGPU] Optimized indirect multi-VGPR addressing
2020-05-13 Sean Silva[mlir] Change generate-test-checks.py to `%[[V:.*]...
2020-05-13 Kuter Dinel[Attributor] Use AAValueConstantRange to infer derefere...
2020-05-13 Eric ChristopherRemove unused Debugging variable.
2020-05-13 Reid Kleckner[PDB] Switch from LLVM_PACKED to LLVM_PACKED_START/END
2020-05-13 Adrian McCarthyFix template class debug info for Visual Studio visualizers
2020-05-13 Craig Topper[X86] Add test case for a regression from D76649. NFC
2020-05-13 Stephen Neuendorffer[cmake] Update creation of object library dependencies...
2020-05-13 Mircea Trofin[llvm][NFC] Remove unused fields in InlineAdvisor
2020-05-13 Craig Topper[X86] Fix one of the PMADDWD tests to not have dead...
2020-05-13 Christopher... Ensure that CMake tries to find Python3 before processing
2020-05-13 Mircea Trofin[docs] Add link to zorg github project
2020-05-13 Mircea Trofin[llvm] Add interface to drive inlining decision using...
2020-05-13 Craig Topper[X86] Only allow f32, f64, or f80 to be used with ...
2020-05-13 Louis Dionne[libc++] Explicitly list Lit features from the config_s...
2020-05-13 Eli Friedman[SelectionDAG] Require constant index for INSERT/EXTRAC...
2020-05-13 Alina Sbirlea[NewPassManager] Add assertions when getting statefull...
2020-05-13 Alina Sbirlea[SimpleLoopUnswitch] Add non-empty unreachable block...
next