platform/upstream/llvm.git
2022-12-31 Qfrostllvm-readobj COFFDumper print PEHeader CheckSum
2022-12-31 Fangrui Song[msan] Remove non-working MSAN_LINUX_X86_64_OLD_MAPPING
2022-12-31 Yeting Kuo[RISCV] Use tail agnostic if inserting subvector/elemen...
2022-12-31 Fangrui Song[CMake] Remove unused ALL_SCUDO_SUPPORTED_ARCH after...
2022-12-31 Roman Lebedev[CVP] When expanding `urem`, always freeze the nominator
2022-12-31 Roman Lebedev[NFC][CVP] Add more tests for urem expansion
2022-12-31 Roman Lebedev[DAGCombiner][TLI] Do not fuse bitcast to <1 x ?> into...
2022-12-31 Roman Lebedev[NFC][Codegen][x86] Add tests for load/store of a singl...
2022-12-30 Roman Lebedev[NFC][TLI] Move `isLoadBitCastBeneficial()` implementat...
2022-12-30 Roman Lebedev[DAG] BUILD_VECTOR: absorb ZERO_EXTEND of a single...
2022-12-30 Valery N Dmitriev[NFC] Test case intended to cover SLP cost for chain...
2022-12-30 Eugene Zhulenev[mlir] Add a test for default valued dictionary attributes
2022-12-30 Roman Lebedev[NFC][X86] Add exhaustive-ish coverage for broadcast...
2022-12-30 Vitaly BukaRevert "[CodeGen] Temporarily disable-lsr in HWASAN...
2022-12-30 Benjamin Kramer[Sema] Avoid double hash lookup. NFCI
2022-12-30 Florian Hahn[VPlan] Also consider operands of sink candidates in...
2022-12-30 Thomas Symalla[NFC][AMDGPU] Make method declarations in SIInstrInfo...
2022-12-30 Benjamin Kramer[AArch64] Stringref'ize AArch64Subtarget constructor...
2022-12-30 Ivan Butygin[mlir][gpu][spirv] Lower gpu reduction ops to spirv
2022-12-30 Roman Lebedev[CVP] Expand bound `urem`s
2022-12-30 Roman Lebedev[NFC][CVP] `processURem()`: add statistic and increase...
2022-12-30 Roman Lebedev[NFC][CVP] Add tests for urem expansion
2022-12-30 Roman Lebedev[NFC][PhaseOrdering] Re-autogenerate check lines in...
2022-12-30 Matt ArsenaultValueTracking: Fix canCreateUndefOrPoison for saturatin...
2022-12-30 Ivan Kosarev[AMDGPU][AsmParser] Refine parsing cache policy modifiers.
2022-12-30 Teresa Johnson[MemProf] Fix inline propagation of memprof metadata
2022-12-30 Alexey Bataev[SLP]Do not emit many extractelements, reuse the single...
2022-12-30 Sanjay Patel[InstSimplify] fold selects where true/false arm is...
2022-12-30 Sanjay Patel[InstSimplify] add tests for select-of-bool; NFC
2022-12-30 Matt ArsenaultIROutliner: Convert tests to opaque pointers
2022-12-30 Dmitry Preobrazhensky[AMDGPU][GFX11] Correct tied src2 of v_fmac_f16_e64
2022-12-30 Matt ArsenaultAMDGPU: Use default attributes on image dim intrinsics
2022-12-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct encoding of neg modifier...
2022-12-30 Alfonso Gregory[NFC][IR] Remove unused assignment to Offset
2022-12-30 Filipp Zhinkin[ScheduleDAG] Support REQ_SEQUENCE unscheduling
2022-12-30 jacquesguan[mlir][Arith] Fold integer shift op with zero.
2022-12-30 jacquesguan[mlir][Arith] Remove redundant defination, NFC.
2022-12-30 Mark Danial[Flang] Add ppc64 support to Optimizer/CodeGen/Target...
2022-12-30 Andrzej Warzynski[mlir] Simplify a test for vectorizing tensor.extract
2022-12-30 Vitaly Buka[CodeGen] Temporarily disable-lsr in HWASAN build
2022-12-30 Jun Zhang[clang][dataflow] Fix crash when having boolean-to...
2022-12-30 NAKAMURA Takumi[Bazel] Exclude lib/Headers/openmp_wrappers/stdlib...
2022-12-30 liqinweng[MLIR][Arith][NFC] Use the interface of 'getElementType...
2022-12-30 Craig Topper[RISCV] Use SUB instead of XOR in lowerShiftLeftParts...
2022-12-30 Craig Topper[RISCV] RISCVDAGToDAGISel::selectShiftMask to shift...
2022-12-29 Matt ArsenaultAMDGPU/clang: Remove target features from address space...
2022-12-29 Lei Zhang[mlir][spirv] Fail vector.bitcast conversion with diffe...
2022-12-29 Matt Arsenaultlibclc: Add parentheses to silence warning
2022-12-29 Dmitry BorisenkovDAG: Prevent store value forwarding to distinct addrspa...
2022-12-29 Craig Topper[RISCV] Teach RISCVDAGToDAGISel::selectShiftMask to...
2022-12-29 Matt ArsenaultAMDGPU/clang: Add builtins for llvm.amdgcn.ballot
2022-12-29 Roman Lebedev[NFC][Codegen][X86] zero_extend_vector_inreg.ll: add...
2022-12-29 Roman Lebedev[DAGCombiner] Try to partition ISD::EXTRACT_VECTOR_ELT...
2022-12-29 Craig Topper[TargetLowering] Teach BuildUDIV to take advantage...
2022-12-29 Gulfem Savrun... [instrprof] Fix issue in binary-ids-padding.test
2022-12-29 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-12-29 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-12-29 serge-sans... [clang] Use try_emplace instead of insert when getting...
2022-12-29 Eugene Zhulenev[mlir] Add constBuilderCall to DictionaryAttr
2022-12-29 Aart Bik[mlir][sparse] layout fixes (NFC)
2022-12-29 Fangrui Song[ProfileData] Fix msan -fsanitize-memory-param-retval...
2022-12-29 Markus Böck[llvm][AsmPrinter][NFC] Cleanup `GCMetadataPrinters...
2022-12-29 Sanjay Patel[InstCombine] avoid miscompile in sinkNotIntoLogicalOp()
2022-12-29 Sanjay Patel[InstCombine] add test for miscompile from sinkNotIntoL...
2022-12-29 Valery N Dmitriev[SLP] Fix debug print for cost in tryToVectorizeList...
2022-12-29 Eduard Zingerman[BPF] Use SectionForGlobal() for section names computat...
2022-12-29 Valery N Dmitriev[SLP] A couple of minor improvements for slp graph...
2022-12-29 Gulfem Savrun... [profile] Add binary ids into indexed profiles
2022-12-29 Fangrui Song[test] Fix dfsan/stack_trace.c
2022-12-29 Craig Topper[Support] Fix what I think is an off by 1 bug in Unsign...
2022-12-29 Peter Klausler[flang] Restore checking for some optional values befor...
2022-12-29 Sanjay Patel[InstSimplify] fold exact divide to poison if it is...
2022-12-29 Benjamin KramerDetemplate llvm::EmitGEPOffset and move it into a cpp...
2022-12-29 Mike Hommey[MC] [llvm-ml] Add support for the extrn keyword
2022-12-29 Sanjay Patel[InstSimplify] fix formatting and add bool function...
2022-12-29 Hsiangkai Wang[RISCV] Add fmin/fmax scalar instructions to isAssociat...
2022-12-29 Hsiangkai Wang[RISCV] Add integer scalar instructions to isAssociativ...
2022-12-29 Christian Sigg[mlir] NFC: work around gcc-aarch64 v8.3 compilation...
2022-12-29 Brad Smith[M68k] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
2022-12-29 Andrzej Warzynski[mlir] Add a newline character in the Linalg debug...
2022-12-29 Chenbing Zheng[InstCombine] Fold (X << Z) / (X * Y) -> (1 << Z) / Y
2022-12-29 Jonas HahnfeldFix build of nvptx-arch with CLANG_LINK_CLANG_DYLIB
2022-12-29 Yeting Kuo[RISCV] Add Svpbmt extension support.
2022-12-29 Craig Topper[RISCV] Add SH1ADD/SH2ADD/SH3ADD to RISCVDAGToDAGISel...
2022-12-29 eopXD[Clang][RISCV] Use poison instead of undef
2022-12-29 Amir Ayupov[BOLT] Respect -function-order in lite mode
2022-12-29 Craig Topper[RISCV] Prefer ADDI over ORI if the known bits are...
2022-12-29 Weining Lu[DFSan] Add `zeroext` attribute for callbacks with...
2022-12-29 Fangrui Song[XRay] Unsupport version<2 sled entry
2022-12-29 Ben ShiRevert "[MLIR][Arith] Remove unused assertions"
2022-12-29 Roman Lebedev[NFC][Codegen][X86] Add exhaustive-ish test coverage...
2022-12-29 Jacques Pienaar[mlir][py] Add StrAttr convenience builder.
2022-12-28 Fangrui Song[dfsan][test] Replace REQUIRES: x86_64-target-arch...
2022-12-28 Craig Topper[RISCV] Fix mistakes in fixed-vectors-vreductions-mask...
2022-12-28 Craig Topper[RISCV] Add RISCV::XORI to RISCVDAGToDAGISel::hasAllNBi...
2022-12-28 Brad Smith[Clang] Move AMDGPU IAS enabling to Generic_GCC::IsInte...
2022-12-28 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-12-28 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-12-28 Craig Topper[RISCV] Support SRLI in hasAllNBitUsers.
2022-12-28 Craig Topper[RISCV] Refactor RISCV::hasAllWUsers to hasAllNBitUsers...
next