platform/upstream/llvm.git
2023-03-27 Ingo Müller[mlir] Implement pass utils for 1:N type conversions.
2023-03-27 Kazu Hirata[X86] Teach computeKnownBitsForTargetNode about MUL_IMM
2023-03-27 Balázs Kéri[clang][ASTImporter] Import typedefs to distinct record...
2023-03-27 Simon Pilgrim[X86] Move combineVectorSizedSetCCEquality above MatchV...
2023-03-27 Wael Yehia[AIX][Driver] Implement -mxcoff-build-id option
2023-03-27 Ties Stuij[llvm-exegesis] if lit can't find llvm-exegesis, fail...
2023-03-27 Alex Zinenko[mlir] FuncToLLVM: fail gracefully in bare pointer...
2023-03-27 Jakub Kuderski[ADT] Work around MSVC bug affecting `get(enumerator_re...
2023-03-27 Viktoriia Bakalova[clangd] Use expansion location for missing include...
2023-03-27 Alexander Hederstaf[clang-format] Improve QualifierAlignment
2023-03-27 Job Noorman[RISCV] Remove isCall instruction flag from JAL/JALR
2023-03-27 David Sherwood[SVE][LoopVectorize] Add option to disable tail-folding...
2023-03-27 LLVM GN Syncbot[gn build] Port 42058eea7912
2023-03-27 Aaron BallmanDocument the Clang policies on claiming support for...
2023-03-27 Alexey Lapshin[reland][ADT] add ConcurrentHashtable class.
2023-03-27 Markus Böck[mlir][AsmPrinter] Fallback to using qualified printer...
2023-03-27 Joseph Huber[libc] Enable integration tests targeting NVIDIA GPUs
2023-03-27 Michael Maitland[RISCV] Remove UpperBound from SchedMxList and create...
2023-03-27 Jay Foad[MC] Quick fix for Windows build failures after D142218
2023-03-27 Michael MaitlandRevert "[RISCV] Remove UpperBound from SchedMxList...
2023-03-27 Amy Kwan[PowerPC][GISel] Add initial GlobalISel support for...
2023-03-27 Amy Kwan[PowerPC] Implement 64-bit ELFv2 Calling Convention...
2023-03-27 Benjamin Kramer[JITLink] Drop using namespace
2023-03-27 Michael Maitland[RISCV] Remove UpperBound from SchedMxList and create...
2023-03-27 Mitch PhillipsRevert "[C++20][Modules] Introduce an implementation...
2023-03-27 Mitch PhillipsRevert "Silence unused variable warning in NDEBUG builds"
2023-03-27 Pavel Kosov[llvm-exegesis] Improve test flexibility by using avail...
2023-03-27 pvanhoutAdd Release Note for -mcode-object-v3 removal
2023-03-27 Akash Banerjee[Flang][OpenMP] Added TODO checks for unsupported map...
2023-03-27 Ivan Kosarev[TableGen][GlobalISel] Support EXTRACT_SUBREGs for...
2023-03-27 Adrian Kuegel[mlir][ClangTidy] Remove redundant return (NFC).
2023-03-27 Johannes de... [MLIR][LLVM] Extend argument/result/function attribute...
2023-03-27 Nicolas Vasilache[mlir][Linalg] NFC - Move transform utilities related...
2023-03-27 Jay Foad[MC] Store operand info immediately after the TargetIns...
2023-03-27 Jay Foad[MC] Store implicit ops immediately after the TargetIns...
2023-03-27 Tomasz Kamiński[clang] source range of variable template specializatio...
2023-03-27 pvanhout[AMDGPU] Remove `use-legacy-divergence-analysis`
2023-03-27 Ingo MüllerRevert "[mlir] Implement pass utils for 1:N type conver...
2023-03-27 David Green[LV][ARM][AArch64] Add multi-exit Loop Vectorizer tests...
2023-03-27 Priyanshi Agarwal[documentation] Fix Typos
2023-03-27 Ingo Müller[mlir] Implement pass utils for 1:N type conversions.
2023-03-27 David Sherwood[LoopVectorize] Don't tail-fold for scalable VFs when...
2023-03-27 Aiden Grossman[Docs][llvm-exegesis] Refactor snippet annotations...
2023-03-27 Aiden Grossman[llvm-exegesis] Refactor InstructionBenchmark to Benchmark
2023-03-27 Tomasz Kamiński[clang] Test for AST Dumping of the template variables
2023-03-27 Juan Manuel... [AMDGPU][printf] Run AMDGPUPrintfRuntimeBindingPass...
2023-03-27 pvanhout[clang] Remove legacy -m(no)-code-object-v3 options
2023-03-27 Sam McCall[dataflow] Delete legacy aliases
2023-03-27 Matthias Springer[mlir][bufferize] Fix tracking of erased ops
2023-03-27 Kazu Hirata[Target] Use isNullConstant (NFC)
2023-03-27 Yeting Kuo[RISCV] Support vector type strict_fsqrt.
2023-03-27 Kazu Hirata[Target] Use isAllOnesConstant (NFC)
2023-03-27 sgokhale[AArch64][CodeGen] Add few more tests for fused operati...
2023-03-27 Lang Hames[LLJIT] Allow multiple loadPlatformDynamicLibrary calls...
2023-03-27 Brad Smith[Driver][NetBSD] Simplify NetBSD version handling
2023-03-27 Alex Bradbury[RISCV] Allow llvm-objdump to disassemble objects with...
2023-03-27 Alex Bradbury[RISCV] Enable tools such as llvm-objdump to process...
2023-03-27 wangpc[TableGen] Format document
2023-03-27 Younan Zhang[clangd] Fix a hover crash on unsigned 64bit value
2023-03-27 Wang, Xin10[X86][NFC]Remove dead code in X86ISelLowering.cpp
2023-03-27 Lang Hames[LLJIT] Add convenience methods for loading dylibs...
2023-03-26 sstwcw[clang-format] Don't squash Verilog escaped identifiers
2023-03-26 Owen Pan[clang-format] Don't format already formatted integer...
2023-03-26 Lang Hames[examples] Add export_executable_symbols to HowToUseLLJ...
2023-03-26 Carlos Galvez[clang-tidy] Add option to ignore user-defined literals...
2023-03-26 Alex Bradbury[clang][RISCV] Fix ABI lowering for _Float16 for FP...
2023-03-26 Alex Bradbury[clang][RISCV][test] Add test cases for empty structs...
2023-03-26 Alex Bradbury[RISCV] Make RISCVISAInfo::toFeatureVector ignore unsup...
2023-03-26 Kadir Cetinkaya[include-cleaner] Fix crash on unresolved headers
2023-03-26 luxufan[Local] Preserve !nonnull only when K dominate J and...
2023-03-26 LLVM GN Syncbot[gn build] Port 52296f5ed88b
2023-03-26 Matt ArsenaultAMDGPU: Add baseline test for SWDEV-380865
2023-03-26 Matt ArsenaultAMDGPU: Convert test to generated checks
2023-03-26 Matt ArsenaultInstCombine: Introduce new is.fpclass from logic of...
2023-03-26 Piotr Zegar[clang-tidy] Correct union & macros handling in moderni...
2023-03-26 Piotr Zegar[clang-tidy] Add readability-avoid-unconditional-prepro...
2023-03-26 Shao-Ce SUN[flang][nfc] Remove unused codes in idioms.h
2023-03-26 Shoaib Meenai[ThinLTO] Only import for non-prevailing interposable...
2023-03-26 Craig Topper[RISCV] Move PseudoRVVInitUndef pseudos to RISCVInstrIn...
2023-03-26 Leonard ChanRevert "[llvm] Teach GlobalDCE about dso_local_equivalent"
2023-03-26 Leonard ChanRevert "[llvm] Teach whole program devirtualization...
2023-03-26 Emilia Dreamer[clang-format] Treat NTTP default values as expressions
2023-03-26 Emilia Dreamer[clang-format] Don't wrap struct return types as structs
2023-03-26 Emilia Dreamer[clang-format] Annotate lambdas with requires clauses.
2023-03-26 lipracer[MLIR][Affine] add memory effect traits for dmaOp
2023-03-26 Craig Topper[MachineCopyPropagation] Pass DestSourcePair to isBackw...
2023-03-25 David Green[ARM] Add some tests for non-zero VCTP generation. NFC
2023-03-25 Roland McGrath[libc] Add missing cast in fputil sqrt code
2023-03-25 Uday Bondhugula[MLIR][Affine] Fix/improve affine sibling fusion
2023-03-25 Florian Hahn[Matrix] Extend test coverage for dot product lowering.
2023-03-25 Florian Hahn[Matrix] Split up dot product tests into integer and...
2023-03-25 sstwcw[clang-format] Handle Verilog assign statements
2023-03-25 sstwcw[clang-format] More work on space around operators...
2023-03-25 Anshil Gandhi[AMDGPUUnifyDivergentExitNodes] Add NewPM support
2023-03-25 Louis Dionne[clang][NFC] Fix location of 2>&1 in a few -print tests
2023-03-25 Louis Dionne[libc++] Add UNSUPPORTED annotations to more <format...
2023-03-25 Roland McGrath[libc] Define LLVM_LIBC_FUNCTION with a layer of macro...
2023-03-25 Louis Dionne[libc++][NFC] Improve documentation for running BuildKi...
2023-03-25 Aiden Grossman[Docs][llvm-mc] Add documentation on --filetype flag
2023-03-25 Benjamin Kramer[lldb] Move #include out of namespace lldb. NFC.
next