platform/upstream/llvm.git
2019-10-19 Richard SmithP1152R4: Fix deprecation warnings in libc++ testsuite...
2019-10-19 Richard Smith[c++20] Add rewriting from comparison operators to...
2019-10-19 Richard Smith[c++20] Add CXXRewrittenBinaryOperator to represent...
2019-10-18 David BlaikieDebugInfo: Render the canonical name of a class templat...
2019-10-18 Vedant Kumar[profile] Do not cache __llvm_profile_get_filename...
2019-10-18 Matt ArsenaultLiveIntervals: Fix handleMoveUp with subreg def moving...
2019-10-18 Peter Collingbournegn build: Build compiler-rt code with -fvisibility...
2019-10-18 Peter Collingbournehwasan: Add missing SANITIZER_INTERFACE_ATTRIBUTE on...
2019-10-18 Stanislav Mekhanoshin[AMDGPU] move PHI nodes to AGPR class
2019-10-18 Evgeniy Stepanov[hwasan] Remove system allocator fallback.
2019-10-18 Wei Mi[SampleFDO] Add profile remapping support for profile...
2019-10-18 Jonas Devlieghere[Reproducer] XFAIL TestWorkingDir on Windows
2019-10-18 Jay Foad[AMDGPU] Remove -amdgpu-spill-sgpr-to-smem.
2019-10-18 Jonas Devlieghere[Reproducer] Improve reproducer help (NFC)
2019-10-18 Roman Lebedev[CVP] setDeducedOverflowingFlags(): actually inc per...
2019-10-18 GN Sync Botgn build: Merge r375288
2019-10-18 Vedant KumarDisable exit-on-SIGPIPE in lldb
2019-10-18 Reid Kleckner[X86] Fix register parsing in .seh_* in Intel syntax
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Unforget to censor...
2019-10-18 Roman Lebedev[NFC][CVP] Some tests for `mul` no-wrap deduction
2019-10-18 Peter CollingbourneUpdate global_symbols.txt.
2019-10-18 Thomas Lively[WebAssembly] Allow multivalue signatures in object...
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Rename Environment...
2019-10-18 Artem Dergachev[analyzer] Fix FieldRegion dumps.
2019-10-18 Artem Dergachev[analyzer] Drop the logic for collapsing the state...
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix dump for state 0.
2019-10-18 Artem Dergachev[analyzer] Fix hidden node traversal in exploded graph...
2019-10-18 Quentin Colombet[GISel][CallLowering] Make isIncomingArgumentHandler...
2019-10-18 Peter Collingbournescudo: Update TLS_SLOT_SANITIZER value.
2019-10-18 Ryan Prichard[libunwind][Android] Fix findUnwindSections for ARM...
2019-10-18 Roman Lebedev[CVP] After proving that @llvm.with.overflow()/@llvm...
2019-10-18 Raphael Isemann[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
2019-10-18 Lang Hames[examples] Fix some comments in the LLJITWithJITLink...
2019-10-18 Matt ArsenaultAMDGPU: Relax 32-bit SGPR register class
2019-10-18 Lang Hames[examples] Add an example of how to use JITLink and...
2019-10-18 Austin KerbowAMDGPU: Fix SMEM WAR hazard for gfx10 readlane
2019-10-18 Julian Lettner[lit] Reduce value of synthesized timeouts
2019-10-18 Julian Lettner[lit] Remove unnecessary tracking of test_index
2019-10-18 Julian Lettner[lit] Only send back test result from worker process
2019-10-18 Roman Lebedev[Codegen] Link MIRParser into CodeGenTests to fix Machi...
2019-10-18 Roman Lebedev[NFC][CVP] Add @llvm.*.sat tests where we could prove...
2019-10-18 Jonas Devlieghere[Reproducer] Use ::rtrim() to remove trailing control...
2019-10-18 Brian Gesiak[Format] Add format check for throwing negative numbers
2019-10-18 Alexey Bataev[DOCS]Update list of implemented constructs, NFC.
2019-10-18 GN Sync Botgn build: Merge r375254
2019-10-18 Alexey Bataev[OPENMP50]Add support for master taskloop simd.
2019-10-18 Hiroshi Yamauchi[PGO][PGSO] SizeOpts changes.
2019-10-18 Simon Pilgrim[X86] combineX86ShufflesRecursively - pull out isTarget...
2019-10-18 Jay Foad[IR] Reimplement FPMathOperator::classof as a whitelist.
2019-10-18 Jay FoadUpdate docs for fast-math flags.
2019-10-18 Krasimir Georgiev[clang-format] fix regression recognizing casts in...
2019-10-18 Michael Liao[tooling] Relax an assert when multiple GPU targets...
2019-10-18 Joseph TremouletProcessMinidump: Suppress reporting stop for signal '0'
2019-10-18 Joseph TremouletLLDB: Use LLVM's type for minidump ExceptionStream...
2019-10-18 Joseph TremouletUpdate MinidumpYAML to use minidump::Exception for...
2019-10-18 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Added sdwa/dpp versions of v_cndmas...
2019-10-18 James Molloy[DFAPacketizer] Fix large compile-time regression for...
2019-10-18 Joseph TremouletAdd ExceptionStream to llvm::Object::minidump
2019-10-18 Michael Liao[lld][coff] Add missing dependency to fix build.
2019-10-18 Eugene LeviantOne more attempt to fix PS4 buildbot after r375219
2019-10-18 Eugene LeviantAttempt to fix PS4 buildbot after r375219
2019-10-18 Pavel LabathAdd REQUIRES: x86 to more tests which need the x86...
2019-10-18 Nemanja IvanovicRevert r375152 as it is causing failures on EXPENSIVE_C...
2019-10-18 Victor Campos[SCEV] Removing deprecated comment in ScalarEvolutionEx...
2019-10-18 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Corrected parsing of v_cndmask_b32_sdwa
2019-10-18 Roman Lebedev[NFC][CVP] Count all the no-wraps we proved
2019-10-18 Victor Campos[AArch64] Adding support for PMMIR_EL1 register
2019-10-18 Haojian Wu[clangd] Report declaration references in findExplicitR...
2019-10-18 Eugene Leviant[ThinLTOCodeGenerator] Add support for index-based WPD
2019-10-18 Graham Hunter[AArch64][SVE] Add SPLAT_VECTOR ISD Node
2019-10-18 Pavel LabathSystemInitializerCommon fix compilation on linux
2019-10-18 Sjoerd Meijer[Arm][libsanitizer] Fix arm libsanitizer failure with...
2019-10-18 Eugene Leviant[ThinLTOCodeGenerator] Add support for index-based WPD
2019-10-18 Martin Storsjo[LLD] [COFF] Try to report source locations for duplica...
2019-10-18 David Green[AArch64] Don't combine callee-save and local stack...
2019-10-18 Simon Pilgrim[X86] Regenerate memcmp tests and add X64-AVX512 common...
2019-10-18 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-18 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-18 David Green[Codegen] Alter the default promotion for saturating...
2019-10-18 Kerry McLaughlin[AArch64][SVE] Implement unpack intrinsics
2019-10-18 Bjorn Pettersson[InstCombine] Fix miscompile bug in canEvaluateShuffled
2019-10-18 Bjorn Pettersson[InstCombine] Pre-commit of test case showing miscompil...
2019-10-18 Rui UeyamaUpdate release notes
2019-10-18 Thomas Lively[WebAssembly] -pthread implies -target-feature +sign-ext
2019-10-18 David Zarzycki[X86] Emit KTEST when possible
2019-10-18 Julian Lettner[lit] Move resolving of XFAIL result codes out of Test...
2019-10-18 Julian Lettner[lit] worker.py: Improve code for executing a single...
2019-10-17 Michael Kruse[ScopBuilder] Fix bug 38358 by preserving correct order...
2019-10-17 Philip Reames[IndVars] Factor out some common code into a utility...
2019-10-17 Philip Reames[Test] Precommit test for D69006
2019-10-17 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix typo in r375186...
2019-10-17 Raphael Isemann[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
2019-10-17 Artem Dergachev[analyzer] Assign truly stable identifiers to exploded...
2019-10-17 Artem Dergachev[analyzer] Display cast kinds in program point dumps.
2019-10-17 Artem Dergachev[analyzer] exploded-graph-rewriter: Make node headers...
2019-10-17 David BlaikieDebugInfo: Move loclist base address from DwarfFile...
2019-10-17 Lawrence D... eliminate one form of PythonObject::Reset()
2019-10-17 Lawrence D... clean up the implementation of PythonCallable::GetNumAr...
2019-10-17 David BlaikieDebugInfo: Remove unused parameter (from DwarfDebug...
2019-10-17 Eli Friedman[ARM] Fix arm_neon.h with -flax-vector-conversions...
next