aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2017-01-12builtin_target.c (check_features): Check all supported __builtin_cpu_supports...Uros Bizjak1-6/+6
2017-01-10Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions.Andrew Senkevich3-1/+11
2017-01-04Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers2-1/+18
2017-01-04Update configure deps, remove stray \xA0 in picflag.m4, regenerateAlan Modra3-2/+17
2017-01-01Update copyright years.Jakub Jelinek979-979/+983
2016-12-19config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file.Krister Walfridsson4-3/+10
2016-12-17gmon: Remove empty directory.Matthias Klose1-0/+4
2016-12-16[ARC] Rework code for profiling.Claudiu Zissulescu18-1525/+27
2016-12-12lib1funcs.S (__ashrdi3): Fix typo from r243545.George Spelvin2-1/+5
2016-12-12lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop.George Spelvin2-11/+24
2016-12-10config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file.Krister Walfridsson2-0/+6
2016-12-05[ARC] Fix PIE.Cupertino Miranda3-2/+11
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig3-90/+126
2016-12-02ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_callAndre Vieira3-0/+139
2016-12-02Add support for ARMv8-M's Secure Extensions flag and intrinsicsAndre Vieira3-0/+126
2016-11-28re PR target/74748 (libgcc_s.so.1 isn't created correctly for Blackfin FDPIC)Thomas Petazzoni3-1893/+8
2016-11-28re PR target/74748 (libgcc_s.so.1 isn't created correctly for Blackfin FDPIC)Thomas Petazzoni2-1/+10
2016-11-27[Darwin] fix PR67710 by updating 'as' specs to handle newer assembler versions.Iain Sandoe2-0/+10
2016-11-24[Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncat...James Greenhalgh3-2/+13
2016-11-23[Patch 15/17 libgcc ARM] Add double to half conversions.James Greenhalgh2-0/+35
2016-11-23[Patch 14/17] [libgcc, ARM] Generalise float-to-half conversion function.James Greenhalgh2-18/+82
2016-11-23[Patch libgcc 9/17] Update soft-fp from glibcJames Greenhalgh8-0/+465
2016-11-20Protect __TMC_END__ - __TMC_LIST__ == 0Marc Glisse2-3/+15
2016-11-19TILEPro: force gcc to link against libgcc.a when creating sharedWalter Lee2-1/+5
2016-11-17Add avx5124vnniw/avx5124fmaps to target attributesH.J. Lu2-1/+12
2016-11-17[ARC][libgcc] Add support for QuarkSE processor.Claudiu Zissulescu4-66/+82
2016-11-16nvptx backend prerequisites for OpenMP offloadingAlexander Monakov4-1/+52
2016-11-16re PR libgcc/68468 (frv/bfin FDPIC toolchain build error)Waldemar Brodkorb2-2/+11
2016-11-15[ARC] [libgcc] Fix definesClaudiu Zissulescu2-21/+31
2016-11-11[i386][musl] Add cpuinfo to static libgcc only on *-musl*Szabolcs Nagy3-1/+18
2016-11-03Make direct emission of time profiler counterMartin Liska2-22/+6
2016-11-03re PR libgcc/78067 (libgcc2 calls count_leading_zero with 0)Bernd Edlinger2-0/+11
2016-11-02Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.Uros Bizjak5-11/+56
2016-10-24PR libgcc/78064: Add missing include directive to unwind-c.cFlorian Weimer2-0/+6
2016-10-19pa64-hpux-lib.h: New file.John David Anglin3-0/+110
2016-10-18xtensa: don't use unwind-dw2-fde-dip with elf targetsMax Filippov4-1/+15
2016-10-18xtensa: add HW FPU sequences for DIV/SQRT/RECIP/RSQRTDing-Kai Chen4-3/+348
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme3-18/+25
2016-10-10Always support float128 on ia64 (PR target/77586).Joseph Myers2-3/+9
2016-10-10configure.ac: Add aarch64-*-freebsd*.Andreas Tobler2-0/+9
2016-10-05crtbegin.S (__do_jv_register_classes): Remove.Andreas Schwab2-63/+6
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek6-97/+16
2016-09-28cpuinfo.c (__get_cpuid_output): Remove.Uros Bizjak2-17/+8
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska3-3/+15
2016-09-27Remove __gcov_merge_delta (PR bootstrap/77749)Martin Liska5-68/+9
2016-09-21configure.ac: Do not create links, only substitute the filenames.Eric Botcazou4-58/+45
2016-09-16re PR libgcc/71744 (Concurrently throwing exceptions is not scalable)Jakub Jelinek2-0/+52
2016-09-09[Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3)James Greenhalgh4-6/+39
2016-09-08Correct libgcc complex multiply excess precision handling (PR libgcc/77519).Joseph Myers2-4/+9
2016-09-06Detect whether target can use -fprofile-update=atomicMartin Liska2-5/+25