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
1999-10-03
print-tree.c (print_node, indent_to): Remove redundant prototypes.
Kaveh R. Ghazi
1
-2
/
+3
1999-09-25
Tidy up assemble_variable()'s handling of uninitialised varaibles.
Nick Clifton
1
-65
/
+108
1999-09-23
builtins.c, [...]: Include tm_p.h.
Richard Henderson
1
-1
/
+1
1999-09-15
emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
Richard Henderson
1
-10
/
+7
1999-09-14
c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...
Kaveh R. Ghazi
1
-0
/
+5
1999-09-09
function.h (free_after_compilation): Remove decl parameter.
Mark Mitchell
1
-5
/
+3
1999-09-09
combine.c (SUBST): Break out to a real function do_SUBST.
Richard Henderson
1
-32
/
+62
1999-09-07
emit-rtl.c (free_emit_status): Take decl as a parameter.
Mark Mitchell
1
-4
/
+13
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-2
/
+1
1999-09-05
Makefile.in (tree.o): Depend on ggc.h.
Richard Henderson
1
-0
/
+25
1999-09-05
c-decl.c (struct language_function): Renamed from struct c_function.
Bernd Schmidt
1
-0
/
+16
1999-09-04
Change memory mangement and constant pool handling for nested functions to ma...
Bernd Schmidt
1
-135
/
+112
1999-09-02
varasm.c (mark_constant_pool): When marking indirect references, only look at...
Jeffrey A Law
1
-2
/
+2
1999-09-02
flags.h: New variables align_loops...
Geoffrey Keating
1
-0
/
+13
1999-08-31
rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...
Zack Weinberg
1
-0
/
+3
1999-08-25
Warning fixes:
Kaveh R. Ghazi
1
-2
/
+4
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-1
/
+1
1999-08-10
output.h (assemble_name): Constify a char*.
Kaveh R. Ghazi
1
-5
/
+6
1999-08-02
Jakub Jelinek <jj@ultra.linux.cz>
Richard Henderson
1
-0
/
+3
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
1
-1
/
+0
1999-06-18
Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.
Nick Clifton
1
-0
/
+4
1999-06-09
varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before p...
Jeff Law
1
-1
/
+1
1999-06-07
varasm.c (assemble_start_function): Remove the function from the pending weak...
Robert Lipe
1
-7
/
+49
1999-05-26
varasm.c (STRIP_NAME_ENCODING): Remove default definition.
Jeffrey A Law
1
-8
/
+0
1999-05-20
expr.h (lang_expand_constant): Declare.
Mark Mitchell
1
-0
/
+7
1999-05-09
Add some transitive closure
Craig Burley
1
-0
/
+27
1999-05-07
* varasm.c (output_constant): Do nothing if -fsyntax-only.
Andreas Schwab
1
-1
/
+1
1999-03-28
* varasm.c (output_constant_pool): Always mark the constant pool.
Richard Henderson
1
-2
/
+1
1999-03-19
Warning fixes:
Kaveh R. Ghazi
1
-3
/
+3
1999-02-25
* c-pragma.c (add_weak); Delete. Moved into...
Jeffrey A Law
1
-0
/
+28
1999-02-22
fix -fsyntax-only ICEs
Craig Burley
1
-1
/
+18
1999-02-08
c-typeck.c (check_init_type_bitfields): Use nonincremental initialization of ...
Vladimir N. Makarov
1
-1
/
+5
1999-01-26
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
Jeffrey A Law
1
-0
/
+5
1999-01-23
final.c (bb_str): Qualify a char* with the keyword `const'.
Kaveh R. Ghazi
1
-1
/
+1
1999-01-21
varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM...
Vladimir N. Makarov
1
-1
/
+1
1999-01-19
rtl.h (rtx_def): Update documentation.
Mark Mitchell
1
-3
/
+3
1999-01-18
cpplib.c (special_symbol): Qualify a char* with the `const' keyword.
Kaveh R. Ghazi
1
-7
/
+7
1999-01-18
Warning fixes:
Kaveh R. Ghazi
1
-4
/
+6
1998-12-14
output.h (force_data_section): New prototype.
Andrew MacLeod
1
-0
/
+9
1998-10-13
Warning fixes:
Kaveh R. Ghazi
1
-5
/
+5
1998-10-13
iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL.
Jason Merrill
1
-4
/
+6
1998-10-03
varasm.c (assemble_start_function, [...]): Do ASM_GLOBALIZE_LABEL for weak sy...
Jason Merrill
1
-6
/
+4
1998-10-01
Add support for #pragma pack(push,<n>) and #pragma pack(pop).
Nick Clifton
1
-46
/
+4
1998-09-28
flags.h: Add flag_data_sections.
Catherine Moore
1
-1
/
+3
1998-09-02
Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.
Nick Clifton
1
-2
/
+2
1998-08-31
varasm.c (compare_constant_1): Handle RANGE_EXPR.
Dave Brolley
1
-0
/
+2
1998-07-06
print-rtl.c (print_rtx): Display the real-value equivalent of a const_double ...
Richard Henderson
1
-0
/
+2
1998-06-25
invoke.texi (-fstrict-aliasing): Document.
Mark Mitchell
1
-3
/
+2
1998-06-23
Remove reference to warn_bss_align.
Catherine Moore
1
-1
/
+1
1998-06-22
varasm.c (assemble_variable): Emit alignment warning.
Catherine Moore
1
-1
/
+7
[next]