platform/upstream/llvm.git
2020-01-28 Jonathan Roelofs[clang] Fix EOL whitespace. NFC
2020-01-28 Kadir Cetinkaya[clang][CodeComplete] Support for designated initializers
2020-01-28 Kostya Kortchinsky[scudo][standalone] Secondary & general other improvements
2020-01-28 Denis Khalikov[mlir][spirv] Add GroupNonUniform arithmetic operations.
2020-01-28 Kadir Cetinkaya[clangd] Make bin/llvm-lit run standalone clangd tests
2020-01-28 Nico WeberPrevent building with MSVC 14.24
2020-01-28 Jonathan Coe[clang-format] Handle quotes and escaped braces in...
2020-01-28 Nico WeberRevert "[Clang] Warn about 'z' printf modifier in old...
2020-01-28 Victor Huang[PowerPC][Future] Add pld and pstd to future CPU
2020-01-28 Whitney Tsang[CodeMoverUtils] Improve IsControlFlowEquivalent.
2020-01-28 Pavel Labath[lldb/PDB] Use the new line table constructor
2020-01-28 Wang, PengfeiFix sphinx build bot failure. NFCI.
2020-01-28 Nico WeberRevert "PR44684: Look through parens and similar constr...
2020-01-28 Sam Parker[NFC][RDA] typedef SmallPtrSetImpl<MachineInstr*>
2020-01-28 Nathan[ASTMatchers] Add cxxNoexceptExpr AST matcher
2020-01-28 Benjamin Kramer[ADT] Implicitly convert between StringRef and std...
2020-01-28 Pavel LabathRevert "[lldb/DWARF] Only match mangled name in full...
2020-01-28 Wang, Pengfei[FPEnv] Add pragma FP_CONTRACT support under strict FP.
2020-01-28 Miloš Stojanović[mips][NFC] Remove unused instruction formats
2020-01-28 Wang, Pengfei[X86] Add combination for fma and fneg on X86 under...
2020-01-28 Peter Smith[LLD][ELF][ARM] Do not insert interworking thunks for...
2020-01-28 Peter Smith[LLD][ELF][ARM] clang-format function signature [NFC]
2020-01-28 James HendersonRevert "[DebugInfo] Make most debug line prologue error...
2020-01-28 James Henderson[DebugInfo] Make most debug line prologue errors non...
2020-01-28 Haojian Wu[clangd] use SCOPED_TRACE to better trace the testcase...
2020-01-28 Jaroslav Sevcik[lldb/DWARF] Only match mangled name in full-name funct...
2020-01-28 Benjamin Kramer[docs] Clarify llvm.used semantics with less awkward...
2020-01-28 Stephan HerhutAdd lowering for loop.parallel to cfg.
2020-01-28 Alex Zinenko[mlir] NFC: use ValueRange in AffineToStandard conversion
2020-01-28 Jay Foad[AMDGPU] Fix vccz after v_readlane/v_readfirstlane...
2020-01-28 Raphael Isemann[lldb][NFC] Simplify Materializer/Dematerializer constr...
2020-01-28 Kadir Cetinkaya[clangd][Hover] Handle uninstantiated templates
2020-01-28 Sam McCall[clangd] Support pseudo-obj expr, opaque values, and...
2020-01-28 Raphael Isemann[lldb] Cut off unused suffix in CompletionRequest:...
2020-01-28 Sam McCall[clangd] Improve ObjC property handling in SelectionTree.
2020-01-28 Julian Gross[mlir] fixed invalid LLVM intrinsics in LLVMOPs.td...
2020-01-28 Julian GrossAdd tanh lowering from Standard dialect to NVVM and...
2020-01-28 Kazushi (Jam... [VE] call isel with stack passing
2020-01-28 Georgii Rymar[llvm-readobj][test] - Remove --symbols --dyn-syms...
2020-01-28 Guillaume ChateletUpdate tests for @llvm.memcpy.inline intrinsics
2020-01-28 Alex Zinenko[mlir] NFC: use doxygen-style comments in AffineToStand...
2020-01-28 Guillaume ChateletFix failing bot
2020-01-28 Simon Tatham[Clang] Warn about 'z' printf modifier in old MSVC.
2020-01-28 Kazushi (Jam... [VE] enable unaligned load/store isel
2020-01-28 Guillaume Chatelet[instrinsics] Add @llvm.memcpy.inline instrinsics
2020-01-28 Petr HosekRevert "[lsan] Support LeakSanitizer runtime on Fuchsia"
2020-01-28 River Riddle[mlir] Replace toy::DeadFunctionEliminationPass with...
2020-01-28 Roland McGrath[Clang] Enable -fsanitize=leak on Fuchsia targets
2020-01-28 Roland McGrath[lsan] Support LeakSanitizer runtime on Fuchsia
2020-01-28 River Riddle[mlir] Add a DCE pass for dead symbols.
2020-01-28 River Riddle[mlir] Refactor the implementation of Symbol use lists.
2020-01-28 River Riddle[mlir][NFC] Update Operation::getResultTypes to use...
2020-01-28 River Riddle[mlir] Add support for marking 'unknown' operations...
2020-01-28 Nico WeberMake AST reading work better with LLVM_APPEND_VC_REV=NO
2020-01-28 Richard SmithPR44684: Look through parens and similar constructs...
2020-01-28 Florian Hahn[Matrix] Mark remarks test as AArch64 specific.
2020-01-28 Florian Hahn[Matrix] Add info about number of operations to remarks.
2020-01-28 Shoaib Meenai[llvm] Fix file ignoring inside directories
2020-01-28 Shoaib Meenai[runtimes] Support install-*-stripped targets
2020-01-28 Shoaib Meenai[runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTI...
2020-01-28 Wei Mi[LV] Remove nondeterminacy by changing LoopVectorizatio...
2020-01-28 Florian Hahn[Matrix] Add optimization remarks for matrix expression.
2020-01-28 Nathan[clang-tidy] Fix bugprone-use-after-move when move...
2020-01-27 Fangrui SongReland "[StackColoring] Remap PseudoSourceValue frame...
2020-01-27 Nathan[clang-tidy] readability-redundant-string-init now...
2020-01-27 Nathan[clang-tidy] readability-identifier-naming disregards...
2020-01-27 Reid Kleckner[IR] Keep a double break between functions when printin...
2020-01-27 Reid Kleckner[WinEH] Re-run stack coloring test for i686
2020-01-27 Evgenii StepanovSupport zero size types in StackSafetyAnalysis.
2020-01-27 Evgenii StepanovFix StackSafetyAnalysis crash with scalable vector...
2020-01-27 Florian Hahn[AArch64] Add option to enable/disable load-store renaming.
2020-01-27 Jonas Devlieghere[lldb/Commands] Make column available through _regexp...
2020-01-27 Jonas Devlieghere[lldb/Test] Use lit.local.cfg to mark whole directory...
2020-01-27 Eric Schweitzremove a trailing space character (test commit)
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Eliminate SelectVOP3Mods_f32
2020-01-27 Evgenii Stepanov[gwp-asan] Implement malloc_iterate.
2020-01-27 Jay Foad[GlobalISel] Make use of KnownBits::computeForAddSub
2020-01-27 Diego Caballero[mlir] Remove 'valuesToRemoveIfDead' from PatternRewrit...
2020-01-27 Stephen Neuendorffer[examples] Fix CMakefiles for JITLink and OrcError...
2020-01-27 Gabor Horvath[analyzer] Add FuchsiaLockChecker and C11LockChecker
2020-01-27 Sanjay Patel[InstCombine] allow more narrowing of casted select
2020-01-27 Kern Handa[NFC][mlir][linalg] Merge Utils/Intrinsics.h into EDSC...
2020-01-27 Alex Zinenko[mlir] add lowering from affine.min to std
2020-01-27 Simon Pilgrim[DAG] Enable ISD::EXTRACT_SUBVECTOR SimplifyMultipleUse...
2020-01-27 Adrian PrantlFix an assertion failure in DwarfExpression's subregist...
2020-01-27 Roman Lebedev[NFC][LoopVectorize] Autogenerate tests affected by...
2020-01-27 Roman Lebedev[NFC][IndVarSimplify] Autogenerate tests affected by...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select buffer atomics
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.tbuffer.store
2020-01-27 Jon ChesterfieldRevert "[nfc][libomptarget] Remove SHARED annotation...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.struct.buffer...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Move llvm.amdgcn.raw.buffer.store...
2020-01-27 Alexey Bataev[OPENMP50]Track changes of lastprivate conditional...
2020-01-27 Shoaib MeenaiRevert "[clang-tidy] readability-identifier-naming...
2020-01-27 Sanjay Patel[InstCombine] convert fsub nsz with fneg operand to...
2020-01-27 Nikita Popov[InstCombine] Move negation handling into freelyNegateV...
2020-01-27 Nikita Popov[InstCombine] Add more negation tests; NFC
2020-01-27 Matt ArsenaultTableGen: Try to fix expensive checks failures
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdcn.struct.tbuffer...
2020-01-27 Jinsong Ji[clang] Fix covered default in switch
next