index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
hwint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-16
don't declare header-defined functions both static and inline
Patrick Palka
1
-13
/
+13
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-01-20
Handle overflow in dependence analysis lambda ops gracefully
Richard Biener
1
-0
/
+42
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-07-30
Resync inline implementation of ceil_log2 (PR 86506)
Richard Sandiford
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-15
re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...
Eric Botcazou
1
-0
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-09-16
Add inline functions for various bitwise operations.
Jason Merrill
1
-1
/
+34
2016-07-20
hwint.h (HOST_WIDE_INT_0): New define.
Uros Bizjak
1
-0
/
+2
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-2
/
+2
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-08-19
Avoid signed left shift undefined behaviour in sext_hwi
Mikael Morin
1
-1
/
+17
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-16
hwint.c (abs_hwi, absu_hwi): Move to ...
Jan Hubicka
1
-0
/
+17
2014-06-04
configure.ac: Check whether the underlying type of int64_t is long or long long.
Richard Biener
1
-37
/
+32
2014-05-28
revert: hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
Richard Biener
1
-29
/
+32
2014-05-28
hwint.h (*_HALF_WIDE_INT*): Move to ...
Richard Biener
1
-66
/
+29
2014-05-26
system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.
Richard Biener
1
-11
/
+15
2014-05-26
configure.ac: Remove long long and __int64 type checks...
Richard Biener
1
-75
/
+26
2014-05-20
config.gcc: Remove need_64bit_hwint.
Richard Biener
1
-1
/
+1
2014-05-02
hwint.h (zext_hwi): Fix signed overflow for prec == 63.
Richard Sandiford
1
-1
/
+1
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-10-21
system.h: Move hwint.h include further down.
Richard Sandiford
1
-9
/
+5
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-7
/
+7
2013-08-23
re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...
Marc Glisse
1
-0
/
+4
2013-04-03
hwint.c (sext_hwi, zext_hwi): New functions.
Kenneth Zadeck
1
-0
/
+72
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-07-17
double-int.h (double_int_popcount): New inline function.
Tom de Vries
1
-0
/
+15
2012-06-17
expmed.c (ceil_log2): Move from here...
Steven Bosscher
1
-0
/
+9
2012-06-13
Add and use HOST_WIDEST_INT_C, HOST_WIDE_INT_C.
Richard Henderson
1
-3
/
+9
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-0
/
+5
2011-09-29
Change random seeds to 64bit and drop re-crcing
Andi Kleen
1
-0
/
+1
2011-08-18
Allow HOST_WIDE_INT for option variable.
H.J. Lu
1
-0
/
+2
2011-08-18
re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)
Paolo Carlini
1
-0
/
+1
2011-08-01
Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
Sebastian Pop
1
-28
/
+9
2011-01-25
Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...
Sebastian Pop
1
-0
/
+29
2010-11-30
hwint.c: New.
Joseph Myers
1
-1
/
+72
2010-05-02
revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...
Uros Bizjak
1
-4
/
+4
2010-05-02
vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...
Uros Bizjak
1
-6
/
+6
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-2
/
+2
2009-08-25
hwint.h (HOST_LONG_FORMAT): New macro
Douglas B Rupp
1
-4
/
+12
2009-05-16
re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)
Brad Lucier
1
-0
/
+2
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2007-02-03
c-decl.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
[next]