aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-17arm_cmse.h (cmse_nsfptr_create, [...]): Remove #include <stdint.h>.Jerome Lambourg2-2/+8
2018-05-17config.gcc: Support "goldmont-plus".Olga Makhotina3-0/+10
2018-05-08config.gcc: Support "goldmont".Olga Makhotina3-0/+11
2018-05-07config.host (x86_64-*-rtems*): Build crti.o and crtn.o.Amaan Cheval2-0/+9
2018-04-27re PR libgcc/84292 (__sync_add_and_fetch returns the old value instead of the...Andreas Tobler2-12/+18
2018-04-27PR85532, crtend.o built without --enable-initfini-array has bad .eh_frameAlan Modra2-1/+7
2018-04-25[NDS32] Fix incorrect settings in sfp-machine.h and t-nds32-newlib for hard fp.Chung-Ju Wu3-1/+25
2018-04-24x86: Update __CET__ checkH.J. Lu2-1/+6
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-20re PR target/85456 (PowerPC: Using -mabi=ieeelongdouble calls wrong function ...Michael Meissner6-3/+98
2018-04-19libgcc/CET: Skip signal frames when unwinding shadow stackH.J. Lu4-2/+20
2018-04-19libgcc/CET: Add _CET_ENDBR to __stack_split_initializeH.J. Lu2-0/+7
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-5/+8
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-16re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek2-1/+15
2018-04-06RISC-V: Support for FreeBSD.Ruslan Bukin2-0/+8
2018-03-29i386: Enable AVX/AVX512 features only if supported by OSXSAVEH.J. Lu2-44/+105
2018-03-22Fix PR85025: libgcc/config/i386/shadow-stack-unwind.h is wrong. Igor Tsimbalist2-1/+7
2018-03-20re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek3-36/+63
2018-03-15Add builtin_cpu for cannonlake and new isa features.Julia Koval3-1/+25
2018-03-14Split-up -march=icelake on -march=icelake-server and -march=icelake-clientJulia Koval2-1/+7
2018-03-07fptr.c (_dl_read_access_allowed): New.John David Anglin2-0/+25
2018-02-28re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek6-22/+89
2018-02-26re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek5-22/+70
2018-02-20libgcc: xtensa: fix build with -mtext-section-literalsMax Filippov3-0/+8
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-02-16Additional fix for PR 84239.Igor Tsimbalist2-2/+15
2018-02-14Reimplement CET intrinsics for rdssp/incssp insn.Igor Tsimbalist2-12/+11
2018-02-02Add -march=icelake.Julia Koval2-0/+5
2018-01-26[ARC] Add support for reduced register file setClaudiu Zissulescu2-11/+18
2018-01-23libgcc: xtensa: fix NaN return from add/sub/mul/div helpersMax Filippov3-31/+81
2018-01-22rl78.md: New define_expand "anddi3".Sebastian Perta3-1/+73
2018-01-22rl78.md: New define_expand "umindi3".Sebastian Perta3-0/+80
2018-01-22rl78.md: New define_expand "smindi3".Sebastian Perta3-0/+82
2018-01-22rl78.md: New define_expand "smaxdi3".Sebastian Perta3-1/+83
2018-01-22fixed year in gcc/ChangeLog and libgcc/ChangeLogSebastian Perta1-1/+1
2018-01-22rl78.md: New define_expand "umaxdi3".Sebastian Perta3-1/+81
2018-01-21re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))John David Anglin3-1/+15
2018-01-13SVE unwindingRichard Sandiford3-4/+35
2018-01-08quad-float128.h (IBM128_TYPE): Explicitly use __ibm128, instead of trying to ...Michael Meissner1-0/+38
2018-01-08quad-float128.h (IBM128_TYPE): Explicitly use __ibm128, instead of trying to ...Michael Meissner6-74/+74
2018-01-05RTEMS/EPIPHANY: Add RTEMS supportSebastian Huber2-2/+7
2018-01-03Update copyright years.Jakub Jelinek1005-1007/+1015
2017-12-12Use C version of multi3 for RVE support.Kito Cheng4-91/+93
2017-12-08Add .type and .size directives to riscv libgcc functions.Jim Wilson6-102/+182
2017-12-01_mulkc3.c (__mulkc3): Add forward declaration.Michael Meissner3-0/+7
2017-11-30re PR libgcc/83112 (Silence warnings from PowerPC libgcc float128-ifunc.c com...Michael Meissner7-84/+166
2017-11-26i386.c (processor_target_table): Add skylake_cost for skylake-avx512.Uros Bizjak3-0/+12
2017-11-20re PR bootstrap/83015 (bootstrap comparison failure on ia64)Igor Tsimbalist5-5/+16
2017-11-17Add Intel CET support for EH in libgcc.Igor Tsimbalist6-13/+106