Skip to content

Releases: UoB-HPC/compiler-snapshots

llvm-16.2022-08-07Z.1d1f5a5

26 Jan 04:04
Compare
Choose a tag to compare

[d1bb301] 2022-08-07T22:48:38Z [mlir] fix add_tablegen() macro to allow installing mlir-pdll
[10de551] 2022-08-07T22:28:18Z [mlir][python] Address deprecation warning for hasValue
[e6373de] 2022-08-07T21:48:53Z [flang] Allow assignment to host association in BLOCK in PURE subprogram
[608131b] 2022-08-07T21:32:28Z [ORC-RT] Fix missing #include <string_view>s.
[d446d91] 2022-08-07T21:26:08Z [lldb] Use single-argument static_assert where applicable (NFC)
[34a785f] 2022-08-07T20:26:05Z [InstSimplify] add test for over-shift of scalable vector; NFC
[74b5e79] 2022-08-07T20:26:05Z [InstSimplify] fold scalable vectors with over-shift splat constant to poison
[921316a] 2022-08-07T19:52:56Z [flang][runtime] Catch & report attempts at recursive I/O
[41c41fc] 2022-08-07T19:15:59Z Revert "[JITLink] Fix some C++17 related fixmes."
[f616a63] 2022-08-07T18:59:37Z [mlir] Use value instead of getValue
[b5f8d42] 2022-08-07T18:30:58Z [ADT] Deprecate Optional::{hasValue,getValue} (NFC)
[aa2a319] 2022-08-07T18:23:09Z [ORC-RT] Remove a stray __orc_rt::string_view helper.
[c615e46] 2022-08-07T18:19:47Z [lldb] Hoist TraceOn check out of loop (NFC)
[87990fd] 2022-08-07T18:17:36Z [lldb] Fix formatting in python-reference.rst
[e49c156] 2022-08-07T18:15:51Z [lldb] Dynamically generate enum names in lldbutil
[fc40804] 2022-08-07T18:14:43Z [libc++][NFC] Fix the the in comment in __format/buffer.h
[5b14c7a] 2022-08-07T18:13:19Z [mlir] Fix a warning
[2843a1d] 2022-08-07T17:34:51Z [InstCombine] add tests for bitwise logic; NFC
[8148c28] 2022-08-07T17:34:51Z [ConstFolding] fix overzealous assert when converting FP half
[6ea5bf4] 2022-08-07T16:37:14Z [JITLink] Fix some C++17 related fixmes.
[1dcff82] 2022-08-07T16:37:09Z [ORC-RT] Drop __orc_rt::string_view now that we have c++17.
[87dc7d4] 2022-08-07T16:23:23Z [clang][CodeGen] Factor out Swift ABI hooks (NFCI)
[dbff03b] 2022-08-07T16:19:53Z [X86] Add test case to recombine LEA from OR.
[3f10091] 2022-08-07T16:12:46Z [flang] Allow pure function references in expandable scalar
[7602e28] 2022-08-07T15:46:15Z [mlir] Flip to prefixed accessors (NFC)
[ea540bc] 2022-08-07T14:56:07Z [polly] Fixed a number of typos. NFC
[82439b2] 2022-08-07T14:53:56Z [clang-tidy] Fix a forwarding-reference-overload crash after the ElaboratedType change.
[32fd0b7] 2022-08-07T12:24:01Z Revert "[RDF] Remove explicit template arguments from Print"
[e8c9eb4] 2022-08-07T11:56:26Z [Polly] Suppress the LLVM-IR output for pattern matching tests, if there is no FileCheck-ing for it.
[d3b3f76] 2022-08-07T11:55:58Z [mlir] Flip to prefixed accessors (NFC)
[f8d9761] 2022-08-07T11:46:28Z [ARM] Regenerate vector_store.ll tests. NFC
[b02c7e2] 2022-08-07T10:10:32Z [Polly] Generalize the pattern matching to the case of tensor contractions
[6bb51bf] 2022-08-07T09:55:50Z [libc++][test] Fix MSVC warnings C6054, C6001, C4242 in format_tests.h
[26d811b] 2022-08-07T09:16:49Z [mlir] Make use of C++17 language features
[f0f1bca] 2022-08-07T09:10:05Z [demangler] Add getters for Qual/Vector/Pointer types
[fdc9509] 2022-08-07T09:07:05Z Added warning about outdated feature into Kaleidoscope tutorial text
[ba0407b] 2022-08-07T07:16:21Z [llvm] Use range-based for loops (NFC)
[54199d8] 2022-08-07T07:16:19Z [x86] Remove unused declaration processWaitCnt (NFC)
[7542e72] 2022-08-07T07:16:17Z Use llvm::is_contained (NFC)
[d0ec61c] 2022-08-07T07:16:16Z [Target] Remove unused forward declarations (NFC)
[a2d4501] 2022-08-07T07:16:14Z [llvm] Fix comment typos (NFC)
[af2d2d7] 2022-08-07T07:16:13Z [mlir] Remove redundaunt return statements (NFC)
[3b11408] 2022-08-07T07:16:11Z [llvm] Drop unnecessary const from return types (NFC)
[aa4977f] 2022-08-07T06:06:55Z [LLDB][NFC] Reliability fixes to TCPSocket code
[5e9b6a2] 2022-08-07T04:58:46Z [MLIR] Add MlirValue to PybindAdapters
[1f54006] 2022-08-07T04:42:15Z [clang][docs] use Fixes instead of This fixes in ReleaseNotes [NFC]
[4401bde] 2022-08-07T02:24:40Z [mlir][tosa] Flip to prefixed form.
[fa66789] 2022-08-07T00:26:33Z [llvm] LLVM_NODISCARD => [[nodiscard]]. NFC
[ec04e45] 2022-08-07T00:02:35Z [lld] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
[5deb678] 2022-08-06T23:48:23Z Revert "[SampleProfileInference] Work around odr-use of const non-inline static data member to fix -O0 builds after D120508"
[bccdf91] 2022-08-06T23:44:14Z Revert "[lld-macho] Work around odr-use of const non-inline static data member to fix -O0 build after D128298"
[c7ec86b] 2022-08-06T23:12:18Z [clang-tidy] Fix g++ -DCMAKE_CXX_STANDARD=17 build
[bf5550b] 2022-08-06T22:48:41Z [ADT] Fix signature of StringSet::insert
[e21202d] 2022-08-06T20:50:37Z [Clang][OpenMP] Fix the issue that llvm.lifetime.end is emitted too early for variables captured in linear clause
[91f3f0b] 2022-08-06T20:24:04Z lld/cmake: Drop use of llvm-config for LLVM install discovery
[d2b158e] 2022-08-06T20:22:59Z clang/cmake: Drop use of llvm-config for LLVM install discovery
[2d2ad02] 2022-08-06T19:48:10Z [bazel] Switch to C++17
[a6cb841] 2022-08-06T19:44:55Z clang: fix typo availbility
[2bc390b] 2022-08-06T19:32:52Z [RDF] Use default TargetOperandInfo if not given in constructor
[0c92586] 2022-08-06T18:52:45Z [bolt] silence unused variables warnings
[ede96de] 2022-08-06T18:29:15Z [RDF] Remove explicit template arguments from Print
[c8e6ebd] 2022-08-06T18:21:39Z Use value instead of getValue (NFC)
[9750648] 2022-08-06T18:12:47Z [mlir, flang] Use has_value instead of hasValue (NFC)
[486a3c4] 2022-08-06T15:53:40Z Update the status of some more C DRs
[d6eea96] 2022-08-06T14:08:48Z [bazel] Port 1c5a50e32815a49a41d79ff529ca8611ee49c5c8
[619e8f4] 2022-08-06T13:10:38Z [libc++] Remove operator!= from type_info in C++20
[735240b] 2022-08-06T13:09:16Z [libc++] Implement operator<=> for unique_ptr
[13016f1] 2022-08-06T12:56:42Z [NFC] add test cases for D123366
[ef60e44] 2022-08-06T12:38:52Z [PowerPC] fix stack size allocated for float point argument
[f489297] 2022-08-06T12:36:01Z [gn build] fix 547c551925c8f4dd
[547c551] 2022-08-06T12:34:24Z [gn build] Try to fix build on linux after std=c++17 switch
[1c5a50e] 2022-08-06T12:07:37Z [mlir][tblgen] Refact mlir-tblgen main into its own library
[f7b73b7] 2022-08-06T12:07:37Z [llvm] Remove uses of deprecated std::iterator
[c59c8a5] 2022-08-06T11:54:43Z [gn build] port b1356504e63ae better (c++17)
[51a91d6] 2022-08-06T11:51:06Z [gn build] port b1356504e63ae (c++17)
[e0807b0] 2022-08-06T09:34:24Z [bazel] Add missing dependency after 713f85d5952ab27d474aba2a960a893b7e7e438d
[e45a569] 2022-08-06T08:00:06Z [ELF] toString(const InputFile *): synchronize toStringCache
[6a275cd] 2022-08-06T07:59:00Z Transform illegal intrinsics to V_ILLEGAL
[b135650] 2022-08-06T07:42:10Z [LLVM] Update C++ standard to 17
[786b503] 2022-08-06T03:36:02Z [Clang][Lex] Extend HeaderSearch::LookupFile to control OpenFile behavior.
[e99ffe6] 2022-08-06T03:15:48Z [NFC] add test case for D129558
[bcac7b3] 2022-08-06T01:33:18Z [LLDB] Missing break in a switch statement alters the execution flow.
[d7cbfcf] 2022-08-06T01:24:54Z [ELF][AArch64] Fix potentially corrupted section content for PAC
[e89d6d2] 2022-08-06T01:20:23Z [ELF] Keep only getTarget() call. NFC
[7b12e56] 2022-08-06T00:27:43Z [test/Modules/cxx20-export-import.cpp] Pre-clean the modules cache directory of the test, NFC
[abd9807] 2022-08-06T00:08:37Z [ELF] mergeCmp: work around irreflexivity bug
[3fbbf28] 2022-08-05T23:50:23Z unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 6635f48e4aba
[549542b] 2022-08-05T23:27:17Z [HLSL] emit-obj when set output.
[3b52341] 2022-08-05T23:08:41Z [CUDA] Fix output name being replaced in device-only mode
[6635f48] 2022-08-05T22:40:33Z [Serialization] Remove ORIGINAL_PCH_DIR record
[9ec4ddd] 2022-08-05T22:39:05Z [Sanitizer][Darwin] Support OS versions before DRIVERKIT
[28d05d6] 2022-08-05T22:22:57Z [ELF][PPC64] Fix potentially corrupted section content with empty .got
[5f1c7e2] 2022-08-05T21:05:03Z [mlir] Use SymbolTableCollection to lookup referenced symbol in AddressOfOp
[3fa291f] 2022-08-05T21:03:02Z [libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.
[c55899f] 2022-08-05T21:02:22Z [DAGCombiner] Hoist funnel shifts from logic operation
[8ac015c] 2022-08-05T21:02:12Z [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.
[4246269] 2022-08-05T20:52:03Z [examples][ORC] Add missing call to LLVMDisposeBuilder to example.
[bc062e0] 2022-08-05T20:52:03Z [ORC] Fix a memory leak in LLVMOrcIRTransformLayerSetTransform.
[51bc82d] 2022-08-05T20:50:31Z [mlir] Implement SymbolUserOpInterface in LLVM::CallOp
[5c16eeb] 2022-08-05T20:45:51Z [mlir][spirv] Define spv.IAddCarry
[8d2901d] 2022-08-05T20:42:17Z [NFC][Inliner] Add Load/Store handler
[b5244fb] 2022-08-05T20:17:26Z [test][SimpleLoopUnswitch] Precommit test for D129599
[29ff262] 2022-08-05T20:14:08Z [HWASan] Remove incorrect unreachable.
[cbd2b7c] 2022-08-05T19:58:30Z [NFC] Regenerates X86's win64-bool.ll
[1b9faaf] 2022-08-05T19:53:37Z [flang] Lower MOD to Fortran runtime call.
[75c64c7] 2022-08-05T19:47:03Z [RISCV] Don't use li+sh3add for constants that can use lui+add.
[4b8db17] 2022-08-05T19:45:23Z [llvm][macos] Fix usage of std::shared_mutex on old macOS SDK versions
[13bc713] 2022-08-05T19:36:03Z fixes clang-tidy/checks/list.rst: a line was accidentally removed in 95a92995d45fc6fada43ecd91eba3e7aea90487a
[fb89cc0] 2022-08-05T19:24:40Z [clang][modules] Don't depend on sharing FileManager during module build
[d038bb1] 2022-08-05T19:23:38Z [clang] Fix redirection behaviour for cached FileEntryRef
[`3e0e55...

Read more

llvm-16.2022-07-31Z.af1328e

26 Jan 02:51
Compare
Choose a tag to compare

[3e9adff] 2022-07-31T23:16:10Z [ELF] Split EhInputSection::pieces into cies and fdes
[bf60217] 2022-07-31T22:17:09Z Use drop_begin (NFC)
[71336d0] 2022-07-31T22:17:08Z Use llvm::any_of (NFC)
[d11103f] 2022-07-31T22:17:06Z [Hexagon] Remove unused declaration adjustForCalleeSavedRegsSpillCall (NFC)
[ce3b687] 2022-07-31T22:17:05Z [BOLT] Remove redundaunt string initialization (NFC)
[f24ddf6] 2022-07-31T22:17:03Z [BOLT] Remove redundant const from return types (NFC)
[1bf531a] 2022-07-31T22:17:02Z [BOLT] Use boolean literals (NFC)
[ed29930] 2022-07-31T22:17:00Z [Sema] Remove an unused forward declaration (NFC)
[71638b8] 2022-07-31T22:16:58Z [ExecutionEngine] Ensure newlines at the end of files (NFC)
[a0943a2] 2022-07-31T22:07:13Z [Bazel] Add JITLink/COFFOptions.td (llvmorg-16-init-398-g88181375a3db)
[7c158b9] 2022-07-31T21:52:20Z [ELF][test] Merge .eh_frame tests
[260a641] 2022-07-31T21:19:00Z [RISCV] Pre-RA expand pseudos pass
[883fccc] 2022-07-31T20:59:19Z [mlir][tosa] Switch missed accessors to prefixed form (NFC)
[a9c5d09] 2022-07-31T20:43:07Z [ELF][test] Test identical CIE content with different personality
[17df742] 2022-07-31T20:32:21Z [libc][doc] Update implementation status of exp2f, sinhf, and coshf.
[62fe67f] 2022-07-31T20:03:46Z [mlir][DCA] Fix visiting call ops when run at function scopes
[68b0aaa] 2022-07-31T19:46:18Z Revert "Revert "[mlir] Reuse the code between getMixed*s() funcs in ViewLikeInterface.cpp.""
[e78d763] 2022-07-31T19:25:20Z Revert "[mlir] Reuse the code between getMixed*s() funcs in ViewLikeInterface.cpp."
[e8c2877] 2022-07-31T19:09:30Z [mlir] Reuse the code between getMixed*s() funcs in ViewLikeInterface.cpp.
[c09d323] 2022-07-31T18:58:08Z [ELF] Move EhInputSection out of inputSections. NFC
[ba29549] 2022-07-31T14:00:27Z [InstSimplify] add tests for FP rounding intrinsics; NFC
[02b3a35] 2022-07-31T14:00:27Z [InstSimplify] fold FP rounding intrinsic with rounded operand
[09cf95b] 2022-07-31T13:53:56Z [libcxx] [test] Cover i386 & sparc64 in string.capacity test
[acb5abb] 2022-07-31T11:15:04Z [X86] getFauxShuffleMask - use DemandedElts variant of getTargetShuffleInputs. NFCI.
[9caee57] 2022-07-31T11:07:05Z [clang-repl] Fix incorrect return code
[9cdba33] 2022-07-31T10:30:40Z [X86] combineX86ShufflesRecursively - determine demanded elts to pass to getTargetShuffleInputs
[50eb5bc] 2022-07-31T08:51:01Z [NFC] Remove redundant CalculateSmallVectorDefaultInlinedElements usage from to_vector utility
[3da1395] 2022-07-31T05:03:24Z [CodeGen][NFC] Use isa_and_nonnull instead of explicit check
[4b2b68d] 2022-07-31T01:11:21Z [lld] Change vector to SmallVector. NFC
[a465e79] 2022-07-31T00:42:08Z [ELF] Move SyntheticSections to InputSection.h. NFC
[c559072] 2022-07-31T00:19:17Z [JITLink][COFF] Remove unused variable.
[b501770] 2022-07-31T00:09:48Z [JITLink][COFF] Handle COMDAT symbol with offset.
[d86f903] 2022-07-31T00:03:28Z [JITLink][COFF][x86_64] Implement remaining IMAGE_REL_AMD64_REL32_.
[e781451] 2022-07-30T23:34:10Z [JITLink] Relax zero-fill edge assertions.
[0a28cfd] 2022-07-30T23:32:42Z [ELF] Simplify getRankProximity. NFC
[5c6181f] 2022-07-30T23:30:53Z [gn build] Port 88181375a3db more
[b508c56] 2022-07-30T23:25:18Z [MLIR] Add a utility to sort the operands of commutative ops
[ee9cf33] 2022-07-30T23:10:14Z [JITLink][COFF] Remove obsolete FIXMEs. (NFC)
[ea75c25] 2022-07-30T23:08:19Z [JITLInk][COFF] Remove unnecessary unique_ptr. (NFC)
[067fadd] 2022-07-30T23:01:00Z [JITLink][COFF] Add explicit std::move.
[72d7989] 2022-07-30T22:58:10Z [gn build] Port 88181375a3db
[8818137] 2022-07-30T22:49:59Z [JITLink][COFF] Implement include/alternatename linker directive.
[a8f2e24] 2022-07-30T20:42:57Z [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON.
[1d03b2e] 2022-07-30T19:01:47Z [Libomptarget] Disable testing map_back_race.cpp
[d21b315] 2022-07-30T17:58:41Z [RISCV] Remove vmerges from vector ceil, floor, trunc lowering.
[df457f5] 2022-07-30T17:57:15Z [X86] Use std::tie so we can have more meaningful variable names for demanded bits/elts pairs. NFCI.
[3046e7d] 2022-07-30T17:55:59Z [ELF] Support missing relocations in RISCV::getImplicitAddend()
[97b767e] 2022-07-30T17:46:58Z [ELF] Support missing relocations in PPC64::getImplicitAddend()
[468d4f6] 2022-07-30T17:39:46Z Revert "[BOLT] Ignore functions accessing false positive jump tables"
[12b2990] 2022-07-30T17:35:56Z Use any_of (NFC)
[16eaead] 2022-07-30T17:35:54Z Use is_contained (NFC)
[5bc0e7b] 2022-07-30T17:35:52Z Convert for_each to range-based for loops (NFC)
[f081ec2] 2022-07-30T17:35:51Z [bolt] Remove redundaunt virtual specifiers (NFC)
[b498a89] 2022-07-30T17:35:49Z [bolt] Remove redundaunt control-flow statements (NFC)
[60db8d9] 2022-07-30T17:35:48Z Use nullptr instead of 0 (NFC)
[729a764] 2022-07-30T17:35:46Z [lld] Remove unused forward declarations (NFC)
[5dd78c3] 2022-07-30T17:35:45Z [IR] Fix a header guard (NFC)
[66b6cc3] 2022-07-30T17:35:43Z [ExecutionEngine] Ensure a newline at the end of a file (NFC)
[a23f07f] 2022-07-30T17:26:38Z [RISCV] Add merge operands to more RISCVISD::
_VL opcodes.
[9bf305f] 2022-07-30T16:57:05Z [RISCV] Swap the merge and mask operand order for VRGATHER*_VL and FCOPYSIGN_VL nodes.
[a14f94c] 2022-07-30T16:55:39Z [X86] computeKnownBitsForTargetNode - out of range X86ISD::VSRAI doesn't fold to zero
[adc3874] 2022-07-30T16:24:50Z [CodeGen] Fixed undeclared MISchedCutoff in case of NDEBUG and LLVM_ENABLE_ABI_BREAKING_CHECKS
[7073ec5] 2022-07-30T15:22:05Z [InstCombine] canonicalize more zext-and-of-bool compare to narrow and
[7898426] 2022-07-30T14:47:35Z [AMDGPU] Remove unused function
[2f08872] 2022-07-30T14:43:41Z OMPIRBuilder.h - fix Wdocumentation warning. NFC.
[49c0980] 2022-07-30T14:41:13Z Fix Wdocumentation warning. NFC.
[813459ed] 2022-07-30T14:31:36Z [X86] combineSelect fold 'smin' style pattern select(pcmpgt(RHS, LHS), LHS, RHS) -> select(pcmpgt(LHS, RHS), RHS, LHS) if pcmpgt(LHS, RHS) already exists
[d4b4747] 2022-07-30T14:20:32Z ConstantFolding: fold OOB accesses to poison instead of undef
[f95a6ae] 2022-07-30T13:45:25Z [InstCombine] avoid splitting a constant expression with div/rem fold
[276480b] 2022-07-30T13:02:54Z [AMDGPU] Fix || vs && precedence warning. NFC.
[9ad082e] 2022-07-30T13:02:54Z [DAG] Pull out repeated getOperand() calls for shuffle ops. NFC.
[fffabd5] 2022-07-30T12:55:56Z [NFC] Switch a few uses of undef to poison as placeholders for unreachable code
[6b4c386] 2022-07-30T11:41:00Z [X86] Add test cases for D129537
[caa971f] 2022-07-30T10:05:33Z SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.
[91d9b7b] 2022-07-30T10:00:35Z DependencyScanningTool.h - fix Wdocumentation warning. NFC.
[b3fd44d] 2022-07-30T10:00:16Z Sema.h - fix Wdocumentation warnings. NFC.
[db7d795] 2022-07-30T09:42:18Z [libc++][ranges] Implement std::ranges::partial_sort_copy.
[4220ef2] 2022-07-30T09:06:53Z [InstCombine] Add fold for redundant sign bits count comparison
[7912b1f] 2022-07-30T08:53:59Z [libc++] Fix reverse_iterator::iterator_concept
[efb7a71] 2022-07-30T08:24:55Z [ELF] Support missing relocations in AArch64::getImplicitAddend()
[f4aa085] 2022-07-30T08:23:54Z [InstCombine] Add baseline tests for redundant sign bits count folds
[c4c68b6] 2022-07-30T08:19:59Z [ELF] Write R_AARCH64_IRELATIVE addends with -z rel
[65053fb] 2022-07-30T07:17:35Z [NFC] Use more appropriate SmallVectorImpl::append call in std::initializer_list SmallVector constructor
[aafac4e] 2022-07-30T05:13:21Z [X86][FP16] Regenerate test cases. NFC.
[e4f63cd] 2022-07-30T04:18:44Z [llvm] Use is_contained (NFC)
[873888c] 2022-07-30T04:18:42Z Use is_sorted (NFC)
[e5a1ccb] 2022-07-30T04:18:41Z Use value instead of getValue (NFC)
[a948117] 2022-07-30T04:18:39Z [clang] Use has_value instead of value (NFC)
[f473558] 2022-07-30T04:05:55Z [LLDB][RISCV] Add DWARF Registers
[12df308] 2022-07-30T03:06:08Z [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc.
[fb7fa27] 2022-07-30T02:42:54Z Preserve qualifiers when getting fully qualified type
[4c4db81] 2022-07-30T02:38:39Z [AMDGPU] Extend SILoadStoreOptimizer to s_load instructions
[d982f1e] 2022-07-30T02:29:15Z [InstCombine] Refactor foldICmpMulConstant
[a0d6105] 2022-07-30T02:17:42Z [Clang] Fix handling of Max from getValueRange(...) in IntExprEvaluator::VisitCastExpr(...)
[afb4efd] 2022-07-30T01:51:48Z Fix lack of cc1 flag in llvmcmd sections when assertions are enabled
[995e9d8] 2022-07-30T01:44:54Z [MLIR] Fix getCommonBlock utility in affine analysis
[b17c89d] 2022-07-30T01:41:33Z Revert "[compiler-rt] [builtins] Detect _Float16 support at compile time"
[2ff187f] 2022-07-30T01:08:31Z [libc] Implement cosf function that is correctly rounded to all rounding modes.
[6ee9e25] 2022-07-30T00:14:04Z [flang] Add semantics test for EVENT WAIT statement
[d6d4f63] 2022-07-30T00:07:09Z [ELF] Move addDependentLibrary/handleSectionGroup. NFC
[c01e622] 2022-07-29T23:42:48Z [mlir][sparse]Add more test cases for sparse reshape
[32f59b3] 2022-07-29T23:00:15Z [clang-repl] Add missing link component.
[a140f43] 2022-07-29T22:55:38Z Update references to mailing lists that have moved to Discourse.
[ce6dd4e] 2022-07-29T22:46:51Z Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd"
[944a86d] 2022-07-29T22:21:54Z [ASTWriter] Provide capability to output a PCM/PCH file that does not write out information about its output path
[65c9265] 2022-07-29T22:18:04Z [clang-repl] Disable exectuion unitests on unsupported platform by lljit instance test.
[383bc72] 2022-07-29T22:13:42Z [RISCV] Precommit test for D123265
[fc0ced7...

Read more

llvm-16.2021-09-14Z.be98d93

26 Jan 02:58
Compare
Choose a tag to compare
Add API generation 4

llvm-15.2023-01-12Z.8dfdcc7

16 Jan 02:41
Compare
Choose a tag to compare

[939f5a3] 2023-01-12T07:12:22Z libc++: bring back the unsigned in the return type in wcstoull_l
[948cadd] 2023-01-12T01:16:45Z [RegAllocFast] Handle new debug values for spills
[1095870] 2023-01-11T01:01:48Z [wasm-ld] Define a __heap_end symbol marking the end of allocated memory.
[67fd0d2] 2023-01-10T20:59:38Z [TypePromotion] Add truncate in ConvertTruncs when the original truncate type is not extend type
[74d3ba1] 2023-01-09T20:09:00Z [X86] Don't zero out %eax if both %al and %ah are used
[a8af9f6] 2023-01-06T21:09:17Z Bump version to 15.0.7

llvm-15.2023-01-06Z.a8af9f6

09 Jan 02:49
Compare
Choose a tag to compare

[088f336] 2022-11-29T10:05:58Z [CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variadic arg

llvm-15.2022-11-29Z.088f336

05 Dec 03:13
Compare
Choose a tag to compare

[abcd034] 2022-11-29T09:26:09Z [ELF] Handle GCC collect2 -plugin-opt= on Windows
[e6e61e9] 2022-11-23T14:36:25Z Revert "Reapply: Add an error message to the default SIGPIPE handler"

llvm-15.2022-11-23Z.e6e61e9

28 Nov 02:45
Compare
Choose a tag to compare

[25a36ca] 2022-11-21T18:38:24Z Bump version to 15.0.6
[154e88a] 2022-11-16T06:28:29Z Bump version to 15.0.5

llvm-15.2022-11-16Z.154e88a

21 Nov 03:24
Compare
Choose a tag to compare

[a3998966] 2022-11-15T23:45:14Z [VectorUtils] Skip interleave members with diff type and alloca sizes.
[392963b] 2022-11-15T23:42:01Z [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0
[dc8f6ff] 2022-11-15T23:42:01Z [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
[68799e7] 2022-11-15T23:40:40Z [GlobalOpt] Don't remove inalloca from varargs functions
[11c3a21] 2022-11-15T23:37:36Z [analyzer] Workaround crash on encountering Class non-type template parameters
[d75ae21] 2022-11-11T01:04:34Z Set LLVM_ATOMIC_LIB variable for convenient linking against libatomic
[4c3d838] 2022-11-11T01:04:34Z Link liblldCOFF against libatomic when necessary
[0988add] 2022-11-11T01:04:34Z Link libclangBasic against libatomic when necessary.

llvm-15.2022-11-11Z.0988add

14 Nov 02:42
Compare
Choose a tag to compare

[6750e34] 2022-11-11T01:00:50Z [TypePromotion] Replace Zext to Truncate for the case src bitwidth is larger
[58ba50a] 2022-11-11T00:57:19Z [cmake] Add missing CMakePushCheckState include to FindLibEdit.cmake
[931b6d5] 2022-11-11T00:55:23Z Reenable POSIX builtin library functions in gnu2x mode
[c8e7a87] 2022-11-11T00:53:39Z [CMake] Fix -Wstrict-prototypes
[5c68a1c] 2022-11-02T03:11:40Z AMDGPU: Make various vector undefs legal

llvm-15.2022-11-02Z.5c68a1c

07 Nov 02:43
Compare
Choose a tag to compare

[80a9fc8] 2022-11-02T00:33:53Z [clang][Sema] Fix a clang crash with btf_type_tag
[08bd84e] 2022-10-28T07:38:21Z [SPARC] Make calls to function with big return values work