platform/upstream/llvm.git
2019-10-28 Bjorn Pettersson[utils] InlineFunction: fix for debug info affecting...
2019-10-28 Austin KerbowAMDGPU: Avoid overwriting saved PC
2019-10-28 Julian Lettner[lit] Make main.py a pure Python module
2019-10-28 Jonas Devlieghere[Docs] Disable Python docs when LLDB_DISABLE_PYTHON...
2019-10-28 Sean Fertile[AIX] Refactor AIX Call Lowering to use CCState. NFCI.
2019-10-28 Kostya Kortchinsky[scudo][standalone] Consolidate lists
2019-10-28 Simon PilgrimRemove extra ';'. NFCI.
2019-10-28 Guillaume Chatelet[clang] Add no_builtin attribute
2019-10-28 --global[NFC] Comment endif to test commit access
2019-10-28 Marcello Maggioni[LiveIntervalUnion] Expose extraction of last index...
2019-10-28 David Green[InstCombine] Extra combine for uadd_sat
2019-10-28 Andrew PaverdAdd Windows Control Flow Guard checks (/guard:cf).
2019-10-28 Jinsong Ji[AArch64] Fix unannotated fall-through between switch...
2019-10-28 Sanne WoudaPrecommit AArch64 test for -consider-local-interval...
2019-10-28 Alexey Bataev[LIBOMPTARGET]Fix build, NFC.
2019-10-28 Nico Weberlld/COFF: Simplify getOutputPath() using sys::path...
2019-10-28 Jeremy Morse[DebugInfo] MachineSink: find more DBG_VALUEs to sink
2019-10-28 Sanjay Patel[DAGCombiner] widen any_ext of popcount based on target...
2019-10-28 Bryan Chan[AArch64][Builtins] Avoid unnecessary cache cleaning
2019-10-28 David Green[InstCombine][NFC] Tests for uadd.sat and sadd.sat...
2019-10-28 Ilya Biryukov[clangd] Do not report anonymous entities in findExplic...
2019-10-28 Sanjay Patel[CVP] prevent propagating poison when substituting...
2019-10-28 Jeremy Morse[DebugInfo] MachineSink: Insert undef DBG_VALUEs when...
2019-10-28 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64
2019-10-28 David Green[Codegen][ARM] Add float softening for cbrt
2019-10-28 Rafael Stahlminor doc typo fix / testing github commit
2019-10-28 vhscampos[ARM][AArch64] Implement __cls, __clsl and __clsll...
2019-10-28 Kadir Cetinkaya[clangd] Flush streams when printing HoverInfo Name...
2019-10-28 Ilya Biryukov[clangd] Do not highlight keywords in semantic highlighting
2019-10-28 vhscampos[ARM][AArch64] Implement __arm_rsrf, __arm_rsrf64,...
2019-10-28 Kerry McLaughlin[AArch64][SVE] Implement masked load intrinsics
2019-10-28 Sam Elliott[RISCV] Lower llvm.trap and llvm.debugtrap
2019-10-28 Guillaume ChateletFix https://bugs.llvm.org/show_bug.cgi?id=43791
2019-10-28 Ilya Biryukov[clangd] Do not insert parentheses when completing...
2019-10-28 Seiya Nuta[llvm-objcopy][MachO] Implement --only-section
2019-10-28 Kadir Cetinkaya[clangd] Reland Store Index in Tweak::Selection
2019-10-28 Kadir Cetinkaya[clangd] Reland DefineInline action apply logic with...
2019-10-28 David Zarzycki[X86] Fix 48/96 byte memcmp code gen
2019-10-28 LLVM GN Syncbotgn build: Merge 5ab9a850f6b
2019-10-28 Kadir Cetinkaya[clangd] Reland DefineInline action availability checks
2019-10-28 Richard Smith[c++20] Enforce rule that a union-like class or class...
2019-10-28 Kadir Cetinkaya[clangd] Pass ExtraArgs to TestTU in TweakIsAvailable...
2019-10-28 Richard SmithPR43775: don't produce a bogus 'auto' -Wc++98-compat...
2019-10-28 Matt ArsenaultTableGen: Use enum names in composeSubRegIndices table
2019-10-28 Matt ArsenaultOpenMP: Add convergent to more runtime functions
2019-10-28 Matt ArsenaultOpenMP: Add helper function for convergent runtime...
2019-10-28 Craig Topper[X86] Use 64-bit version of source register in LowerPAT...
2019-10-28 Matt ArsenaultUse isConvergent helper instead of directly checking...
2019-10-27 Lawrence D... [LLDB][formatters] ArgInfo::count -> ArgInfo::max_posit...
2019-10-27 Saleem AbdulrasoolPM: silence `-Wpessimizing-move` from GCC 9.2.1 (NFC)
2019-10-27 Alex Lorenz[lit] Drop the user-site packages directory from search...
2019-10-27 Richard SmithPR43400: Add test that we can instantiate a friend...
2019-10-27 Richard SmithPR43762: when implicitly changing the active union...
2019-10-27 Sanjay Patel[SDAG] fold insert_vector_elt with undef index
2019-10-27 Craig Topper[LegalizeTypes] When promoting BITREVERSE/BSWAP don...
2019-10-27 Craig Topper[TargetLowering] Add getBooleanContents contents check...
2019-10-27 Jon Chesterfield[nfc][libomptarget] Decrease coupling between files
2019-10-27 Jon Chesterfield[nfc][libomptarget] Inline option into target_impl
2019-10-27 Greg Bedwell[MCA] Fix a spelling mistake in a comment. NFC
2019-10-27 Greg BedwellFix a spelling mistake in a couple of intrinsic descrip...
2019-10-27 Jon Chesterfield[NFC][libomptarget]Remove TRUE,FALSE macros from option.h
2019-10-26 Craig Topper[X86] Only look up boolean reduction cost tables if...
2019-10-26 Roman Lebedev[APInt] Introduce APIntOps::GetMostSignificantDifferent...
2019-10-26 David Zarzycki[X86] Prefer KORTEST on Knights Landing or later for...
2019-10-26 David Zarzycki[X86] NFC: expand inline memcmp test coverage
2019-10-26 marshallAdd all the issues to be voted upon in Belfast
2019-10-26 Luboš Luňákfix lldb build with -DLLVM_ENABLE_MODULES=On (missing...
2019-10-26 Georgii Rymar[ObjectYAML] - Do not use auto. NFC.
2019-10-26 georgerim[YAMLTraits] - Revert a change committed by a mistake...
2019-10-26 cdevadas[AMDGPU] Fix Vreg_1 PHI lowering in SILowerI1Copies.
2019-10-26 Shu-Chun WengCorrect size_t format specifier
2019-10-26 Craig Topper[X86][GISel] Fix typo in comment. NFC
2019-10-26 Sergey DmitrievReland "[Clang][Bundler] Error reporting improvements"
2019-10-26 Lang Hames[ORC] Avoid SymbolStringPtr copies in DynamicLibrarySea...
2019-10-26 Sergey DmitrievRevert "[Clang][Bundler] Error reporting improvements"
2019-10-25 John McCall[NFC] Add a tablegen node for the root of the AST node...
2019-10-25 John McCallAdd Record::getValueAsOptionalDef().
2019-10-25 Sergey Dmitriev[Clang][Bundler] Error reporting improvements
2019-10-25 Sanjay Patel[SDAG] fold extract_vector_elt with undef index
2019-10-25 Julian Lettner[lit] Move sharding logic into separate function
2019-10-25 Matt Morehouse[libFuzzer] Enable extra counters for Fuchsia.
2019-10-25 Adrian McCarthyFix after 738af7a6241c98164625b9cd1ba9f8af4e36f197
2019-10-25 Reid KlecknerUse __builtin_strlen in constexpr StringRef ctor with...
2019-10-25 Daniel Sanders[globalisel] Restructure the GlobalISel documentation
2019-10-25 Jonas Devlieghere[LLDB] Fix inline variable only used in assertion....
2019-10-25 Michael Spencer[clang][DependencyScanning] 80-col.
2019-10-25 Pavel Labathlldb/minidump: Refactor memory region computation code
2019-10-25 Joel E. Denny[lit] Don't fail when printing test output with special...
2019-10-25 Pavel Labathlldb/COFF: Create a separate "section" for the file...
2019-10-25 Stanislav Mekhanoshin[AMDGPU] Enable SGPR copy folding
2019-10-25 Daniel Sanders[globalisel] Fix typo in 'Add LLVMDev 2019 talks and...
2019-10-25 Daniel Sanders[globalisel] Add LLVMDev 2019 talks and links for the...
2019-10-25 Yonghong Song[BPF] fix a CO-RE issue with -mattr=+alu32
2019-10-25 Sanjay Patel[x86] add tests for extractelement with undef index...
2019-10-25 David TentyUpdate version number in llvm python bindings
2019-10-25 Jim Ingham Add the ability to pass extra args to a Python...
2019-10-25 Jian CaiRevert "[ARM] Uses "Sun Style" syntax for section switc...
2019-10-25 Stanislav Mekhanoshin[AMDGPU] Fixed asan failure in SIFoldOperands
2019-10-25 Matt ArsenaultGlobalISel: Implement widenScalar for G_INSERT_VECTOR_ELT
2019-10-25 Guillaume Chatelet[Alignment][NFC] Convert AllocaInst to MaybeAlign
next