[GVN] Propagate llvm.access.group metadata of loads
[platform/upstream/llvm.git] / llvm /
2021-04-01 KAWASHIMA Takahiro[GVN] Propagate llvm.access.group metadata of loads
2021-04-01 KAWASHIMA Takahiro[GVN][NFC] Pre-commit test for D93503
2021-04-01 qixingxue[GVN][NFC] Refactor analyzeLoadFromClobberingWrite
2021-03-31 Philip Reames[ValueTracking] Handle non-zero ashr/lshr recurrences
2021-03-31 Philip Reames[tests] Add tests for ashr/lshr recurrences in isKnownN...
2021-03-31 Philip ReamesAdd debug printers for KnownBits [nfc]
2021-03-31 Simonas KazlauskasSupport {S,U}REMEqFold before legalization
2021-03-31 Craig Topper[RISCV] Add UnsupportedSchedZfh multiclass to reduce...
2021-03-31 YangKeao[X86] add dwarf annotation for inline stack probe
2021-03-31 Thomas Preud'homme[test, InferFunctionAttrs] Fix use of var defined in...
2021-03-31 Roman Lebedev[NFC][LoopRotation] Count the number of instructions...
2021-03-31 Philip ReamesRevert "Make TableGenGlobalISel an object library"
2021-03-31 Aaron PuchertMake TableGenGlobalISel an object library
2021-03-31 Philip Reames[tests] Exercise cases where SCEV can use trip counts...
2021-03-31 Alexey Bataev[SLP]Update test checks, NFC
2021-03-31 Craig Topper[SelectionDAG] Remove unneeded vector resize from the...
2021-03-31 George Mitenkov[ConstantFolding] Fixing addo/subo with undef
2021-03-31 Alexey Bataev[SLP]Add a test for the bug in `getVectorElementSize...
2021-03-31 Huihui Zhang[LoopVectorize] Use SetVector to track uniform uses...
2021-03-31 Thomas Lively[WebAssembly] Implement i64x2 comparisons
2021-03-31 Juneyoung Lee[ValueTracking] Add with.overflow intrinsics to poison...
2021-03-31 Philip Reames[SCEV] Handle unreachable binop when matching shift...
2021-03-31 Craig Topper[X86] Improve SMULO/UMULO codegen for vXi8 vectors.
2021-03-31 Shimin Cui[PowerPC] [MLICM] Enable hoisting of caller preserved...
2021-03-31 Craig Topper[X86] Improve optimizeCompareInstr for signed compariso...
2021-03-31 Wael Yehia[LTO][Legacy] Decouple option parsing from LTOCodeGenerator
2021-03-31 Craig Topper[RISCV] Add RISCVISD opcodes for CLZW and CTZW.
2021-03-31 Jay Foad[AMDGPU] Add some image tests with enable-prt-strict...
2021-03-31 Jay Foad[AMDGPU] Use a common check prefix for some image tests...
2021-03-31 Craig Topper[RISCV] Add isel patterns to select vsub_vx intrinsic...
2021-03-31 Arthur Eubanks[llvm-jitlink] Fix -Wunused-function on Windows
2021-03-31 Heejin Ahn[WebAssembly] Raname a test and fix comments
2021-03-31 Sanjay Patel[InstCombine] fold abs(srem X, 2)
2021-03-31 Sanjay Patel[InstCombine] add tests for srem+abs; NFC
2021-03-31 Bradley Smith[AArch64][SVE] Add tests for UREM/SREM using fixed...
2021-03-31 Sander de Smalen[SVE] Fix LoopVectorizer test scalalable-call.ll
2021-03-31 Sander de Smalen[CostModel] Align the cost model for intrinsics for...
2021-03-31 Sander de SmalenNFC: Change getIntrinsicInstrCost to return InstructionCost
2021-03-31 Sander de SmalenNFC: Change getTypeBasedIntrinsicCost to return Instruc...
2021-03-31 Max Kazantsev[Test] Auto-update test checks
2021-03-31 Liqiang Tao[InlineCost] Remove TODO comment that consider other...
2021-03-31 Roman Lebedev[X86] AMD Zen 3 has macro fusion
2021-03-31 Fraser Cormack[RISCV] Add support for the stepvector intrinsic
2021-03-31 Jay Foad[AMDGPU][GlobalISel] Add support for global atomicrmw...
2021-03-31 Florian Hahn[AArch64] Avoid SCALAR_TO_VECTOR for single FP constant...
2021-03-31 Sander de SmalenNFC: Change getUserCost to return InstructionCost
2021-03-31 Alex Richardson[TableGen] Emit more helpful error messages on empty...
2021-03-31 Alex Richardson[WebAssembly] Fix incorrect DW_TAG_pointer_type size...
2021-03-31 Craig Topper[X86] Add test cases for PR48768 and D94856. NFC
2021-03-31 Craig Topper[X86] Regenerate test to add missing @PLT
2021-03-31 Lang Hames[JITLink] Delete copy and move constructors for jitlink...
2021-03-31 Lang Hames[JITLink] Switch from StringRef to ArrayRef<char>,...
2021-03-31 Chuanqi Xu[Coroutine] [Debug] Insert dbg.declare to entry.resume...
2021-03-31 Zhiwei Chen[Utils][Emacs] Improve syntax highlight
2021-03-31 Fangrui Song[SimpleLoopUnswitch] Fix -Wunused-variable in -DLLVM_EN...
2021-03-31 Craig Topper[RISCV] simm12_plus1 should not inherit from Operand...
2021-03-31 Yang Fan[GlobalISel] Fix Wint-in-bool-context warning (NFC)
2021-03-31 Craig Topper[RISCV] Remove some unused ImmLeafs. NFC
2021-03-31 Juneyoung Lee[LoopUnswitch] Assert that branch condition is either...
2021-03-31 Lang Hames[JITLink] Add a setProtectionFlags method to jitlink...
2021-03-31 Craig Topper[StructLayout] Use TrailingObjects to allocate space...
2021-03-31 Nico WeberReland "[gn build] port 48e4b0f (__config_site)"
2021-03-30 Heejin Ahn[WebAssembly] Encode numbers in ULEB128 in event section
2021-03-30 Wei Mi[ThinLTO] During module importing, close one source...
2021-03-30 Jon Roelofs[docs] Fix up dead clang-format links after monorepo...
2021-03-30 Mike Rice[OPENMP51]Initial support for the dispatch directive.
2021-03-30 David Green[ARM] Add FeatureHasNoBranchPredictor for Thumb1 cores
2021-03-30 David BlaikieConditionalize the JIT test dependency
2021-03-30 Fangrui Song[GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASS...
2021-03-30 Sanjay Patel[InstCombine] add fold for demand of low bit of abs()
2021-03-30 Sanjay Patel[InstCombine] add test for abs() demanded bits; NFC
2021-03-30 Huihui Zhang[VPlan] Use SetVector for VPExternalDefs to prevent...
2021-03-30 Amara Emerson[GlobalISel] Implement fewerElements legalization for...
2021-03-30 Amara Emerson[AArch64][GlobalISel] Define some legalization rules...
2021-03-30 Amara Emerson[AArch64][GlobalISel] Combine funnel shifts to rotates.
2021-03-30 Sourabh Singh Tomar[DebugInfo] Support for signed constants inside DIExpre...
2021-03-30 spupyrev[SamplePGO] Keeping prof metadata for IndirectBrInst
2021-03-30 Hongtao Yu[CSSPGO] Top-down processing order based on full profile.
2021-03-30 Jessica Paquette[GlobalISel][AArch64] Combine G_SEXT_INREG + right...
2021-03-30 Nick LewyckyAdd -disable-verify flag to llvm-link.
2021-03-30 Craig Topper[RISCV] Pass 'half' in the lower 16 bits of an f32...
2021-03-30 Amara Emerson[GlobalISel] Implement lowering for G_ROTR and G_ROTL.
2021-03-30 Tomas Matheson[NFC][CodeGen] Tidy up TargetRegisterInfo stack realign...
2021-03-30 Nick LewyckyRemove dead CHECK-ERR line.
2021-03-30 Craig Topper[RISCV] Don't set the SplatOperand flag on intrinsics...
2021-03-30 Craig Topper[RISCV] Remove floating point condition code legalizati...
2021-03-30 Thomas Preud'homme[test, ARM] Fix use of var defined in CHECK-NOT
2021-03-30 oToToT[Docs] Update googletest docs link.
2021-03-30 Thomas Preud'homme[test, LoopVectorize] Fix use of var defined in CHECK-NOT
2021-03-30 Thomas Preud'homme[test, HardwareLoops] Fix use of var defined in CHECK-NOT
2021-03-30 Sebastian Neubauer[AMDGPU] Remove outdated TODOs. NFC
2021-03-30 LLVM GN Syncbot[gn build] Port c51e91e04681
2021-03-30 Krasimir GeorgievRevert "[Passes] Add relative lookup table converter...
2021-03-30 Oliver StannardMove test to X86 directory
2021-03-30 Sanjay Patel[x86] enhance matching of pmaddwd
2021-03-30 Douglas YungFix path in test added in e0577b3130a646b0ee090c04a4040...
2021-03-30 Juneyoung Lee[LoopUnswitch] Simplify branch condition if it is selec...
2021-03-30 Sander de SmalenNFC: Migrate PartialInlining to work on InstructionCost
2021-03-30 Nico Weber[gn build] (semi-manually) port 51fa9e0fd984
2021-03-30 Stefan Gränitz[lli] Leaving two EH frame tests with MCJIT only after...
next