platform/upstream/llvm.git
2023-05-22 Alexey Bataev[SLP]Fix PR62665: compiler crash when trying to access...
2023-05-22 Yi KongReland^2 "[BOLT] Parallelize legacy profile merging"
2023-05-22 Craig Topper[RISCV] Increase scalar integer divide latency for...
2023-05-22 Lang Hames[JITLink][ELF][ppc64] Add skeleton ppc64 support and...
2023-05-22 Adrian PrantlRevert "[PostOrderIterator] Store end iterator (NFC)"
2023-05-22 Craig Topper[RISCV] Fix some errors in the vector part of the sched...
2023-05-22 Leandro LuporiRevert "[flang] Handle array constants of any rank"
2023-05-22 Marcelo Juchem[CMake] Set compatibility policy for lists in LLVM...
2023-05-22 Peter Klausler[flang] Better error handling and testing of generics...
2023-05-22 Peter Klausler[flang] More precise CONTIGUOUS checking
2023-05-22 Nick Desaulniers[clang][ExprConstant] fix __builtin_object_size for...
2023-05-22 max[MLIR][python bindings] Expose TypeIDs in python
2023-05-22 Artem Belevich[NVPTX] generalize hasPTX/hasSM predicates. NFC.
2023-05-22 Michael Jones[libc] Use MPFR for strtofloat fuzzing
2023-05-22 Jorge Gorbe... [lldb-vscode] Make tests not wait for 'launch' process...
2023-05-22 Slava Zakharin[flang][hlfir] Support rank mismatch with IGNORE_TKR(R).
2023-05-22 Fangrui Song[Driver] -fsanitize=function: unsupport wasm after...
2023-05-22 Michael Maitland[RISCV][llvm-mca] Add mca tests for riscv lmul instruments
2023-05-22 Michael Maitland[llvm-mca][RISCV] Fix llvm-mca RISCVInstrument memory...
2023-05-22 Fangrui Song[SCCP] Fix -Wunused-lambda-capture
2023-05-22 Alex Langford[lldb][NFCI] Change return type of Language::GetInstanc...
2023-05-22 Fangrui Song-fsanitize=function: support C
2023-05-22 Aaron Siddhartha... [bazel] Remove terminfo dependency
2023-05-22 Valentin Clement[mlir][flang][openacc] Use new private representation...
2023-05-22 Valentin Clement[flang][openacc] Add initial support to lower private...
2023-05-22 Valentin Clement[flang] Add getTypeAsString function to create symbols
2023-05-22 Valentin Clement[mlir][openacc] Use new private representation in acc...
2023-05-22 Alexandros... [FuncSpec] Replace LoopInfo with BlockFrequencyInfo.
2023-05-22 Valentin Clement[mlir][openacc] Use new private representation in acc...
2023-05-22 pengchao.hu[MLIR][python bindings] Add more basic AttrBuilder...
2023-05-22 Nikolas Klauser[libc++] Fix ignore_format.txt list
2023-05-22 Luke Lau[RISCV] Add missing zfh extensions to fixed vector...
2023-05-22 Peiming Liu[mlir][sparse] fix document format
2023-05-22 Fabian Mora[mlir][memref] Fix num elements in lowering of memref...
2023-05-22 Takuya Shimizu[clang][AST] TextNodeDumper should not evaluate the...
2023-05-22 Viktoriia Bakalova[clang] Fix label (de-)serialization in ASM statements.
2023-05-22 Fangrui SongRevert "Reapply D146987 "[Assignment Tracking] Enable...
2023-05-22 Fangrui Song[docs] Fix typo after D151098
2023-05-22 Matt ArsenaultAMDGPU: Fix assertion on assorted canonicalize vector...
2023-05-22 Jay Foad[AMDGPU] Fix lowering of @llvm.amdgcn.set.inactive...
2023-05-22 Joseph Huber[Clang][Docs] Add help test to `-march` and `-mcpu...
2023-05-22 Benjamin Kramer[bazel] Port 231a6959025b3101942701b214c64762b55222c6
2023-05-22 Michael Platings[llvm-profdata] Fix test on Windows
2023-05-22 Paulo MatosAdd missing header for uint64_t
2023-05-22 Anshil Gandhi[InstCombine] Insert a bitcast to enable merging simila...
2023-05-22 Sander de Smalen[SME2/SVE2p1] Extend llvm.aarch64.sve.convert.to/from...
2023-05-22 Sander de Smalen[SME2/SVE2p1] Change psel intrinsic such that the resul...
2023-05-22 Sander de Smalen[AArch64][SME2/SVE2p1] Add predicate-as-counter intrins...
2023-05-22 Sander de Smalen[AArch64][SME2/SVE2p1] Add predicate-as-counter intrins...
2023-05-22 Nikita Popov[PostOrderIterator] Store end iterator (NFC)
2023-05-22 Michael Platings[llvm-profdata] Accept --version argument
2023-05-22 Alex Bradbury[RISCV][test] Finish removing unneeded (implied) 'f...
2023-05-22 Alex Bradbury[RISCV][test] Remove unneeded (implied) 'f' from Zvfbfw...
2023-05-22 Mariya Podchishchaeva[clang] Fix crash on attempt to initialize union with...
2023-05-22 Alex Bradbury[RISCV][test][NFC] Trim unneeded +f/+d from -mattr...
2023-05-22 Dmitry Makogon[SCEV] Replace NumTripCountsComputed stat with NumExitC...
2023-05-22 Luke Lau[SLP][RISCV] Account for offset folding in getPointersC...
2023-05-22 Leandro Lupori[flang] Handle array constants of any rank
2023-05-22 Andrew GozillonRevert "Revert "[Flang][OpenMP][MLIR] Add declare targe...
2023-05-22 Matthias Springer[mlir][tensor][bufferize] Bufferize tensor.splat op
2023-05-22 Martin Braenne[clang][dataflow] Fix a null pointer crash in `computeB...
2023-05-22 Aaron BallmanAdd WG14 N2607 to the list of backported features
2023-05-22 Johannes de... [MLIR][LLVM] Allow inlining llvm.intr.assume.
2023-05-22 Johannes de... [MLIR][LLVM] Allow inlining noalias attributes.
2023-05-22 Muhammad Omair... [LLDB] Fix missing import in TestInterruptBacktrace.py
2023-05-22 pvanhout[AMDGPU] Handle multiple occurences of an incoming...
2023-05-22 eopXD[11/11][POC][Clang][RISCV] Define vset for tuple type
2023-05-22 eopXD[10/11][POC][Clang][RISCV] Define vget for tuple type
2023-05-22 eopXD[9/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 eopXD[8/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 Johannes Reifferscheid[Bazel] Add missing tablegen.
2023-05-22 eopXD[7/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 eopXD[6/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 eopXD[5/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 Andrew GozillonRevert "[Flang][OpenMP][MLIR] Add declare target attrib...
2023-05-22 Jay Foad[AMDGPU] Simplify scavenging in indirectCopyToAGPR
2023-05-22 Muhammad Omair... [LLDB] Skip TestInterruptBacktrace.py on Arm/Linux
2023-05-22 Jean Perier[flang][hlfir] Lower hlfir.where when there are no...
2023-05-22 Christian Kandeler[clangd] Renaming: Treat member functions like other...
2023-05-22 Jean Perier[flang][hlfir] Enable WHERE scheduling in LowerHLFIROrd...
2023-05-22 Kiran Chandramohan[MLIR][OpenMP] Set AllocaIP correctly for constructs...
2023-05-22 Andrew Gozillon[Flang][OpenMP][MLIR] Add declare target attribute...
2023-05-22 eopXD[Clang][RISCV] Remove unused variable `IsTuple` for...
2023-05-22 Thomas Debesse[libclc] Fix linking against libLLVMSupport
2023-05-22 Johannes ReifferscheidAdd missing includes.
2023-05-22 eopXD[4/11][POC][Clang][RISCV] Define tuple type variant...
2023-05-22 eopXD[3/11][POC][Clang][RISCV] Add typedef of the tuple...
2023-05-22 Matt ArsenaultValueTracking: Drop rounding mode check for constrained...
2023-05-22 Florian Hahn[VPlan] Add missing ifdef after 96686796f606.
2023-05-22 Matt ArsenaultValueTracking: Fix broken fabs implementation for compu...
2023-05-22 Matt ArsenaultValueTracking: Add some regression tests for fabs handl...
2023-05-22 Krasimir Georgiev[Bazel] Fixup for 612781918fb01a2a0985a1c4c9200f5d5d1581cc
2023-05-22 Luke Lau[SLP][RISCV] Add test for folding offsets in GEP pointe...
2023-05-22 Théo Degioanni[mlir] Add a generic SROA implementation.
2023-05-22 Florian Hahn[VPlan] Move live-out printing to VPLiveOut::print...
2023-05-22 Job Noorman[JITLink][RISCV] Consider relaxable call edges for...
2023-05-22 Jie Fu[lldb] Fix enumeration value 'RvvInt32m1x2' not handled...
2023-05-22 Krasimir Georgiev[Bazel] Fixup for 3128b3105d7a226fc26174be265da479ff619f3e
2023-05-22 Alex Zinenko[mlir] don't hardcode PDL_Operation in TestTransformDia...
2023-05-22 Alex Zinenko[mlir] NFC: use !transform.any_op in relevant tests
next