platform/upstream/llvm.git
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.
2023-03-25 Corentin Jabot[Clang] Update DR status page to reflect Core Issues...
2023-03-25 4vtomat[RISCV] Support vector crypto extension ISA string...
2023-03-25 Matthias Springer[mlir][Analysis] Fix assertion in FlatLinearConstraints
2023-03-25 Nitin John Raj[RISCV][RISCVISelLowering] Add tail agnostic policy...
2023-03-25 Nicolas Vasilache[mlir][Vector] Use a RewriterBase for IR rewrites in...
2023-03-25 Luo, Yuanke[X86] Fix the incorrect displacement for prolog/epilog
2023-03-25 Roland McGrath[libc] Remove unused aarch64 sqrt and sqrtf implementations
2023-03-25 Craig Topper[RISCV] Make RISCVMergeBaseOffsetOpt a class instead...
2023-03-25 Sam McCall[Analysis] Fix use-after-scope in CFGElement dump
2023-03-25 Sam McCall[dataflow] handle missing case in value debug strings
2023-03-25 Ye LuoRevert "[OpenMP] Ensure memory fences are created with...
2023-03-25 Ye Luo[OpenMP] Ensure memory fences are created with barriers...
2023-03-25 Joseph Huber[libc] Implement the RPC client / server for NVPTX
2023-03-25 Joseph Huber[libc] Add a loader utility for NVPTX architectures...
2023-03-25 Alex Langford[lldb][NFC] Remove outdated TODO in Log.h
2023-03-25 Alex Langford[lldb][NFC] Update and re-organize lldb-types.h
2023-03-25 Jonas Devlieghere[lldb] Remove errant call to SBReproducer.SetWorkingDir...
2023-03-24 Nitin John Raj[RISCV] Made fsqrtv pseudoinstruction SEW-aware
2023-03-24 Nitin John Raj[RISCV] Made division pseudoinstructions SEW-aware
2023-03-24 Nitin John Raj[RISCV] Made vrgather.vv and vrgatherei16 pseudoinstruc...
2023-03-24 Nitin John Raj[RISCV] Made vcompress pseudoinstruction SEW-aware
2023-03-24 Nitin John Raj[RISCV][NFC] Remove SEW suffix from pseudoinstructions
2023-03-24 Nitin John Raj[RISCV][NFC] Added possible SEWs associated with a...
2023-03-24 Nitin John Raj[RISCV][NFC] Broke ReadVRGatherVV into ReadVRGatherVV_d...
2023-03-24 Nitin John Raj[RISCV][NFC] Renamed [Read/Write]VGather* -> [Read...
2023-03-24 Lang Hames[llvm-jitlink] Remove unnecessary header include left...
2023-03-24 Lang Hames[llvm-jitlink] Rename -show-graph option to -show-graph...
2023-03-24 Daniel Thornburgh[Fuchsia] Add FUCHSIA_USE_MULTIPLE_DISTRIBUTIONS.
2023-03-24 wren romano[mlir][sparse] Factoring out LoopEmitter::isValidLevel
2023-03-24 Alex Langford[lldb][NFC] Remove outdated TODOs from API headers
2023-03-24 Quinn Dawkins[mlir][linalg] Convert input type to accumulator type...
2023-03-24 harsh-nod[mlir][vector] Hoist redundant singleton vector transfe...
2023-03-24 wren romano[mlir][sparse] moving kInvalidId into "detail" namespace
2023-03-24 wren romano[mlir][sparse] Updating TensorExp ctor to catch unknown...
2023-03-24 wren romano[mlir][sparse] Misc cleanup in Merger.h
2023-03-24 wren romano[mlir][sparse] Updating the `Merger::{exp,lat,set}...
2023-03-24 Dave Lee[lldb] Add ability to hide the root name of a value
2023-03-24 Siva Chandra... [libc][Obvious] Remove a compile opt to x86_64 longjmp...
2023-03-24 David MajnemerFix mlir/lib/Bindings/Python/IRTypes.cpp for Float8E4M3...
2023-03-24 David Majnemer[APFloat] Add E4M3B11FNUZ
2023-03-24 Kazu Hirata[Support] Fix warnings
2023-03-24 Stefan Gränitz[JITLink] Fix MSVC build error: formatv can't handle...
2023-03-24 Spenser Bauman[mlir][tosa] Improve performance of tosa.transpose...
2023-03-24 Joseph Huber[libc] Use `nvptx_kernel` attribute in NVPTX startup...
2023-03-24 wlei[Pseudo Probe] Add the test for probe desc
2023-03-24 Alex Langford[lldb] Add header REPL.h to lldb_Expression
2023-03-24 Joseph Huber[NVPTX] Introduce attribute to mark kernels without...
2023-03-24 SJW[linalg] Fixed tosa-to-linalg-named for tosa.conv2d...
2023-03-24 Jim InghamDon't expect what newlines look like - never works...
2023-03-24 Joseph Huber[Libomptarget] Update CMake messages if the tests aren...
2023-03-24 Michał Górny[clang-tools-extra] Fix linking ClangdTests when using...
2023-03-24 Mikhail R.... [libc] Add support for setjmp and longjmp in riscv
2023-03-24 Florian Hahn[ConstraintElim] Use GEPOperator instead of GetElementP...
2023-03-24 Denis Revunov[BOLT] Don't use section relocations when computing...
2023-03-24 Jonas Paulsson[SystemZ] Allow fp/int casting with inline assembly...
2023-03-24 Felipe de Azevedo... Revert "[Serialization] Place command line defines...
2023-03-24 Paul Kirth[support] Temporarily disable Inf/NaN testing in PrintN...
2023-03-24 Doru BerceaAdd support for critical regions in device code.
2023-03-24 Julian Lettner[TSan] Refactor ExternalAccess() to avoid unnecessary...
2023-03-24 David Green[ARM] Add Thumb Attributes for thumb thunks created...
2023-03-24 Min-Yih Hsu[M68k] Fix CConvs for pointer type return values
2023-03-24 Alex Langford[lldb] Explicitly mark PlatformFreeBSD's dependency...
2023-03-24 Jim InghamFix backtick handling in parsed commands.
2023-03-24 Artem Belevich[NVPTX] Fix integer overflow affecting array size calcu...
2023-03-24 Luke Lau[RISCV] Model select and insertsubvector shuffle kinds
2023-03-24 Luke Lau[RISCV] Add test case for two equivalent reductions
2023-03-24 Luke Lau[RISCV] Enable SLP in RISC-V SLP reduction tests
2023-03-24 Luke Lau[RISCV] Add test cases for modeling more shuffle kinds
2023-03-24 Luke Lau[RISCV][NFC] Rename some test cases
2023-03-24 Luke Lau[RISCV] Lower insert subvector shuffles as vslideups
2023-03-24 Sergio Afonso[flang][driver][openmp] Write MLIR for -save-temps
next