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
/
function.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-06-21
* function.c (round_down): Delete obsolete prototype.
J. David Anglin
1
-3
/
+0
2000-06-18
function.c (put_var_into_stack): Don't reference DECL_ fields if input is a S...
Richard Kenner
1
-25
/
+11
2000-06-05
function.c (assign_parms): Add missing argument to set_mem_attributes call.
J. David Anglin
1
-1
/
+1
2000-06-02
alias.c (struct alias_set_entry): New field has_zero_child.
Richard Kenner
1
-1
/
+2
2000-05-31
Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
Richard Kenner
1
-84
/
+41
2000-05-29
function.c (emit_return_into_block): New line_note arg; emit it.
Richard Henderson
1
-23
/
+48
2000-05-28
function.c (diddle_return_value): A pcc-style struct return returns a pointer.
Richard Henderson
1
-2
/
+14
2000-05-27
function.c (thread_prologue_epilogue_insns): Don't move the line note at the ...
Richard Henderson
1
-24
/
+27
2000-05-22
function.c (thread_prologue_and_epilogue_insns): Make sure existing line numb...
Richard Henderson
1
-27
/
+57
2000-05-17
Add options -Wunused-variable, -Wunused-function, -Wunused-label,
Andrew Cagney
1
-1
/
+5
2000-05-09
top level:
Zack Weinberg
1
-1
/
+1
2000-05-04
bb-reorder.c (get_next_bb_note, [...]): Prototype.
Kaveh R. Ghazi
1
-1
/
+1
2000-05-04
rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.
Richard Kenner
1
-3
/
+0
2000-04-27
* function.c (epilogue_done): Pass whole insn to record_insns.
Jan Hubicka
1
-2
/
+4
2000-04-21
rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
Richard Kenner
1
-1
/
+1
2000-04-18
function.c (expand_function_start): Use hard_function_value to compute the RT...
Mark Mitchell
1
-6
/
+1
2000-04-12
Jeffrey A Law (law@cygnus.com)
Jeffrey A Law
1
-0
/
+14
2000-04-12
function.c (aggregate_value_p): VOID_TYPE nodes are never aggregates.
Mark Mitchell
1
-0
/
+2
2000-04-06
final.c (final): Use xcalloc to allocate line_note_exists.
Mark Mitchell
1
-5
/
+17
2000-03-30
function.c (expand_function_end): Pass alignment argument to emit_block_move ...
Jeffrey A Law
1
-1
/
+1
2000-03-30
calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
Richard Kenner
1
-2
/
+2
2000-03-30
builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
Richard Kenner
1
-5
/
+4
2000-03-29
Convert ACCUMULATE_OUTGOING_ARGS to an expression.
Jan Hubicka
1
-8
/
+9
2000-03-28
expr.c (store_constructor): SIZE now signed.
Richard Kenner
1
-2
/
+0
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-11
/
+15
2000-03-23
builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
Theodore Papadopoulo
1
-5
/
+2
2000-03-22
Implement dwarf2 exception handling for the ARM.
Jason Merrill
1
-3
/
+3
2000-03-21
tree.h (COMPLETE_TYPE_P): New macro.
Nathan Sidwell
1
-1
/
+1
2000-03-19
emit-rtl.c (push_to_full_sequence, [...]): New functions.
Martin v. Löwis
1
-3
/
+3
2000-03-19
emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...
Mark Mitchell
1
-28
/
+18
2000-03-17
Sibling call optimizations.
Jeffrey A Law
1
-151
/
+293
2000-03-14
function.c (prepare_function_start): Correctly initialize cfun->stack_alignme...
Richard Earnshaw
1
-1
/
+3
2000-03-13
function.c (put_var_into_stack): Use type_for_mode to calculate part_type.
Jason Merrill
1
-1
/
+2
2000-03-09
except.c (can_throw): See through a SEQUENCE.
Jason Merrill
1
-0
/
+6
2000-03-06
function.c (free_temps_for_rtl_expr): Don't free slots that have been pushed ...
Mark Mitchell
1
-34
/
+15
2000-03-05
tree.def (RTL_EXPR): Update documentation.
Mark Mitchell
1
-5
/
+33
2000-03-05
Revert this patch:
Mark Mitchell
1
-2
/
+50
2000-03-05
function.h (struct sequence_stack): Remove rtl_expr.
Mark Mitchell
1
-50
/
+2
2000-02-28
function.c (number_blocks): Reset next_block_index based on what debugging fo...
Richard Kenner
1
-1
/
+2
2000-02-28
emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.
Mark Mitchell
1
-14
/
+70
2000-02-27
builtins.c (c_strlen): Use size_diffop and return ssizetype value.
Richard Kenner
1
-28
/
+15
2000-02-26
Fix copyrights.
Jeff Law
1
-1
/
+2
2000-02-18
bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
Richard Kenner
1
-1
/
+1
2000-02-17
function.c (thread_prologue_and_epilogue_insns): Put a line note after the pr...
Mark Mitchell
1
-1
/
+22
2000-02-11
function.c (thread_prologue_and_epilogue_insns): Don't insert a RETURN insn i...
Geoff Keating
1
-5
/
+17
2000-02-10
function.c (assign_temp): Change zero-sized arrays to size 1.
Jan Hubicka
1
-0
/
+5
2000-02-10
function.c (thread_prologue_and_epilogue_insns): Uncomment last change.
Clinton Popetz
1
-2
/
+2
2000-02-09
function.c (thread_prologue_and_epilogue_insns): Don't delete the edge from a...
Clinton Popetz
1
-0
/
+6
2000-02-08
function.c (thread_prologue_and_epilogue_insns): Don't replace jumps with ret...
Clinton Popetz
1
-1
/
+1
2000-02-08
* function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
Hans-Peter Nilsson
1
-0
/
+4
[next]