platform/upstream/llvm.git
2020-03-02 Alexey Bataev[OPENMP50]Support 'destroy' clause on 'depobj' directives.
2020-03-02 Sid ManningAdd default paths to support musl target
2020-03-02 Erik Pilkington[Sema] Look through OpaqueValueExpr when checking impli...
2020-03-02 Petr Hosek[libcxx] When merging archives, build index even on...
2020-03-02 Raphael Isemann[lldb] Remove checks behind LLDB_CONFIGURATION_DEBUG...
2020-03-02 Jessica Paquette[AArch64][MachineOutliner] Don't outline CFI instructions
2020-03-02 Simon PilgrimFix shadow variable warning. NFC.
2020-03-02 Simon PilgrimFix 'unsigned variable can never be negative' cppcheck...
2020-03-02 Alexey Bataev[OPENMP50]Add basic support for depobj construct.
2020-03-02 Adrian PrantlMore principled implementation of DISubprogram::describes()
2020-03-02 Brian CainFix unused-variable warning
2020-03-02 Sam McCall[clangd] Split locateSymbolAt into several component...
2020-03-02 Nick Desaulniersclang: Switch C compilations to C17 by default.
2020-03-02 LLVM GN Syncbot[gn build] Port 49684f9db5c
2020-03-02 Mitch PhillipsRevert "Syndicate, test and fix base64 implementation"
2020-03-02 Mitch PhillipsRevert "Fix Base64Test - for StringRef size"
2020-03-02 Teresa Johnson[ThinLTO/LowerTypeTests] Handle unpromoted local type ids
2020-03-02 Matthias Kramm[mlir][DialectConversion] Abort early if a subregion...
2020-03-02 Vedant KumarSecond attempt to disable instrprof-merging.cpp
2020-03-02 River Riddle[mlir] Update several usages of IntegerType to properly...
2020-03-02 Volkan KelesGlobalISel: Move Localizer::shouldLocalize(..) to Targe...
2020-03-02 Arkady Shlykov[Loop Peeling] Add possibility to enable peeling on...
2020-03-02 Nicolas Vasilache[mlir] Add padding to 1-D Vector in CRunnerUtils.h
2020-03-02 Sven van Haastregt[OpenCL] Remove spurious atomic_fetch_min/max builtins
2020-03-02 Vedant KumarDisable instrprof-merging.cpp to unblock bots while...
2020-03-02 Krzysztof Parzyszek[Hexagon] Use BUILD_PAIR to expand i128 instead of...
2020-03-02 Jonathan Coe[clang-format] Rename CSharpNullConditionalSq and add...
2020-03-02 Martijn VelsAdd flag _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INSTANTI...
2020-03-02 Nicolai HähnleBuild fix: Turn off _GLIBCXX_DEBUG based on a compile...
2020-03-02 Simon Pilgrim[X86] Cleanup ShuffleDecode implementations. NFCI.
2020-03-02 Simon Pilgrim[CodeGenPGO] Fix shadow variable warning. NFC.
2020-03-02 Simon PilgrimEHScopeStack::Cleanup has virtual functions so the...
2020-03-02 David Green[LoopVectorizer] Change types of lists from pointers...
2020-03-02 Martijn VelsPartially inline basic_string::operator=(const basic_st...
2020-03-02 Graham Hunter[OpenMP] Allow const parameters in declare simd linear...
2020-03-02 Stephan Herhut[MLIR][GPU] fix loop trip count computation in LoopsToGPU
2020-03-02 Sanjay Patel[CodeGen] avoid running the entire optimizer pipeline...
2020-03-02 Nicolas Vasilache[mlir] NFC - Move Vector structure from RunnerUtils...
2020-03-02 Haojian Wu[clangd] No need to query ctor refs in cross-file rename.
2020-03-02 Sanjay Patel[CodeGen] avoid running the entire optimizer pipeline...
2020-03-02 Jonathan Coe[clang-format] Handle NullCoalescing and NullConditiona...
2020-03-02 Stephan Herhut[MLIR] Add includes to PointerLikeTypeTraits where...
2020-03-02 Kadir Cetinkaya[clangd] Get rid of lexer usage in locateMacroAt
2020-03-02 Kadir Cetinkaya[clangd] Get rid of unnecessary source transformations...
2020-03-02 Luke Geeson[ARM] Add Cortex-M55 Support for clang and llvm
2020-03-02 Simon PilgrimFix shadow variable warning. NFC.
2020-03-02 Simon PilgrimFix shadow variable warning. NFC.
2020-03-02 Simon Pilgrim[CostModel][X86] Add vXi1 extract/insert cost tests
2020-03-02 Joe Turner[clang-tidy] Copy the Ranges field from the Diagnostic...
2020-03-02 Balázs Kéri[analyzer][StreamChecker] Using function description...
2020-03-02 Awanish PandeyReland "[DebugInfo][clang][DWARF5]: Added support for...
2020-03-02 Simon PilgrimFix operator precedence warning. NFCI.
2020-03-02 Alex Zinenko[mlir] mlir-opt: print a newline after the top-level...
2020-03-02 Andrzej Warzynski[AArch64][SVE] Add intrinsics for non-temporal gather...
2020-03-02 Simon Tatham[ARM,MVE] Add ACLE intrinsics for VCVT[ANPM] family.
2020-03-02 Simon Tatham[ARM,MVE] Add ACLE intrinsics for VCVT.F32.F16 family.
2020-03-02 Simon Tatham[ARM,MVE] Correct MC operands in VCVT.F32.F16. (NFC)
2020-03-02 Simon Tatham[ARM,MVE] Add ACLE intrinsics for VQMOV[U]N family.
2020-03-02 Pavel Labath[lld] Fix test failure from d978656fd06
2020-03-02 Pavel Labath[DWARF] Use DWARFDataExtractor::getInitialLength to...
2020-03-02 Pavel Labath[DWARF] Use getInitialLength in range list parsing
2020-03-02 Pavel Labath[DWARFDebugLine] Use new DWARFDataExtractor::getInitial...
2020-03-02 serge-sans... Fix Base64Test - for StringRef size
2020-03-02 Jim Lin[git-clang-format] Fix typo in help message
2020-03-02 Anna Welker[ARM][MVE] Restrict allowed types of gather/scatter...
2020-03-02 Kang Zhang[NFC][PowerPC] Move some alias definition from PPCInstr...
2020-03-02 Sagar Jain[MLIR] Added llvm.freeze
2020-03-02 LLVM GN Syncbot[gn build] Port 5a1958f2673
2020-03-02 serge-sans... Syndicate, test and fix base64 implementation
2020-03-02 Haojian Wu[clangd] Remove the deprecated clangdServer::rename...
2020-03-02 Alex Brachet[libc] Add sigprocmask
2020-03-02 Hans WennborgRevert "[DebugInfo][clang][DWARF5]: Added support for...
2020-03-02 Awanish Pandey[DebugInfo][clang][DWARF5]: Added support for debuginfo...
2020-03-02 Fangrui Song[PowerPC][test] Improve .got2 and .toc tests
2020-03-02 Serguei Katkov[InlineSpiller] Relax re-materialization restriction...
2020-03-02 Fangrui Song[ELF][PPC32] Don't report "relocation refers to a disca...
2020-03-02 Jim Lin[Sparc] Fix incorrect operand for matching CMPri pattern
2020-03-02 Craig Topper[DAGCombiner][X86] Disable narrowExtractedVectorLoad...
2020-03-02 Shengchen Kan[X86] Not track size of the boudaryalign fragment durin...
2020-03-02 Craig Topper[X86][TwoAddressInstructionPass] Teach tryInstructionCo...
2020-03-01 Craig Topper[DAGCombiner] Don't emit select_cc from visitSINT_TO_FP...
2020-03-01 Lang Hames[JITLink] Update DEBUG_TYPE string for llvm-jitlink.
2020-03-01 Stefanos BaziotisFix [ADT][NFC] SCCIterator: Change hasLoop() to hasCycle()
2020-03-01 Stefanos Baziotis[ADT][NFC] SCCIterator: Change hasLoop() to hasCycle()
2020-03-01 Reid KlecknerAttempt to fix ZLIB CMake logic on Windows
2020-03-01 Reid Kleckner[WinEH] Fix inttoptr+phi optimization in presence of...
2020-03-01 Sanjay Patel[DAGCombiner] recognize shuffle (shuffle X, Mask0)...
2020-03-01 Jun Ma[Coroutines][New pass manager] Move CoroElide pass...
2020-03-01 Jun MaRevert "[Coroutines][new pass manager] Move CoroElide...
2020-03-01 Jun Ma[Coroutines][new pass manager] Move CoroElide pass...
2020-03-01 Craig Topper[X86] Don't add DELETED_NODES to DAG combine worklist...
2020-03-01 Fangrui Song[PowerPC] Move .got2/.toc logic from PPCLinuxAsmPrinter...
2020-03-01 Mehdi AminiFix MLIR build by adding missing header after cleanup...
2020-02-29 Juneyoung Lee[ValueTracking] Let getGuaranteedNonFullPoisonOp consid...
2020-02-29 Juneyoung Lee[ValueTracking] A value is never undef or poison if...
2020-02-29 Juneyoung Lee[GVN] Fold equivalent freeze instructions
2020-02-29 Craig Topper[X86] Tighten up the SDTypeProfile for X86ISD::CVTNE2PS...
2020-02-29 Reid KlecknerAvoid including FileSystem.h from MemoryBuffer.h
2020-02-29 Stephen NeuendorfferRevert "[MLIR] Move from using target_link_libraries...
2020-02-29 Stephen NeuendorfferRevert "[MLIR] Remove redundant library dependencies"
next