summaryrefslogtreecommitdiff
path: root/libgcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2023-01-071-0/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fix for powerpc64 long double complex divide failurePatrick McGehearty2021-10-031-4/+11
* Practical improvement to libgcc complex dividePatrick McGehearty2021-04-281-10/+138
* libgcc: Avoid signed negation overflow in __powi?f2 [PR99236]Jakub Jelinek2021-02-241-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* fixed _bswapsi2 functionStefan Kanthak2020-11-291-4/+4
* Improve abs with overflow implementationsStefan Kanthak2020-11-251-30/+12
* Fix minor whitespace issuesJeff Law2020-11-101-11/+11
* Improve generated code for various libgcc2.c routinesStefan Kanthak2020-11-101-53/+29
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* extend.texi (__clear_cache): Correct signature.Martin Sebor2019-02-211-3/+6
* libgcc2.c: Correct DI/TI -> SF/DF conversionsH.J. Lu2019-01-231-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* libgcc2.c (isnan): Use __builtin_isnan.Uros Bizjak2018-10-031-9/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR target/82274 (__builtin_mul_overflow fails to detect overflow for int64...Jakub Jelinek2017-10-131-1/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR libgcc/78067 (libgcc2 calls count_leading_zero with 0)Bernd Edlinger2016-11-031-0/+5
* Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.Uros Bizjak2016-11-021-3/+34
* [Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3)James Greenhalgh2016-09-091-4/+11
* Correct libgcc complex multiply excess precision handling (PR libgcc/77519).Joseph Myers2016-09-081-4/+4
* remove unused CTOR_LISTS_DEFINED_EXTERNALLY macroTrevor Saunders2016-07-061-3/+2
* re PR target/67172 (i686-w64-mingw32 dwarf2 bootstrap fails with undefined re...Eric Botcazou2016-04-041-1/+6
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* replace BITS_PER_UNIT with __CHAR_BIT__ in target libsTrevor Saunders2015-11-071-12/+12
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers2014-09-231-8/+4
* Remove LIBGCC2_TF_CEXT target macro.Joseph Myers2014-09-191-9/+4
* Remove SF_SIZE etc. target macros.Joseph Myers2014-09-081-26/+26
* Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers2014-09-051-6/+8
* Update copyright years in libgcc/Richard Sandiford2014-01-021-1/+1
* tm.texi.in (TARGET_HAS_NO_HW_DIVIDE): Define.Kugan Vivekanandarajah2013-11-271-0/+69
* libgcc2.c: Don't include <limits.h>.Matthias Klose2013-07-151-36/+0
* re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek2013-07-061-1/+1
* re PR middle-end/36041 (Speed up builtin_popcountll)Jakub Jelinek2013-06-281-0/+41
* Update copyright in libgcc.Richard Sandiford2013-02-041-3/+1
* Move libgcc_tm_file to toplevel libgccRainer Orth2011-11-021-0/+1
* Move libgcc2 to toplevel libgccRainer Orth2011-11-021-0/+2252