aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2024-06-15Daily bump.GCC Administrator1-0/+5
2024-06-14AVR: target/115419 - Tie breaks are rounded-to-even.Georg-Johann Lay1-5/+15
2024-06-02Daily bump.GCC Administrator1-0/+5
2024-06-01AVR: target/115317 - Make isinf(-Inf) return -1.Georg-Johann Lay1-7/+12
2024-05-18AVR: target/115065 - Tweak __clzhi2.Wolfgang Hospital1-4/+4
2024-05-10AVR: target/114981 - Tweak __builtin_powif / __powisf2Georg-Johann Lay2-1/+157
2024-05-09Daily bump.GCC Administrator1-0/+8
2024-05-08AVR: target/114981 - Support __builtin_powi[l] / __powidf2.Georg-Johann Lay3-8/+35
2024-05-07AVR: target/114835 - Tweak popcountqi2Wolfgang Hospital1-15/+15
2024-04-21AVR: target/114794 - Tweak __udivmodqi4Georg-Johann Lay1-3/+3
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-11-14Daily bump.GCC Administrator1-0/+12
2023-11-14LibF7: sinh: Fix loss of precision due to cancellation for small values.Georg-Johann Lay2-0/+27
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay2-103/+184
2023-11-09Daily bump.GCC Administrator1-0/+4
2023-11-08LibF7: Tweak IEEE double multiplication.Georg-Johann Lay1-101/+107
2023-10-19Daily bump.GCC Administrator1-0/+6
2023-10-18LibF7: Implement mul_mant for devices without MUL instruction.Georg-Johann Lay3-4/+98
2023-10-18Daily bump.GCC Administrator1-0/+13
2023-10-17LibF7: Re-generate f7-renames.h to pick up white-space from f7renames.sh.Georg-Johann Lay1-4/+4
2023-10-17LibF7: Implement fma / fmal.Georg-Johann Lay3-10/+62
2023-10-13Daily bump.GCC Administrator1-0/+6
2023-10-12LibF7: Implement atan2.Georg-Johann Lay3-3/+61
2023-10-06Daily bump.GCC Administrator1-0/+13
2023-10-05LibF7: Remove uses of attribute pure.Georg-Johann Lay2-27/+26
2023-10-05LibF7: Use monic denominator polynomials to save a multiplication.Georg-Johann Lay3-18/+25
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-09-20Daily bump.GCC Administrator1-0/+6
2022-09-19Fix PR target/99184: Wrong cast from double to 16-bit and 32-bit intsGeorg-Johann Lay1-50/+0
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-06-24Fix typo in ChangeLogDavid Edelsohn1-1/+1
2020-06-24Daily bump.GCC Administrator1-0/+4
2020-06-23build: Change conditional include and empty.mk to -include in MakefilesDavid Edelsohn2-7/+7
2020-01-14Typo.Georg-Johann Lay1-4/+0
2020-01-08Implement 64-bit double functions.Georg-Johann Lay19-0/+6936
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-12-05re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay1-2/+2
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay3-2/+50
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-01-01Update copyright years.Jakub Jelinek4-4/+4
2016-12-12lib1funcs.S (__ashrdi3): Fix typo from r243545.George Spelvin1-1/+1
2016-12-12lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop.George Spelvin1-11/+18
2016-07-29lib1funcs.S (__muldi3): No need to clear zero_reg as previous call to __umulh...Georg-Johann Lay1-1/+0
2016-06-21remove avr-rtems supportTrevor Saunders1-2/+0
2016-01-04Update copyright years.Jakub Jelinek4-4/+4
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-10-22lib1funcs.S (__do_global_dtors): Fix wrong code introduced with 2014-10-21 tr...Georg-Johann Lay1-2/+6
2014-10-21avr-c.c (avr_cpu_cpp_builtins): Don't define __MEMX for avrtiny.Joern Rennecke3-52/+190