platform/upstream/llvm.git
2022-07-19 Akira Hatanaka[libclang][ObjC] Inherit availability attribute from...
2022-07-19 Jeff Niu[mlir][ods] (NFC) Remove warning in `AttrOrTypeDef`
2022-07-19 bhatuzdaname[mlir][tblgen] Add support for extraClassDefinition...
2022-07-19 David Truby[llvm][SVE] Remove redundant and when comparing against...
2022-07-19 Arthur Eubanks[NewPM] Print function/SCC size with -debug-pass-manager
2022-07-19 lipracer[mlir][NFC] Use proper c++ namespaces in .td files
2022-07-19 Nico Weber[gn build] (manually) port 4539b44148918 (llvm-dwarfutil)
2022-07-19 Nico Weber[gn build] (manually) port 8711fcae276a593
2022-07-19 Benjamin Kramer[bazel] Fix the build after 18b92c66fe59a44f50bc211a418...
2022-07-19 Benjamin Kramer[bazel] Remove libraries that don't build anymore after...
2022-07-19 Louis Dionne[libc++] Treat incomplete features just like other...
2022-07-19 Louis Dionne[libc++] Re-apply "Always build c++experimental.a""
2022-07-19 Louis Dionne[libc++] Make sure cxx_experimental links against libc...
2022-07-19 Nicolai HähnleRevert "Update some more tests with update_cc_test_chec...
2022-07-19 Arnold Schwaighofer[coro async] Add missing llvm.coro.id.async intrinsic...
2022-07-19 Daniil Dudkin[flang][NFC] Drop `AbstractResultOptions` structure
2022-07-19 Nicolai HähnleUpdate some more tests with update_cc_test_checks.py
2022-07-19 Joe Nash[AMDGPU] Remove old operand from VOPC DPP
2022-07-19 Andrew TurnerAdd the FreeBSD AArch64 memory layout
2022-07-19 Andrew TurnerAdd the FreeBSD AArch64 shadow offset to llvm
2022-07-19 Andrew TurnerAdd the FreeBSD AArch64 memory layout
2022-07-19 Dmitry Vyukovtsan: optimize DenseSlabAlloc
2022-07-19 Simon Pilgrim[DAG] Call SimplifyDemandedBits from ISD::MUL nodes
2022-07-19 William SchmidtDon't vectorize PHIs in catchswitch blocks
2022-07-19 Nikita Popov[Local] Allow creating callbr with duplicate successors
2022-07-19 Alexey Lapshin[Reland][Debuginfo][llvm-dwarfutil] llvm-dwarfutil...
2022-07-19 serge-sans... [flang] Fix flang-to-external-fc --version
2022-07-19 Evgeniy BrevnovAdditional regression test for a crash during reorder...
2022-07-19 Nicolas Vasilache[mlir][Linalg] Add a TileToForeachThread transform.
2022-07-19 Benjamin Kramer[LegalizeDAG] Propagate alignment in ExpandExtractFromV...
2022-07-19 David Green[ARM] Remove VBICimm if no cleared bits are demanded
2022-07-19 Florian Hahn[LV] Remove unnecessary cast in widenCallInstruction...
2022-07-19 Simon PilgrimFix signed/unsigned comparison mismatch warning
2022-07-19 Simon Pilgrim[DAG] SimplifyDemandedBits - relax "xor (X >> ShiftC...
2022-07-19 Abinav Puthan... [AMDGPU] Set amdgpu-memory-bound if a basic block has...
2022-07-19 Abinav Puthan... [AMDGPU] Pre-commit tests for D129759
2022-07-19 David Spickett[llvm][AArch64] Add missing FPCR, H and B registers...
2022-07-19 Alexey LapshinRevert "[Debuginfo][llvm-dwarfutil] llvm-dwarfutil...
2022-07-19 Markus Böck[mlir] Ignore effects on allocated results when checkin...
2022-07-19 Max Kazantsev[LoopSimplifyCFG] Prevent use-def dominance breach...
2022-07-19 Jason MolendaUpdate docs to note lzfse open source implementation
2022-07-19 Alexey Lapshin[Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil...
2022-07-19 Cullen Rhodes[AArch64] Add patterns to fold zext(cmpeq(x, splat...
2022-07-19 Xiang1 Zhang[X86] Add 64 bit implement for __SSC_MARK
2022-07-19 Nikita Popov[LoopInfo] Allow cloning of callbr
2022-07-19 Haojian Wu[pseudo] Implement a guard to determine function declar...
2022-07-19 Rosie Sumpter[AArch64][SVE] Fold fadda(ptrue, x, select(mask, y...
2022-07-19 Matthias Springer[mlir][sparse][NFC] Update remaining test cases
2022-07-19 Matthias Springer[mlir][bufferization][NFC] Move sparse_tensor.release...
2022-07-19 Nicolai HähnleRevert change to clang/test/CodeGen/arm_acle.c
2022-07-19 serge-sans... [sanitizer] Don't call dlerror() after swift_demangle...
2022-07-19 serge-sans... [llvm] Fix forward declaration in Support/JSON.h
2022-07-19 Bing1 Yu[X86][NFC] avx512-f16c-v16f16-fadd.ll avx512-skx-v32f16...
2022-07-19 Nicolai HähnleRerun ./utils/update_cc_test.py on a bunch of tests
2022-07-19 Max Kazantsev[NFC] Introduce API to detect tokens penetrating LCSSA...
2022-07-19 LLVM GN Syncbot[gn build] Port 8ed702b83f20
2022-07-19 Max KazantsevRevert "[DAGCombiner] Teach scalarizeBinOpOfSplats...
2022-07-19 Bing1 Yu[X86] Promote v32f16's fadd into v32f32's fadd when...
2022-07-19 Shraiysh Vaishay[OpenMP][IRBuilder] Add support for taskgroup
2022-07-19 Jacques Pienaar[mlir] Add refineReturnTypes to InferTypeOpInterface
2022-07-19 Carlos Alberto... Update the Windows packaging script.
2022-07-19 Nathan James[clang-tidy] Remove unnecessary code from ReadabilityMo...
2022-07-19 Konstantin... [libc++][ranges] Implement `ranges::{,stable_}partition`.
2022-07-19 Lang Hames[ORC] Fix serialization / deserialization of default...
2022-07-19 jacquesguan[DAGCombiner] Teach scalarizeBinOpOfSplats handle scala...
2022-07-19 jacquesguan[RISCV][test] Precommit test for D122791.
2022-07-19 Kazushi (Jam... [VE] Support load/store/spill of vector mask registers
2022-07-19 zhongyunde[AArch64][NFC] Set true for default of subfeature is...
2022-07-19 Jim InghamRevert "Make hit point counts reliable for architecture...
2022-07-19 Jim InghamRevert "This is a followup to https://reviews.llvm...
2022-07-19 ksyx[RISCV][Clang] Add support for Zmmul extension
2022-07-18 Argyrios Kyrtzidis[unittests/Tooling/DependencyScannerTest] Add a target...
2022-07-18 Rahman Lavaee[llvm-objdump] Support --symbolize-operands when there...
2022-07-18 Jim InghamThis is a followup to https://reviews.llvm.org/D129814
2022-07-18 Ellis Hoag[InstrProf] Allow CSIRPGO function entry coverage
2022-07-18 Jim InghamWhen the module path for `command script import` is...
2022-07-18 Jim InghamMake hit point counts reliable for architectures that...
2022-07-18 Matt ArsenaultCodeGen: Remove AliasAnalysis from regalloc
2022-07-18 Michael Jones[libc] fix strtofloatingpoint on rare edge case
2022-07-18 zr33[BOLT][DWARF] Fix incorrect DW_AT_type offset for unittest
2022-07-18 zr33[BOLT][DWARF] Add Unit test for DW_AT_high_pc [DW_FORM_...
2022-07-18 Sam McCall[pseudo] Add guards for module contextual keywords
2022-07-18 Martin Storsjö[clang-tidy] Reduce the dependencies for the "make...
2022-07-18 Björn Schäpers[clang-format] Mark constexpr lambdas as lambda
2022-07-18 Björn Schäpers[clang-format] Indent TT_CtorInitializerColon after...
2022-07-18 Björn Schäpers[clang-format] Fix misannotation of colon in presence...
2022-07-18 Stanislav Mekhanoshin[AMDGPU] Support for gfx940 fp8 smfmac
2022-07-18 Stanislav Mekhanoshin[AMDGPU] Support for gfx940 fp8 mfma
2022-07-18 Stanislav Mekhanoshin[AMDGPU] Support for gfx940 fp8 conversions
2022-07-18 Florian Hahn[LV] Sink module variable and use State to set it in...
2022-07-18 Jay Foad[LiveIntervals] Find better anchoring end points when...
2022-07-18 Mubariz AfzalReland "[SystemZ][z/OS] Fix f32 variadic argument asser...
2022-07-18 Mehdi AminiRevert "[MLIR] Generic 'malloc', 'aligned_alloc' and...
2022-07-18 Craig Topper[RISCV] Optimize (seteq (i64 (and X, 0xffffffff)), C1)
2022-07-18 Craig Topper[RISCV] Pre-commit tests for D129980. NFC
2022-07-18 LLVM GN Syncbot[gn build] Port e24b390dbc4e
2022-07-18 LLVM GN Syncbot[gn build] Port 0f9d9edd2477
2022-07-18 Arnold Schwaighofer[coro async] Fix code to run coro.async.end cleanup...
2022-07-18 Matt Arsenaultllvm-reduce: Add reduction for instruction defs
2022-07-18 Matt Arsenaultllvm-reduce: Add reduction for custom register masks
next