summaryrefslogtreecommitdiff
path: root/gcc/hwint.h
Commit message (Expand)AuthorAgeFilesLines
* Resync inline implementation of ceil_log2 (PR 86506)Richard Sandiford2018-07-301-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou2017-12-151-0/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add inline functions for various bitwise operations.Jason Merrill2016-09-161-1/+34
* hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak2016-07-201-0/+2
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-2/+2
* cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek2016-02-121-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Avoid signed left shift undefined behaviour in sext_hwiMikael Morin2015-08-191-1/+17
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* hwint.c (abs_hwi, absu_hwi): Move to ...Jan Hubicka2014-12-161-0/+17
* configure.ac: Check whether the underlying type of int64_t is long or long long.Richard Biener2014-06-041-37/+32
* revert: hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.Richard Biener2014-05-281-29/+32
* hwint.h (*_HALF_WIDE_INT*): Move to ...Richard Biener2014-05-281-66/+29
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-11/+15
* configure.ac: Remove long long and __int64 type checks...Richard Biener2014-05-261-75/+26
* config.gcc: Remove need_64bit_hwint.Richard Biener2014-05-201-1/+1
* hwint.h (zext_hwi): Fix signed overflow for prec == 63.Richard Sandiford2014-05-021-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* system.h: Move hwint.h include further down.Richard Sandiford2013-10-211-9/+5
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-7/+7
* re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse2013-08-231-0/+4
* hwint.c (sext_hwi, zext_hwi): New functions.Kenneth Zadeck2013-04-031-0/+72
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* double-int.h (double_int_popcount): New inline function.Tom de Vries2012-07-171-0/+15
* expmed.c (ceil_log2): Move from here...Steven Bosscher2012-06-171-0/+9
* Add and use HOST_WIDEST_INT_C, HOST_WIDE_INT_C.Richard Henderson2012-06-131-3/+9
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-0/+5
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-291-0/+1
* Allow HOST_WIDE_INT for option variable.H.J. Lu2011-08-181-0/+2
* re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini2011-08-181-0/+1
* Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.Sebastian Pop2011-08-011-28/+9
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-0/+29
* hwint.c: New.Joseph Myers2010-11-301-1/+72
* revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...Uros Bizjak2010-05-021-4/+4
* vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak2010-05-021-6/+6
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp2009-08-251-4/+12
* re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier2009-05-161-0/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.Mark Mitchell2005-08-231-1/+1
* hwint.h (HOST_LONG_LONG_FORMAT): New macro.Mark Mitchell2004-11-241-6/+14
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* re PR rtl-optimization/13987 (compile time regression while compile fold-cons...Andrew Pinski2004-08-301-0/+23
* hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros.Kaveh R. Ghazi2003-06-251-17/+10
* hwint.h: If the current compiler has no 64-bit type at all, make HOST_WIDEST_...Zack Weinberg2003-01-061-4/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-126/+85