platform/upstream/llvm.git
2021-09-30 Matthias Springer[mlir][vector] Fold transfer ops and tensor.extract...
2021-09-29 Fangrui Song[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support...
2021-09-29 Andy Kaylor[IntelJITListener] Fix order in JitListener/multiple.ll
2021-09-29 Arthur O'Dwyer[libc++] Simplify the _LIBCPP_CONSTEXPR markings on...
2021-09-29 Rob Suderman[mlir][tosa] Ranked check for transpose was wrong.
2021-09-29 Amara Emerson[AArch64][GlobalISel] Widen G_BUILD_VECTOR source ...
2021-09-29 Louis Dionne[libc++] Fix missed rename of libcxx-trunk-shared.cfg.in
2021-09-29 Nikita Popov[BasicAA] Move DecomposedGEP out of header (NFC)
2021-09-29 Leonard Chan[runtimes] Ensure required deps for tests targets are...
2021-09-29 Nikita Popov[BasicAA] Pass whole DecomposedGEP to subtraction API...
2021-09-29 Louis Dionne[libc++] Add the std::views::common range adaptor
2021-09-29 Sam McCall[VFS] InMemoryFilesystem's UniqueIDs are a function...
2021-09-29 Louis Dionne[libc++] Rename testing configurations to match Lit...
2021-09-29 Louis Dionne[libc++][libc++abi] Add tests for vendor-specific prope...
2021-09-29 Matheus Izvekov[clang] don't instantiate templates with injected arguments
2021-09-29 Louis Dionne[libc++][ci] Run alternative builds earlier to reduce...
2021-09-29 Ricky Taylor[M68k] Avoid UB in disassembler
2021-09-29 Matheus Izvekov[clang] NFC: remove duplicated code around type constra...
2021-09-29 Nikita Popov[BasicAA] Pass DecomposedGEP to constantOffsetHeuristic...
2021-09-29 LLVM GN Syncbot[gn build] Port 969359e3b86b
2021-09-29 Joseph Huber[OpenMP] Apply OpenMP assumptions to applicable call...
2021-09-29 Joseph Huber[OpenMP][NFC] Fix linting messages in OpenMPOpt
2021-09-29 Joseph Huber[OpenMP] Add missing distribute definitions to AAKernelInfo
2021-09-29 peter klausler[flang] Make builtin types more easily accessible;...
2021-09-29 Arthur O'Dwyer[libc++] [compare] Named comparison functions, is_eq...
2021-09-29 Bjorn Pettersson[test] Update some test cases to use -passes when speci...
2021-09-29 Jessica Clarke[NFC][clang] Add newline to end of 2005-01-02-ConstantI...
2021-09-29 Eric Schweitz[fir] Move parser/printer/verifier of fir.string_lit...
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
next