summaryrefslogtreecommitdiff
path: root/gcc/hwint.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-07-25Fix ceil_log2(0) (PR 86644)Richard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-09-16Add inline functions for various bitwise operations.Jason Merrill
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16hwint.c (abs_hwi, absu_hwi): Move to ...Jan Hubicka
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-21system.h: Move hwint.h include further down.Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-04-03hwint.c (sext_hwi, zext_hwi): New functions.Kenneth Zadeck
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-07-17hwint.c: Fix loop range.Tom de Vries
2012-07-17double-int.h (double_int_popcount): New inline function.Tom de Vries
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini
2011-08-01Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.Sebastian Pop
2010-11-30hwint.c: New.Joseph Myers