platform/upstream/llvm.git
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...
2019-10-17 Jordan RupprechtReland [llvm-objdump] Use a counter for llvm-objdump...
2019-10-17 Sergey Dmitriev[clang-offload-wrapper][NFC] Use captured name of the...
2019-10-17 Don Hinton[Error] Make llvm::cantFail include the original error...
2019-10-17 Stanislav Mekhanoshin[AMDGPU] drop getIsFP td helper
2019-10-17 Sterling Augustine(NFC) Delete variable made unused by llvm-svn: 375160
2019-10-17 Raphael Isemann[lldb] X-fail tests that use constructors in expression...
2019-10-17 Jonas Devlieghere[test] Add a .clang-format file for the shell test.
2019-10-17 Julian Lettner[lit] Move computation of deadline up into base class
2019-10-17 Adrian PrantlAdapt Windows test to API change.
2019-10-17 Jordan Rupprecht[llvm-objcopy] Add support for shell wildcards
2019-10-17 Alexey Bataev[OPENMP]Dow not emit warnings for uninitialized loop...
2019-10-17 Evgeniy Stepanovlibhwasan initialisation include kernel syscall ABI...
2019-10-17 Julian LettnerReland "[lit] Synthesize artificial deadline"
2019-10-17 Martin StorsjoRevert "[LLDB] [test] Use %clang_cl instead of build...
2019-10-17 Dan Liew[Builtins] Downgrade duplicate source file warning...
2019-10-17 Adrian PrantlModernize the rest of the Find.* API (NFC)
2019-10-17 Sanjay Patel[x86] add test for setcc to shift transform; NFC
2019-10-17 Shoaib Meenai[cmake] Pass external project source directories to...
2019-10-17 Martin Storsjo[LLDB] [test] Use %clang_cl instead of build.py in...
2019-10-17 Alexander Shaposhnikov[Object] Fix the return type of getOffset/getSize
2019-10-17 Roman Lebedev[NFC][InstCombine] Some more preparatory cleanup for...
2019-10-17 Nemanja Ivanovic[PowerPC] Turn on CR-Logical reducer pass
next