aboutsummaryrefslogtreecommitdiff
path: root/gcc/hwint.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-13/+13
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-20Handle overflow in dependence analysis lambda ops gracefullyRichard Biener1-0/+42
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-30Resync inline implementation of ceil_log2 (PR 86506)Richard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+34
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak1-0/+2
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-2/+2
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-19Avoid signed left shift undefined behaviour in sext_hwiMikael Morin1-1/+17
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16hwint.c (abs_hwi, absu_hwi): Move to ...Jan Hubicka1-0/+17
2014-06-04configure.ac: Check whether the underlying type of int64_t is long or long long.Richard Biener1-37/+32
2014-05-28revert: hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.Richard Biener1-29/+32
2014-05-28hwint.h (*_HALF_WIDE_INT*): Move to ...Richard Biener1-66/+29
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-11/+15
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener1-75/+26
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener1-1/+1
2014-05-02hwint.h (zext_hwi): Fix signed overflow for prec == 63.Richard Sandiford1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-21system.h: Move hwint.h include further down.Richard Sandiford1-9/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-7/+7
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-0/+4
2013-04-03hwint.c (sext_hwi, zext_hwi): New functions.Kenneth Zadeck1-0/+72
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-17double-int.h (double_int_popcount): New inline function.Tom de Vries1-0/+15
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher1-0/+9
2012-06-13Add and use HOST_WIDEST_INT_C, HOST_WIDE_INT_C.Richard Henderson1-3/+9
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-0/+5
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-0/+1
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-0/+2
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini1-0/+1
2011-08-01Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.Sebastian Pop1-28/+9
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-0/+29
2010-11-30hwint.c: New.Joseph Myers1-1/+72
2010-05-02revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...Uros Bizjak1-4/+4
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-6/+6
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp1-4/+12
2009-05-16re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier1-0/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2