platform/upstream/llvm.git
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
2020-01-27 Nathan[clang-tidy] readability-identifier-naming disregards...
2020-01-27 Petr Hosek[Symbolize] Handle error after the notes loop
2020-01-27 Vedant KumarReland (again): [DWARF] Allow cross-CU references of...
2020-01-27 Mikhail Gadelha[analyzer] Simplify BoolAssignmentChecker
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.tbuffer.load
2020-01-27 aartbik[mlir] [VectorOps] Lowering of vector.extract/insert_sl...
2020-01-27 Stanislav Mekhanoshin[AMDGPU] Attempt to reschedule withou clustering
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.struct.buffer...
2020-01-27 Luke Drummond[tablegen] Emit string literals instead of char arrays
2020-01-27 Jonas Devlieghere[llvm][TextAPI/MachO] Support writing single macCatalys...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.struct.buffer...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.load...
2020-01-27 Gabor Horvath[analyzer] Fix handle leak false positive when the...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.load
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Handle VOP3NoMods
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Add baseline tests for fma/fmad...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Minor refactor of MUBUF complex...
2020-01-27 Matt ArsenaultAMDGPU: Fix not using f16 fsin/fcos
2020-01-27 Jay Foad[AMDGPU] Simplify test and extend to gfx9 and gfx10
2020-01-27 Simon Pilgrim[X86][AVX] Add a more aggressive SimplifyMultipleUseDem...
2020-01-27 Matt ArsenaultAMDGPU/GlobalISel: Custom legalize v2s16 G_SHUFFLE_VECTOR
2020-01-27 Christian SiggAdd pretty printers for llvm::PointerIntPair and llvm...
2020-01-27 Nico WeberRevert "[StackColoring] Remap PseudoSourceValue frame...
2020-01-27 Matt ArsenaultRevert "AMDGPU: Temporary drop s_mul_hi_i/u32 patterns"
2020-01-27 David Goldman[clangd] Only re-open files if their flags changed
2020-01-27 Teresa JohnsonRestore "[LTO/WPD] Enable aggressive WPD under LTO...
next