Opened 3 years ago

Closed 3 years ago

#16408 closed enhancement (fixed)

llvm-14.0.1

Reported by: ken@… Owned by: Bruce Dubbs
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description (last modified by Bruce Dubbs)

First point release, according to ​https://discourse.llvm.org/t/llvm-14-0-1-release/61700 there will be 4 or 5 more every 2 weeks.

Changes since 14.0.0:

  • [AArch64] Fix the upper limit for folded address offsets for COFF 4
  • [compiler-rt] [scudo] Use -mcrc32 on x86 when available 2
  • [AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex-a77 1
  • [libc++] Define namespace views in its own detail header. 1
  • [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid MSVC AVX alignment bug
  • [clang-repl] Add an accessor to our underlying execution engine 1
  • [AArch64] Use correct calling convention for each vararg 1
  • [SelectionDAG] Don’t create illegally-typed nodes while constant folding
  • [AArch64] Allow .variant_pcs before the symbol is registered
  • [VectorCombine] Insert addrspacecast when crossing address space boundaries
  • [ELF] Fix llvm_unreachable failure when COMMON is placed in SHT_PROGBITS output section
  • [Object][test] Fix invalid.test 1
  • [llvm-objdump] --private-headers: change errors to warnings for dynamic section dumping
  • [llvm-objdump][test] dos2unix some files
  • [SelectionDAG][RISCV] Make RegsForValue::getCopyToRegs explicitly zero_extend constants.
  • [RISCV] Add test case for miscompile caused by treating ANY_EXTEND of constants as SIGN_EXTEND.
  • [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake
  • [MC] Fix llvm_unreachable when a STB_GNU_UNIQUE symbol needs a relocation
  • [PPCISelLowering] Avoid emitting calls to multi3, muloti4 1
  • Add cmake/ to release tarballs via concatenation
  • [libcxx] random_device, specify optimal entropy properties for all OS’s using arc4random()
  • [Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statement
  • [Driver][OpenBSD] Disable unwind tables on Arm 2
  • [docs] Fix typo in tutorial
  • Re-commit: Driver: Don’t warn on -mbranch-protection when linking
  • workflows: Consolidate tests to reduce the number of build jobs
  • [libc++] Re-enable workaround for pre-ranges CTAD in std::span 2
  • [libc++] Add workaround to avoid breaking users of when are disabled 8

The separate cmake/ directory is still included.

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Description: modified (diff)

comment:2 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit

e21d198428 Update to libcap-2.64
941750eaed Update to cmake-3.23.1
f520db9ff2 Update to llvm-14.0.1.
Note: See TracTickets for help on using tickets.