platform/upstream/llvm.git
2021-12-28 Florian Hahn[LV] Use specific first-order recurrence recipe as...
2021-12-28 Kazu Hirata[CodeGen] Drop unnecessary const from return types...
2021-12-28 Nikita Popov[InstCombine] Fix GEP with same index comparison with...
2021-12-28 Chuanqi Xu[NFC] [Coroutines] Add tests for coro-split-musttail
2021-12-28 LLVM GN Syncbot[gn build] Port b5c5d8912e07
2021-12-28 Stanislav Gatev[clang][dataflow] Add support for noreturn destructor...
2021-12-28 Fangrui Song[ELF] Change EhInputSection::pieces to SmallVector
2021-12-28 Kazu Hirata[clang] Remove unused "using" (NFC)
2021-12-28 Fangrui Song[ELF] Change InStruct/Partition pointers to unique_ptr
2021-12-28 Hsiangkai Wang[RISCV] Support passing scalable vectur values through...
2021-12-28 Fangrui Song[ELF] Use const reference. NFC
2021-12-27 Kazu Hirata[llvm] Drop unnecessary const from return types (NFC)
2021-12-27 Fangrui Song[ELF] addOrphanSections: avoid std::function
2021-12-27 Kazu Hirata[DebugInfo] Drop unnecessary const from return types...
2021-12-27 Kazu Hirata[ASTMatchers] Simplify string comparisons (NFC)
2021-12-27 Kazu Hirata[llvm] Fix header guards (NFC)
2021-12-27 Fangrui Song[ELF] Simplify and optimize SymbolTableSection<ELFT...
2021-12-27 Craig Topper[RISCV] Fix type in f16 and f64 version of lrint/llrint...
2021-12-27 Craig Topper[RISCV] Rename two tests to reflect extension being...
2021-12-27 Joseph Huber[OpenMP] Use alignment information in HeapToShared
2021-12-27 Joseph Huber[OpenMP][FIX] Change globalization alignment to 16
2021-12-27 Joseph Huber[Attributor][Fix] Add alignment return attribute to...
2021-12-27 Fangrui Song[ELF] Delete stale declaration. NFC
2021-12-27 Fangrui Song[ELF] -r: move zero OutputSection::addr code into final...
2021-12-27 Gulfem Savrun... [profile] Fix writing binary id into profiles
2021-12-27 Sanjay Patel[Analysis] remove unneeded casts; NFC
2021-12-27 Sanjay Patel[InstCombine] add tests for shuffle + binop; NFC
2021-12-27 Shilei Tian[OpenMP][Plugin] Introduce generic resource pool
2021-12-27 Alexey Bataev[SLP][NFC]Add a test for shuffled entries with differen...
2021-12-27 David Green[ARM] Extend IsCMPZCSINC to handle CMOV
2021-12-27 Nikita Popov[InstCombine] Fix GEP of GEP fold with opaque pointers
2021-12-27 Nikita Popov[InstCombine] Extract GEP of GEP fold into separate...
2021-12-27 Groverkss[MLIR] Use IntegerPolyhedron in Simplex instead of...
2021-12-27 Simon Pilgrim[X86] Use WriteVecMove scheduler classes for VPMOVM2...
2021-12-27 Groverkss[MLIR] Move `print()` and `dump()` from FlatAffineConst...
2021-12-27 Anton DaubertFix forward for "signed version of createExpression"
2021-12-27 Chuanqi Xu[NFC] [Coroutines] Add tests to address the problem...
2021-12-27 Simon Pilgrim[X86] Add scheduler classes for zmm vector reg-reg...
2021-12-27 Nikita Popov[CodeGen] Avoid one more pointer element type access
2021-12-27 Simon Pilgrim[MCA][X86] Add AVX512 vector move instruction test...
2021-12-27 Nikita Popov[IndVars] Support opaque pointers in LFTR
2021-12-27 Petar AvramovicGlobalISel: remove redundant line added in D114198...
2021-12-27 Chuanqi XuRevert "[NFC] [Coroutines] Add a test for icmp use...
2021-12-27 Nikita Popov[CodeGen] Avoid more pointer element type accesses
2021-12-27 Florian Hahn[LV] Sink BTC creation to actual use (NFC).
2021-12-27 Chuanqi Xu[NFC] [Coroutines] Add a test for icmp use of coro...
2021-12-27 Arjun P[MLIR] Add forgotten directory Support to unittests...
2021-12-27 Justas Janickas[OpenCL] Allow optional __generic in __remove_address_s...
2021-12-27 Nikita Popov[Inline][X86] Avoid inlining if it would create ABI...
2021-12-27 Fangrui Song[ELF] Move excludeLibs/redirectSymbols/replaceCommonSym...
2021-12-27 Fangrui Song[ELF] Delete unused LazyObjKind
2021-12-27 Kazu Hirata[Target] Use range-based for loops (NFC)
2021-12-27 Fangrui Song[ELF] Serialize deleteFallThruJmpInsn to fix concurrenc...
2021-12-27 Fangrui Song[ELF] Unify sizeof(InputSection) limits for _WIN32...
2021-12-27 Fangrui Song[ELF] Optimize basic block section bytesDropped/jumpIns...
2021-12-27 Shao-Ce SUN[clang][CodeGen] Remove the signed version of createExp...
2021-12-27 Hsiangkai Wang[RISCV] Convert whole register copies as the source...
2021-12-27 Chuanqi Xu[libcxx] [Coroutines] Support noop_coroutine for GCC
2021-12-27 Fangrui Song[ELF] ScriptParser: change std::vector to SmallVector
2021-12-27 Fangrui Song[ELF] SymbolTable::symbols: don't filter out Placeholde...
2021-12-27 Shao-Ce SUN[RISCV] Reduce repetitive codes in flw, fsw
2021-12-27 Fangrui Song[ELF] Add Symbol::hasVersionSuffix
2021-12-26 Fangrui Song[ELF] De-template InputSectionBase::getEnclosingFunction
2021-12-26 Fangrui Song[ELF] Remove unused InputSection::getOffsetInFile
2021-12-26 Kazu HirataUse static_assert instead of assert (NFC)
2021-12-26 Fangrui Song[ELF] LinkerScript/OutputSection: change other std...
2021-12-26 Kazu Hirata[clang] Remove redundant calls to c_str() (NFC)
2021-12-26 Fangrui Song[ELF] Change InputSectionDescription members from vecto...
2021-12-26 Florian Hahn[LV] Move getStepVector out of ILV (NFC).
2021-12-26 Fangrui Song[ELF] Move outSecOff addition from InputSection::writeT...
2021-12-26 Kazu HirataRemove redundant string initialization (NFC)
2021-12-26 Kazu HirataEnsure newlines at the end of files (NFC)
2021-12-26 Kazu Hirata[Orc] Remove a redundant declaration (NFC)
2021-12-26 Arjun PRevert "[MLIR] Add forgotten directory Support to unitt...
2021-12-26 Fangrui Song[ELF] Remove one redundant computeBinding
2021-12-26 Fangrui Song[ELF] reportRangeError: mention symbol name for non...
2021-12-26 Fangrui Song[ELF] sortSymTabSymbols: change vector to SmallVector
2021-12-26 Fangrui Song[ELF][test] Make some TLS tests less sensitive to addresses
2021-12-26 Mehdi AminiFix clang-tidy performance-move-const-arg in DLTI Diale...
2021-12-26 David BlaikieDebugInfo: Don't hash DIE offsets before they're computed
2021-12-25 Fangrui Song[ELF] scanReloc: remove unused start parameter. NFC
2021-12-25 Fangrui Song[ELF] De-template handleTlsRelocation. NFC
2021-12-25 Arjun P[MLIR] Add forgotten directory Support to unittests...
2021-12-25 Luís Ferreira[lldb] Add support for UTF-8 unicode formatting
2021-12-25 Groverkss[MLIR][FlatAffineConstraints][NFC] Move some static...
2021-12-25 Serge Pavlov[NFC] Method for evaluation of FCmpInst for constant...
2021-12-25 Kazu Hirata[StaticAnalyzer] Remove redundant declaration isStdSmar...
2021-12-25 Kazu HirataRemove redundant return and continue statements (NFC)
2021-12-25 Fangrui Song[ELF] Move TLS dynamic relocations to postScanRelocations
2021-12-25 Fangrui Song[ELF][test] Add tests for mixed GD-to-IE and IE, mixed...
2021-12-25 Kazu HirataUse StringRef::contains (NFC)
2021-12-25 Kazu HirataUse {DenseSet,SetVector,SmallPtrSet}::contains (NFC)
2021-12-25 Kazu HirataUse isa instead of dyn_cast (NFC)
2021-12-25 Kazu HirataUse Optional::getValueOr (NFC)
2021-12-25 Kazu Hirata[CodeGen] Fix a memory leak
2021-12-25 Fangrui Song[ELF] Optimize replaceCommonSymbols
2021-12-25 Fangrui Song[ELF] Cache global variable `target` in relocate*
2021-12-25 Fangrui Song[ELF] Add ELFFileBase::{elfShdrs,numELFShdrs} to avoid...
2021-12-25 William S.... [MLIR][LLVM] Add MemmoveOp to LLVM Dialect
2021-12-24 Fangrui Song[CMake] Revert -Wl,-O3
next