platform/upstream/llvm.git
2021-07-15 Sam Tebbs[ARM][LowOverheadLoops] Make some stack spills valid...
2021-07-15 Quinn Pham[PowerPC] Fix popcntb XL Compat Builtin for 32bit
2021-07-15 Simon PilgrimFix "unknown pragma 'GCC'" MSVC warning. NFCI.
2021-07-15 Simon Pilgrim[InstCombine] Add 3-operand gep test with different...
2021-07-15 Dmitry Vyukovtsan: strip top inlined internal frames
2021-07-15 Philip Reames[SCEV] Fix unsound reasoning in howManyLessThans
2021-07-15 Louis Dionne[libc++] NFC: Reindent the run-buildbot script
2021-07-15 Fangrui Song[test] Avoid llvm-readelf/llvm-readobj one-dash long...
2021-07-15 Vy Nguyen[llvm-exegesis] Fix missing-headers build errors.
2021-07-15 Arthur EubanksRevert "[SLP]Workaround for InsertSubVector cost."
2021-07-15 Jessica Paquette[GlobalISel] Fix infinite loop in reassociationCanBreak...
2021-07-15 Wouter van... [WebAssembly] Fixed LLD generation of 64-bit __wasm_app...
2021-07-15 Leonard Grey[lld-macho] Add LTO cache support
2021-07-15 Stanislav Mekhanoshin[AMDGPU] Refine -O0 and -O1 passes.
2021-07-15 Fangrui Song[llvm-nm] Remove one-dash long options except -arch
2021-07-15 Fangrui Song[test] Avoid llvm-nm one-dash long options
2021-07-15 Aart Bik[mlir][sparse] add shift ops support
2021-07-15 Andrzej Warzynski[flang][driver] Randomise the names of the unparsed...
2021-07-15 Andrzej WarzynskiEnable Flang by default in the test-release.sh script
2021-07-15 Aart Bik[mlir][sparse] remove linalg-to-loops from integration...
2021-07-15 Louis Dionne[libc++] Add a CMake target to re-generate files and...
2021-07-15 Nikita Popov[IR] Add elementtype attribute
2021-07-15 Nikita Popov[LangRef] Add elementtype attribute
2021-07-15 Arthur Eubanks[InstCombine] Look through invariant group intrinsics...
2021-07-15 Geoffrey Martin... [Bazel] Update for 01bdb0f75efb
2021-07-15 Philip Reames[LV] Enable vectorization of multiple exit loops w...
2021-07-15 Nikita Popov[AsmParser] Unify parsing of attributes
2021-07-15 Dmitry Vyukovtsan: make obtaining current PC faster
2021-07-15 Victor Huang[PowerPC] Add PowerPC rotate related builtins and emit...
2021-07-15 Shilei TianRevert "[AbstractAttributor] Fold function calls to...
2021-07-15 Simon Pilgrim[DAG] Fold select(cond,binop(x,y),binop(x,z)) -> binop...
2021-07-15 Aart Bik[mlir][sparse] replace linalg.copy with memref.copy
2021-07-15 Simon Pilgrim[NVPTX] Tweak fast-math tests to avoid select(binop...
2021-07-15 Gabor Marton[Analyzer][solver] Remove unused functions
2021-07-15 Sander de SmalenRevert "[LV] Print remark when loop cannot be vectorize...
2021-07-15 Anton Zabaznov[OpenCL] Add support of __opencl_c_program_scope_global...
2021-07-15 Tim NorthoverMachO: fix Clang test broken by dropping private labels...
2021-07-15 Nathan Sidwell[docs] More CMAKE variable documentation
2021-07-15 David Green[ARM] Expand types handled in VQDMULH recognition
2021-07-15 Tim NorthoverMachO: don't emit L... private symbols in do_not_dead_s...
2021-07-15 liukeFix documentation; NFC
2021-07-15 Roman Lebedev[SimplifyCFG] Rerun PHI deduplication after common...
2021-07-15 Adrian Kuegel[mlir][rocdl] Add math::Exp2Op lowering to ROCDL
2021-07-15 Simon Pilgrim[TTI] Consistently make getMinVectorRegisterBitWidth...
2021-07-15 Sander de Smalen[LV] Fix determinism for failing scalable-call.ll test.
2021-07-15 Nicolas Vasilache[mlir][linalg] Improve implementation of hoist padding.
2021-07-15 Louis Dionne[libc++] Mark failing rel_ops test as XFAIL in back...
2021-07-15 Stephen TozerReapply "[DebugInfo] Enable variadic debug value salvaging"
2021-07-15 Louis Dionne[libc++] Implement views::all_t and ranges::viewable_range
2021-07-15 Louis Dionne[runtimes] Serialize all Lit params instead of passing...
2021-07-15 Fraser Cormack[VP][NFC] Correct formatting in unit test
2021-07-15 Simon Pilgrim[NVPTX] Add selp.f32 checks to select(cond,fpbinop...
2021-07-15 Simon Pilgrim[InstCombine] Strip inbounds from (select C, (gep Ptr...
2021-07-15 Simon Pilgrim[MIPS] Refresh ashr test checks. NFCI.
2021-07-15 Adrian Kuegel[mlir][nvvm]: Add math::Exp2Op lowering to NVVM.
2021-07-15 Irina Dobrescu[AArch64][GlobalISel] Optimise lowering for some vector...
2021-07-15 Sebastian Neubauer[AMDGPU] Use isMetaInstruction for instruction size
2021-07-15 Ilya Leoshkevich[TSan] Add SystemZ SANITIZER_GO support
2021-07-15 Ilya Leoshkevich[TSan] Enable SystemZ support
2021-07-15 Ilya Leoshkevich[TSan] Adjust tests for SystemZ
2021-07-15 Ilya Leoshkevich[TSan] Intercept __tls_get_addr_internal and __tls_get_...
2021-07-15 Ilya Leoshkevich[TSan] Disable __TSAN_HAS_INT128 on SystemZ
2021-07-15 Ilya Leoshkevich[TSan] Add SystemZ longjmp support
2021-07-15 Ilya Leoshkevich[TSan] Define C/C++ address ranges for SystemZ
2021-07-15 Ilya Leoshkevich[TSan] Define PTHREAD_ABI_BASE for SystemZ
2021-07-15 Ilya Leoshkevich[TSan] Build ignore_lib{0,1,5} tests with -fno-builtin
2021-07-15 Ilya Leoshkevich[TSan] Use zeroext for function parameters
2021-07-15 Ilya Leoshkevich[TSan] Align thread_registry_placeholder
2021-07-15 Ilya Leoshkevich[sanitizer] Force TLS allocation on s390
2021-07-15 Ilya Leoshkevich[sanitizer] Fix __sanitizer_kernel_sigset_t endianness...
2021-07-15 Max Kazantsev[Test] We can benefit from pipelining of ymm load/stores
2021-07-15 Cullen Rhodes[AArch64][SME] Add outer product instructions
2021-07-15 Florian Mayer[NFC] [hwasan] Split argument logic into functions.
2021-07-15 Bogdan GraurFixes memory sanitizer 'use-of-uninitialized-value...
2021-07-15 serge-sans... Fix undeduced type assert
2021-07-15 Timm Bäder[llvm][tools] Hide unrelated llvm-bcanalyzer options
2021-07-15 Aart Bik[mlir][crunner] fix bug in memref copy for rank 0
2021-07-15 LLVM GN Syncbot[gn build] Port b0d38ad0bc25
2021-07-15 Balázs Kéri[clang][Analyzer] Add symbol uninterestingness to bug...
2021-07-15 Djordje Todorovic[2/2][RemoveRedundantDebugValues] Add a Pass that remov...
2021-07-15 Tony Tye[AMDGPU] Reserve AMDGPU ELF e_flags machine 0x44
2021-07-15 Chuanqi Xu[Coroutines] Run coroutine passes by default
2021-07-15 Mehdi AminiDefend early against operation created without a regist...
2021-07-15 John Demme[MLIR] [Python] Add `owner` to PyValue and fix its...
2021-07-15 Mehdi AminiRevert "Defend early against operation created without...
2021-07-15 Kuter Dinel[Attributor] AACallEdges, Add a way to ask nonasm unkno...
2021-07-15 Mehdi AminiDefend early against operation created without a regist...
2021-07-15 Chen Zheng[PowerPC][NFC] add testcase for update-form preparation...
2021-07-15 Matthias Springer[mlir][linalg] Improve codegen when tiling PadTensor...
2021-07-15 Matthias Springer[mlir][linalg] Improve codegen of ExtractSliceOfPadTens...
2021-07-15 Matthias Springer[mlir][linalg] Fix Windows build
2021-07-15 Matthias Springer[mlir][linalg] Tile PadTensorOp
2021-07-15 Matthias Springer[mlir][NFC] Move asOpFoldResult helper functions to...
2021-07-15 Matthias Springer[mlir][linalg] Add optional output operand to PadTensorOp
2021-07-15 Matthias Springer[mlir][linalg][NFC] Factor out tile generation in makeT...
2021-07-15 LLVM GN Syncbot[gn build] Port b9c3941cd61d
2021-07-15 Kai Luo[PowerPC] Generate inlined quadword lock free atomic...
2021-07-15 Dave Airlie[OpenCL] opencl-c.h: CL3.0 generic address space
2021-07-15 Dave Airlie[OpenCL][NFC] opencl-c.h: reorder atomic operations
2021-07-15 Jan Veselylibclc: Add -cl-no-stdinc to clang flags on clang >=13
next