platform/upstream/llvm.git
2020-03-30 Pavel LabathRevert "[lldb] Fix TestSettings.test_pass_host_env_vars...
2020-03-30 Matt ArsenaultGlobalISel: Minor cleanups
2020-03-30 Louis Dionne[libc++] Avoid duplicating logic in the libcxx-specific...
2020-03-30 Matt ArsenaultAMDGPU/GlobalISel: Hack to fix i24 argument lowering
2020-03-30 Matt ArsenaultAMDGPU/GlobalISel: Legalize 64-bit G_UDIV/G_UREM
2020-03-30 Chris Jackson[DebugInfo] Ensure that a demanded bits optimisation in
2020-03-30 Florian HahnRevert "[Darwin] Respect -fno-unroll-loops during LTO."
2020-03-30 Benjamin Kramer[LLDB] Initialize temporary token
2020-03-30 Pavel Labath[lldb] Fix TestSettings.test_pass_host_env_vars on...
2020-03-30 Louis Dionne[analyzer][MallocChecker][NFC] Split checkPostCall...
2020-03-30 Pavel Labath[lldb] Fix another crash in covariant type handling
2020-03-30 Chris Jackson[DebugInfo] Ensure dead store elimination can mark...
2020-03-30 Louis DionneRemove legacy CMake targets for libcxx and libcxxabi
2020-03-30 Sanjay Patel[InstCombine] add test for trunc-extelt; NFC
2020-03-30 Alexey Bataev[OPENMP50]Add basic support for array-shaping operation.
2020-03-30 Guillaume Chatelet[Alignment][NFC] Provide tightened up functions in...
2020-03-30 Haojian Wu[AST] Fix crashes on decltype(recovery-expr).
2020-03-30 Georgii Rymar[llvm-readobj] - Improve test of --elf-hash-histogram...
2020-03-30 Ulrich Weigand[SystemZ] Allow configuring default CLANG_SYSTEMZ_ARCH
2020-03-30 Raphael Isemann[lldb][NFC] Refactor Fix-It filter for warnings
2020-03-30 scentiniFix unused-variable error when assertions are disabled
2020-03-30 Raphael Isemann[lldb] Make TestExprDiagnostics.py pass again after...
2020-03-30 Georgii Rymar[llvm-readobj][test] - Simplify hash-symbols test.
2020-03-30 Simon Pilgrim[X86][AVX] lowerV4X128Shuffle - attempt to widen to...
2020-03-30 Krasimir Georgiev[clang-format] only parse C# generic type constraints...
2020-03-30 Florian Hahn[Matrix] Rename emitChainedMatrixMultiply to emitMatrix...
2020-03-30 Florian Hahn[AMDGPU] Drop const for value that is copied (NFC).
2020-03-30 Florian Hahn[CVP] Add additional icmp for ranges with undef to...
2020-03-30 Raphael Isemann[lldb] Make Fix-Its also apply to top-level expressions
2020-03-30 Qiu Chaofan[NFC] [PowerPC] Update and add tests for ori
2020-03-30 Raphael Isemann[lldb][NFC] Cleanup Fix-It code
2020-03-30 Sam Parker[ARM][LowOverheadLoops] Add horizontal reduction support
2020-03-30 Haojian Wu[AST] Fix a crash on invalid bitwidth exprs when preser...
2020-03-30 Balázs Kéri[Analyzer][MallocChecker] No warning for kfree of ZERO_...
2020-03-30 Hanhan Wang[mlir] Fix typos in DeclarativeRewrites.md
2020-03-30 Raphael Isemann[lldb] Run TestFixIts on non-Darwin platforms
2020-03-30 Raphael Isemann[lldb][NFC] Cleanup TestFixIts.py
2020-03-30 Guillaume Chatelet[Alignment][NFC] Return Align for SelectionDAGNodes...
2020-03-30 Adam Balogh[Analyzer] Rename test `iterator-modelling.cpp` to...
2020-03-30 Adam Balogh[Analyzer] Fix for incorrect use of container and itera...
2020-03-30 David Green[ARM] MVE VMOV.i64
2020-03-30 Craig Topper[TTI][X86] Fix the value passed to IsUnsigned for cost...
2020-03-30 Max Kazantsev[NFC] Remove obsolete checks followed by fix of isGuara...
2020-03-30 River Riddle[mlir][NFC] Update dialect/op documentation to be consi...
2020-03-30 River Riddle[mlir][NFC] Use the auto-generated op documentation...
2020-03-30 River Riddle[mlir][Diagnostics] Don't print note source line if...
2020-03-30 Juneyoung Lee[LangRef] Clarify the semantics of branch on undef
2020-03-30 Richard SmithPR45350: Handle unsized array CXXConstructExprs in...
2020-03-30 Jun Ma[Coroutines 2/2] Improve symmetric control transfer...
2020-03-30 Jun Ma[Coroutines 1/2] Improve symmetric control transfer...
2020-03-30 Alexandre Ganea[LLD][ELF] Put back rounding which was lost in 8404aeb5...
2020-03-30 David ZarzyckiRevert "[libc++] NFC: Simplify substitutions by using...
2020-03-29 Craig Topper[X86] Add sse4.1 RUNs lines to the min/max reduction...
2020-03-29 Daan Sprenkels[InstCombine] Add tests for trunc (extelt x); (NFC)
2020-03-29 Craig Topper[X86] Add sse4.2 command lines to min/max reduction...
2020-03-29 Benjamin Kramer[ARMMVE] Create fewer temporary SmallVectors
2020-03-29 Richard SmithDon't claim template names that name non-templates...
2020-03-29 Fangrui Song[ELF][test] Improve arm-exidx-output.s to test differen...
2020-03-29 David Green[ARM] VMOV.64 immediate tests. NFC
2020-03-29 LLVM GN Syncbot[gn build] Port 854f268ca62
2020-03-29 Benjamin Kramer[MC] Move deprecation infos from MCTargetDesc to MCInst...
2020-03-29 Nathan Ridge[clangd] Handle clang-tidy suppression comments for...
2020-03-29 Nathan Ridgeclang-format fixes in ClangTidyDiagnosticConsumer.cpp...
2020-03-29 Simon Pilgrim[X86][AVX] Combine 128/256-bit lane shuffles with zeroa...
2020-03-29 Simon PilgrimFix -Wdocumentation warning. NFC.
2020-03-29 Simon Pilgrim[X86] Add isAnyZero shuffle mask helper
2020-03-29 Nikita Popov[InstCombine] Erase old mul when creating umulo
2020-03-29 Nikita Popov[InstCombine] Use replaceOperand() in demanded elements...
2020-03-29 Uday Bondhugula[MLIR] Add missing asserts in interchangeLoops util...
2020-03-29 Nikita Popov[InstCombine] Use replaceOperand() in assoc cast simpli...
2020-03-29 Nikita Popov[InstCombine] Erase old add when optimizing add overflow
2020-03-29 Uday BondhugulaIntroduce support for lib function aligned_alloc in...
2020-03-29 Matt ArsenaultGlobalISel: Add matcher for G_SHL
2020-03-29 Matt ArsenaultAMDGPU/GlobalISel: Remove redundant virtual
2020-03-29 Matt ArsenaultAMDGPU: Fix using wrong instruction for FP conversion
2020-03-29 Matt ArsenaultAMDGPU: Add some additional tests for v_cvt_ubyte*...
2020-03-29 Matt ArsenaultAMDGPU: Fix typo
2020-03-29 Sanjay Patel[VectorCombine] skip debug intrinsics first for efficiency
2020-03-29 Sanjay Patel[InstCombine] make test independent of branch undef...
2020-03-29 Simon Pilgrim[X86][AVX] Add tests for 512-bit shuffle patterns that...
2020-03-29 Simon PilgrimRemove unnecessary empty comments from test check lines...
2020-03-29 Nikita Popov[InstCombine] Simplify select of cmpxchg transform
2020-03-29 Florian Hahn[OpenMP] set_bits iterator yields unsigned elements...
2020-03-29 Nikita Popov[InstCombine] Fix worklist management in varargs transform
2020-03-29 Nikita Popov[InstCombine] Erase original add when creating saddo
2020-03-29 Nikita Popov[InstCombine] Use replaceOperand() in a few more places
2020-03-29 Simon Pilgrim[X86][AVX] Combine 128-bit lane shuffles with a zeroabl...
2020-03-29 Simon Pilgrim[X86] Rename matchShuffleAsByteRotate to matchShuffleAs...
2020-03-29 Simon Pilgrim[X86][AVX] Add X86ISD::VALIGN target shuffle decode...
2020-03-29 Kazuaki Ishizaki[mlir] NFC: fix trivial typo in documents
2020-03-29 Florian Hahn[VPlan] Use one VPWidenRecipe per original IR instructi...
2020-03-29 Nikita Popov[PostOrderIterator] Use SmallVector to store stack...
2020-03-29 Simon Pilgrim[X86] X86CallFrameOptimization - generalize slow push...
2020-03-29 Aaron Smith[mlir] Add exp2 conversion to llvm.intr.exp2
2020-03-29 Richard Diamond[AlignmentFromAssumptions] Fix a SCEV assertion resulti...
2020-03-29 Craig Topper[X86] Add cost model test cases for fmin/fmax reduction.
2020-03-29 Fangrui Song[MC][PowerPC] Make .reloc support arbitrary relocation...
2020-03-28 Joerg SonnenbergerFix compatibility for __builtin_stdarg_start
2020-03-28 Matt ArsenaultAMDGPU: Make use of default operands
2020-03-28 Benjamin KramerPut back initializers that were dropped in 0ab5b5b8581d...
next