Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-30 | sreal.h (SREAL_PART_BITS): Change to 31; remove seemingly unnecessary comment... | Jan Hubicka | 1 | -3/+2 |
2018-08-29 | sreal.h (normalize, [...]): Add new_sig/new_exp parameters. | Jan Hubicka | 1 | -23/+33 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-04-26 | sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and data-streamer.h | Jan Hubicka | 1 | -0/+5 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-02 | Fix runtime error: left shift of negative value (PR | Martin Liska | 1 | -4/+5 |
2016-09-23 | ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero. | Jakub Jelinek | 1 | -2/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-27 | * sreal.h (sreal::shift): Fix sanity check. | Jan Hubicka | 1 | -2/+2 |
2014-12-17 | sreal.h (sreal::normalize): Implement inline. | Jan Hubicka | 1 | -1/+84 |
2014-12-15 | sreal.h (to_double): New method. | Jan Hubicka | 1 | -3/+6 |
2014-12-10 | New sreal implementation which uses int64_t as m_sig. | Martin Liska | 1 | -34/+22 |
2014-11-25 | re PR bootstrap/64050 (r218009 causes LTO/PGO bootstrap failure: ICE: in inli... | Martin Liska | 1 | -2/+16 |
2014-11-24 | [PATCH 1/2] Negative numbers added for sreal class. | Martin Liska | 1 | -9/+73 |
2014-11-11 | c++ify sreal | Trevor Saunders | 1 | -30/+76 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -2/+2 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -11/+9 |
2003-02-10 | Makefile.in (sreal.o): Added. | Josef Zlomek | 1 | -0/+67 |