platform/upstream/llvm.git
2022-09-05 Eli Friedman[ARM64EC 1/?] Add parsing support to llvm-objdump/llvm...
2022-09-05 David Green[AArch64][GlobalISel] Recognise some CCMPri
2022-09-05 Fangrui Song[Verifier] Reject dllexport with non-default visibility
2022-09-05 Fangrui Song[MinGW] Reject explicit non-default visibility applied...
2022-09-05 Sam McCall[clangd] Trace preamble throttle time
2022-09-05 Joseph Huber[ELF] Provide the GNU hash function in libObject
2022-09-05 LiaoChunyu[InstSimplify][NFC] shortened the code
2022-09-05 LiaoChunyu[InstSimplify] Odd - X ==/!= X -> false/true
2022-09-05 LiaoChunyu[InstSimplify][NFC][test] Add tests for Odd - X ==...
2022-09-05 isuckatcs[analyzer] Track trivial copy/move constructors and...
2022-09-05 Amara Emerson[GlobalISel] Update combine-build-vector.mir test check...
2022-09-05 Daniel Bertalan[lld-macho] Diagnose unaligned arm64 PAGEOFF12 relocations
2022-09-05 LLVM GN Syncbot[gn build] Port 2d52c6bfae80
2022-09-05 Amy Wang[clang-format] Use utf-8 for JSON object load
2022-09-05 Nikolas Klauser[libc++] Granularize __tuple
2022-09-05 Amara Emerson[GlobalISel] Update test checks before a patch.
2022-09-05 Momchil Velikov[SimplifyCFG] Allow SimplifyCFG hoisting to skip over...
2022-09-05 Daniil Fukalov[MachineVerifier] Fix crash on early clobbered subreg...
2022-09-05 David Sherwood[CodeGen] Support extracting fixed-length vectors from...
2022-09-05 Haojian Wu[clangd] Fix LineFoldingOnly flag is not propagated...
2022-09-05 Tian Zhou[InstCombine] reduce test-for-overflow of shifted value
2022-09-05 Ivan Kosarev[AMDGPU][CodeGen] Support (base | offset) SMEM loads.
2022-09-05 Haojian Wu[clangd] NFC, correct template argument type for two...
2022-09-05 Andrey Tretyakov[SPIRV] Add tests to improve test coverage
2022-09-05 Simon Pilgrim[X86] Cleanup SLM SSE shift and CMPGTQ scheduler model...
2022-09-05 Matthias Springer[mlir][bufferize] Add new debug flag: copy-before-write
2022-09-05 Nikolas Klauser[libc++] Enable rvalue overloads for pair in C++03
2022-09-05 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-09-05 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-09-05 Ivan Kosarev[AMDGPU][CodeGen] Pre-commit a test on (base | offset...
2022-09-05 Mats Petersson[FLANG][NFC]Use RTNAME instead of hard-coding for simpl...
2022-09-05 Mehdi AminiPlumb write_bytecode to the Python API
2022-09-05 Ivan Kosarev[AMDGPU][CodeGen] Support (soffset + offset) s_buffer_l...
2022-09-05 Valentin Clement[flang] Create a box instead of a temp to write to...
2022-09-05 Amara Emerson[GlobalISel] Fix a combine crash due to a negative...
2022-09-05 Markus Böck[mlir][NFC] Move CodeGenHelpers.cpp from mlir-tblgen...
2022-09-05 Simon Pilgrim[DAG] getFreeze()/getNode() - account for operand depth...
2022-09-05 Johannes ReifferscheidAdd ArithBuilder::sub, make add, mul work with IndexTypes.
2022-09-05 LLVM GN Syncbot[gn build] Port d5e26775d089
2022-09-05 Nikolas Klauser[libc++] Granularize the rest of memory
2022-09-05 Emilia Dreamer[clang-format] Concepts: allow identifiers after negation
2022-09-05 Emilia Dreamer[clang-format] Allow `throw` to be a keyword in front...
2022-09-05 Emilia Dreamer[clang-format] Don't put `noexcept` on empty line follo...
2022-09-05 Igor Kudrin[ubsan-minimal] Report the address of an error
2022-09-05 Florian Hahn[VPlan] Move VPWidenCallRecipe to VPlanRecipes.cpp...
2022-09-05 Nicolas Vasilache[mlir][tensor] Add gather/scatter op definitions to...
2022-09-05 Ying YiDriver tests: remove `REQUIRES: x86-registered-target...
2022-09-05 serge-sans... [clang] Fix crash when parsing scanf format string...
2022-09-05 Christian Sigg[bazel] NFC: Move licenses declaration from package...
2022-09-05 Samuel Parker[NFC][TypePromotion] Add test
2022-09-05 Nathan RidgeFix build error in StmtPrinterTest.cpp
2022-09-05 Nikita Popov[LICM] Separate check for writability and thread-safety...
2022-09-05 Nathan Ridge[clangd] Avoid crash when printing call to string liter...
2022-09-05 Krystian Kuzniarek[clang-format][docs] Fix incorrect 'clang-format 4...
2022-09-05 Chuanqi Xu[Coroutines] Use LookupAllocationFunction to find alloc...
2022-09-05 Fangrui Song[ELF][test] --gc-sections: test SHT_FINI_ARRAY is retained
2022-09-05 Fangrui Song[ELF] MarkLive: remove dead code from D24750. NFC
2022-09-05 wanglei[LoongArch] Add more fixups and relocations
2022-09-05 Fangrui Song[ASTReader] Fix -Wunused-private-field in non-assertion...
2022-09-05 Fangrui Song[ELF] Reuse one RelocationScanner to scan all sections...
2022-09-05 Craig Topper[TargetLowering] Use ComputeMaxSignificantBits instead...
2022-09-05 Fangrui Song[ELF] Move scanRelocations into Relocations.cpp. NFC
2022-09-05 Fangrui Song[ELF] Relocations: set hasDirectReloc only if not ifunc...
2022-09-05 Craig Topper[X86] Pre-commit tests for D130862. NFC
2022-09-05 Craig Topper[TargetLowering] Use getShiftAmountConstant. NFC
2022-09-05 Chuanqi Xu[NFC] fix incorrect indentation in docs
2022-09-05 gonglingqin[LoongArch] Add codegen support for fcopysign
2022-09-05 Chenbing Zheng[InstCombine] Precommit tests for smul_with_overflow...
2022-09-05 ZHU Zijia[LLVM][docs] Update CMake.rst to follow the upgrade...
2022-09-05 Fangrui Song[ELF] Change a DSO warning to errorOrWarn
2022-09-05 Fangrui Song[ELF] Use stOther to track visibility
2022-09-04 Fangrui Song[ELF] Simplify visibility computation. NFC
2022-09-04 Fangrui Song[ELF] SharedFile::parse: make versym handling more...
2022-09-04 Fangrui Song[ELF] Clarify a workaround for mips GNU ld<2.31
2022-09-04 Vitaly BukaRevert "[llvm] Use range-based for loops (NFC)"
2022-09-04 Fangrui Song[ELF] Remove unneeded @@ check. NFC
2022-09-04 Fangrui Song[ELF] Remove a redundant identify_magic call. NFC
2022-09-04 Florian Hahn[LCSSA] Update unreachable uses with poison.
2022-09-04 Florian Hahn[LV] Update test use opaque pointers, regenerate checks.
2022-09-04 Florian Hahn[LCSSA] Update test use opaque pointers, regenerate...
2022-09-04 LLVM GN Syncbot[gn build] Port a46154cb1cd0
2022-09-04 isuckatcs[analyzer] Warn if the size of the array in `new[]...
2022-09-04 Daniel Bertalan[lld-macho] Change constant std::vector to std::array...
2022-09-04 Simon Pilgrim[CostModel][X86] Add CostKinds handling for sqrt intrinsicc
2022-09-04 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - conve...
2022-09-04 Simon Pilgrim[PhaseOrdering] Move X86 unsigned-multiply-overflow...
2022-09-04 Simon PilgrimRevert rG06e73626cf0fc33b025a0f98f1eee4a302279982 ...
2022-09-04 Krzysztof Parzyszek[Libfuzzer] Include signal.h for SIGINT
2022-09-04 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - conve...
2022-09-04 Ruobing Han[test] pre-submission for the following SimpleLoopUnswi...
2022-09-04 Nimish Mishra[flang][OpenMP] Handle private/firstprivate clauses...
2022-09-04 Benjamin Kramer[OpenMP] Silence unused variable warning in release...
2022-09-04 Simon Pilgrim[CostModel][X86] Remove redundant AVX512 v64i8 shift...
2022-09-04 Simon Pilgrim[CostModel][X86] Add CostKinds handling for mul ops
2022-09-04 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-09-04 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-04 Simon Pilgrim[CostModel][X86] Add vector shift test coverage for...
2022-09-04 Christian Sigg[mlir:vscode] Fix bazel build after commit f7b8a70
2022-09-04 Daniel Bertalan[lld-macho][test] Correct a mismatched adrp-add pair
2022-09-04 Kazu Hirata[clang] Qualify auto in range-based for loops (NFC)
next