summaryrefslogtreecommitdiff
path: root/libgcc
Commit message (Expand)AuthorAgeFilesLines
* [NDS32] Fix incorrect settings in sfp-machine.h and t-nds32-newlib for hard fp.Chung-Ju Wu2018-04-253-1/+25
* x86: Update __CET__ checkH.J. Lu2018-04-242-1/+6
* Regenerate configure of target librariesH.J. Lu2018-04-242-1/+5
* re PR target/85456 (PowerPC: Using -mabi=ieeelongdouble calls wrong function ...Michael Meissner2018-04-206-3/+98
* libgcc/CET: Skip signal frames when unwinding shadow stackH.J. Lu2018-04-194-2/+20
* libgcc/CET: Add _CET_ENDBR to __stack_split_initializeH.J. Lu2018-04-192-0/+7
* cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2018-04-192-5/+8
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-182-1/+6
* re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek2018-04-162-1/+15
* RISC-V: Support for FreeBSD.Ruslan Bukin2018-04-062-0/+8
* i386: Enable AVX/AVX512 features only if supported by OSXSAVEH.J. Lu2018-03-292-44/+105
* Fix PR85025: libgcc/config/i386/shadow-stack-unwind.h is wrong. Igor Tsimbalist2018-03-222-1/+7
* re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek2018-03-203-36/+63
* Add builtin_cpu for cannonlake and new isa features.Julia Koval2018-03-153-1/+25
* Split-up -march=icelake on -march=icelake-server and -march=icelake-clientJulia Koval2018-03-142-1/+7
* fptr.c (_dl_read_access_allowed): New.John David Anglin2018-03-072-0/+25
* re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek2018-02-286-22/+89
* re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek2018-02-265-22/+70
* libgcc: xtensa: fix build with -mtext-section-literalsMax Filippov2018-02-203-0/+8
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-192-1/+21
* Additional fix for PR 84239.Igor Tsimbalist2018-02-162-2/+15
* Reimplement CET intrinsics for rdssp/incssp insn.Igor Tsimbalist2018-02-142-12/+11
* Add -march=icelake.Julia Koval2018-02-022-0/+5
* [ARC] Add support for reduced register file setClaudiu Zissulescu2018-01-262-11/+18
* libgcc: xtensa: fix NaN return from add/sub/mul/div helpersMax Filippov2018-01-233-31/+81
* rl78.md: New define_expand "anddi3".Sebastian Perta2018-01-223-1/+73
* rl78.md: New define_expand "umindi3".Sebastian Perta2018-01-223-0/+80
* rl78.md: New define_expand "smindi3".Sebastian Perta2018-01-223-0/+82
* rl78.md: New define_expand "smaxdi3".Sebastian Perta2018-01-223-1/+83
* fixed year in gcc/ChangeLog and libgcc/ChangeLogSebastian Perta2018-01-221-1/+1
* rl78.md: New define_expand "umaxdi3".Sebastian Perta2018-01-223-1/+81
* re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))John David Anglin2018-01-213-1/+15
* SVE unwindingRichard Sandiford2018-01-133-4/+35
* quad-float128.h (IBM128_TYPE): Explicitly use __ibm128, instead of trying to ...Michael Meissner2018-01-081-0/+38
* quad-float128.h (IBM128_TYPE): Explicitly use __ibm128, instead of trying to ...Michael Meissner2018-01-086-74/+74
* RTEMS/EPIPHANY: Add RTEMS supportSebastian Huber2018-01-052-2/+7
* Update copyright years.Jakub Jelinek2018-01-031005-1007/+1015
* Use C version of multi3 for RVE support.Kito Cheng2017-12-124-91/+93
* Add .type and .size directives to riscv libgcc functions.Jim Wilson2017-12-086-102/+182
* _mulkc3.c (__mulkc3): Add forward declaration.Michael Meissner2017-12-013-0/+7
* re PR libgcc/83112 (Silence warnings from PowerPC libgcc float128-ifunc.c com...Michael Meissner2017-11-307-84/+166
* i386.c (processor_target_table): Add skylake_cost for skylake-avx512.Uros Bizjak2017-11-263-0/+12
* re PR bootstrap/83015 (bootstrap comparison failure on ia64)Igor Tsimbalist2017-11-205-5/+16
* Add Intel CET support for EH in libgcc.Igor Tsimbalist2017-11-176-13/+106
* Enable building libgcc with CET options.Igor Tsimbalist2017-11-1712-2/+115
* Adapt Solaris 12 referencesRainer Orth2017-11-145-8/+15
* [libgcc, rs6000] Remove semicolon after do {} while (0) in REGISTER_CFA_OFFSE...Tom de Vries2017-11-072-1/+6
* [libgcc] Remove semicolon after do {} while (0) in FP_HANDLE_EXCEPTIONSTom de Vries2017-11-076-5/+15
* re PR libgcc/82635 (std::thread's join broken on FreeBSD with all GCCs >= 5)Andreas Tobler2017-11-042-2/+49
* [ARC] Fix to unwinding.Cupertino Miranda2017-11-034-0/+203