aboutsummaryrefslogtreecommitdiff
path: root/gcc/hwint.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-3/+3
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-7/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16hwint.c (abs_hwi, absu_hwi): Move to ...Jan Hubicka1-16/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-21system.h: Move hwint.h include further down.Richard Sandiford1-32/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-04-03hwint.c (sext_hwi, zext_hwi): New functions.Kenneth Zadeck1-0/+32
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-07-17hwint.c: Fix loop range.Tom de Vries1-1/+2
2012-07-17double-int.h (double_int_popcount): New inline function.Tom de Vries1-0/+16
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher1-4/+13
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini1-0/+8
2011-08-01Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.Sebastian Pop1-0/+74
2010-11-30hwint.c: New.Joseph Myers1-0/+100