History log of /llvm-project/clang/test/AST/ByteCode/builtin-bit-cast-bitfields.cpp (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6
# b4150ed1 07-Dec-2024 Timm Baeder <tbaeder@redhat.com>

[clang][bytecode] Check composite bitcasts for indeterminate bits (#118988)


# 2f9cd43a 06-Dec-2024 Timm Baeder <tbaeder@redhat.com>

[clang][bytecode] Check primitive bit casts for indeterminate bits (#118954)

Record bits ranges of initialized bits and check them in
allInitialized().


# 17dfdd3a 05-Dec-2024 Timm Bäder <tbaeder@redhat.com>

[clang][bytecode][tests] Specify triple in bitfields tests

This still breaks on 32bit hosts otherwise.
See https://github.com/llvm/llvm-project/pull/116843


# 12ca72ba 04-Dec-2024 Timm Bäder <tbaeder@redhat.com>

Reapply "[clang][bytecode] Handle bitcasts involving bitfields (#116843)"

This reverts commit 54db16221c92eb52efbea90ad5b5d2a1d00cda3e.

Check for existence of __SIZOEF_INT128__ so we don't run thos

Reapply "[clang][bytecode] Handle bitcasts involving bitfields (#116843)"

This reverts commit 54db16221c92eb52efbea90ad5b5d2a1d00cda3e.

Check for existence of __SIZOEF_INT128__ so we don't run those
tests on targets that don't have int128.

show more ...


# 4b5e7fa4 04-Dec-2024 Timm Baeder <tbaeder@redhat.com>

[clang][bytecode] Handle bitcasts involving bitfields (#116843)

Copy the data one bit at a time, leaving optimizations for future work.
Adds a BitcastBuffer that takes care of pushing the bits in th

[clang][bytecode] Handle bitcasts involving bitfields (#116843)

Copy the data one bit at a time, leaving optimizations for future work.
Adds a BitcastBuffer that takes care of pushing the bits in the right
order.

show more ...