platform/upstream/llvm.git
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"
2020-02-29 Stephen NeuendorfferRevert "[MLIR] Move from add_dependencies() to DEPENDS"
2020-02-29 Simon PilgrimFix Wdocumentation warning - use tparam for template...
2020-02-29 Simon Pilgrim[MachineInst] Remove dead code. NFCI.
2020-02-29 Simon PilgrimMake argument const to silence cppcheck warning. NFCI.
2020-02-29 Stephen NeuendorfferRevert "[MLIR] Add support for libMLIR.so"
2020-02-29 Stephen NeuendorfferRevert "[MLIR] Fixes for BUILD_SHARED_LIBS=on"
2020-02-29 Petr Hosek[CMake] Link against ZLIB::ZLIB
2020-02-29 Petr Hosek[CMake] Use PUBLIC link mode for static libraries
2020-02-29 Simon Pilgrim[X86][F16C] Remove cvtph2ps intrinsics and use generic...
2020-02-29 Stephen Neuendorffer[MLIR] Fixes for BUILD_SHARED_LIBS=on
2020-02-29 Valentin Churavy[MLIR] Add support for libMLIR.so
2020-02-29 Stephen Neuendorffer[MLIR] Move from add_dependencies() to DEPENDS
2020-02-29 Stephen Neuendorffer[MLIR] Remove redundant library dependencies
2020-02-29 Stephen Neuendorffer[MLIR] Move from using target_link_libraries to LINK_LI...
2020-02-29 Mehdi AminiEnsure that multi-threading is disabled when enabling...
2020-02-29 Fangrui Song[MC] Add MCStreamer::emitInt{8,16,32,64}
2020-02-29 Aaron PuchertRemove unused parameter from CXXRecordDecl::forallBases...
2020-02-29 Sanjay Patel[PassManager] add tests for vector pass enabling; NFC
2020-02-29 Stefan Gränitz[ExecutionEngine] Add JITSymbolFlags::fromSummary(Globa...
2020-02-29 Stefanos BaziotisFirst test commit - empty
2020-02-29 Georgii Rymar[llvm-readobj] - Report warnings instead of errors...
2020-02-29 Benjamin KramerArrayRef'ize restoreCalleeSavedRegisters. NFCI.
2020-02-29 Siva Chandra... [libc] Add ability to generate enum types/values to...
2020-02-29 Shengchen Kan[X86] Move the function getOrCreateBoundaryAlignFragment
2020-02-29 Shengchen Kan[X86] Disable the NOP padding for branches when bundle...
2020-02-29 Fangrui Song[ELF][PPC32] Fix canonical PLTs when the order does...
2020-02-29 Fangrui Song[ELF] Delete two unneeded `referenced = true` after...
2020-02-29 Greg ClaytonRevert "Fix GSYM tests to run the yaml files and fix...
2020-02-29 Michael Liao[cmake] Fix LLVM_USE_SPLIT_DWARF
2020-02-29 Vedant KumarDisable instrprof-merging.cpp on powerpc64 (D69471...
2020-02-29 Vedant KumarAdd cast to appease clang-armv7-linux-build-cache ...
next