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
/
stor-layout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-02-28
stor-layout.c (variable_size): Leave a minus 1 outside the SAVE_EXPR.
Jason Merrill
1
-8
/
+12
2003-01-31
tree.h (TYPE_BINFO_SIZE, [...]): Remove.
Nathan Sidwell
1
-9
/
+1
2003-01-26
rtl.c (get_mode_alignment): Moved to...
Alexandre Oliva
1
-0
/
+23
2003-01-24
* stor-layout.c (excess_unit_span): Only define if used.
Andreas Schwab
1
-1
/
+5
2003-01-16
arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.
Kaveh R. Ghazi
1
-1
/
+1
2002-12-24
regmove.c: Fix comment typos.
Kazu Hirata
1
-4
/
+4
2002-12-23
stor-layout.c (update_alignment_for_field): Correct handling of unnamed bitfi...
Mark Mitchell
1
-9
/
+12
2002-12-23
stor-layout.c (update_alignment_for_field): Guard use of ADJUST_FIELD_ALIGN w...
Mark Mitchell
1
-0
/
+2
2002-12-23
stor-layout.c (update_alignment_for_field): Use ADJUST_FIELD_ALIGN when compu...
Mark Mitchell
1
-1
/
+4
2002-12-19
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-45
/
+83
2002-11-20
stor-layout.c (place_field): Update rli->offset as well as rli->bitpos.
Richard Sandiford
1
-0
/
+1
2002-10-01
stor-layout.c (update_alignment_for_field): New function.
Mark Mitchell
1
-122
/
+106
2002-09-30
store-layout.c (finish_record_layout): Add free_p parameter.
Mark Mitchell
1
-4
/
+8
2002-09-29
builtins.def: Fix comment formatting.
Kazu Hirata
1
-9
/
+9
2002-09-27
LANGUAGES: Follow spelling conventions.
Kazu Hirata
1
-3
/
+3
2002-09-18
stor-layout.c (place_field): Handle alignment of whole structures when MSVC c...
Douglas B Rupp
1
-44
/
+158
2002-08-08
stor-layout.c (place_union_field): For bitfields if PCC_BITFIELD_TYPE_MATTERS...
Jakub Jelinek
1
-0
/
+6
2002-08-07
stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to type_align whe...
Jakub Jelinek
1
-6
/
+27
2002-06-15
tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
Aldy Hernandez
1
-11
/
+2
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-10
/
+2
2002-05-09
sbitmap.c: Fix formatting.
Kazu Hirata
1
-15
/
+15
2002-04-13
Revert these changes:
Mark Mitchell
1
-5
/
+0
2002-04-07
re PR c++/5571 (crash in initialization of a static variable)
Mark Mitchell
1
-0
/
+5
2002-04-02
stor-layout.c (layout_type, [...]): Give one-element array the same mode as i...
Richard Kenner
1
-2
/
+7
2002-03-21
Makefile.in (fold-const.o, [...]): Update.
Neil Booth
1
-2
/
+4
2002-03-03
attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...
Kaveh R. Ghazi
1
-2
/
+1
2002-02-05
target.h (struct gcc_target): Added ms_bitfield_layout_p.
Alexandre Oliva
1
-0
/
+68
2002-01-22
predict.c: Fix formatting.
Kazu Hirata
1
-2
/
+2
2001-12-29
stor-layout.c (layout_decl): Don't misalign field of variable size for packed...
Richard Kenner
1
-1
/
+9
2001-12-11
tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
Steve Ellcey
1
-1
/
+11
2001-12-08
stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to unions.
David Edelsohn
1
-0
/
+4
2001-12-03
gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d...
Jan Hubicka
1
-0
/
+12
2001-11-28
stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top level; onl...
Richard Kenner
1
-1
/
+9
2001-11-27
Makefile.in (c-lang.o): Depends on langhooks-def.h.
Richard Kenner
1
-3
/
+3
2001-10-24
stor-layout.c (place_union_field): If any field was aligned with attribute al...
Jakub Jelinek
1
-1
/
+5
2001-10-23
alias.c (can_address_p): Compnonents are not addressable if the containing ty...
Richard Kenner
1
-17
/
+0
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-11
/
+11
2001-10-01
decl.c (grokdeclarator): Copy array typedef handling from C frontend.
Jason Merrill
1
-20
/
+0
2001-09-20
stor-layout.c (layout_type, [...]): Kludge to disable array-too-large test fo...
Richard Kenner
1
-2
/
+9
2001-09-07
typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.
Matt Kraai
1
-0
/
+1
2001-09-05
stor-layout.c (layout_type): Complain if an array's size can not be represent...
Jeffrey A Law
1
-0
/
+13
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-17
sbitmap.c: Fix comment formatting.
Kazu Hirata
1
-5
/
+5
2001-08-16
stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
Jason Merrill
1
-2
/
+2
2001-07-24
stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a ...
Lars Brinkhoff
1
-1
/
+2
2001-07-02
stor-layout.c (layout_decl): Revert change to handling of alignment in packed...
Richard Kenner
1
-1
/
+1
2001-06-02
tree.h (struct record_layout_info_s): New field unpadded_align.
Richard Kenner
1
-8
/
+30
2001-05-02
c-lex.c: NULL_PTR -> NULL.
Kaveh R. Ghazi
1
-1
/
+1
2001-03-23
* stor-layout.c (layout_type): Give OFFSET_TYPE a MODE_INT type.
J"orn Rennecke
1
-1
/
+3
[next]