platform/upstream/llvm.git
2023-07-05 Nikita Popov[LoopUnroll] Fold add chains during unrolling
2023-07-05 Lorenzo Chelini[MLIR] Fix compiler warnings (NFC)
2023-07-03 Aleksandr Popov[IRCE] Support inverted range check's predicate
2023-07-05 Nikita Popov[LoopUnroll] Add test for early add folding (NFC)
2023-07-05 Kadir Cetinkaya[clang][Tooling] Add mapping for make_error_code
2023-07-05 Siva Chandra[libc] Initiliaze the global pointer in riscv startup...
2023-07-05 Nikita Popov[GVNHoist] Convert test to opaque pointers (NFC)
2023-07-05 Nikita Popov[Attributor] Convert test to opaque pointers (NFC)
2023-07-05 Nikita Popov[cmake] Add LLVM_UNITTEST_LINK_FLAGS option
2023-07-05 Timm Bäder[clang][Interp][NFC] Remove unnecessary else blocks
2023-07-05 Timm Bäder[clang][Interp][NFC] Move a declaration into an if...
2023-07-05 Timm Bäder[clang][Interp][NFC] Fix a doc comment
2023-07-05 Timm Bäder[clang][Interp][NFC] Add Descriptor::isCompositeArray()
2023-07-05 Balazs Benics[analyzer][NFC] Move away from using raw-for loops...
2023-07-05 Timm Bäder[clang][NFC] Move two declarations closer to their...
2023-07-05 Matthias Springer[mlir][linalg] Do not emit FillOp for tensor.pad with...
2023-07-05 esmeyi[XCOFF] Force recording a relocation for weak symbol...
2023-07-05 Tomasz Kamiński[analyzer] Differentiate lifetime extended temporaries
2023-07-05 Rahul Kayaith[mlir][TestDialect] Fix invalid custom op printers
2023-07-05 Joseph Huber[Libomptarget][Obvious] Missing comma on enum
2023-07-05 Joseph Huber[Libomptarget] Add missing HSA agent info enumeration
2023-07-05 Joseph Huber[Libomptarget] Correctly implement `getWTime` on AMDGPU
2023-07-05 Craig Topper[RISCV] Fix 80 column violations in RISCVInstrInfoXCV...
2023-07-05 Craig Topper[RISCV] Rename RVInstBitManipRII->CVInstBitManipRII...
2023-07-05 Yeting Kuo[ASAN] Support memeory check for masked.gather/scatter.
2023-07-04 Blue Gaston[ASanAbi][Darwin] Build ios stable ABI library
2023-07-04 Sergei Barannikov[MC/AsmParser] Remove no-op overrides of parseDirective...
2023-07-04 Thomas Preud... [FileCheck, 2/4] NFC: Switch to APInt getter for Expres...
2023-07-04 Thomas Preud... [FileCheck, 1/4] NFC: Switch ExpressionValue to APInt
2023-07-04 Florian Hahn[LV] Forget SCEVs for exit phis after vectorization.
2023-07-04 Sergei Barannikov[RISCV] Replace OperandMatchResultTy with ParseStatus...
2023-07-04 Sergei Barannikov[AMDGPU] Replace OperandMatchResultTy with ParseStatus...
2023-07-04 Sergei Barannikov[LoongArch] Replace OperandMatchResultTy with ParseStat...
2023-07-04 Sergei Barannikov[CSKY] Replace OperandMatchResultTy with ParseStatus...
2023-07-04 Sergei Barannikov[M68k] Replace OperandMatchResultTy with ParseStatus...
2023-07-04 Lei Huang[PowerPC] Add DFP quantum adjustment instruction defini...
2023-07-04 Sergei Barannikov[MC] Use ParseStatus in generated AsmParser methods
2023-07-04 Dmitry IlvokhinUse hash value checks optimizations consistently
2023-07-04 Edoardo Sanguineti[libc++] Use this in lamba capture in <latch>
2023-07-04 Piotr Fusik[NFC][libc++] Fix whitespace in sstream
2023-07-04 Marius Brehler[mlir][emitc][nfc] Update summary of opaque type
2023-07-04 Louis Dionne[libc++] Avoid including things that require a filesyst...
2023-07-04 David Green[TTI][AArch64] Add basic vector_reduce_fmaximum/vector_...
2023-07-04 Joseph Huber[libc] Remove flaky static assert from RPC interface
2023-07-04 Timm Bäder[clang][Interp][NFC] Move CastFP to Interp.h
2023-07-04 Timm Bäder[clang][Interp][NFC] Return integer from Boolean::bitWi...
2023-07-04 Timm Bäder[clang][Interp][NFC] Fix GetFnPtr signature
2023-07-04 Louis Dionne[libc++][NFC] Sort list of attribute macros in the...
2023-07-04 Timm Bäder[clang][Interp][NFC] Return a const pointer from Pointe...
2023-07-04 Louis DionneAdd clang-format commit to git blame ignore revs
2023-07-04 Louis Dionne[libc++][NFC] clang-format <shared_mutex>
2023-07-04 Markus Böck[mlir][LLVM] drop `llvm.intr.dbg.value` when promoting...
2023-07-04 Anna Thomas[MetaRenamer] Rename only unnamed instructions in mode...
2023-07-04 Amaury Séchet[NFC] Reorder functions in DAGCombiner so all UADDO_CAR...
2023-07-04 Matthias Springer[mlir][linalg] Add test case: vectorize tensor.pad...
2023-07-04 Lei Huang[PowerPC] add testcase for vector add and shift
2023-07-04 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Do not copy...
2023-07-04 Matthias Springer[mlir][transform] Improve transform.get_closest_isolate...
2023-07-04 Timm Bäder[clang][Interp][NFC] Return std::nullopt explicitly
2023-07-04 Timm Bäder[clang][Interp][NFC] Add some missing const qualifiers
2023-07-04 Timm Bäder[clang][Interp][NFC] Merge two if statements
2023-07-04 Kadir Cetinkaya[clangd] Downgrade deprecated warnings to hints
2023-07-04 Christian Ulmann[mlir][LLVM] Stop importing module location for all...
2023-07-04 David Green[CostModel] Use min/max intrinsics for vecreduce.min...
2023-07-04 Stephen Thomas[AMDGPU] Fix incorrect hazard mitigation
2023-07-04 Hans Wennborg[libc++] Disable tree invariant check in asserts mode
2023-07-03 Aleksandr Popov[NFC][IRCE] Extract 'IV vs Limit' parsing to a separate...
2023-07-04 LLVM GN Syncbot[gn build] Port 7a72ce98224b
2023-07-04 Tom WeaverRevert "[dataflow] Add dedicated representation of...
2023-07-03 Aleksandr Popov[NFC][IRCE] Check that Index is AddRec in the parseRang...
2023-07-04 Florian Hahn[LV] Regenerate check lines to reduced diff.
2023-07-04 Joseph Huber[Libomptarget] Fix misused macro name preventing printi...
2023-07-04 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Support vector...
2023-07-04 Matthias Springer[mlir][linalg] BufferizeToAllocation: Bufferize non...
2023-07-04 Martin Braenne[clang][dataflow] Make `runDataflowReturnError()` a...
2023-07-04 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Bufferize ops...
2023-07-04 Haojian Wu[clang-tidy] Don't emit the whole spelling include...
2023-07-04 Alex Bradbury[RISCV][NFC] Fix doc comment for RISCVDAGToDAGISel...
2023-07-04 Matthias Springer[mlir][linalg] Return tensor::PadOp handle from transfo...
2023-07-04 Matthias Springer[mlir][NFC] Use `getConstantIntValue` instead of castin...
2023-07-04 Martin Braenne[clang][dataflow] Add a test for a struct that is direc...
2023-07-04 Martin Braenne[clang][dataflow] Model variables / fields / funcs...
2023-07-04 Quentin Colombet[mlir][arith] Move getNeutralElement from Linalg utils...
2023-07-04 Benjamin Kramer[bazel] Add missing dependency for d9d9be63a52dc6e908db...
2023-07-04 Jay Foad[AMDGPU] Do not wait for vscnt on function entry and...
2023-07-04 Alexey Lapshin[DWARFLinker][NFC] Remove RangesTy &getValidAddressRang...
2023-07-04 Jan Svoboda[clang][modules] Mark fewer identifiers as out-of-date
2023-07-04 Florian Hahn[LSR] Move normalization check to normalizeForPostIncUse.
2023-07-04 LLVM GN Syncbot[gn build] Port d9d9be63a52d
2023-07-04 LLVM GN Syncbot[gn build] Port 2fd614efc1bb
2023-07-04 Ivan Kosarev[AMDGPU][AsmParser][NFC] Remove an unused function.
2023-07-04 Florian Hahn[LV] Move getBroadcastInstr to VPTransformState.::get...
2023-07-04 Ties Stuij[ARM] fix typo in large-stack.ll introduced when fixing...
2023-07-04 Sam McCall[dataflow] Add dedicated representation of boolean...
2023-07-04 Ties Stuij[ARM] fix typo in large-stack.ll test
2023-07-04 David Spickett[lldb][AArch64] Handle different default vector length...
2023-07-04 David Spickett[lldb][AArch64] Fix tagged watch test on Graviton 3
2023-07-04 David Spickett[lldb][AArch64] Account for extra libc frames in PAC...
2023-07-04 Stephen Thomas[AMDGPU] Add functions for composing and decomposing...
2023-07-04 Evgeniy Brevnov[VPlan] Allow sinking of instructions with no defs
next