summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: Optimize arm-mlib.h header inclusion [pr108505].release-12.2.mpacbti-rel1Srinath Parvathaneni2023-03-091-1/+2
* arm: Fix inclusion of arm-mlib.h header more than once (pr108505).Srinath Parvathaneni2023-03-091-1/+1
* arm: Documentation fix for -mbranch-protection option.Srinath Parvathaneni2023-03-091-2/+1
* arm: Add support for new frame unwinding instruction "0xb5".Srinath Parvathaneni2023-03-091-2/+13
* arm: Add support for dwarf debug directives and pseudo hard-register for PAC ...Srinath Parvathaneni2023-03-096-21/+160
* arm: Add pacbti related multilib support for armv8.1-m.main.Srinath Parvathaneni2023-03-097-18/+106
* arm: Add support for Arm Cortex-M85 CPU.Srinath Parvathaneni2023-03-095-12/+61
* [Committed] arm: Document +no options for Cortex-M55 CPU.Srinath Parvathaneni2023-03-091-2/+13
* arm: Implement arm Function target attribute 'branch-protection'Andrea Corallo2023-03-093-0/+64
* aarch64: Fix return_address_sign_ab_exception.C regressionAndrea Corallo2023-03-097-9/+6
* [PATCH 12/15] arm: implement bti injectionAndrea Corallo2023-03-0912-4/+181
* [PATCH 11/15] aarch64: Make bti pass generic so it can be used by the arm bac...Andrea Corallo2023-03-097-62/+77
* [PATCH 10/15] arm: Implement cortex-M return signing address codegenAndrea Corallo2023-03-0917-9/+305
* [PATCH 8/15] arm: Introduce multilibs for PACBTI target featureAndrea Corallo2023-03-092-2/+32
* [PATCH 7/15] arm: Emit build attributes for PACBTI target featureAndrea Corallo2023-03-095-0/+85
* [PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtimeAndrea Corallo2023-03-093-1/+62
* [PATCH 5/15] arm: Implement target feature macros for PACBTIAndrea Corallo2023-03-0910-0/+153
* [PATCH 4/15] arm: Add testsuite library support for PACBTI targetAndrea Corallo2023-03-092-0/+26
* [PATCH 3/15] arm: Add option -mbranch-protectionAndrea Corallo2023-03-093-1/+52
* [PATCH 2/15] arm: Add Armv8.1-M Mainline target feature +pacbtiAndrea Corallo2023-03-093-0/+14
* [PATCH 1/15] arm: Make mbranch-protection opts parsing common to AArch32/64Andrea Corallo2023-03-0913-336/+393
* Fix small regression in AdaEric Botcazou2023-02-142-1/+9
* libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers2023-02-133-2/+70
* Daily bump.GCC Administrator2023-02-143-1/+59
* rs6000: Fix typo on vec_vsubcuq in rs6000-overload.def [PR108396]Kewen Lin2023-02-122-1/+15
* rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall [PR108348]Kewen Lin2023-02-123-4/+61
* rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]Kewen Lin2023-02-125-10/+110
* Daily bump.GCC Administrator2023-02-131-1/+1
* Daily bump.GCC Administrator2023-02-123-1/+10
* Suppress -fstack-protector warning on hppa.John David Anglin2023-02-112-0/+6
* Daily bump.GCC Administrator2023-02-119-1/+785
* i386: Fix up -Wuninitialized warnings in avx512erintrin.h [PR105593]Jakub Jelinek2023-02-102-13/+7
* x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in C++ [PR105593]Jakub Jelinek2023-02-106-0/+56
* c, c++: Allow ignoring -Winit-self through pragmas [PR105593]Jakub Jelinek2023-02-105-2/+110
* c-family: Honor -Wno-init-self for cv-qual vars [PR102633]Marek Polacek2023-02-105-16/+85
* c++: Handle structured bindings like anon unions in initializers [PR108474]Jakub Jelinek2023-02-103-2/+72
* forwprop: Further fixes for simplify_rotate [PR108440]Jakub Jelinek2023-02-103-9/+170
* forwprop: Fix up rotate pattern matching [PR106523]Jakub Jelinek2023-02-106-4/+335
* c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek2023-02-103-2/+28
* libstdc++: Another merge from fast_float upstream [PR107468]Jakub Jelinek2023-02-101-7/+105
* libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek2023-02-102-25/+100
* match.pd: When simplifying BFR of an insert, require a mode precision integra...Andrew Pinski2023-02-102-1/+18
* vect-patterns: Fix up vect_widened_op_tree [PR108692]Jakub Jelinek2023-02-102-1/+50
* fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek2023-02-101-1/+5
* nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_var...Jakub Jelinek2023-02-102-16/+34
* ree: Fix -fcompare-debug issues in combine_reaching_defs [PR108573]Jakub Jelinek2023-02-102-2/+22
* c++, openmp: Handle some OMP_*/OACC_* constructs during constant expression e...Jakub Jelinek2023-02-102-0/+94
* i386: Fix up ix86_convert_const_wide_int_to_broadcast [PR108599]Jakub Jelinek2023-02-102-1/+35
* bbpart: Fix up ICE on asm goto [PR108596]Jakub Jelinek2023-02-102-1/+46
* doc: Fix up return type of __builtin_va_arg_pack_len [PR108560]Jakub Jelinek2023-02-101-1/+1