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/existing-fp8
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
/
stor-layout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-25
mode-classes.def (MODE_POINTER_BOUNDS): New.
Ilya Enkovich
1
-0
/
+9
2013-10-21
Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...
Bernd Edlinger
1
-6
/
+2
2013-10-18
stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of...
Richard Biener
1
-10
/
+7
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-22
/
+22
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-05-10
stor-layout.c (element_precision): New function.
Marc Glisse
1
-0
/
+12
2013-04-28
stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ...
Eric Botcazou
1
-0
/
+2
2013-04-11
stor-layout.c (skip_simple_constant_arithmetic): Move to...
Eric Botcazou
1
-26
/
+0
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-11-30
stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d...
Eric Botcazou
1
-4
/
+8
2012-11-28
re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor...
Richard Sandiford
1
-8
/
+12
2012-11-28
stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...
Eric Botcazou
1
-5
/
+5
2012-11-26
fold-const.c (const_binop): Adjust comment.
Eric Botcazou
1
-1
/
+1
2012-11-20
stor-layout.c (bit_field_mode_iterator::next_mode): Fix signedness.
Richard Sandiford
1
-6
/
+9
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-18
stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Set up a de...
Richard Sandiford
1
-13
/
+68
2012-11-18
machmode.h (bit_field_mode_iterator): New class.
Richard Sandiford
1
-60
/
+101
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-17
/
+17
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-4
/
+3
2012-08-17
Convert MEMBER_TYPE_FORCES_BLK to target hook
H.J. Lu
1
-9
/
+4
2012-08-13
re PR c/53968 (integer undefined behaviors in GCC)
Jakub Jelinek
1
-4
/
+8
2012-07-30
target.def (vector_alignment): New target hook.
Ulrich Weigand
1
-3
/
+11
2012-06-02
2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
Kenneth Zadeck
1
-8
/
+8
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-3
/
+3
2012-05-14
stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype into a PLU...
Eric Botcazou
1
-11
/
+15
2012-05-10
stor-layout.c (byte_from_pos): Amend comment.
Richard Guenther
1
-1
/
+7
2012-05-10
cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.
Richard Guenther
1
-4
/
+0
2012-05-09
stor-layout.c (bit_from_pos): Document.
Richard Guenther
1
-23
/
+37
2012-05-02
tree.c (valid_constant_size_p): New function.
Richard Guenther
1
-15
/
+31
2012-04-25
re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields)
Jakub Jelinek
1
-3
/
+8
2012-03-20
stor-layout.c (finish_bitfield_representative): Fallback to conservative maxi...
Richard Guenther
1
-4
/
+31
2012-03-20
tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...
Tristan Gingold
1
-5
/
+5
2012-03-16
stor-layout.c (finish_bitfield_representative): Fall back to the conservative...
Richard Guenther
1
-7
/
+11
2012-03-14
re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...
Richard Guenther
1
-0
/
+187
2012-02-20
re PR target/52238 (-mms-bitfields: __attribute__ ((aligned (n))) ignored for...
Kai Tietz
1
-6
/
+6
2011-12-20
expr.c (store_field): Avoid a direct store if the mode is larger than the siz...
Bernd Schmidt
1
-3
/
+4
2011-09-05
stor-layout.c (layout_type): Use size_binop for array size calculations.
Richard Guenther
1
-7
/
+6
2011-08-18
re PR target/50009 (Segmentation fault in tree_nop_conversion)
Jakub Jelinek
1
-3
/
+4
2011-08-01
stor-layout.c (initialize_sizetypes): Properly sign-extend bitsiztype TYPE_MA...
Richard Guenther
1
-1
/
+5
2011-07-31
Handle SIZE_TYPE being unsigned short.
Richard Henderson
1
-0
/
+2
2011-07-27
params.h (ALLOW_STORE_DATA_RACES): New.
Aldy Hernandez
1
-1
/
+19
2011-07-08
optabs.c (expand_binop): Tighten conditions for doubleword expansions.
Bernd Schmidt
1
-2
/
+4
2011-06-10
stor-layout.c (initialize_sizetypes): Give names to all sizetype kinds.
Richard Guenther
1
-2
/
+3
2011-06-07
stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...
Richard Guenther
1
-76
/
+52
2011-05-11
split tree_type
Nathan Froyd
1
-2
/
+2
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
1
-4
/
+4
2011-05-05
re PR c++/40975 (ICE in copy_tree_r on array new)
Jason Merrill
1
-0
/
+3
2011-05-05
tree.h (get_pending_sizes): Remove prototype.
Eric Botcazou
1
-60
/
+1
[next]