Changes between Initial Version and Version 1 of Ticket #16408


Ignore:
Timestamp:
04/13/2022 08:02:39 PM (3 years ago)
Author:
Bruce Dubbs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #16408 – Description

    initial v1  
    22
    33Changes since 14.0.0:
    4 {{{
    5 c62053979489 [AArch64] Fix the upper limit for folded address offsets for COFF 4
    6 6697c5bc3a1e [compiler-rt] [scudo] Use -mcrc32 on x86 when available 2
    7 8475349bd639 [AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex-a77 1
    8 d4e3c50b2bda [libc++] Define namespace views in its own detail header. 1
    9 ec13fed5867f [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid MSVC AVX alignment bug
    10 aaf0c921a54a [clang-repl] Add an accessor to our underlying execution engine 1
    11 d150523f0776 [AArch64] Use correct calling convention for each vararg 1
    12 fd98b0f1a6a1 [SelectionDAG] Don’t create illegally-typed nodes while constant folding
    13 d53e2603383a [AArch64] Allow .variant_pcs before the symbol is registered
    14 67a290460c37 [VectorCombine] Insert addrspacecast when crossing address space boundaries
    15 353068233f21 [ELF] Fix llvm_unreachable failure when COMMON is placed in SHT_PROGBITS output section
    16 311a622edd31 [Object][test] Fix invalid.test 1
    17 1007cb795a3c [llvm-objdump] --private-headers: change errors to warnings for dynamic section dumping
    18 c9ec4902c3e3 [llvm-objdump][test] dos2unix some files
    19 5b9dd016bec7 [SelectionDAG][RISCV] Make RegsForValue::getCopyToRegs explicitly zero_extend constants.
    20 e9b26b5b2a70 [RISCV] Add test case for miscompile caused by treating ANY_EXTEND of constants as SIGN_EXTEND.
    21 a4681df0202c [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake
    22 db07d9f098b3 [MC] Fix llvm_unreachable when a STB_GNU_UNIQUE symbol needs a relocation
    23 22d7bee01a5a [PPCISelLowering] Avoid emitting calls to __multi3, __muloti4 1
    24 23d08271a4b2 Add cmake/ to release tarballs via concatenation
    25 b69247dcbd80 [libcxx] random_device, specify optimal entropy properties for all OS’s using arc4random()
    26 63e7af77ec42 [Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statement
    27 f3b89727716a [Driver][OpenBSD] Disable unwind tables on Arm 2
    28 fe5c24e93754 [docs] Fix typo in tutorial
    29 99c0f85ef992 Re-commit: Driver: Don’t warn on -mbranch-protection when linking
    30 0547ffef5d39 workflows: Consolidate tests to reduce the number of build jobs
    31 bd8dc965cff1 Bump version to 14.0.1
    32 3f43d803382d [libc++] Re-enable workaround for pre-ranges CTAD in std::span 2
    33 add3ab7f4c8a [libc++] Add workaround to avoid breaking users of when are disabled 8
    34 }}}
     4
     5- [AArch64] Fix the upper limit for folded address offsets for COFF 4
     6- [compiler-rt] [scudo] Use -mcrc32 on x86 when available 2
     7- [AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex-a77 1
     8- [libc++] Define namespace views in its own detail header. 1
     9- [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid MSVC AVX alignment bug
     10- [clang-repl] Add an accessor to our underlying execution engine 1
     11- [AArch64] Use correct calling convention for each vararg 1
     12- [SelectionDAG] Don’t create illegally-typed nodes while constant folding
     13- [AArch64] Allow .variant_pcs before the symbol is registered
     14- [VectorCombine] Insert addrspacecast when crossing address space boundaries
     15- [ELF] Fix llvm_unreachable failure when COMMON is placed in SHT_PROGBITS output section
     16- [Object][test] Fix invalid.test 1
     17- [llvm-objdump] --private-headers: change errors to warnings for dynamic section dumping
     18- [llvm-objdump][test] dos2unix some files
     19- [SelectionDAG][RISCV] Make RegsForValue::getCopyToRegs explicitly zero_extend constants.
     20- [RISCV] Add test case for miscompile caused by treating ANY_EXTEND of constants as SIGN_EXTEND.
     21- [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake
     22- [MC] Fix llvm_unreachable when a STB_GNU_UNIQUE symbol needs a relocation
     23- [PPCISelLowering] Avoid emitting calls to __multi3, __muloti4 1
     24- Add cmake/ to release tarballs via concatenation
     25- [libcxx] random_device, specify optimal entropy properties for all OS’s using arc4random()
     26- [Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statement
     27- [Driver][OpenBSD] Disable unwind tables on Arm 2
     28- [docs] Fix typo in tutorial
     29- Re-commit: Driver: Don’t warn on -mbranch-protection when linking
     30- workflows: Consolidate tests to reduce the number of build jobs
     31- [libc++] Re-enable workaround for pre-ranges CTAD in std::span 2
     32- [libc++] Add workaround to avoid breaking users of when are disabled 8
     33
    3534
    3635The separate cmake/ directory is still included.