platform/upstream/llvm.git
2022-01-20 Craig Topper[RISCV] Remove Zvlsseg extension.
2022-01-20 Mogball[mlir][pdl] Make `pdl` the default dialect when parsing...
2022-01-20 Mogball[mlir][pdl] OperationOp should not be side-effect free
2022-01-20 Mogball[mlir][pdl] Some ops are missing `NoSideEffect`
2022-01-20 Casey Carter[libcxx][test] view_interface need not derive from...
2022-01-20 Roger Kim[lld][macho] Stop grouping symbols by sections in mapfile.
2022-01-20 Marek Kurdej[clang-format] Refactor: add FormatToken::hasWhitespace...
2022-01-20 Philip Reames[SLP] Rename a couple lambdas to be more clearly separa...
2022-01-20 LLVM GN Syncbot[gn build] Port 83d59e05b201
2022-01-20 LLVM GN Syncbot[gn build] Port 63a991d03589
2022-01-20 Nico Weber[llvm] Remove an old bot cleanup command
2022-01-20 Nico Weberclang: Auto-cleanup left-over file from before 3da69fb5...
2022-01-20 Tue Ly[libc] Use get_round() instead of floating point tricks...
2022-01-20 Alexandre GaneaRe-land [LLD] Remove global state in lldCommon
2022-01-20 Pavel Labath[lldb] Surround LLDB_API-defining code with #ifndef...
2022-01-20 Casey Carter[libcxx] chrono::month_weekday should not be default...
2022-01-20 Nathan Sidwell[demangler][NFC] Small cleanups and sync
2022-01-20 Roman Lebedev[InstCombine] Instruction sinking: fix check for functi...
2022-01-20 Arthur O'Dwyer[libc++] Eliminate the `__function_like` helper.
2022-01-20 Craig Topper[RISCV] Add DAG combine to fold (fp_to_int_sat (ffloor...
2022-01-20 Daniel Thornburgh[Support] [DebugInfo] Lazily create cache dir.
2022-01-20 Nathan Sidwell[clang][NFC] Small mangler cleanups
2022-01-20 Stanislav Mekhanoshin[AMDGPU] Regenerate remat-vop.mir. NFC.
2022-01-20 Alexandre Ganea[Clang] Separate the 'debug-info-hotpatch' test in...
2022-01-20 Jonas Paulsson[SystemZ] Remove the ManipulatesSP flag from backend...
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-20 Marco Elver[clang] Improve -Wdeclaration-after-statement
2022-01-20 Sanjay Patel[InstCombine] add one-use check to opposite shift folds
2022-01-20 Sanjay Patel[InstCombine] avoid 'tmp' usage in test files; NFC
2022-01-20 eopXD[NFC][RISCV] Add end-of-line symbol in target-feature...
2022-01-20 Craig Topper[TargetLowering][InstCombine] Simplify BSwap demanded...
2022-01-20 Roman Lebedev[NFC][InstCombine] Add test showing failure to sink...
2022-01-20 Evgeny ShulginAdd `isConsteval` matcher
2022-01-20 Tue Ly[libc] Implement correct rounding with all rounding...
2022-01-20 Joseph Huber[OpenMP] Don't pass empty files to nvlink
2022-01-20 Sergei Grechanik[mlir][vector] Allow values outside of [0; dim-size...
2022-01-20 Alexandre Ganea[clang-cl] Support the /HOTPATCH flag
2022-01-20 Matt ArsenaultAMDGPU: Fix asm in test using wrong IR type for physica...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Try to use s_and_b64 in ptrmask...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Regenerate test checks with -NEXT
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Explicitly set -global-isel-abort...
2022-01-20 zijunzhaoadd tsan shared library
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Directly diagnose return value use...
2022-01-20 Nikolas Klauser[libc++] basic_string::resize_and_overwrite: Adopt...
2022-01-20 Roman Lebedev[NFC][SimplifyCFG] Add some tests for `invoke` merging
2022-01-20 Sam Clegg[lld][WebAssemlby] Convert test to check disassembly...
2022-01-20 Nadav Rotemoptimize icmp-ugt-ashr
2022-01-20 Valentin Clement[flang][NFC] Remove unused/duplicated kStridePosInDim
2022-01-20 Fraser Cormack[RISCV] Add tests for commuted vector/scalar VP patterns
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Stop handling llvm.amdgcn.buffer...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Fix selection of gfx90a FP atomics
2022-01-20 Matt ArsenaultAMDGPU: Stop reserving 36-bytes before kernel arguments...
2022-01-20 Random06457[mips] Improve vr4300 mulmul bugfix pass
2022-01-20 Lucas Prates[GlobalISel] Fix incorrect sign extension when combinin...
2022-01-20 Sjoerd Meijer[FuncSpec] Add a reference, and some other clarifying...
2022-01-20 Philip Reames{SLP] Delete dead code in favor of proper assert [NFC]
2022-01-20 Philip Reames[SLP] Reduce nesting depth in calculateDependencies...
2022-01-20 Sander de Smalen[ScalableVectors] Warn instead of error for invalid...
2022-01-20 Adrian PrantlAdd missing include to fix modular build
2022-01-20 Adrian PrantlAdd missing include to fix modular build
2022-01-20 Philip Reames[SLP] Add an asser to make a non-obvious precondition...
2022-01-20 Michael Kruse[OpenMPIRBuilder] Detect and fix ambiguous InsertPoints...
2022-01-20 Nico Weber[gn build] (manually) port f29256a64a
2022-01-20 Nikita Popov[InstSimplify] Add test for load of non-integral pointe...
2022-01-20 Mubashar Ahmad[Clang][AArch64][ARM] Unaligned Access Test Fix
2022-01-20 Nikita Popov[InstSimplify] Add test for reinterpret load of pointer...
2022-01-20 Simon Pilgrim[X86] lowerToAddSubOrFMAddSub - lower 512-bit ADDSUB...
2022-01-20 Mircea Trofin[MLGO] Improved support for AOT cross-targeting scenarios
2022-01-20 Nikita Popov[DebugInstrRef] Memoize variable order during sorting...
2022-01-20 Simon Pilgrim[X86] Fix v16f32 ADDSUB test
2022-01-20 eopXD[Clang][RISCV] Change TARGET_BUILTIN to require zve32x...
2022-01-20 Jan Svoboda[llvm][vfs] Abstract in-memory node creation
2022-01-20 Jan Svoboda[llvm][vfs] NFC: Virtualize in-memory `getStatus`
2022-01-20 Stephan Herhut[mlir][memref] Add better support for identity layouts...
2022-01-20 Stanislav Gatev[clang][dataflow] Intersect ExprToLoc when joining...
2022-01-20 Valentin Clement[flang][NFC] Remove extra braces
2022-01-20 Mubashar Ahmad[Clang][AArch64][ARM] Unaligned Access Warning Added
2022-01-20 Nikita Popov[EarlyCSE] Regenerate test checks (NFC)
2022-01-20 Florian Hahn[IRGen] Do not overwrite existing attributes in CGCall.
2022-01-20 Simon Tatham[AArch64] Remove PRBAR0_ELn and PRLAR0_ELn sysregs.
2022-01-20 Simon Tatham[MC] Add a disassembly test for Armv8-R sysregs.
2022-01-20 Abinav Puthan... [AMDGPU] Set MemoryVT for truncstores in tblgen.
2022-01-20 Marek Kurdej[clang-format] Indicate source location on test failure...
2022-01-20 Simon Pilgrim[X86] combineConcatVectorOps - remove superfluous Subta...
2022-01-20 Simon Pilgrim[X86] combineConcatVectorOps - add handling for X86ISD...
2022-01-20 Jay Foad[AMDGPU] Regenerate some MIR checks
2022-01-20 Valentin Clement[flang][NFC] Move current inliner files in Dialect...
2022-01-20 Valentin Clement[flang][NFC] Cleanup dependent dialects and make def...
2022-01-20 Fraser Cormack[RISCV] Match RVV VF variants also through masked opera...
2022-01-20 Peter WallerRevert "[AArch64][SVE][VLS] Move extends into arguments...
2022-01-20 Fraser Cormack[RISCV] Optimize lowering of floating-point -0.0
2022-01-20 Prashant Kumar[MLIR] The return type in the `computeSingleVarRepr...
2022-01-20 David Spickett[lldb] Remove non-address bits from addresses given...
2022-01-20 David Spickett[lldb] Rename MemoryTagManager RemoveNonAddressBits...
2022-01-20 Florian Hahn[IRBuilder] Migrate and-folding to value-based FoldAnd.
2022-01-20 Valentin Clement[flang][NFC] Fix header guard and comment
2022-01-20 Casey Carter[libcxx][test] Use TEST_HAS_BUILTIN in test code
2022-01-20 eopXD[RISCV] Imply extensions in RISCVTargetInfo::initFeatureMap
2022-01-20 Valentin Clement[flang][NFC] Fix header guard
2022-01-20 Matthias Springer[mlir][bufferization] Move one-shot bufferization to...
next