platform/upstream/llvm.git
2021-09-29 Wael YehiaRevert "[LTO][Legacy] Add -debug-pass-manager option...
2021-09-29 Stefan Pintilie[PowerPC] The builtins load8r and store8r are Power...
2021-09-29 Roman Lebedev[NFC][X86][Codegen] Add test coverage for interleaved...
2021-09-29 Roman Lebedev[NFC][X86][LV] Add costmodel test coverage for interlea...
2021-09-29 Daniil Fukalov[NFC][AMDGPU] Add missing gfx90a test cases to fsub.ll.
2021-09-29 Sjoerd Meijer[LoopFlatten] Bail if we can't perform flattening after...
2021-09-29 Roman Lebedev[X86][Costmodel] Load/store i8 Stride=2 VF=32 interleav...
2021-09-29 Roman Lebedev[X86][Costmodel] Load/store i8 Stride=2 VF=16 interleav...
2021-09-29 Roman Lebedev[X86][Costmodel] Load/store i8 Stride=2 VF=8 interleavi...
2021-09-29 Roman Lebedev[X86][Costmodel] Load/store i8 Stride=2 VF=4 interleavi...
2021-09-29 Roman Lebedev[X86][Costmodel] Load/store i8 Stride=2 VF=2 interleavi...
2021-09-29 Muiez Ahmed[NFC] Add contributor name to CREDITS.TXT
2021-09-29 Wesley Wiser[Mangler] Calculate the argument list byte count suffix...
2021-09-29 Alex Langford[lldb] Remove Expression's dependency on CPlusPlusLangu...
2021-09-29 Martin Storsjö[libcxx] Add a CI configuration for standalone building...
2021-09-29 Nico Weber[clang] Minor cleanups after b2de52bec
2021-09-29 Jay Foad[AMDGPU] Enable machine verification after AMDGPUISelDA...
2021-09-29 Louis Dionne[libc++][NFC] Reorganize CI jobs into commented sections
2021-09-29 Dan LiewAdapt `tsan/flush_memory.cpp` to run on non-local platf...
2021-09-29 Petr Hosek[Driver] Check that short triples are supported for...
2021-09-29 Nico Weber[clang-cl] Accept `#pragma warning(disable : N)` for...
2021-09-29 Louis Dionne[libc++] Move libc++ specific tests to `libcxx/test...
2021-09-29 Sanjay Patel[InstSimplify] (-1 << x) s>> x --> -1
2021-09-29 Aart Bik[mlir][sparse] simplify negi code generation with subi
2021-09-29 Walter ErquinigoFix LLDB build on old Linux kernels
2021-09-29 Eric Schweitz[fir] Update fir.call op
2021-09-29 Quinn Pham[PowerPC] swdiv builtins for XL compatibility
2021-09-29 Michael Kruse[llvm-reduce] Reduce metadata references.
2021-09-29 Stuart Brady[OpenCL][NFC] Refactor vloada_half and vstorea_half...
2021-09-29 Dhruva Chakrabarti[libomptarget] [amdgpu] After a kernel dispatch packet...
2021-09-29 Eric Schweitz[fir][NFC] Update fir.iterate_while op
2021-09-29 Kazu Hirata[AArch64] Remove redundant declaration createAArch64Obj...
2021-09-29 David Green[AArch64] Model Cortex-A55 Q register NEON instructions
2021-09-29 Sean Fertile[PowerPC][AIX] Warn when using pragma align(packed...
2021-09-29 Sanjay Patel[InstCombine] fix miscompile from dropRedundantMaskingO...
2021-09-29 Sanjay Patel[InstSimplify] add tests for (-1 << x) s>> x; NFC
2021-09-29 Sanjay Patel[InstCombine] add test for miscompile in dropRedundantM...
2021-09-29 Jay Foad[MSP430] Recognize Bi as an indirect branch in analyzeB...
2021-09-29 Simon Pilgrim[TTI] BasicTTI::getInterleavedMemoryOpCost(): use getSc...
2021-09-29 Simon Pilgrim[clang-tidy] Merges separate isa<>/assert/unreachable...
2021-09-29 Simon Pilgrim[CostModel][AArch64] Don't dereference CostTblEntry...
2021-09-29 Sam Clegg[WebAssemlby][Object] Fix dead code in WasmObjectFile.cpp
2021-09-29 Raphael Isemann[lldb] Fix TestImportStdModule on some setups by testin...
2021-09-29 Teresa JohnsonUse rm -f to fix Windows failures from test changes
2021-09-29 Frederic Cambus[clang] Fix library name (libsupc++) in the admonition...
2021-09-29 David Green[AArch64] Enable type promotion for AArch64
2021-09-29 Marcel KoesterIntroduced AllocationOpInterface to create deallocation...
2021-09-29 Florian Hahn[IndVarSimplify] Forget phi value after changing incomi...
2021-09-29 Nicolas Vasilache[mlir][Linalg] Rewrite CodegenStrategy to populate...
2021-09-29 David Green[AArch64] Add TypePromotion tests and regenerate atomic...
2021-09-29 Roman Lebedev[NFC][X86] Add codegen test coverage for interleaved...
2021-09-29 Roman Lebedev[NFC][X86][LV] Add costmodel test coverage for interlea...
2021-09-29 Nico Weber[lld/mac] Don't warn on both --icf=all and -no_deduplicate
2021-09-29 Wael Yehia[LTO][Legacy] Add -debug-pass-manager option to enable...
2021-09-29 Salman JavedRevert 9b944c184396ce55a3ad608779cc326ba12c9ee3 with...
2021-09-29 Michał Górny[lldb] [Host] Remove TerminalStateSwitcher
2021-09-29 Djordje TodorovicNFC: [Debugify] Fix a typo when checking variables...
2021-09-29 Nemanja Ivanovic[PowerPC] Implement builtin for vbpermd
2021-09-29 Roman Lebedev[NFC][X86][LV] Add some test coverage for [un]masked...
2021-09-29 Nemanja Ivanovic[PowerPC] Define XL-compatible macros only for AIX...
2021-09-29 Sander de Smalen[SelectionDAG] Make WidenVecRes_EXTRACT_SUBVECTOR work...
2021-09-29 Sander de Smalen[AArch64][SVE] Fix extract_subvector patterns for unpac...
2021-09-29 Martin Storsjö[X86] Fix handling of i128<->fp on Windows
2021-09-29 Amara Emerson[AArch64][GlobalISel] Add selection tests for vector...
2021-09-29 David Spickett[AMDGPU] Require AMDGPU target for ASAN instrumentation...
2021-09-29 Jay Foad[RemoveRedundantDebugValues] Enable machine verificatio...
2021-09-29 Igor Kudrin[llvm-objcopy] Rename relocation sections together...
2021-09-29 Amara Emerson[AArch64][GlobalISel] Make some vector G_SMULH/G_UMULH...
2021-09-29 Andrzej Warzynski[Flang] Fix failing plugin tests
2021-09-29 Pavel Labath[lldb/gdb-remote] Remove last_stop_packet_mutex
2021-09-29 Krasimir Georgiev[Bazel] fix for aa53785f23b2b89a9a423af131697b1f7c92869f
2021-09-29 David Spickett[libcxx] Run u16string tests for gdb pretty printers
2021-09-29 Simon Moll[VP] Vector predicated vector splice intrinsic
2021-09-29 Sven van Haastregt[OpenCL] Fix as_type3 invalid store creation
2021-09-29 Eric Schweitz[fir][NFC] Rename operand of ArrayCoorOp
2021-09-29 Stefan Gränitz[ORC][examples] Port LLJITWithRemoteDebugging to Simple...
2021-09-29 Lang Hames[ORC-RT] Add target dependencies to ORC-RT regression...
2021-09-29 Lang Hames[JITLink][MachO][x86-64] Add support for splitting...
2021-09-29 Jinsong Ji[AIX] Enable PGO without LTO
2021-09-29 hsmahesha[AMDGPU] Do not internalize ASan device library functions.
2021-09-29 LLVM GN Syncbot[gn build] Port c07f7099690e
2021-09-29 Sterling AugustineRevert "Recommit "[AArch64] Split bitmask immediate...
2021-09-29 Itay Bookstein[SelectionDAG] Fix incorrect condition for shift amount...
2021-09-29 Jinsong Ji[AIX] Change the linkage of profiling counter/data...
2021-09-29 Lang Hames[JITLink][MachO][arm64] Add support for splitting compa...
2021-09-29 Jessica Paquette[AArch64][GlobalISel] Run overlapping_and after legaliz...
2021-09-29 Teresa JohnsonClean up large copies of binaries copied into temp...
2021-09-29 Arthur Eubanks[test] Specify triple in backend-attribute-error-warnin...
2021-09-28 Jessica Paquette[GlobalISel] Combine mulo x, 2 -> addo x, x
2021-09-28 Michael Jones[libc] Add support for 128 bit ints in limits.h
2021-09-28 Nico Weber[clang] Let PPCallbacks::PragmaWarning() pass specifier...
2021-09-28 Fred Grimfixes bug #51926 where dangling comma caused overrun
2021-09-28 Vitaly Buka[NFC][sanitizer] Return StackDepotStats by value
2021-09-28 Sean Silva[mlir][Python] Fix lifetime of ExecutionEngine runtime...
2021-09-28 Arthur EubanksReland [clang] Rework dontcall attributes
2021-09-28 Rob Suderman[mlir][tosa] Add i32 to supported quantized type
2021-09-28 Shoaib Meenai[CodeGen] Fix wrapping personality symbol on ARM
2021-09-28 Stuart EllisFlang OpenMP Report Plugin
2021-09-28 bakhtiyarRemove unnecessary async group creates and awaits.
2021-09-28 bakhtiyarRename target block size to min task size for clarity.
next