platform/upstream/llvm.git
2020-03-10 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - add Deman...
2020-03-10 Pavel Labath[lldb] Improve test failure messages in vscode tests
2020-03-10 Sanjay Patel[InstCombine] fold gep-of-select-of-constants (PR45084)
2020-03-10 Sanjay Patel[InstCombine] add/adjust tests for select-gep; NFC
2020-03-10 Florian Hahn[SLP] Support vectorizing functions provided by vector...
2020-03-10 Pavel Labath[lldb] Break up CommandObjectDisassemble::DoExecute
2020-03-10 Pavel Labath[lldb] Make UnwindLLDB a non-plugin
2020-03-10 Nathan James[NFC] Tweak OptionsUtils
2020-03-10 David Bozier[LLD] Add support for --unique option
2020-03-10 Simon Pilgrim[X86][SSE] Add more accurate costs for fmaxnum/fminnum...
2020-03-10 Djordje Todorovic[NFC][llvm-dwarfdump] Always use 'const Twine &'
2020-03-10 Simon Pilgrim[SLPVectorizer][X86] Add fmaxnum/fminnum tests
2020-03-10 Simon Pilgrim[CostModel][X86] Add fmaxnum/fminnum costs tests
2020-03-10 Simon Pilgrim[X86][SSE] Add SSE41 coverage for fmaxnum/fminnum tests
2020-03-10 alex-t [AMDGPU] SI_INDIRECT_DST_V* pseudos expansion should...
2020-03-10 Kerry McLaughlin[AArch64][SVE] Add SVE intrinsics for address calculations
2020-03-10 James Greenhalgh[Arm] Do not lower vmax/vmin to Neon instructions
2020-03-10 Simon Pilgrim[X86][AVX] combineX86ShuffleChain - combine binary...
2020-03-10 Adam Balogh[Analyzer][NFC] Change parameter of NoteTag lambdas...
2020-03-10 Clement Courbet[ExpandMemCmp][NFC] Add more tests.
2020-03-10 Florian Hahn[SLP] Precommit vector library test for D75878.
2020-03-10 Sam Parker[ARM][MVE] Validate tail predication values
2020-03-10 Jonathan Coe[clang-format] Correct indentation for `[key] = value...
2020-03-10 Jonathan CoeRevert "[clang-format] Correct indentation for `[key...
2020-03-10 Djordje TodorovicReland "[DebugInfo] Enable the debug entry values featu...
2020-03-10 Dmitry Vyukovtsan: tsan_interface.h: make constants static
2020-03-10 Craig Topper[X86] Remove isel patterns for (X86VBroadcast (i16...
2020-03-10 Puyan Lotfi[llvm][MIRVRegNamer] Avoid collisions across constant...
2020-03-10 Siva Chandra... [libc] Add simple implementations of mtx_lock and mtx_u...
2020-03-10 Siva Chandra... [libc] Take 2: Add linux implementations of thrd_create...
2020-03-10 Mehdi AminiFix MLIR build when NVPTX backend is not configured in
2020-03-10 Matt ArsenaultAMDGPU/GlobalISel: Avoid illegal vector exts for add...
2020-03-10 Matt ArsenaultAMDGPU/GlobalISel: Fix mishandling SGPR v2s16 add/sub/mul
2020-03-10 Lang Hames[MC] Allow Stackmap sections after DWARF in MachO.
2020-03-10 Uday Bondhugula[mlir] NFC: remove IntegerValueSet / MutableIntegerSet
2020-03-10 Nathan James[NFC] use hasAnyOperatorName and hasAnyOverloadedOperat...
2020-03-10 Wouter van... [WebAssembly] Fixed FrameBaseLocal not being set.
2020-03-10 Nathan James[ASTMatchers] Add hasAnyOverloadedOperatorName matcher
2020-03-10 George Burgess IV[x86][slh] Move isDataInvariant* functions
2020-03-10 George Burgess IV[x86][slh][NFC] Rm redundant liveness check
2020-03-10 Richard SmithRevert "PR45083: Mark statement expressions as being...
2020-03-10 Richard SmithMark test function as 'weak' to prevent interprocedural...
2020-03-09 Richard SmithPR45083: Mark statement expressions as being dependent...
2020-03-09 Matt Morehouse[ASan] Enable set_shadow_test.c on Windows.
2020-03-09 River Riddle[mlir][SideEffects] Replace the old SideEffects dialect...
2020-03-09 George Burgess IV[cmake] Strip quotes in compiler-rt/lib/crt; error...
2020-03-09 George Burgess IV[cmake] By default do not build compiler-rt with PGO
2020-03-09 Jonathan Roelofs[clang-tidy][docs] Post-commit feedback on D74669
2020-03-09 Douglas YungChange tests to use -S instead of -c to work when an...
2020-03-09 Erik Pilkington[CodeGenObjC] Privatize some ObjC metadata symbols
2020-03-09 Davide Italiano[AppleObjCRuntimeV2] Fix a typo. Evalulate -> evaluate.
2020-03-09 Davide Italiano[AppleObjC2RuntimeV2] Remove dead code. NFC.
2020-03-09 Davide Italiano[ObjC] Dynamic type resolution logging should go to...
2020-03-09 Philip Reames[tests] Add long nop test coverage for intel platforms
2020-03-09 Jonathan RoelofsAdd missing list.rst entry
2020-03-09 Reid Kleckner[gn] Use ghash if using clang & LLD together to make...
2020-03-09 Jonathan Roelofsrelease notes: fix new check name
2020-03-09 LLVM GN Syncbot[gn build] Port 1e0669bfe05
2020-03-09 Jonathan Roelofs[clang-tidy] New check: bugprone-suspicious-include
2020-03-09 Alexey Bataev[OPENMP50]Codegen for depobj dependency kind.
2020-03-09 Jay Foad[AMDGPU] Fix scheduling info for terminator SALU instru...
2020-03-09 Jonathan RoelofsFix internal links in Kaleidoscope tutorial
2020-03-09 Sjoerd MeijerFollow up of 3d9a0445cce3, clang driver defaulting...
2020-03-09 Yaxun (Sam... [HIP] Fix device stub name
2020-03-09 Arthur EubanksFix typo in gn files
2020-03-09 Arthur EubanksDon't emit pointer to int cast warnings under -Wmicroso...
2020-03-09 ahatanak[ObjC][ARC] Don't remove autoreleaseRV/retainRV pairs...
2020-03-09 Lei Zhang[mlir][ods] Fix AnyInteger predicate
2020-03-09 Matt ArsenaultAMDGPU/GlobalISel: Improve handling of illegal return...
2020-03-09 Sjoerd MeijerRecommit #2 "[Driver] Default to -fno-common for all...
2020-03-09 Matt ArsenaultAMDGPU: Make signext/zeroext behave more sensibly over...
2020-03-09 Fangrui Song[lldb] Add .clang-tidy with customization to disable...
2020-03-09 Krzysztof Parzyszek[Hexagon] Refactor handling of circular load/store...
2020-03-09 Erich KeanePermit attribute 'used' with 'target' multiversioning.
2020-03-09 Matt ArsenaultAMDGPU/GlobalISel: Start matching s_lshlN_add_u32 instr...
2020-03-09 Akira HatanakaFix the type of the capture passed to LambdaIntroducer...
2020-03-09 Cameron McInally[AArch64][SVE] Add missing fp16 DestructiveInstType...
2020-03-09 Louis Dionne[libc++] Enable std::function ABI bug demonstration...
2020-03-09 Hubert Tong[www] cxx_status: Update Reflection TS to Cologne draft
2020-03-09 Hubert Tong[www] cxx_status: Update title to mention C++20
2020-03-09 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2020-03-09 Craig Topper[X86] Teach combineToExtendBoolVectorInReg to create...
2020-03-09 JF BastienTest that volatile load type isn't changed
2020-03-09 Jonathan RoelofsDrop HEADER_ per review feedback on D74669
2020-03-09 Jonathan Coe[clang-format] Correct indentation for `[key] = value...
2020-03-09 LLVM GN Syncbot[gn build] Port 3486cc014b2
2020-03-09 Jeremy StengleinAdd test missed in r843a9778fcd5
2020-03-09 Nikita Popov[InstSimplify] Simplify calls with "returned" attribute
2020-03-09 Marcello MaggioniFix indentation using clang-format for Spiller.h. NFC
2020-03-09 Marcello MaggioniMove Spiller.h from lib/ directory path to include...
2020-03-09 Nikita Popov[InstCombine] Don't simplify calls without uses
2020-03-09 Nikita Popov[InstSimplify] Don't simplify musttail calls
2020-03-09 Jeremy StengleinAdd a warning for builtin_return_address/frame_address...
2020-03-09 Jonathan Coe[clang-format] C# does not indent braced initializers...
2020-03-09 Nicolas Vasilache[mlir][Vector] Add a vector.matrix_multiply op on 1...
2020-03-09 Jonathan Roelofs[clang-tidy] Use ; as separator for HeaderFileExtensions
2020-03-09 Jonathan Roelofs[clang-tidy] Generalize HeaderFileExtensions.{h,cpp...
2020-03-09 Jonathan Coe[clang-format] cleanup from D75517
2020-03-09 Nicolas Vasilache[mlir][Vector] Allow lowering of vector.shape_cast...
2020-03-09 Nicolas Vasilache[mlir][LLVM] Add remaining llvm.matrix intrinsics
next