platform/upstream/llvm.git
2021-12-31 Fangrui Song[ELF] Switch cNamedSections to SmallVector. NFC
2021-12-30 Craig Topper[LegalizeIntegerTypes] Rename NewLHS/NewRHS arguments...
2021-12-30 Ellis Hoag[InstrProf] Mark counters as used in debug correlation...
2021-12-30 MaheshRavishankar[mlir][Linalg] Change signature of `get(Parallel/Reduce...
2021-12-30 Fangrui Song[lld][docs] Update _templates/indexsidebar.html after...
2021-12-30 Alexey Bataev[SLP][NFC]Fix non-determinism in reordering, NFC.
2021-12-30 Krzysztof Parzyszek[Hexagon] Generate HVX/FP arithmetic instructions
2021-12-30 Louis Dionne[libc++][NFC] Fix incorrect synopsis in transform_view...
2021-12-30 Mogball[mlir][arith] fixing dependencies on memref/arith
2021-12-30 Krzysztof Parzyszek[Hexagon] Generate HVX/FP compare instructions
2021-12-30 Fangrui Song[ELF][LTO] Cache symbol table of lazy BitcodeFile
2021-12-30 Craig Topper[RISCV] Add support for STRICT_LRINT/LLRINT/LROUND...
2021-12-30 Fangrui Song[Bazel] Make mlir:MemRefOpsTdFiles depend on :Arithmeti...
2021-12-30 long.chen[MLIR] Add explicit `using` to disambiguate between...
2021-12-30 Benjamin Kramer[InferAttrs] Give strnlen the same attributes as strlen
2021-12-30 Fangrui Song[ELF][LTO] Call madvise(MADV_DONTNEED) on MemoryBuffer...
2021-12-30 William S.... [MLIR] Move AtomicRMW into MemRef dialect and enum...
2021-12-30 Jack Andersen[Support] Expand `<CFGDIR>` as the base directory in...
2021-12-30 Fangrui Song[Support] Add MemoryBuffer::dontNeedIfMmap
2021-12-30 Fangrui Song[docs][llvm-profdata] Prefer double-dash long options
2021-12-30 Krzysztof Parzyszek[Hexagon] Explicitly use integer types when rescaling...
2021-12-30 Krzysztof Parzyszek[Hexagon] Handle HVX/FP {masked,wide} loads/stores
2021-12-30 Luís FerreiraRevert "[lld] Add support for other demanglers other...
2021-12-30 Krzysztof Parzyszek[Hexagon] Fix isTypeForHVX to recognize floating point...
2021-12-30 Jacques Pienaar[mlir] Change SCF/Complex to prefixed (NFC)
2021-12-30 Luís Ferreira[lld] Add support for other demanglers other than Itanium
2021-12-30 Sanjay Patel[InstCombine] fold opposite shifts around an add
2021-12-30 Sanjay PatelRevert "[InstCombine] fold opposite shifts around an...
2021-12-30 Sanjay Patel[InstCombine] fold opposite shifts around an add
2021-12-30 Krzysztof Parzyszek[Hexagon] Handle HVX/FP shuffles, insertion and extraction
2021-12-30 Krzysztof ParzyszekRevert "[Hexagon] Don't build two halves of HVX vector...
2021-12-30 Nuno Lopes[NFC] Pre-commit NewGVN tests for wrong phi(undef,...
2021-12-30 Nicolas Vasilache[mlir][vector] Fix illegal vector.transfer + tensor...
2021-12-30 Nuno Lopes[GVN] Set phi entries of unreachable predecessors to...
2021-12-30 Pavel Labath[lldb/qemu] More flexible emulator specification
2021-12-30 Nuno Lopes[NFC] Pre-commit test for InstSimplify phi(poison)
2021-12-30 Sjoerd Meijer[LoopFlatten] Move it to a LoopPassManager
2021-12-30 Nuno Lopes[NewGVN][NFC] Add test for x + poison -> poison
2021-12-30 Nuno Lopes[InstSimplify] add 'x + poison -> poison' (needed for...
2021-12-30 Pavel Labath[lldb] Remove lldbtest.getBuildFlags
2021-12-30 Roman Lebedev[Opaqueptrs][IR Serialization] Improve inlineasm [de...
2021-12-30 Roman Lebedev[BitcodeReader] `bitc::CST_CODE_INLINEASM`: un-hardcode...
2021-12-30 jacquesguan[RISCV] Teach VSETVLInsert to eliminate redundant vsetv...
2021-12-30 Sjoerd MeijerRevert "[AArch64] Add a tablegen pattern for UZP2."
2021-12-30 Fangrui Song[IROutliner] Move global namespace cl::opt inside llvm::
2021-12-30 jacquesguan[RISCV] Pre-commit test for Teach VSETVLInsert to elimi...
2021-12-30 Fangrui Song[MC][test] Improve section_names.s
2021-12-30 Fangrui Song[ELFAsmParser] Optimize hasPrefix with StringRef::consu...
2021-12-30 Serge Pavlov[ConstantFolding] Use ICmpInst::Predicate instead of...
2021-12-30 John Ericson[cmake] Tweak warning in `extend_path` helper function
2021-12-30 John Ericson[compiler-rt][cmake] Factor out extend_install_path...
2021-12-30 Shilei Tian[OpenMP] Add missing `tt_hidden_helper_task_encountered...
2021-12-30 jacquesguan[RISCV] Use vmv.s.x instead of vfmv.s.f when the floati...
2021-12-30 Qiu Chaofan[NFC] Specify targets for clang stack-protector-guard.c
2021-12-30 Chenbing.Zheng[RISCV] Refactor immediate comparison instructions...
2021-12-30 David BlaikieCouple of post-commit tweaks on 4d58d1d5af31 based...
2021-12-29 Mehdi AminiFix build of llvm-prettyprinters/gdb/mlir-support.cpp...
2021-12-29 David BlaikieDWARFVerifier: fix remaining tests and compact/rephrase...
2021-12-29 David BlaikieDWARFDie: don't try to compute a full template name...
2021-12-29 David BlaikieDWARFVerifier: Print the CU name and CU count to help...
2021-12-29 Arthur O'Dwyer[libc++] [NFC] Remove an unused parameter from `__sift_...
2021-12-29 David BlaikieDWARFVerifier: Delay loading nested types in type dumpi...
2021-12-29 Sanjay Patel[InstCombine] add more folds for unsigned overflow...
2021-12-29 Sanjay Patel[InstCombine] add tests for unsigned overflow of bitmas...
2021-12-29 Sanjay Patel[InstCombine] add tests for lshr(add(shl())); NFC
2021-12-29 MaheshRavishankar[mlir][MemRef] Deprecate unspecified trailing offset...
2021-12-29 Krzysztof Parzyszek[Hexagon] Don't build two halves of HVX vector in parallel
2021-12-29 Joshua Herrera[Hexagon] Improve BUILD_VECTOR codegen
2021-12-29 William S.... [MLIR][LLVM] Expose powi intrinsic to MLIR
2021-12-29 Florian Hahn[LV] Replace redundant tail-fold check with assert...
2021-12-29 Craig Topper[RISCV] Add a few more instructions to hasAllNBitUsers.
2021-12-29 Krzysztof Parzyszek[Hexagon] Calling conventions for floating point vectors
2021-12-29 Kazu Hirata[Basic] Drop unnecessary const from return types (NFC)
2021-12-29 Kazu Hirata[clang] Use nullptr instead of 0 or NULL (NFC)
2021-12-29 Kazu Hirata[clang] Remove unused "using" (NFC)
2021-12-29 Nuno Lopes[NewGVN] Use poison instead of undef to represent unrea...
2021-12-29 Krzysztof Parzyszek[Hexagon] Handle floating point splats
2021-12-29 Krzysztof Parzyszek[Hexagon] Handle floating point vector loads/stores
2021-12-29 Nuno Lopes[NewGVN] Prefer poison to undef when ranking operands
2021-12-29 Mariya Podchishchaeva[SYCL] Diagnose uses of zero length arrays
2021-12-29 Sam McCallFix lit feature name in 9dc4af327b12d
2021-12-29 Sam McCallRe-land "[clang] Add early exit when checking for const...
2021-12-29 Sjoerd Meijer[AArch64] Remove outdated FIXME in test arm64-csel...
2021-12-29 Pavel Labath[lldb/linux] Fix a bug in wait status handling
2021-12-29 PoYao Chang[lldb] Fix PR52702 by fixing bool conversion of Mangled
2021-12-29 Pavel Labath[lldb] Adjust TestModuleCacheSimple for D115951
2021-12-29 Pavel Labath[lldb] Make ProcessLauncherPosixFork (mostly) async...
2021-12-29 Chuanqi Xu[clang] Fix crash in bug52905
2021-12-29 Kazu Hirata[clang] Fix header guards (NFC)
2021-12-29 Kazu Hirata[Hexagon] Use range-based for loops (NFC)
2021-12-29 Johannes Doerfert[OpenMP][OpenACC] Update test after encoding change...
2021-12-29 Johannes DoerfertReapply "[OpenMP][NFCI] Embed the source location strin...
2021-12-29 Mehdi AminiRevert "[OpenMP][FIX] Also update unit test after API...
2021-12-29 Mehdi AminiRevert "[OpenMP][NFCI] Embed the source location string...
2021-12-29 Kazu Hirata[AST] Fix a warning
2021-12-29 Johannes Doerfert[Attributor] Look through allocated heap memory
2021-12-29 Johannes Doerfert[OpenMP] Simplify all stores in the device code
2021-12-29 Johannes Doerfert[OpenMP][FIX] Also update unit test after API change
2021-12-29 Johannes Doerfert[OpenMP][NFC] Extract assumption helpers into own heade...
2021-12-29 Johannes Doerfert[OpenMP][NFCI] Embed the source location string size...
next