platform/upstream/llvm.git
2022-02-07 Phoebe Wang[X86] Add pre-commit test for bit test optimization...
2022-02-07 Jacques Pienaar[mlir][bazel] Update post ControlFlow dialect split
2022-02-07 Kazu Hirata[IR] Use default member initialization in GlobalValue...
2022-02-07 Kazu Hirata[Transforms] Use default member initialization in LibCa...
2022-02-07 Kazu Hirata[Transforms] Use default member initialization in LoopV...
2022-02-06 Benjamin Kramer[mlir] Use SmallBitVector instead of SmallDenseSet...
2022-02-06 River Riddle[mlir] Fix GpuToLLVM conversion pass after ControlFlow...
2022-02-06 Stella Laurenzo[mlir] Fixup python bindings after splitting cf ops...
2022-02-06 River Riddle[mlir] Split out a new ControlFlow dialect from Standard
2022-02-06 Eugene Zhulenev[mlir] Add canonicalizer to remove redundant shape...
2022-02-06 Congzhe Cao[LoopInterchange] Support loop interchange with floatin...
2022-02-06 Mehdi AminiRemove dead forward declaration (NFC)
2022-02-06 Simon Pilgrim[KnownBits] Add support for X*X self-multiplication...
2022-02-06 Simon Pilgrim[InstCombine] Add mul(x,x) tests showing miscompile
2022-02-06 Craig Topper[DAGCombiner][RISCV] Allow rotates by non-constant...
2022-02-06 Kazu Hirata[llvm] Fix header guards (NFC)
2022-02-06 Kazu Hirata[Breakpoint] Remove redundant member initialization...
2022-02-06 Kazu Hirata[CodeGen] Use = default (NFC)
2022-02-06 Kazu Hirata[Driver] Remove redundant string initialization (NFC)
2022-02-06 Jared Irwin[lld-macho] Add -pagezero_size
2022-02-06 Bjorn Pettersson[DAGCombiner] Fold SSHLSAT/USHLSAT to SHL when no satur...
2022-02-06 Bjorn PetterssonPre-commit test cases for DAG combine folds of SSHLSAT...
2022-02-06 Simon PilgrimRevert rG7275de7fb2f087871611d037d1b529b226dd0521 ...
2022-02-06 Simon Pilgrim[clang][CodeGen] Add _BitInt test coverage to builtins...
2022-02-06 Simon PilgrimFix Wdocumentation unknown parameter warning
2022-02-06 Florian Hahn[LV] Use VPReplicateRecipe::isUniform instead isUniform...
2022-02-06 Simon Pilgrim[AArch64] translateLocChar - silence dead code warning
2022-02-06 Simon Pilgrim[AArch64] LowerVectorSRA_SRL_SHL - silence dead code...
2022-02-06 Simon Pilgrim[Support] Use llvm_unreachable instead of LLVM_BUILTIN_...
2022-02-06 David Green[ARM] Mark i64 and f64 shuffles as Custom for MVE
2022-02-06 David Green[ARM] Add extra vabd, vhadd and vmulh tests. NFC
2022-02-06 Simon Pilgrim[X86] Fold ZERO_EXTEND_VECTOR_INREG(BUILD_VECTOR(X...
2022-02-06 Fangrui Song[ELF] Fix crash when an input is incompatible with...
2022-02-06 Stella Laurenzo[mlir] Do not use an empty source file when building...
2022-02-06 Rong Xu[SampleFDO] Enable FSAFDO loading passes if --enable...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in SCEVF...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in AAIsD...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in Trunc...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in MaskO...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in Escap...
2022-02-06 Kazu Hirata[IR] Use default member initialization in PMDataManager...
2022-02-06 Craig Topper[RISCV] Add signext test for llvm.abs.i32 for rv64...
2022-02-06 Fangrui Song[ELF] SharedFile::parse: move verdefIndex assignment...
2022-02-06 Ruiling SongAMDGPU: Don't clobber source register for V_SET_INACTIVE_*
2022-02-06 Ruiling SongAMDGPU: add test to show wwm register overwrite issue
2022-02-06 Krystian Kuzniarek[clang-format][docs] Fix incorrect 'clang-format 14...
2022-02-06 Fangrui Song[ELF] Symbol::replace: use the old nameData/nameSize...
2022-02-06 Adrian Prantlfix module build failure
2022-02-06 Adrian Prantlfix module build failure
2022-02-06 Adrian Prantlfix module build failure
2022-02-06 Kazu Hirata[Support] Use default member initialization in ScopedPr...
2022-02-06 Kazu Hirata[IR] Use default member initialization in GlobalObject...
2022-02-06 Kazu Hirata[ADT] Use default member initialization in OptionalStor...
2022-02-06 Kazu Hirata[Transforms] Use default member initialization in Simpl...
2022-02-06 Kazu Hirata[ADT] Use default member initialization in DebugEpochBa...
2022-02-06 Kazu Hirata[MC] Use default member initialization in WasmCustomSec...
2022-02-05 Benjamin Kramer[SLP] Skip a DenseSet<unsigned> -> bit vector conversio...
2022-02-05 Fangrui Song[ELF] Don't access other eSym members it st_shndx ...
2022-02-05 Fangrui Song[ELF] De-template reportUndefinedSymbols. NFC
2022-02-05 Adrian PrantlRevert "Disable TestLldbGdbServer on Dwarf2 and clang...
2022-02-05 Adrian PrantlRevert "Fixed typos in TestLldbGdbServer.py"
2022-02-05 Fangrui Song[ELF] Move Symbol::needsTlsLd to config->needsTlsLd...
2022-02-05 Benjamin KramerSimplify mask creation with llvm::seq. NFCI.
2022-02-05 Yaxun (Sam... [HIPSPV] Fix literals are mapped to Generic address...
2022-02-05 Fangrui Song[ELF] Reorder Symbol members to improve access locality...
2022-02-05 Koakuma[libunwind] [sparc] Add SPARCv9 support
2022-02-05 Simon Pilgrim[libunwind] Attempt to fix broken sphinx doc link
2022-02-05 Craig TopperRevert "[RISCV] Fold (sext_inreg (fmv_x_anyexth X)...
2022-02-05 Craig Topper[RISCV] Add more tests for rotate idioms. Add more...
2022-02-05 Craig Topper[RISCV] Fold (sext_inreg (fmv_x_anyexth X), i16) -...
2022-02-05 Fangrui Song[ELF] Merge canInline into scriptDefined
2022-02-05 Simon Pilgrim[llvm-remark-size-diff] Don't use enum name as auto...
2022-02-05 Fangrui Song[ELF] Simplify shouldKeepInSymtab after Symbol::used...
2022-02-05 Fangrui Song[ELF] Simplify includeInSymtab. NFC
2022-02-05 Fangrui Song[ELF] Refactor how Symbol::used is set. NFC
2022-02-05 Simon Pilgrim[X86] Add some better common check-prefixes to slow...
2022-02-05 Fangrui Song[ELF] Refactor how exportDynamic is set. NFC
2022-02-05 Fangrui Song[ELF] --wrap: don't copy exportDynamic
2022-02-05 Jonas Devlieghere[lldb] Use mangled symbol name to look for __asan:...
2022-02-05 Piotr Kubaj[PowerPC] Fix SSE translation on FreeBSD
2022-02-05 Simon Pilgrim[InstCombine] Add PR34063 test coverage
2022-02-05 Sanjay Patel[InstCombine] SimplifyDemandedBits - mul(x,x) - if...
2022-02-05 Nikolas Klauser[libc++] Add Unstable ABI CI run
2022-02-05 Sander de Smalen[DAGCombiner] Fold vecreduce_or/and if operand is inser...
2022-02-05 Florian Hahn[ConstraintElimination] Add test with trivially false...
2022-02-05 Arjun P[MLIR][Presburger] MaybeLocalRepr: add explicit bool...
2022-02-05 Dávid Bolvanský[clang] added allocsize attribute to allocation functions
2022-02-05 Groverkss[MLIR][Presburger][NFC] Use getters for IntegerPolyhedr...
2022-02-05 Wael Yehia[AIX][PowerPC][PGO] Generate .ref for some PGO sections
2022-02-05 Nikolas Klauser[libc++] __config cleanup; _LIBCPP_ABI_UNSTABLE should...
2022-02-05 Dávid Bolvanský[clang] added alloc allign attr to memalign
2022-02-05 Fangrui Song[ELF] Allow STV_PROTECTED shared definition to set...
2022-02-05 Jason MolendaIncrease memory buffer for scanning objc classes on...
2022-02-05 Craig Topper[RISCV] Remove a ComputeNumSignBits call from an isel...
2022-02-05 Groverkss[MLIR][Presburger][NFC] Fix clang-tidy warnings
2022-02-05 Tom Stellardgithub: Fix automated PR creation for backports
2022-02-05 Bill Wendling[NFC] Remove unnecessary #includes
2022-02-05 James Y KnightDon't assume that a new cleanup was added to InnermostE...
2022-02-05 Hongtao Yu[CSSPGO] Turn on ext-tsp by default for CSSPGO.
2022-02-05 Alex Xu (Hello71)[Driver] Default to -fno-math-errno for musl
next