index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
real.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co...
Jakub Jelinek
1
-0
/
+96
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-06-09
Reverted r249005 until PowerPC and AIX issues sorted.
Tamar Christina
1
-34
/
+0
2017-06-08
re PR middle-end/77925 (Add __builtin_issubnormal)
Tamar Christina
1
-0
/
+34
2017-05-17
Fix comparison of decimal float zeroes (PR80692)
Segher Boessenkool
1
-3
/
+3
2017-02-15
re PR target/79487 (Invalid _Decimal32 comparison on s390x)
Jakub Jelinek
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-30
Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati...
Markus Trippelsdorf
1
-1
/
+1
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+24
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-0
/
+1
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-2
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-21
This series of patches fix PR61441.
Sujoy Saraswati
1
-2
/
+53
2015-12-19
This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.
Sujoy Saraswati
1
-0
/
+6
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-3
/
+0
2015-10-30
Allow real_format to be passed to more real.h functions
Richard Sandiford
1
-103
/
+60
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-4
/
+3
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-3
/
+1
2015-10-13
To...
Richard Sandiford
1
-0
/
+18
2015-10-07
Cache reals for 1/4, 1/6 and 1/9
Richard Sandiford
1
-15
/
+20
2015-10-05
Replace REAL_VALUES_LESS with real_less
Richard Sandiford
1
-1
/
+9
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
1
-1
/
+9
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-03-06
* real.c (real_from_string): Fix typo in assertion.
Jonathan Wakely
1
-1
/
+1
2015-02-26
passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
Jakub Jelinek
1
-24
/
+48
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-12
real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.
Marc Glisse
1
-1
/
+83
2014-12-10
real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.
Marc Glisse
1
-0
/
+24
2014-12-01
PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constants
David Malcolm
1
-0
/
+1
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-21
/
+21
2014-07-17
Summary: Generate canonical infinity for the Motorola extended real format
Andreas Schwab
1
-0
/
+5
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-65
/
+111
2014-03-26
re PR other/59545 (Signed integer overflow issues)
Jakub Jelinek
1
-1
/
+2
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-11-21
re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi...
Joseph Myers
1
-78
/
+0
2013-11-20
re PR middle-end/21718 (real.c rounding not perfect)
Joseph Myers
1
-68
/
+36
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-06-02
2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
Kenneth Zadeck
1
-3
/
+3
2011-02-27
re PR middle-end/47903 (var-tracking.c: valgrind error)
Jakub Jelinek
1
-1
/
+12
2010-11-30
hwint.c: New.
Joseph Myers
1
-2
/
+1
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-05-21
real: Do not include gmp.h, mpfr.h, and mpc.h.
Steven Bosscher
1
-80
/
+10
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-25
/
+25
2009-10-07
real.c: Fix comment to reflect actual exponent size.
Kaveh R. Ghazi
1
-1
/
+1
[next]