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
/
varasm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-25
varasm.c (align_variable): New function.
David Edelsohn
1
-37
/
+47
2006-04-03
builtins.c (dummy_object): Use build_int_cst instead of convert.
Roger Sayle
1
-4
/
+4
2006-03-23
varasm.c (output_constant_pool): Restore fnname and fndecl arguments.
Richard Sandiford
1
-4
/
+5
2006-03-08
* varasm.c (assemble_end_function): Say that 'fnname' is unused.
Geoffrey Keating
1
-1
/
+1
2006-03-07
* varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.
Richard Sandiford
1
-1
/
+1
2006-03-07
hooks.c (hook_bool_mode_rtx_true): New function.
Richard Sandiford
1
-36
/
+73
2006-03-03
Fix formatting.
Mike Stump
1
-1
/
+2
2006-03-03
tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of SYMBOL_REF_IN_BLOCK_P.
Richard Sandiford
1
-8
/
+9
2006-03-02
tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.
Richard Sandiford
1
-207
/
+253
2006-02-22
tree.h (variable_section): Delete.
Richard Sandiford
1
-13
/
+0
2006-02-21
* doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
Richard Sandiford
1
-29
/
+0
2006-02-20
re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting...
Roger Sayle
1
-0
/
+2
2006-02-18
re PR target/9703 ([arm] Accessing data through constant pool more times coul...
Richard Sandiford
1
-90
/
+619
2006-02-13
re PR target/25376 (section attribute doesn't work on darwin)
Josh Conner
1
-5
/
+16
2006-02-08
tree.def (CHAR_TYPE): Remove.
Roger Sayle
1
-2
/
+1
2006-01-27
rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type.
Richard Sandiford
1
-3
/
+3
2006-01-25
rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document.
Richard Sandiford
1
-50
/
+7
2006-01-21
* varasm.c (assemble_real): Initialise data array.
Ben Elliston
1
-1
/
+1
2006-01-20
varasm.c (initialize_constant_valid_p): Allow pointers initialized from integ...
DJ Delorie
1
-0
/
+8
2006-01-06
tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.
Eric Christopher
1
-34
/
+42
2006-01-03
varasm.c (assemble_variable): Handle thread-local COMMON data.
Jakub Jelinek
1
-2
/
+11
2005-12-29
varasm.c (get_section): Use gcc_assert.
Nathan Sidwell
1
-4
/
+2
2005-12-24
re PR c++/23171 (ICE on pointer initialization with C99 initializer)
Mark Mitchell
1
-12
/
+18
2005-12-22
tree.c (tree_fold_gcd): Use build_int_cst where appropriate.
Richard Guenther
1
-1
/
+1
2005-12-19
optabs.c (init_floating_libfuncs): Handle decimal float modes.
Jon Grimm
1
-0
/
+1
2005-12-15
varasm.c (default_unique_section_1): Use special section names for SECCAT_DAT...
Jakub Jelinek
1
-1
/
+10
2005-12-15
final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...
Richard Sandiford
1
-25
/
+29
2005-12-10
output.h (init_section, [...]): Delete.
Richard Sandiford
1
-12
/
+0
2005-12-10
dwarf2out.c (default_eh_frame_section): Delete, moving handling of EH_FRAME_S...
Richard Sandiford
1
-10
/
+9
2005-12-07
alpha.c (alpha_start_function): Use switch_to_section.
Richard Sandiford
1
-427
/
+319
2005-12-05
Index: gcc/ChangeLog
Geoffrey Keating
1
-11
/
+17
2005-11-28
* varasm.c (ultimate_transparent_alias_target): Add comment.
Alexandre Oliva
1
-0
/
+8
2005-11-18
rs6000.h (ASM_OUTPUT_WEAKREF): Define.
Alexandre Oliva
1
-2
/
+5
2005-11-11
re PR c/24644 (gcc-4.1 compiled ppc64 kernels do not boot)
David Edelsohn
1
-2
/
+3
2005-11-10
re PR target/24778 (Assembler errors during bootstrap)
Alexandre Oliva
1
-1
/
+4
2005-11-10
re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...
Jakub Jelinek
1
-1
/
+1
2005-11-09
re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...
Alexandre Oliva
1
-29
/
+208
2005-10-26
re PR rtl-optimization/24460 (Profiled bootstrap broken)
Eric Botcazou
1
-5
/
+3
2005-10-20
re PR middle-end/24295 (Xorg broken, #pragma weak foo = bar no longer causes ...
Alexandre Oliva
1
-16
/
+17
2005-10-12
re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)
Danny Smith
1
-1
/
+1
2005-10-12
re PR c++/23799 (ICE: no-op convert from 8 to 4 bytes in initializer)
Richard Guenther
1
-1
/
+1
2005-10-07
varasm.c (output_constant): Limit error to expanding conversions.
DJ Delorie
1
-1
/
+1
2005-10-04
re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)
Andrew Pinski
1
-3
/
+9
2005-09-18
varasm.c (output_constant): Do not abort on conversions to union types betwee...
Eric Botcazou
1
-2
/
+5
2005-09-17
varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between differ...
Eric Botcazou
1
-2
/
+3
2005-09-06
gimplify.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-09-01
varasm.c (output_constant): Let the target resolve conversions of addresses t...
DJ Delorie
1
-1
/
+35
2005-08-17
* varasm.c (decode_reg_name): Skip empty aqdditional register names.
J"orn Rennecke
1
-1
/
+2
2005-07-31
output.h (enum section_category): Export from varasm.c
Jan Hubicka
1
-40
/
+0
2005-07-27
re PR c++/22003 (-freorder-blocks-and-partition and thunks)
Steven Bosscher
1
-5
/
+10
[next]