summaryrefslogtreecommitdiff
path: root/gcc/hwint.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-07-30Resync inline implementation of ceil_log2 (PR 86506)Richard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-15re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou
2017-01-01Update copyright years.Jakub Jelinek
2016-09-16Add inline functions for various bitwise operations.Jason Merrill
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-08-19Avoid signed left shift undefined behaviour in sext_hwiMikael Morin
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16hwint.c (abs_hwi, absu_hwi): Move to ...Jan Hubicka
2014-06-04configure.ac: Check whether the underlying type of int64_t is long or long long.Richard Biener
2014-05-28revert: hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.Richard Biener
2014-05-28hwint.h (*_HALF_WIDE_INT*): Move to ...Richard Biener
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener
2014-05-02hwint.h (zext_hwi): Fix signed overflow for prec == 63.Richard Sandiford
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-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse
2013-04-03hwint.c (sext_hwi, zext_hwi): New functions.Kenneth Zadeck
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-07-17double-int.h (double_int_popcount): New inline function.Tom de Vries
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher
2012-06-13Add and use HOST_WIDEST_INT_C, HOST_WIDE_INT_C.Richard Henderson
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu
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
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop
2010-11-30hwint.c: New.Joseph Myers
2010-05-02revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...Uros Bizjak
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak
2009-11-25Remove trailing white spaces.H.J. Lu
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp
2009-05-16re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata
2005-08-23* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.Mark Mitchell
2004-11-24hwint.h (HOST_LONG_LONG_FORMAT): New macro.Mark Mitchell
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata
2004-08-30re PR rtl-optimization/13987 (compile time regression while compile fold-cons...Andrew Pinski
2003-06-25hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros.Kaveh R. Ghazi