platform/upstream/llvm.git
2021-08-30 David BlaikieDebugInfo: Correct printing empty template parameter...
2021-08-30 Mikhail GoncharovRevert "[SLP]Improve graph reordering."
2021-08-30 Hongtao Yu[CSSPGO] Avoid repeatedly computing md5 hash code for...
2021-08-30 Nikita Popov[AsmParser] Support %ty* in force-opaque-pointers mode
2021-08-30 Joe Loser[libcxx][docs] Mark LWG3348 as complete
2021-08-30 Philip Reames[SCEV] Clarify the overflow precondition of computeMaxB...
2021-08-30 Andrei Elovikov[NFC][clang] Move IR-independent parts of target MV...
2021-08-30 Louis Dionne[libc++] Various cleanups in the ranges tests
2021-08-30 Nico Weber[lld/mac] Set branchRange a bit more carefully
2021-08-30 Andrew Litteken[IROutliner] Ensure instructions at end of candidate...
2021-08-30 Daniil Fukalov[AMDGPU][CostModel] Update shuffle instruction tests...
2021-08-30 Kazu Hirata[llvm] Remove redundant calls to str() and c_str()...
2021-08-30 Craig Topper[RISCV] Enable CONCAT_VECTORS for fixed FP vectors.
2021-08-30 Craig Topper[DAGCombiner][RISCV] Don't use vector types in DAGCombi...
2021-08-30 Danila Malyutin[LSR][NFC] Add test case for pr42770
2021-08-30 Andrew Litteken[IRSim] Adding missing comments canonical relation...
2021-08-30 Joachim Protze[libomptarget][amdcgn] Only add opt/llvm-link dependenc...
2021-08-30 Stella Laurenzo[mlir][python] Extend C/Python API to be usable for...
2021-08-30 Jake Egan[AIX] Suppress -Waix-compat warning with SmallVector...
2021-08-30 Victor Huang[PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr...
2021-08-30 Raphael Isemann[lldb][NFC] Add size tests for empty records with align...
2021-08-30 Hiroki[LLDB] Fix 'std::out_of_range' crashing bug when file...
2021-08-30 Aaron BallmanSilence a signed/unsigned mismatch warning; NFC
2021-08-30 Kim-Anh Tran[lldb] Return all line entries matchign a line if no...
2021-08-30 Djordje Todorovic[LiveDebugValues] Cleanup Transfers when removing Entry...
2021-08-30 Jean Perier[flang][mlir] Fix FIR after D108899
2021-08-30 Simon Moll[clang] Add gcc-toolset-10 support (RHEL/CentOS 8)
2021-08-30 Simon Pilgrim[TTI][X86] getArithmeticInstrCost - move opcode canonic...
2021-08-30 Simon PilgrimFix MSVC "signed/unsigned mismatch" comparison warning...
2021-08-30 Raphael Isemann[lldb][NFC] Remove TypeSystemClang::CreateFunctionType...
2021-08-30 Anton Afanasyev[CMake][NFC] Add comment about new `--gdb-index` option...
2021-08-30 Dmitry Vyukovtsan: add a comment to CallUserSignalHandler
2021-08-30 Roman Lebedev[NFCI][IndVars] rewriteLoopExitValues(): don't expand...
2021-08-30 Anton Afanasyev[CMake] Add `--gdb-index` option to linker if split...
2021-08-30 Alex ZinenkoFix interface trait declaration in SymbolInterfaces.td
2021-08-30 Roman Lebedev[IndVars] Drop check for the validity of rewrite
2021-08-30 Roman Lebedev[NFC][IndVars] Add test that caused D108043 to be reverted
2021-08-30 Michał Górny[lldb] [gdb-remote client] Support minimal fork/vfork...
2021-08-30 “bhkumarn”[DebugInfo] Emit DW_TAG_namelist and DW_TAG_namelist_item
2021-08-30 Diana Picus[flang] Add runtime interface for GET_COMMAND_ARGUMENT
2021-08-30 Diana Picus[flang] Add runtime interface for COMMAND_ARGUMENT_COUNT
2021-08-30 Florian Hahn[VPlan] Introduce code to limit querying VPValues using...
2021-08-30 Shivam Gupta[docs] Add a new tutorial that talk about how to make...
2021-08-30 Jean Perier[flang] Apply double precision KindCode in specific...
2021-08-30 Wang, Pengfei[X86] AVX512FP16 instructions enabling 6/6
2021-08-30 Chris Lattner[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.
2021-08-30 Siva Chandra... [libc] Ensure the result of the clone syscall is not...
2021-08-30 Qiu Chaofan[PowerPC] Set branch/call instructions as no hasSideEffects
2021-08-30 Siva Chandra... [libc][NFC] Add a check to catch mismatch in internal...
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-30 Xiang1 ZhangRevert "[X86] Support __SSC_MARK(const int id)"
2021-08-30 Matthias Springer[mlir][SCF] Canonicalize dim(x) where x is an iter_arg
2021-08-30 Steven Wan[AIX] "aligned" attribute does not decrease alignment
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-30 Xiang1 ZhangRevert "[X86] Support __SSC_MARK(const int id)"
2021-08-30 Matthias Springer[mlir][Analysis] Add batched version of FlatAffineConst...
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-29 Arthur Eubanks[InstCombine] Remove invariant group intrinsincs when...
2021-08-29 owenca[clang-format] Add PackConstructorInitializers backward...
2021-08-29 Fangrui Song[ELF] Simplify addGotEntry. NFC
2021-08-29 Fangrui Song[ELF] Untangle TLS IE and regular GOT from addGotEntry...
2021-08-29 Fangrui Song[ELF] Move handleTlsRelocations. NFC
2021-08-29 Nikita Popov[SCEVExpander] Reuse removePointerBase() for canonical...
2021-08-29 Fangrui Song[ELF] Remove unused processRelocAux argument. NFC
2021-08-29 Nikita Popov[SCEVExpander] Remove unnecessary mul/udiv check (NFC)
2021-08-29 Nikita Popov[SCEVExpander] Assert single pointer op in add (NFC)
2021-08-29 Nikita Popov[SCEV] Assert unique pointer base (NFC)
2021-08-29 Vince Bridgers[X86] Remove X86LowerAMXType::getRowFromCol from X86Low...
2021-08-29 Kazu Hirata[Support] Remove redundant calls to str() and c_str...
2021-08-29 Lei Zhang[mlir][spirv] Use type dyn_cast when scanning spv.Globa...
2021-08-29 Sylvestre Ledrutest-release.sh: remove an unused reference to the...
2021-08-29 Roman Podoliaka[lldb] Allow to register frame recognizers applied...
2021-08-29 Nikita Popov[NewPM] Add missing LTO ArgPromotion pass
2021-08-29 Yonghong Song[BPF] support btf_tag attribute in .BTF section
2021-08-29 Michael Kruse[Polly][test] Add dependency to count.
2021-08-29 Michael Kruse[Polly] Fix dumpfunction.ll test.
2021-08-28 Steven WanTypeInfo records more information about align requirement
2021-08-28 Shilei Tian[OpenMP][NVPTX] Fixed missing variables for CUDA free...
2021-08-28 Michael Kruse[Polly] Don't prune non-external function itself from...
2021-08-28 David Carlier[Sanitizers] PGO implements enable/disable SIGKILL...
2021-08-28 Fangrui Song[Linker] Replace comdat based bool LinkFromSrc with...
2021-08-28 Nikita Popov[llc] Initialize context for parsing options
2021-08-28 Shilei Tian[OpenMP][Offloading] Add support for event related...
2021-08-28 Fangrui Song[test] Reorganize test/Linker/comdat*.ll
2021-08-28 Aart Bik[mlir] add missing include, fix broken build
2021-08-28 George Rokos[libomptarget][NFC] Fixed tests which checked for obsol...
2021-08-28 Markus Böck[mlir][NFC] Fully qualify default value of Attributes...
2021-08-28 Kazu Hirata[llvm] Fix typos in documentation (NFC)
2021-08-28 Kazu Hirata[Analysis] Fix a "set but not used" warning
2021-08-28 Nikita Popov[WebAssembly] Fix FastISel of condition in different...
2021-08-28 Uday Bondhugula[MLIR][GPU] Drop mgpuMemHostRegisterMemRef's dependence...
2021-08-28 luxufan[JITLink][RISCV] Support GOT/PLT relocations
2021-08-28 Nico Weber[lld/mac] Don't assert on -dead_strip + arm64 range...
2021-08-28 Ben Barham[Modules] Change result of reading AST block to llvm...
2021-08-28 Mehdi AminiRemove `const` from `const T &&` in debugString() helpe...
2021-08-28 Mehdi AminiUse a universal reference (&& instead of const &) for...
2021-08-28 David BlaikieTypePrinter:printTo remove redundant parameter (IsPack...
2021-08-28 Mehdi AminiSpecify argument to be `const` for `debugString()`...
2021-08-27 David Carlier[Sanitizers] wordexp interceptor build fix on FreeBSD.
2021-08-27 Michael Jones[compiler-rt][obvious] fix typo, delete paren
next