This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eebe830013c c++: add fixed testcase [PR109997] new 4cb933f8f9f aarch64: Remove unused global aarch64_tune_flags new f11692fbfd8 aarch64: Move AARCH64_NUM_ISA_MODES definition new b5fa14e886f aarch64: Eliminate a temporary variable. new 2abf063aee3 aarch64: Introduce aarch64_isa_mode type new c0ed0823a6f aarch64: Define aarch64_get_{asm_|}isa_flags new 033d9053dae aarch64: Decouple feature flag option storage type new 7700fe40b52 aarch64: Add explicit bool cast to return value new 8797a869c01 aarch64: Add bool conversion to TARGET_* macros new 8977a1270b9 aarch64: Use constructor explicitly in get_flags_off new 181fdad106c Add new bbitmap<N> class new 129b40529e9 aarch64: Extend aarch64_feature_flags to 128 bits
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/bbitmap.h | 236 ++++++++++++++++++++++++++ gcc/common/config/aarch64/aarch64-common.cc | 17 +- gcc/config/aarch64/aarch64-c.cc | 6 +- gcc/config/aarch64/aarch64-feature-deps.h | 5 +- gcc/config/aarch64/aarch64-opts.h | 11 +- gcc/config/aarch64/aarch64-protos.h | 4 +- gcc/config/aarch64/aarch64.cc | 195 +++++++++++----------- gcc/config/aarch64/aarch64.h | 248 ++++++++++++---------------- gcc/config/aarch64/aarch64.md | 2 +- gcc/config/aarch64/aarch64.opt | 10 +- gcc/config/aarch64/iterators.md | 4 +- gcc/config/aarch64/predicates.md | 2 +- 12 files changed, 481 insertions(+), 259 deletions(-) create mode 100644 gcc/bbitmap.h