Skip to content

llvm-16.2023-01-28Z.124f90b

Compare
Choose a tag to compare

[9833a55] 2023-01-28T04:44:34Z [OpenMP] Run an extra 'OpenMPOpt' pass in LTO-mode
[c0e53ac] 2023-01-28T04:44:34Z [OpenMP] Make OpenMPOpt aware of the OpenMP runtime's status
[84f3164] 2023-01-28T04:41:31Z Stop diagnosing member and array access in offsetof as an extension
[0764636] 2023-01-28T04:40:41Z [Support] Avoid using main thread for llvm::parallelFor().
[5cc5d71] 2023-01-28T04:39:29Z Fix recursive error for constraints depending on itself incorrectly
[ff0d3fd] 2023-01-28T04:30:29Z Workflows: Fix version-check.py script for when there is no RC tag yet
[5e10589] 2023-01-28T04:30:29Z libclc: Set CMAKE_CXX_STANDARD to 17 to match llvm
[f797fef] 2023-01-28T04:30:29Z workflows: Bump python version on Windows to try to fix lldb failure
[4208362] 2023-01-28T04:30:29Z libclc: Fix building against an llvm build directory
[a28dd01] 2023-01-28T04:30:29Z workflows: Fix libclc tests
[1639161] 2023-01-27T14:43:46Z [OpenMP] Fix stack overflow for test bug54082.c
[069b294] 2023-01-27T14:43:39Z Fix one of the regressions found in revert of concept sugaring
[c7f38c3] 2023-01-27T14:30:26Z test-release.sh: Use parallel xz for packaging the binaries
[c39e95c] 2023-01-27T14:28:06Z Revert "[clang] Build UsingType for elaborated type specifiers."
[99777ef] 2023-01-27T14:28:00Z [X86] Ensure the _mm_test_all_ones macro does not reuse argument (PR60006)
[59325c9] 2023-01-27T14:27:53Z libcxx: Don't apply ABI tags to extern "C" fns
[46d5a57] 2023-01-26T22:57:21Z [AMDGCN] Fix device lib test to work with lib64
[0604154] 2023-01-25T07:00:48Z Drop 'git' from version string
[b0daacf] 2023-01-25T06:54:53Z [CodeGen] Use llvm::bit_ceil (NFC)
[d5248a4] 2023-01-25T06:10:03Z [SystemZ] Use llvm::bit_floor (NFC)
[36c19ea] 2023-01-25T05:59:24Z [TableGen] Support custom decoders for variable length instructions
[c40b158] 2023-01-25T05:59:24Z [M68k][Disassembler] Use custom decoder for 32-bit immediates
[b3de316] 2023-01-25T05:59:24Z [M68k][MC] Make immediate operands relocatable
[7454439] 2023-01-25T05:34:22Z [zero-call-used-regs] Mark only non-debug instruction's register as used
[c9401f2] 2023-01-25T05:23:03Z Revert "[SCCP] Use range info to prove AddInst has NUW flag."
[c7575fc] 2023-01-25T05:17:00Z Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options"
[177a0e5] 2023-01-25T04:32:51Z Fix running MLIR tests when enabling examples but the native backends isn't configured (NFC)
[9b70a28] 2023-01-25T04:22:06Z [Transform] Rewrite LowerSwitch using APInt
[f9599bb] 2023-01-25T04:16:46Z [AssumptionCache] caches @llvm.experimental.guard's
[5ba8ecb] 2023-01-25T03:49:05Z [Clang][OpenMP] Find the type omp_allocator_handle_t from identifier table
[5ed6d99] 2023-01-25T03:46:26Z [lldb] Remove legacy six module for py2->py3
[5dd7c16] 2023-01-25T03:13:19Z [lldb] Don't create Clang AST nodes in GetDIEClassTemplateParams
[0f07ff8] 2023-01-25T03:12:00Z [Clang] Fix test that sometimes fails depending on the temp name
[dafebd5] 2023-01-25T02:45:38Z [OpenMP] Create a temp file in /tmp if /dev/shm is not accessible
[56313f6] 2023-01-25T02:40:14Z [clang-format] Put peekNextToken(/SkipComment=/true) to good use
[17c05a4] 2023-01-25T02:39:14Z [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abort
[19f100e] 2023-01-25T02:09:20Z test-release.sh: Only build clang for stage1 and stage2
[37505da] 2023-01-25T01:18:23Z [compiler-rt] Remove XFAIL decorator trampoline_setup_test.c
[b7166e2] 2023-01-25T01:16:16Z [RISCV] Combine extract_vector_elt followed by VFMV_S_F_VL.
[002b190] 2023-01-25T01:12:23Z [NFC][libc++] Remove __unexpected namespace
[4f2a461] 2023-01-25T01:11:04Z [lld-macho] Have all load commands aligned to the word size
[388b8c1] 2023-01-25T00:42:17Z [ADT] Use fold expressions to compare tuples. NFCI
[f057314] 2023-01-25T00:39:52Z [HWASAN] Copy some ASAN independent unit tests from ASAN to LSAN
[92b4946] 2023-01-25T00:28:01Z [CodeGen] bugfix: add REQUIRES target triple in test
[20556c4] 2023-01-25T00:09:48Z [ADT] Fix circular include dependency by using std::array. NFC
[0245dcc] 2023-01-25T00:00:56Z [clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globally
[f230099] 2023-01-24T23:55:03Z [BOLT][DWARF] Reuse entries in .debug_addr when not modified
[94f255c] 2023-01-24T23:42:02Z [mlir][tosa] Add RFFT2d operation
[2b02df7] 2023-01-24T23:36:21Z [ASan] Introduce a flag -asan-constructor-kind to control the generation of the Asan module constructor.
[5b6dbde] 2023-01-24T23:31:07Z [CodeGen] bugfix: ApplyDebugLocation goes out of scope before intended
[2a539ee] 2023-01-24T23:11:38Z [OpenMP][libomptarget] Implement memory lock/unlock API in NextGen plugins
[f1764d5] 2023-01-24T23:09:57Z [InlineCost] model calls to llvm.objectsize.*
[7532e88] 2023-01-24T23:09:18Z [Clang] Add missing requires directives for new test
[5d1dc9f] 2023-01-24T23:01:37Z [OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.
[dc60f7a] 2023-01-24T23:01:35Z [OpenMP] Unconditionally link the OpenMP device RTL static library
[1964c33] 2023-01-24T23:01:33Z [LinkerWrapper] Only import static libraries with needed symbols
[4b88bf5] 2023-01-24T22:36:37Z [OpenMP][docs] Update for record-and-replay
[7557b83] 2023-01-24T22:12:41Z [BOLT] Use range-based implicit def/use accessors. NFCI
[d7043e8] 2023-01-24T22:02:46Z [X86] Add support for "light" AVX
[7e89420] 2023-01-24T22:00:15Z [OpenMP] Disable tests that are not supported by GCC if it is used for testing
[def2042] 2023-01-24T21:59:34Z [llvm][DiagnosticInfo] handle function pointer casts
[778cf54] 2023-01-24T21:55:11Z IR: Add atomicrmw uinc_wrap and udec_wrap
[e44a305] 2023-01-24T21:44:15Z [InstCombine] invert canonicalization of sext (x > -1) --> not (ashr x)
[7ea998e] 2023-01-24T21:43:30Z [flang] Fixed missing dependency.
[96f4990] 2023-01-24T21:42:13Z [MC] Store target Insts table in reverse order. NFC.
[fb0af89] 2023-01-24T21:36:39Z [AArch64] Add the Ampere1A core
[d8ce50e] 2023-01-24T21:23:27Z [MC] Store number of implicit operands in MCInstrDesc. NFC.
[62bc222] 2023-01-24T21:23:15Z [OpenMP][NFC] Augment release notes
[8dfbf8d] 2023-01-24T21:19:25Z [AArch64] Update enabled extensions for Ampere1 core
[9dea83d] 2023-01-24T21:15:49Z [OpenMP][Doc] Update release notes with NextGen plugins
[25b03ae] 2023-01-24T21:13:44Z Fix C++11 warnings in RangeSetTest.cpp
[d50dacd] 2023-01-24T21:11:30Z [Clang] Only emit textual LLVM-IR in device only mode
[a037b85] 2023-01-24T21:07:16Z [analyzer] Update satest dependencies
[5f02ad8] 2023-01-24T21:02:55Z [analyzer][solver] Improve reasoning for not equal to operator
[8700bee] 2023-01-24T20:59:15Z Revert "[15/15][Clang][RISCV][NFC] Set data member under Policy as constants"
[de122cb] 2023-01-24T20:53:07Z [SCCP] Use range info to prove AddInst has NUW flag.
[dfb8a0c] 2023-01-24T20:46:46Z [InstCombine] add tests for 'not' of cast of cast; NFC
[0bb7be5] 2023-01-24T20:46:46Z [InstCombine] canonicalize 'not' ahead of bitcast+sext
[0647f4a] 2023-01-24T20:37:53Z Drop a path component from the sarif diagnostics test; NFC
[f6b87c0] 2023-01-24T20:35:34Z [asan] fix two memory leaks in integration tests
[78a5f0a] 2023-01-24T20:27:32Z [TargetParser] Remove an EXPECT that is never executed
[a987177] 2023-01-24T19:42:37Z [RISCV][LSR] Treat number of instructions as dominate factor in LSR cost decisions
[05d9cc4] 2023-01-24T19:35:34Z [libc][NFC] Replace "inline" keyword with "LIBC_INLINE".
[7cf63ee8] 2023-01-24T19:30:34Z [OpenMP][Docs] Add non-blocking target nowait environment variables
[c09c90b] 2023-01-24T19:18:40Z [InstCombine] rename variables for readability; NFC
[b977f8d] 2023-01-24T19:18:40Z [InstCombine] reduce code duplication; NFC
[5e32124] 2023-01-24T19:18:40Z [InstCombine] regenerate test checks; NFC
[870b929] 2023-01-24T19:16:07Z [AMDGPU] Split dot8 feature
[31c95e5] 2023-01-24T19:04:28Z [OpenMP][Doc] Update release note for 16 release
[4ab2246] 2023-01-24T18:52:42Z [AMDGPU] Remove dot1 and dot6 features from clang for gfx11
[7a2f3d1] 2023-01-24T18:47:02Z [NFC] Update tsan_rtl.h comment after D142039
[62aa19a] 2023-01-24T18:45:33Z [flang] Keep a fir.box type when doing an array of derived type component
[33ecc8a] 2023-01-24T18:36:12Z [IPSCCP][FuncSpec] Fix compiler crash 60191.
[c9c5a07] 2023-01-24T18:35:58Z [OpenMP][Docs] Add some release notes for OpenMP
[38ef568] 2023-01-24T18:25:49Z Teach RuntimeDyld about COFF weak references and to consider comdat symbols weak.
[7722731] 2023-01-24T18:23:50Z Correct some dead links in the clang-tidy docs
[8743e1e] 2023-01-24T18:17:35Z Revert "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotations"
[2968380] 2023-01-24T17:58:02Z [AMDGPU] Add missing gfx11 tests in the directive-amdgcn-target.ll. NFC.
[beebad9] 2023-01-24T17:49:22Z [clang][deps] NFC: Remove dead code
[96a54b2] 2023-01-24T17:48:58Z [clang][deps] Account for transitive spurious dependencies
[8202a3d] 2023-01-24T17:41:14Z [AVR] Support most address space casts
[ca8b0b4] 2023-01-24T17:20:17Z [VPlan] Fix leak by manually cleaning up allocated Phi in test.
[a6c43e8] 2023-01-24T17:08:53Z [libc++][format] Fixes usage of contiguous ranges.
[43854fa] 2023-01-24T16:45:20Z [clang][deps] Add module files for input dependencies earlier
[2b80733] 2023-01-24T16:38:10Z [15/15][Clang][RISCV][NFC] Set data member under Policy as constants
[84c8bbe] 2023-01-24T16:31:55Z [14/15][Clang][RISCV] Change default policy from TAMU to TAMA
[caa61cc] 2023-01-24T16:29:02Z [13/15][Clang][RISCV][NFC] Remove repeating test cases under rvv-intrinsics-autogenerated
[1a803e0] 2023-01-24T16:28:01Z [12/15][Clang][RISCV][NFC] Refine the way to check for Policy in riscv_vector_builtin_cg.inc
[76f9a6a] 2023-01-24T16:23:32Z Revert D142108 "[reland][libc][NFC] Detect host CPU features using try_compile instead of try_run."
[7c3a7c7] 2023-01-24T16:20:56Z [libc++][doc] Updates format status.
[377d260] 2023-01-24T16:13:12Z [11/15][Clang][RISCV][NFC] Remove Policy::PolicyType::Omit
[b84ac96] 2023-01-24T16:10:50Z [clang][dataflow] Fix bug in handling of reference-typed fields.
[c84d74f] 2023-01-24T16:04:10Z [reland][libc][NFC] Detect host CPU features using try_compile instead of try_run.
[1d1a331] 2023-01-24T15:47:40Z [mlir][Linalg] NFC - Expose packing transpose implementation as a standalone functional-style API call
[c0ef63d] 2023-01-24T15:24:01Z [gn build] Port dc8e2ea92953
[66d555a] 2023-01-24T15:21:08Z [mlir][sparse][ArmSVE] Enable sparse integration tests for ArmSVE
[d63e492] 2023-01-24T15:12:34Z [10/15][Clang][RISCV][NFC] Don't need to check for MaskPolicy in isTAPolicy and isTUPolicy
[1ab7e76] 2023-01-24T15:03:33Z [9/15][Clang][RISCV][NFC] Use correct type for RVVTypeCache::computeTypes under RISCVVEmitter.cpp
[c909a53] 2023-01-24T15:01:39Z [KnownBits] Add missing const to a couple of methods
[dc8e2ea] 2023-01-24T14:58:22Z [VPlan] Add tests for VPlanVerifier (NFC).
[a06ca12] 2023-01-24T14:37:09Z [llvm][docs] Fix indentation of item list. [NFCI]
[e0a2818] 2023-01-24T14:20:28Z [clang][RISCV] Fix ABI mismatch between GCC and Clang (extension of integers on stack)
[d9eece9] 2023-01-24T14:17:18Z [ObjC][ARC] Teach the OptimizeSequences step of ObjCARCOpts about WinEH funclet tokens
[13a85a7] 2023-01-24T14:17:18Z [ObjC][ARC] Share bundle handling code between steps of the ObjCARCOpts pass and cleanup (NFC)
[8542794] 2023-01-24T14:16:55Z Relax requirements for TileOp.
[7fbf122] 2023-01-24T14:14:51Z [OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotations
[feea695] 2023-01-24T14:14:28Z [SCCP] Add vector add tests for nuw/nsw inference.
[34dc165] 2023-01-24T14:04:21Z [AAch64] Format TargetParserTest ARMCPUTestParams table. NFC
[7cbfc39] 2023-01-24T13:47:41Z [InstCombine] reduce compare of signbits of 2 values
[d1511ed] 2023-01-24T13:47:40Z [InstCombine] adjust/add tests for cmp-of-signbits; NFC
[c97d3e5] 2023-01-24T13:46:31Z [flang] Use input type to recover the type desc when emboxing
[f55bfde] 2023-01-24T13:45:37Z [flang] Handle passing NULL() to polymorphic pointer argument
[f3a94ff] 2023-01-24T13:34:16Z [flang][NFC] Fix typo
[16cea04] 2023-01-24T13:21:53Z Fix the Clang sphinx build
[3f94a38] 2023-01-24T12:29:25Z [SVE] Fix invalid INSERT_SUBVECTOR creation when lowering fixed length fp-int conversions.
[0f8b995] 2023-01-24T12:21:24Z [clang] Fix linking to LLVMTestingAnnotations in standalone build
[5265adc] 2023-01-24T11:54:20Z [SanitizerBinaryMetadata] Declare callbacks extern weak
[4c443eb] 2023-01-24T11:04:04Z [docs][NFC] Add document of llvm-opt-report.
[89427bb] 2023-01-24T10:58:22Z [NFC] Deprecate DataLayout::getPrefTypeAlignment
[a582a05] 2023-01-24T10:49:51Z [AArch64][SME2] Add Multi-vector add/sub, storing into ZA intrinsic
[f3d6464] 2023-01-24T10:40:31Z [MC] Temporarily remove the deleted constructors, they break C++20 build
[355cc3f] 2023-01-24T10:40:12Z [NFC] Deprecate SelectionDag functions taking Alignment as unsigned
[02371c5] 2023-01-24T10:27:40Z [mlir][Linalg] NFC - Expose packing implementation as a standalone functional-style API call
[f18e14d] 2023-01-24T10:26:15Z [mlir][Linalg] NFC - Add transform pack builder
[5a1c6ec] 2023-01-24T10:25:25Z [8/15][Clang][RISCV][NFC] Always emit PolicyAttr in riscv_vector_builtin_cg.inc
[728d817] 2023-01-24T09:52:50Z [NFC] Remove unused SelectionDag::getExtLoad function
[f5a6447] 2023-01-24T09:44:57Z [RISCV] Combine FP_TO_INT to vfwcvt/fvncvt
[8b1d86a] 2023-01-24T09:42:36Z [NFC] Deprecate SelectionDag::getLoad that takes alignment as unsigned
[d595b59] 2023-01-24T09:40:11Z [FPEnv] Fix complex operations in strictfp mode
[2a16e1f] 2023-01-24T09:20:55Z [7/15][Clang][RISCV][NFC] Correct the default value for Policy to TAMU
[4ff863b] 2023-01-24T09:20:05Z [flang] Support polymorphic input array for PACK intrinsic
[06191d1] 2023-01-24T09:17:42Z [AArch64][SME2] Add Multi-vector saturating extract narrow and interleave intrinsics
[b1b7fb6] 2023-01-24T09:16:25Z [InstCombine] trunc (fptoui|fptosi)
[975fe90] 2023-01-24T09:09:28Z [gn build] Port a2b3ab8f7786
[ecbf5db] 2023-01-24T09:08:58Z [6/15][Clang][RISCV][NFC] Instructions with a mask destination register is always tail agnostic
[a2b3ab8] 2023-01-24T09:03:33Z [libc++][ranges] implement std::ranges::split_view
[2a832d0] 2023-01-24T08:54:41Z [AMDGPU] Add missing physical register check in SIFoldOperands::tryFoldLoad
[01eb01c] 2023-01-24T08:52:27Z [clang][Lex] Add back PPCallbacks::FileNotFound
[551ee36] 2023-01-24T08:47:59Z [mlir][FuncToLLVM] Fix arg attr memref interaction
[8228b84] 2023-01-24T08:38:49Z [NFC] Use new version of SelectionDAG::getLoad in NVPTXLowerFormalArguments
[7b3c662] 2023-01-24T08:30:06Z [mlir][linalg] Convert tensor.pad to destination style
[cdb2264] 2023-01-24T08:27:04Z [cmake] Remove AddLLVMDefinitions
[2630093] 2023-01-24T08:27:04Z [cmake] Stop using add_definitions
[45ccff1] 2023-01-24T08:13:08Z [mlir][linalg] Convert tensor.generate to destination style
[6f0d0be] 2023-01-24T08:10:48Z [5/15][Clang][RISCV][NFC] Remove extra attribute Policy::IntrinsicWithoutMU by reusing HasTailPolicy and HasMaskPolicy
[f8ec44b] 2023-01-24T08:09:14Z [4/15][Clang][RISCV][NFC] Remove unnecessary logic under RVVIntrinsic::computeBuiltinTypes
[0638028] 2023-01-24T08:07:33Z [3/15][Clang][RISCV][NFC] Clarify edge cases of RVVIntrinsic::getSupportedMaskedPolicies for clarity
[74252fb] 2023-01-24T08:05:31Z [2/15][Clang][RISCV][NFC] Rename Policy::IsPolicyNone to IsUnspecifed
[62449823] 2023-01-24T08:01:23Z [1/15][Clang][RISCV][NFC] Extract common utility to RISCVVIntrinsicUtils
[6b28229] 2023-01-24T07:57:04Z [7/7][Clang][RISCV][NFC] Remove attribute IsPrototypeDefaultTU
[14261c1] 2023-01-24T07:53:27Z [6/7][Clang][RISCV] Remove default tail-undisturbed for vmv_s_x and vfmv_s_f intrinsics
[3801296] 2023-01-24T07:50:43Z [5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics
[b106cb4] 2023-01-24T07:46:50Z [4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics
[42eae9ad] 2023-01-24T07:39:18Z [3/7][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics
[92717c2] 2023-01-24T07:34:57Z [2/7][Clang][RISCV] Remove default tail-undisturbed for vslideup intrinsics
[224d29e] 2023-01-24T07:31:50Z [1/7][Clang][RISCV] Remove default tail-undisturbed for vector reduction intrinsics
[b3af04f] 2023-01-24T07:07:41Z [llvm] Use llvm::countr_zero instead of findFirstSet (NFC)
[be2ecee] 2023-01-24T06:48:42Z [SystemZ] Use isShiftedMask_64 instead of isStringOfOnes (NFC)
[5238df7] 2023-01-24T06:45:48Z [Attributor] Allow (inter-procedural) "CFG" reasoning for aligned regions
[5d9cb20] 2023-01-24T06:45:47Z [OpenMP] Run the Attributor as part of the device runtime optimization
[d41f93d] 2023-01-24T06:45:47Z [OpenMP] Readnone calls do not have non-local side-effects
[40003af] 2023-01-24T06:26:06Z [Clang][NFC] Remove a redundancy check in Sema::adjustMemberFunctionCC
[0f5099c] 2023-01-24T06:14:05Z Opting out of Clang 16 ABI Changes for AIX and z/OS
[848978d] 2023-01-24T05:59:50Z [AMDGPU][NFC] Apply new naming convention for feature fmacf64
[932ae48] 2023-01-24T05:46:48Z [IndVars] Improve handling of multi-exit loops with known symbolic counts
[602916d] 2023-01-24T05:26:22Z [IndVars] Apply more optimistic SkipLastIter for AND/OR conditions
[a2f71d2] 2023-01-24T04:42:14Z [MLIR] Add LocationAttr declarations to ODS
[fedbc68] 2023-01-24T04:34:26Z [Attributor] Check assumptions to improve isAlignedBarrier queries
[1771d81] 2023-01-24T04:32:07Z [Attributor] Allow to delete (assume) intrinsics outside the SCC
[75728b4] 2023-01-24T04:32:06Z [Attributor][FIX] Reachability needs to process the entire worklist
[2f6fce8] 2023-01-24T04:32:06Z [Attributor][FIX] Ensure not to run new queries during manifest
[9f0f84f] 2023-01-24T04:32:05Z [Attributor][FIX] Replace typo with something more sane
[c3728d2] 2023-01-24T03:24:23Z [mlir] support !shape.value_shape when replace WithOp in OutlineShapeComputationPass.
[f2b58eb] 2023-01-24T02:43:23Z Revert "[Fuchsia] Build windows runtimes using cross compilation on Linux"
[b0b4cc1] 2023-01-24T01:42:16Z [bugpoint] Fix compilation of bugpoint-passes on Windows
[5b190c4] 2023-01-24T01:35:38Z Revert "[profile] Disable test which needs update after D141512"
[3c8397f] 2023-01-24T01:12:26Z [libc++] Fix installation path for the modulemap
[6363320] 2023-01-24T00:37:09Z [libc][NFC] Another round of replacement of static inline with LIBC_INLINE.
[2b0322e] 2023-01-24T00:35:17Z [HWASAN] Fix PointsIntoChunk to untag pointers. Also added some checks where we know that the pointer should be untagged.
[aa19429] 2023-01-24T00:29:44Z Re-apply [build] Fix stand-alone builds of clang.
[0e09bb8] 2023-01-24T00:24:51Z Revert "[build] Fix stand-alone builds of clang."
[a6a4fe2] 2023-01-24T00:09:11Z [NFC][WoA] Precommit test for aarch64 atomics
[c9821ab] 2023-01-24T00:09:11Z [WoA] Use fences for sequentially consistent stores/writes
[eba322e] 2023-01-24T00:01:35Z [Sanitizer] Make GetBlockBeginFastLocked parameters const.
[cf6c431] 2023-01-23T23:59:07Z [HWASAN] Fix memory leaks in tests.
[0ba42be] 2023-01-23T23:57:21Z [Clang][NFC] Fix documentation and remove unused tool
[5d02e38] 2023-01-23T23:56:58Z [build] Fix stand-alone builds of clang.
[a1baa7a] 2023-01-23T23:51:06Z [NFC] Add missing llvm:: specifier
[d9e778d] 2023-01-23T23:32:10Z [NFC] Use int underlying type for CodeGenOpt::Level
[9aa4c6a] 2023-01-23T23:31:43Z [Support] revert accidentally removed "std::" specifiers
[3013a94] 2023-01-23T23:31:24Z CoroFrame: Fix missing bitcast for some frame merges
[2a8c9d7] 2023-01-23T23:30:46Z [Libomptarget] Use the nextgen plugins by default.
[3e58d94] 2023-01-23T23:23:43Z [InstCombine] remove dead pattern matching code; NFC
[3a295f0] 2023-01-23T23:23:43Z [InstCombine] add tests for masked/casted icmp; NFC
[7a9e3ad] 2023-01-23T23:23:43Z [InstCombine] relax one-use check for icmp with mask/cast
[82dcfe0] 2023-01-23T23:23:43Z [InstCombine] allow matching vector types for icmp-of-mask/cast
[e76c95f] 2023-01-23T23:23:42Z [InstCombine] add tests for signbit compares; NFC
[2dc3371] 2023-01-23T23:01:57Z [NFC] Remove redundant range check
[f1d3bc4] 2023-01-23T22:59:31Z [CMake] Replace list(FIND) by if(IN_LIST) where index isn't used
[31260a4] 2023-01-23T22:57:01Z [profile] Disable test which needs update after D141512
[25c0ea2] 2023-01-23T22:50:49Z [NFC] Consolidate llvm::CodeGenOpt::Level handling
[02fd002] 2023-01-23T22:35:15Z [clang-format] Fix bugs in parsing C++20 module import statements
[35912ad] 2023-01-23T22:16:45Z [clang] Fix unused variable warning in isBuiltinSupported
[20bb765] 2023-01-23T22:09:31Z [Fuchsia] Build windows runtimes using cross compilation on Linux
[9a11b23] 2023-01-23T22:08:12Z readability-const-return-type: don't diagnose a template function returning T, even if sometimes instantiated with e.g. T = const int.
[96fdfd4] 2023-01-23T22:04:55Z Fix test expected result [NFC]
[95a2aec] 2023-01-23T21:49:37Z [docs] Add/update docs regarding LLVM_NATIVE_TOOL_DIR vs LLVM_TABLEGEN
[ebfd09d] 2023-01-23T21:36:56Z Fix test expected result [NFC]
[20ffb9a] 2023-01-23T21:31:34Z Revert "[build] Fix stand-alone builds of clang."
[7718422] 2023-01-23T21:24:40Z [clang-tidy] Improve rename_check.py
[4718da5] 2023-01-23T21:23:16Z [clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headers
[136f778] 2023-01-23T21:15:10Z [Clang] [Python] Fix tests when default config file contains -include
[52bcdac] 2023-01-23T21:11:47Z [build] Fix stand-alone builds of clang.
[9af9d39] 2023-01-23T21:07:22Z [libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwrite
[38a9e1d] 2023-01-23T21:05:08Z [clang-tidy][NFC] Fix Release Notes build error
[4240c91] 2023-01-23T20:58:34Z [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options
[c8f5f97] 2023-01-23T20:56:23Z [bazel] Enable layering_check for llvm/unittests
[4569287] 2023-01-23T20:55:00Z [bazel] Fix --features=layering_check issues for llvm/unittests
[07ed1d6] 2023-01-23T20:43:06Z AMDGPU: Re-run UTC scripts on some test cases
[0775f21] 2023-01-23T20:43:06Z AMDGPU: Add a scheduler test to demonstrate an upcoming change
[10cef70] 2023-01-23T20:43:06Z AMDGPU: Clean up LDS-related occupancy calculations
[84610a8] 2023-01-23T20:43:05Z AMDGPU: Add AMDGPUSubtarget::getEUsPerCU()
[20f895c] 2023-01-23T20:36:52Z [RISCV] Add a test case for a missed PRE oppurtunity when inserting vsetvlis
[59b18b5] 2023-01-23T20:33:37Z [flang] Avoid unnecessary temporaries in ArrayValueCopy.
[c3737a6] 2023-01-23T20:12:32Z [docs] Add release notes for news in 16.x done by me, or otherwise relating to MinGW targets
[14c0317] 2023-01-23T20:12:05Z [mlir][sparse] clean vectorization bail-out for VL=0
[a4bce5f] 2023-01-23T20:08:13Z [bazel] Fix layering_check issues of {llvm,clang}:all
[2e28546] 2023-01-23T19:25:27Z [flang] Keep polymorphic aspect when lowering intrinsic arguments
[b41eb96] 2023-01-23T19:08:52Z [mlir][spirv] Move uint asm name test to the proper place
[ddc484b] 2023-01-23T19:02:57Z [InstCombine] Handle select inst when eliminating constant memcpy
[7d0145c] 2023-01-23T18:59:46Z [AMDGPU] Use more consistemt way to avoid overflow in the scheduler
[7d3306f] 2023-01-23T18:57:56Z [llvm] Fix warnings
[2eef875] 2023-01-23T18:46:32Z [TableGen] Avoid repeated lookups of Uses and Defs records. NFC.
[b22963e] 2023-01-23T18:44:37Z Silence an MSVC "not all control paths return" warning; NFC
[484bc2b] 2023-01-23T18:44:19Z Run cmdline address expressions through ABI's FixAddress
[d1c0feb] 2023-01-23T18:42:26Z [AMDGPU] Tune scheduler on GFX10 and GFX11 for regions with spilling
[cc9fa50] 2023-01-23T18:39:17Z [AArch64] Remove AES, SHA2, SHA3 and SM4 features from armv8.6-a+
[c57eaf1] 2023-01-23T18:31:22Z [AArch64] Function multi-versioning release notes added. NFC.
[84bec0a] 2023-01-23T18:30:18Z [tsan] Always initialize tsan when building shared lib
[0b92f85] 2023-01-23T18:24:21Z Revert "[AArch64] Function multi-versioning release notes added. NFC."
[94b9187] 2023-01-23T18:18:48Z [Clang] Fix a Wbitfield-enum-conversion warning in DirectoryLookup.h
[a15b0e8] 2023-01-23T18:17:08Z [RISCV] Move Processors and Features from RISCV.td to their own files.
[d1f313e] 2023-01-23T18:14:33Z Mark BuiltinHeaders.def as textual
[5474d7d] 2023-01-23T18:08:07Z [AArch64] Function multi-versioning release notes added. NFC.
[9bf0318] 2023-01-23T17:52:11Z Revert "[lldb] Remove timer from SBModule copy ctor"
[d62500d] 2023-01-23T17:49:20Z [AArch64][SME2] Add Multi-vector saturating extract narrow intrinsics
[a794b62] 2023-01-23T17:41:33Z [SCCPSolver] Move helper functions inside SCCPSolver (NFC).
[5c09afe] 2023-01-23T17:40:30Z [SCCP] Auto-generate check lines for ip-ranges-select.ll.
[4f7d7eb] 2023-01-23T17:26:18Z [libc++][doc] Fixes the usage of improper markup.
[5f6a971] 2023-01-23T17:09:04Z [AArch64][SME2] Add multi-vector convert to/from floating-point intrinsic
[3759ef9] 2023-01-23T17:08:07Z Add support for clang-cl's option -fexcess-precision.
[365ce62] 2023-01-23T17:07:10Z [mlir] support unsigned int in mlir::spirv::ConstantOp::getAsmResultNames
[fcef706] 2023-01-23T17:02:27Z [libc][NFC] Reduce CMake configuration time
[5f6813be] 2023-01-23T16:40:48Z [AArch64][Clang] Adjust default features for v8.9-A/v9.4-A in clang driver
[8246ace] 2023-01-23T16:39:53Z [AArch64] Add command line support for v9.4-A's Instrumentation Extension
[0d2e67b] 2023-01-23T16:14:57Z [SCCP] Add initial tests for NUW/NSW inference.
[b1d1a1a] 2023-01-23T16:10:44Z [docs] add early Arm arch support improvements to release notes
[3914836] 2023-01-23T15:41:55Z [mlir][MemRefToLLVM] Remove the code for lowering collaspe/expand_shape
[fa42604] 2023-01-23T15:38:46Z bazel: adapt for llvm/llvm-project@a4699a4
[03ef89f] 2023-01-23T15:24:30Z [AArch64] Check 128-bit Sysreg Builtins
[91b9c0c] 2023-01-23T15:18:00Z [mlir] fix outdated assert in affine symbol verification
[d46afee] 2023-01-23T15:17:09Z [mlir] fix side effects for transform.AlternativesOp
[9451572] 2023-01-23T15:07:55Z [mlir] add RemoveConstantIfCondition to populateOpenACCToSCFConversionPatterns
[1efea0a] 2023-01-23T15:03:01Z [AArch64] Support v8.9-A/v9.4-A in .arch_extension directive
[8ea4a4b] 2023-01-23T15:00:51Z [AArch64] Add missing system register for v8.9-A/v9.4-A Permission Indirection Extension
[11908c2] 2023-01-23T14:56:03Z [Libomptarget][NFC] Silence unknown CUDA version warnings
[716bae0] 2023-01-23T14:56:03Z [Libomptarget] Include "hsa/hsa.h" instead
[b280e12] 2023-01-23T14:56:03Z [Libomptarget][NFC] Address a few warnings in libomptarget
[cef9e87] 2023-01-23T14:49:02Z [llvm][tablegen][jupyter] Fixup README
[68b8908] 2023-01-23T14:48:08Z [Clang[NFC] Fix bitmask for NullabilityPayload in Types.h
[073401e] 2023-01-23T14:44:58Z [MC] Define and use MCInstrDesc implicit_uses and implicit_defs. NFC.
[959caaa] 2023-01-23T14:42:04Z [flang] Add conditional rebox when passing fir.box to optional fir.class
[602e1cb] 2023-01-23T14:29:33Z [SCCP] Regenerate check lines for some tests.
[d1426cd] 2023-01-23T14:28:37Z [DAG] visitAnd - fold (and (ext (and V, c1)), c2) -> (and (ext V), (and c1, (ext c2)))
[749c6a7] 2023-01-23T14:22:47Z [include-cleaner] Ranking of providers based on hints
[92787e3] 2023-01-23T14:19:36Z [LLVM][TableGen] Support combined cells in jupyter kernel
[210a383] 2023-01-23T14:15:55Z [LLVM][TableGen] Add jupyter kernel for llvm-tblgen
[7ac7763] 2023-01-23T14:13:09Z Fix MSVC "not all control paths return a value" warning. NFC.
[6dc8e21] 2023-01-23T14:10:47Z [NFC][Instcombine] More trunc fp-to-int tests.
[bf9e0da] 2023-01-23T14:00:43Z [VPlan] Switch default graph traits to be recursive, update VPDomTree.
[5a7f47c] 2023-01-23T13:27:44Z [clang] Optimize clang::Builtin::Info density
[67ed142] 2023-01-23T13:18:21Z [NFC][AArch64] Rename SVE2p1 sclamp and uclamp tests
[6f96dad] 2023-01-23T13:15:54Z [Clang][NFC] Remove documentation and mentions of deleted tools
[bcc05cb] 2023-01-23T13:15:53Z [Clang] Remove flaky test line from linker wrapper test
[ed98063] 2023-01-23T13:15:41Z [InstCombine] Make worklist check in memcpy from constant fold more precise
[9a77e3c] 2023-01-23T13:10:09Z [AArch64][SME] Allow predicate-as-counter operands for psel
[2faebde] 2023-01-23T13:10:09Z [AArch64][SME2] NFC: Simplify multiclasses for mova/movaz.
[08a19d7] 2023-01-23T13:10:09Z [AArch64][SME2] MOVA tile-to-vector and vector-to-tile should not accept VG suffix
[dc4cb724] 2023-01-23T13:02:21Z [BOLT] Fix build error after D142214
[f7de5bb] 2023-01-23T12:38:10Z [Test] Add test for PR60234
[f6706e3] 2023-01-23T12:38:10Z [Test] Add test exercising scenarios of widening into loop-invariant condition
[3bd77c2] 2023-01-23T12:36:15Z [AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic
[0276fa8] 2023-01-23T12:32:17Z [X86][ABI] Don't preserve return regs for preserve_all/preserve_most CCs
[291a7fc] 2023-01-23T12:28:06Z [LLDB] Fix build error after D142214
[eb197e3] 2023-01-23T12:25:39Z [Transforms] Add lit test for instcombine on load into vector of overaligned elements.
[a4753f5] 2023-01-23T12:25:39Z [IR] Avoid creation of GEPs into vectors (in one place)
[b2cf024] 2023-01-23T12:20:10Z [DebugInfo][CSInfo] Don't use clobbered registers as locations
[eb8fcc1] 2023-01-23T12:11:15Z [InstCombine] Add additional memcpy from constant test with phi (NFC)
[a4699a4] 2023-01-23T12:09:03Z [MLIR][OpenMP] Added target data, exit data, and enter data operation definition for MLIR
[0c69cb2] 2023-01-23T12:05:58Z [X86] Add test coverage for and(ext(and(x, c1)),c2) patterns
[245e3dd] 2023-01-23T11:55:49Z [MC] Do not copy MCInstrDescs. NFC.
[1af7164] 2023-01-23T11:55:34Z Revert "Add clang_CXXMethod_isExplicit to libclang"
[ebbeb16] 2023-01-23T11:51:21Z [clang] Fix the location of UsingTypeLoc.
[44cac91] 2023-01-23T11:35:56Z Fix FindSingleBitChange to handle NOT(V) where V is not an Instruction
[768aed1] 2023-01-23T11:31:41Z [MC] Make more use of MCInstrDesc::operands. NFC.
[b94b8f1] 2023-01-23T11:30:49Z [AArch64] Make CNTPCTSS_EL0 and CNTVCTSS_EL0 system registers read-only
[3770b4a] 2023-01-23T11:22:11Z [ARM] Don't emit Arm speculation hardening thunks under Thumb and vice-versa
[6469281] 2023-01-23T11:19:36Z [clang][Interp][NFC] Remove InitFn code
[edc1bcf] 2023-01-23T11:11:33Z [PassBuilder] Detect loop-mssa for licm with parameters (PR60149)
[ea6e8d4] 2023-01-23T10:59:32Z [LICM] Don't generate crash dialog for missing MSSA
[ae361d3] 2023-01-23T10:52:20Z [LLDB] Remove return value from DumpRegisterValue
[9c4c32a] 2023-01-23T10:43:34Z Revert D142108 "[libc][NFC] Detect host CPU features using try_compile instead of try_run."
[ddbe140] 2023-01-23T10:30:38Z Add clang_CXXMethod_isExplicit to libclang
[abf3997] 2023-01-23T10:22:28Z Revert "[compiler-rt][builtins] Skip building (b)float16 support on i386-freebsd"
[474f20b] 2023-01-23T10:16:49Z [Verifier] Check that !nonnull metadata is empty
[65420c8] 2023-01-23T10:07:23Z DAG: Use getNegatedExpression in combineMinNumMaxNum
[3b80d02] 2023-01-23T10:07:22Z DAG: Look through fneg when trying to create unsafe minnum/maxnum
[586ce6a] 2023-01-23T09:45:30Z [MLIR][NFC] Fix a memset in MemRefUtils.h
[bee8860] 2023-01-23T09:43:17Z [clang][DebugInfo] Don't canonicalize names in template argument list for alias templates
[d54ae90] 2023-01-23T09:32:51Z [clang][Interp][NFC] Rename InlineDescptor::IsMutable to IsFieldMutable
[051bf9c] 2023-01-23T09:27:12Z [Flang] fix a copy-paste error in scope.cpp
[284bd95] 2023-01-23T09:19:34Z [clang][Interp][NFC] Remove unused using alias
[8f15c4c] 2023-01-23T09:19:34Z [clang][Interp][NFC] Add Record::getDestructor()
[9acc2f3] 2023-01-23T09:05:53Z [libc][NFC] Detect host CPU features using try_compile instead of try_run.
[262dad4] 2023-01-23T08:49:59Z [flang] Deal with NULL() passed as actual arg to unlimited polymorphic dummy
[4dbf3f2] 2023-01-23T08:31:04Z [LangRef] Require i8s to be naturally aligned
[f341807] 2023-01-23T07:20:32Z [Attributor] Add initial support for vectors in AAPointerInfo
[538cd2e] 2023-01-23T07:18:55Z [Attributor] Multi-range accesses can be exact
[129faec] 2023-01-23T05:42:07Z [OpenMP] Identify non-aligned barriers executed in an aligned context
[0326ee7] 2023-01-23T04:09:18Z [gn build] Port 7458908f12da
[8e12451] 2023-01-23T04:06:23Z [OpenMP][FIX] Ensure not to dereference a nullptr
[0638549] 2023-01-23T04:01:28Z [libc++] Refactor clang-query checks to clang-tidy checks to get less obscure error messages
[7458908] 2023-01-23T03:57:32Z [libc++] Improve binary size when using __transaction
[88eae6e] 2023-01-23T03:45:38Z [DAGCombine]Expand usage of CreateBuildVecShuffle to make full use of vector ops
[8ab77a7] 2023-01-23T03:14:33Z [Support] Use llvm::byteswap in SwapByteOrder.h (NFC)
[7db6a45] 2023-01-23T02:31:26Z [OpenMP][FIX] Adjust enum size to avoid assertion after D142320
[c487b84] 2023-01-23T01:26:30Z [HIP] Change default offload arch to gfx906
[0ee04a1] 2023-01-23T01:21:15Z ARM: Add baseline test for fneg + fcmp + select combine
[b47cdc6] 2023-01-23T01:09:07Z [MC] Replace single-case switch with an if (NFC)
[029f669] 2023-01-23T01:06:10Z [AVR] Emit 'eicall' for devices with large program memory
[43c1c59] 2023-01-23T00:34:59Z [OpenMP] Merge barrier elimination into AAExecutionDomain
[e5f746e] 2023-01-23T00:14:20Z [MC] Replace a switch with two 'if's (NFC)
[693358d] 2023-01-23T00:10:54Z [OpenMP][DeviceRTL][NFC] Use OMPTgtExecModeFlags from llvm/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h
[2275e32] 2023-01-22T23:53:42Z [OpenMP] Guarding restrictions are required only for guarding