platform/upstream/llvm.git
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 ...
2020-02-29 Vedant KumarReland: [Coverage] Revise format to reduce binary size
2020-02-29 Vedant KumarRevert "[Coverage] Revise format to reduce binary size"
2020-02-29 Vedant Kumar[compiler-rt/test] Relax a test so we can debug it...
2020-02-29 Vedant Kumar[Coverage] Revise format to reduce binary size
2020-02-29 Reid KlecknerTry to fix WindowsManifest CMake logic on Windows
2020-02-29 Greg ClaytonFix GSYM tests to run the yaml files and fix test failu...
2020-02-29 Craig Topper[X86] Remove isel patterns from broadcast of loadi32.
2020-02-29 Vedant Kumar[compiler-rt/test] Use FileCheck -allow-empty instead...
2020-02-28 Francis Visoiu... [LTO][Legacy] Add explicit dependency on BinaryFormat
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_cmp_callback.
2020-02-28 Erik Pilkington[Sema] Fix an assert when objc_externally_retained...
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_mem_transfer_callback.
2020-02-28 Volodymyr Sapsai[modules] Allow frameworks to have only a private modul...
2020-02-28 Jay Foad[AMDGPU] Fix scheduling model for V_MULLIT_F32
2020-02-28 Craig Topper[X86] Canonicalize (bitcast (vbroadcast_load)) so that...
2020-02-28 Craig Topper[X86] Remove stale FIXME form test. NFC.
2020-02-28 Craig Topper[X86] Cleanup a comment around bitcasting X86ISD::VBROA...
2020-02-28 Michael Spencer[llvm][Support][modulemap] Exclude WindowsSupport.h...
2020-02-28 Vedant Kumar[ubsan] Add support for -fsanitize=nullability-* suppre...
2020-02-28 Vedant Kumar[entry values] ARM: Add a describeLoadedValue override...
2020-02-28 Matt Morehouse[DFSan] Add __dfsan_load_callback.
2020-02-28 Reid Kleckner[ADT] Allow K to be incomplete during DenseMap<K*,...
2020-02-28 Jordan Rupprecht[NFC] Fix minor python issues.
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Move from using target_link_libraries...
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Remove redundant library dependencies"
2020-02-28 Jay Foad[AMDGPU] Remove dubious logic in bidirectional list...
2020-02-28 Alexey Lapshin[LLD] Report errors occurred while parsing debug info...
2020-02-28 Francis Visoiu... [LTO][Legacy] Add new API to query Mach-O CPU (sub...
2020-02-28 Tim Shen[MLIR] Add vector support for fpexp and fptrunc.
2020-02-28 Tim Shen[MLIR] Add llvm.mlir.cast op for semantic preserving...
2020-02-28 Tim Shen[MLIR] Add LLVMConversionTarget as a customization...
2020-02-28 Krzysztof Parzyszek[Hexagon] Map dcfetch intrinsic to Y2_dcfetchbo, not...
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Move from add_dependencies() to DEPENDS"
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Add support for libMLIR.so"
2020-02-28 Stephen NeuendorfferRevert "[MLIR] Fixes for BUILD_SHARED_LIBS=on"
2020-02-28 cchen[OpenMP5.0] Allow pointer arithmetic in motion/map...
2020-02-28 Stephen Neuendorffer[MLIR] Fixes for BUILD_SHARED_LIBS=on
2020-02-28 Valentin Churavy[MLIR] Add support for libMLIR.so
next