Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-07-24 | aarch64: add PAC-RET protection to libitm sjlj.S | Szabolcs Nagy | 1 | -3/+53 |
2020-07-10 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2020-07-09 | aarch64: Fix BTI support in libitm | Szabolcs Nagy | 1 | -0/+27 |
2020-07-09 | aarch64: Fix noexecstack note in libitm | Szabolcs Nagy | 1 | -1/+1 |
2020-05-30 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-05-29 | Avoid nested save_CFLAGS and save_LDFLAGS | H.J. Lu | 1 | -2/+3 |
2020-05-15 | x86: Also check if -fcf-protection works | H.J. Lu | 2 | -0/+8 |
2020-05-14 | x86: Default CET run-time support to auto | H.J. Lu | 2 | -2/+6 |
2020-05-12 | Fix throw specifiers on interface. | Nathan Sidwell | 3 | -17/+38 |
2020-05-05 | libitm: Disable diagnostic coloring in tests | Nathan Sidwell | 2 | -0/+7 |
2020-02-12 | Use a non-empty test program to test ability to link. | Sandra Loosemore | 2 | -0/+7 |
2020-01-24 | Add `--with-toolexeclibdir=' configuration option | Maciej W. Rozycki | 6 | -4/+51 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 64 | -64/+66 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 2 | -1/+5 |
2019-12-03 | musl: Fix invalid tls model in libgomp and libitm PR91938 | Szabolcs Nagy | 2 | -0/+8 |
2019-09-27 | Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 update | Maciej W. Rozycki | 2 | -2/+6 |
2019-09-10 | [ARM/FDPIC v6 23/24] [ARM] FDPIC: Implement libitm support. | Christophe Lyon | 2 | -3/+16 |
2019-09-10 | [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure... | Christophe Lyon | 3 | -7/+22 |
2019-09-06 | Fix GCC_LINUX_FUTEX to work with C99 compilers | Florian Weimer | 2 | -0/+6 |
2019-09-03 | re PR other/79543 (Inappropriate "ld --version" checking) | Chung-Lin Tang | 3 | -2/+9 |
2019-05-03 | Makefile.am (finclude): Remove. | Jakub Jelinek | 3 | -2/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 64 | -64/+68 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 2 | -1/+5 |
2018-12-16 | re PR c++/88482 (ICE when wrongly declaring __cxa_allocate_exception) | Jakub Jelinek | 4 | -5/+14 |
2018-12-13 | target.h (htm_available): Add support for PPC_FEATURE2_HTM_NO_SUSPEND. | Peter Bergner | 2 | -1/+19 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 8 | -1239/+1858 |
2018-10-30 | Add PR marker | Jeff Law | 1 | -0/+1 |
2018-10-30 | method-serial.cc: Mark varible as potentially unused to silence warning. | Nicholas Krause | 2 | -1/+6 |
2018-08-03 | Remove nfs bogon | Jeff Law | 1 | -0/+0 |
2018-08-03 | sjlj.S: Adjust to use PIC vs normal code to avoid absolute relocation in a sh... | Sergei Trofimovich | 3 | -2/+7 |
2018-06-12 | libitm/x86: Correct offsets of __private_tm and pointer_guard | H.J. Lu | 2 | -12/+24 |
2018-05-18 | PR c++/58407 - deprecated implicit copy ops. | Jason Merrill | 2 | -0/+9 |
2018-05-02 | [testsuite] Add scan-ltrans-tree-dump | Tom de Vries | 2 | -0/+6 |
2018-05-02 | [testsuite] Add scan-wpa-ipa-dump | Tom de Vries | 2 | -0/+6 |
2018-04-24 | x86: Update __CET__ check | H.J. Lu | 2 | -4/+10 |
2018-04-24 | Regenerate configure of target libraries | H.J. Lu | 2 | -1/+5 |
2018-04-23 | x86/cet: Use unsigned integer to unwind shadow stack | H.J. Lu | 2 | -4/+9 |
2018-04-19 | cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul... | Jakub Jelinek | 2 | -7/+10 |
2018-04-18 | re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used) | David Malcolm | 2 | -1/+6 |
2018-02-19 | CET shouldn't be enabled in 32-bit run-time libraries by defualt | Igor Tsimbalist | 2 | -1/+21 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 64 | -64/+66 |
2018-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 2 | -1/+5 |
2017-11-17 | Enable building libitm with Intel CET | Igor Tsimbalist | 7 | -4/+163 |
2017-11-17 | Add extra field to gtm_jmpbuf on x86 only | Igor Tsimbalist | 3 | -21/+32 |
2017-06-15 | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 2 | -4/+8 |
2017-05-12 | Load new scanlang.exp | Rainer Orth | 2 | -0/+5 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 2 | -1/+5 |
2017-01-21 | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 3 | -2/+9 |
2017-01-19 | target.h (htm_available): Determine vendor from __get_cpuid_max return. | Uros Bizjak | 2 | -17/+23 |