summaryrefslogtreecommitdiff
path: root/gcc/fixed-value.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-08-30[67/77] Use scalar_mode in fixed-value.*Richard Sandiford
2017-03-03fixed-value.c (fixed_from_string): Restore use of elt (1) in place of uhigh ().Richard Biener
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-30Fix real_2expN mode arguments in fixed-value.cRichard Sandiford
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener
2013-02-08re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay
2013-01-30re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-12-19builtins.c, [...]: Fix comments.Andrew Haley
2008-12-09fixed-value.c (do_fixed_add): Add comment.Andrew Haley
2008-12-08gimple.h (gimple_build_try): Fix declaration.Andrew Haley
2007-09-07Reapply reverted change:Janis Johnson
2007-09-06Revert:Janis Johnson
2007-09-05optabs.c (expand_float): Convert unsigned integer as signed only if it provid...Janis Johnson
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata
2007-08-06fixed-value.h: New file.Chao-ying Fu