platform/upstream/llvm.git
2023-02-07 Jean Perier[flang][hlfir] Emit hlfir.declare inside internal proce...
2023-02-07 Jean Perier[flang][hlfir] Lower evaluate::DescriptorInquiry
2023-02-07 David Green[ARM] Perform lane interleaving from reductions.
2023-02-07 Guillaume ChateletFix broken Bazel targets
2023-02-07 Haojian Wu[clangd] Fix a crash in semantic highlighting.
2023-02-07 Viktoriia Bakalova[include-mapping] Regenerate the StdSymbolMap.inc from...
2023-02-07 Ingo Müller[mlir][scf] Fix builder of WhileOp with region builder...
2023-02-07 Haojian Wu[include-mapping] Better #includes support for std...
2023-02-07 Haojian Wu[Tooling/Inclusion] Support multiple headers in the...
2023-02-07 Guillaume Chatelet[libc][NFC] Move attributes from common to macros folder
2023-02-07 Guillaume Chatelet[libc][NFC] Sort dependencies
2023-02-07 Guillaume Chatelet[libc][NFC] Use LIBC_TARGET_IS_GPU instead of defining...
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/ADT/Triple.h
2023-02-07 Jeremy Morse[debug-info] Followup to e0374fb2f4, avoid changing...
2023-02-07 Jay Foad[CodeGen] Make more use of MachineOperand::getOperandNo...
2023-02-07 Jay Foad[CodeGen] Define and use MachineOperand::getOperandNo
2023-02-07 Ivan Kosarev[AMDGPU] Remove the unused u8imm operand definition.
2023-02-07 Sander de Smalen[LoopVectorize] Use DataLayout::getIndexType instead...
2023-02-07 Sockke[clang-tidy] Fix `cppcoreguidelines-init-variables...
2023-02-07 Kerry McLaughlin[AArch64][SME2] Add multi-vector frint intrinsics
2023-02-07 David Green[ARM] Tests for lane interleaving from reductions. NFC
2023-02-07 Guillaume Chatelet[libc][NFC] Rename compiler_feature macros
2023-02-07 Guillaume Chatelet[libc][NFC] Move sanitizer to macros folder
2023-02-07 Kerry McLaughlin[AArch64][SME2] Add multi-vector floating point min...
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/TargetParser.h
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/X86TargetParser.h
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/X86TargetParser.def
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/LoongArchTarget...
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/CSKYTargetParser.h
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/ARMTargetParser...
2023-02-07 Archibald Elliott[NFC][TargetParser] Remove llvm/Support/ARMTargetParser.h
2023-02-07 Samuel Parker[SDAG] Check fminnum/fmaxnum for non-zero operand.
2023-02-07 Samuel Parker[NFC] minnum/maxnum intrinsic tests
2023-02-07 David Green[ARM] Remove reduce(shuffle) if all the lanes are used
2023-02-07 Guillaume Chatelet[libc][NFC] Move compiler_features to macros folder
2023-02-07 Maya Amrami[mlir][bufferize] Add noAnalysisFuncFilter to OneShotBu...
2023-02-07 Samuel ParkerRevert "[DAGCombine] Fold redundant select"
2023-02-07 Guillaume Chatelet[libc][NFC] Move cpu_features to macros folder
2023-02-07 Tom Eccles[flang] add -fstack-arrays flag
2023-02-07 Tom Eccles[flang] add a pass to move array temporaries to the...
2023-02-07 Guillaume Chatelet[libc][NFC] Rename architecture macros and move to...
2023-02-07 David Green[ARM] Add various tests for reductions of shuffles...
2023-02-07 Sergey Kachkov[PHITransAddr] Simplify casts in PHITransAddr
2023-02-07 Sergey Kachkov[NFC] Add pre-commit test for simplifyCastInst in PHITr...
2023-02-07 Mariya Podchishchaeva[NFC][clang] Fix static analyzer concern about uninitia...
2023-02-07 Guillaume Chatelet[libc][doc] Update compiler
2023-02-07 Haojian Wu[Tooling/Inclusion] Move the StdSpecialSymbolMap.inc...
2023-02-07 Guillaume Chatelet[libc][doc] Add macros guidelines
2023-02-07 Haojian Wu[Tooling/Inclusion] Introduce a human-edit file for...
2023-02-07 Haojian Wu[Tooling/Inclusion] Move the generated mapping .inc...
2023-02-07 Jean Perier[flang][hlfir] place scalar in memory in convertToBox...
2023-02-07 Jean Perier[flang][NFC] addSymbol/lookupSymbol clean-up
2023-02-07 Valentin Clement[flang] Use PointerAssociateLowerBounds when there...
2023-02-07 Jay Foad[cmake] Use LLVM_ENABLE_ASSERTIONS to enable assertions...
2023-02-07 riChar[IR] Fix bug in DemoteRegToStack where DenseMap is...
2023-02-07 Weining Lu[lldb] Fix typo in LoongArch unittest
2023-02-07 Max Kazantsev[SCEV] Support sext in SCEVLoopGuardRewriter
2023-02-07 Thomas Raoux[mlir][linalg] Check for tensor of 0 dims during vector...
2023-02-07 Chuanqi Xu[C++20] [Modules] Allow ADL in dependent context for...
2023-02-07 Aviad Cohen[mlir]: Added IntArrayNthElemMaxValue & IntArrayNthElem...
2023-02-07 Max Kazantsev[SCEV][NFC] Remove check for rewriteable types
2023-02-07 Chen Zheng[DAGCombiner] fix comments for D138899; NFC
2023-02-07 Craig Topper[RISCV] Refactor RISCVDisassembler::getInstruction...
2023-02-07 Louis Dionne[libc++][NFC] _VSTD -> std in ryu
2023-02-07 Louis Dionne[libc++] Add missing _LIBCPP_HIDE_FROM_ABI
2023-02-07 YunQiang SuMIPS: fix build from IR files, nan2008 and FpAbi
2023-02-07 chenglin.bi[Instcombine] Precommit tests for D143373; NFC
2023-02-07 Louis Dionne[libc++] Fix path to versioned clang-format in the...
2023-02-07 zhongyunde[AArch64][SVE] Fix crash for DestructiveBinaryCommWithR...
2023-02-07 zhongyunde[AArch64][SVE] Replace destructive operand of vector...
2023-02-07 wangpcRevert "[RISCV] Allow mismatched SmallDataLimit and...
2023-02-07 Louis Dionne[libc++] Export CXX and CC env vars in format and docum...
2023-02-07 Amir Ayupov[BOLT] Reintroduce allow-stripped
2023-02-07 Amir Ayupov[BOLT][NFC] Replace anonymous namespace functions with...
2023-02-07 Louis Dionne[libc++][NFC] Remove FP from_chars from the <charconv...
2023-02-07 Peiming Liu[mlir][sparse] fix bug when packing tensor with 32...
2023-02-07 Jacques Pienaar[mlir][py] Fix unused var
2023-02-07 Kohei Yamaguchi[mlir][NFC] Add omitted operations to Transform dialect...
2023-02-07 Jacques Pienaar[mlir][py] Fix infer return type invocation for variadics
2023-02-07 Roland McGrath[RISCV] Clean up stack-protector-target test
2023-02-07 Kirill Stoimenov[HWASAN] Add unlikely to if in HwasanAllocate.
2023-02-07 Kirill Stoimenov[HWASAN] Modify HwasanAllocate to set the size to 1...
2023-02-07 Siva Chandra... [libc] Fix typo is processing LIBC_GPU_TEST_ARCHITECTURE.
2023-02-07 Med Ismail... [lldb/Plugins] Fix method dispatch bug when using multi...
2023-02-07 Kirill Stoimenov[HWASAN] Modify HwasanAllocate to set the size to 1...
2023-02-06 Kirill Stoimenov[HWASAN] Fix Metadata::IsAllocatedMetadata::IsAllocated...
2023-02-06 AdityaK[RISCV] Allow mismatched SmallDataLimit and use Min...
2023-02-06 Vladislav Dzhidzhoev[AArch64][GlobalISel] Widen G_ADD/G_MUL/G_OR/... elemen...
2023-02-06 Haowei WuRevert "[Fuchsia] Simplify Fuchsia stage2 toolchain...
2023-02-06 Haowei Wu[Fuchsia] Build windows runtimes using cross compilatio...
2023-02-06 Haowei Wu[Fuchsia] Simplify Fuchsia stage2 toolchain setup
2023-02-06 Jason MolendaIn InitializeZerothFrame check for a CFA/AFA or error out
2023-02-06 Vladislav DzhidzhoevRevert "[AArch64][GlobalISel] Widen G_ADD/G_MUL/G_OR...
2023-02-06 Ilya Leoshkevich[MSan] Fix calling pointers to varargs functions on...
2023-02-06 Vladislav Dzhidzhoev[AArch64][GlobalISel] Widen G_ADD/G_MUL/G_OR/... elemen...
2023-02-06 William Huang[llvm-profdata] Fix bug llvm-profdata crashes when...
2023-02-06 Bill Wendling[randstruct] Don't allow implicit forward decl to stop...
2023-02-06 Aart Bik[mlir][vector] add proper verification to vector.print...
2023-02-06 Aart Bik[mlir][sparse] compute allocation size_hint
2023-02-06 Mircea Trofin[mlgo][regalloc] Handle training case when no regalloc...
next