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
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-16
varasm: Fix up __patchable_function_entries handling
Jakub Jelinek
1
-3
/
+3
2020-12-16
Require .init_array/.fini_array support for SHF_GNU_RETAIN
H.J. Lu
1
-4
/
+4
2020-12-16
Warn used and not used symbols in section with the same name
H.J. Lu
1
-3
/
+19
2020-12-16
Switch to a new section if the SECTION_RETAIN bit doesn't match
H.J. Lu
1
-5
/
+33
2020-12-13
varasm: Reject soft frame or arg pointer registers for register vars [PR92469]
Jakub Jelinek
1
-0
/
+26
2020-12-11
Add missing varasm DECL_P check.
Jim Wilson
1
-0
/
+1
2020-12-04
Refactor -frecord-gcc-switches.
Martin Liska
1
-38
/
+10
2020-12-02
Use the section flag 'o' for __patchable_function_entries
H.J. Lu
1
-0
/
+10
2020-12-01
Use SHF_GNU_RETAIN to preserve symbol definitions
H.J. Lu
1
-3
/
+12
2020-11-23
Implement the "persistent" attribute
Jozef Lawrynowicz
1
-1
/
+18
2020-11-23
Fix "noinit" attribute being ignored for -O0 and -fdata-sections
Jozef Lawrynowicz
1
-3
/
+7
2020-11-17
Relocatable read-only section support for absolute jump table
Haochen Gui
1
-19
/
+52
2020-10-29
LTO: get_section: add new argument
Martin Liska
1
-2
/
+7
2020-08-31
varasm: Optimize memory broadcast for constant vector under AVX512 [PR54201]
Jakub Jelinek
1
-1
/
+180
2020-06-18
avoid early asm output
Richard Biener
1
-13
/
+13
2020-06-16
middle-end/95690 - avoid MEM_EXPRs for constants
Richard Biener
1
-1
/
+0
2020-05-01
Add patch_area_size and patch_area_entry to crtl
H.J. Lu
1
-28
/
+2
2020-03-25
varasm: Fix output_constructor where a RANGE_EXPR index needs to skip some el...
Jakub Jelinek
1
-0
/
+20
2020-01-22
i386: Fix up -fdollars-in-identifiers with identifiers starting with $ in -ma...
Jakub Jelinek
1
-13
/
+20
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
varasm.c (default_function_section): Fix confused tests for tp_first_run reor...
Jan Hubicka
1
-7
/
+8
2019-11-30
cgraph.h (symtab_node): Add symver flag.
Jan Hubicka
1
-0
/
+17
2019-09-18
Make assemble_real generate canonical CONST_INTs
Richard Sandiford
1
-6
/
+8
2019-08-28
expr.c (expand_assignment): Handle misaligned DECLs.
Bernd Edlinger
1
-1
/
+10
2019-08-14
Add generic support for noinit attribute.
Christophe Lyon
1
-0
/
+11
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-17
/
+17
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-4
/
+4
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-1
/
+3
2019-04-12
re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871)
Jakub Jelinek
1
-15
/
+8
2019-02-27
re PR rtl-optimization/89490 (char array constant put in string merge section)
Bernd Edlinger
1
-7
/
+14
2019-02-21
re PR go/89170 (FAIL: net/http)
Ian Lance Taylor
1
-38
/
+43
2019-01-25
Fix output_constructor_bitfield handling of wide bitfields (PR89037)
Richard Sandiford
1
-13
/
+9
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-03
S/390: Add support for section anchors
Ilya Leoshkevich
1
-1
/
+1
2018-11-16
re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...
Jozef Lawrynowicz
1
-0
/
+14
2018-10-24
Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P.
Richard Biener
1
-0
/
+4
2018-10-24
Disable string merging with alignment > 1 before Solaris 11.4/SPARC
Rainer Orth
1
-1
/
+5
2018-10-20
re PR middle-end/87647 (ICE on valid code in decode_addr_const, at varasm.c:2...
Jakub Jelinek
1
-0
/
+5
2018-10-10
varasm.c (mergeable_string_section): Don't try to move zero-length strings to...
Bernd Edlinger
1
-1
/
+1
2018-10-04
varasm.c (output_constant): Add new parameter merge_strings.
Bernd Edlinger
1
-25
/
+35
2018-09-13
varasm.c (compare_constant): Compare type size of STRING_CSTs.
Bernd Edlinger
1
-3
/
+31
2018-09-06
varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...
Bernd Edlinger
1
-0
/
+2
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-1
/
+1
2018-08-24
emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.
Uros Bizjak
1
-1
/
+0
2018-07-17
Clean up of new format of -falign-FOO.
Martin Liska
1
-7
/
+7
2018-07-04
[multiple changes]
Martin Liska
1
-3
/
+7
2018-06-08
Remove MPX
Martin Liska
1
-21
/
+1
2018-05-26
Don't check ifunc_resolver on error
H.J. Lu
1
-1
/
+2
[next]