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/existing-fp8
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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-14
eh-common.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-30
/
+30
1999-12-20
current_function -> cfun
Bernd Schmidt
1
-70
/
+71
1999-12-16
Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
Mark Mitchell
1
-6
/
+0
1999-12-15
function.c (retrofit_block): Abort if we don't find a suitable insn.
Jason Merrill
1
-4
/
+3
1999-12-15
function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
Jan Hubicka
1
-0
/
+2
1999-12-05
function.h (insert_block_after_note): Declare.
Mark Mitchell
1
-0
/
+5
1999-12-04
c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
Geoff Keating
1
-0
/
+5
1999-11-04
function.c (diddle_return_value): New.
Richard Henderson
1
-0
/
+4
1999-09-26
function.h (struct function): Add x_dont_save_pending_sizes_p.
Mark Mitchell
1
-0
/
+9
1999-09-17
functiion.h (struct function): Add x_whole_function_mode_p.
Mark Mitchell
1
-0
/
+8
1999-09-15
emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
Richard Henderson
1
-3
/
+5
1999-09-15
rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
Mark Mitchell
1
-1
/
+1
1999-09-09
function.h (free_after_compilation): Remove decl parameter.
Mark Mitchell
1
-8
/
+6
1999-09-07
emit-rtl.c (free_emit_status): Take decl as a parameter.
Mark Mitchell
1
-3
/
+8
1999-09-05
Makefile.in (tree.o): Depend on ggc.h.
Richard Henderson
1
-0
/
+3
1999-09-05
c-decl.c (struct language_function): Renamed from struct c_function.
Bernd Schmidt
1
-0
/
+9
1999-09-04
Change memory mangement and constant pool handling for nested functions to ma...
Bernd Schmidt
1
-19
/
+9
1999-09-04
function.h (struct function): Add new element LANGUAGE.
Bernd Schmidt
1
-0
/
+7
1999-08-29
tree.c (tree_code_name): Constify a char*.
Kaveh R. Ghazi
1
-2
/
+2
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-102
/
+382
1999-08-01
Backport of GC branch patches part 2: kill stmt status saving.
Bernd Schmidt
1
-20
/
+1
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
1
-11
/
+6
1999-07-01
except.c: Include intl.h.
Richard Henderson
1
-0
/
+1
1999-05-30
[multiple changes]
Jeff Law
1
-0
/
+29
1999-02-25
Flow rewrite to use basic block structures and edge lists.
Richard Henderson
1
-0
/
+1
1999-02-08
output.h (current_function_has_computed_jump): Rename from current_function_a...
Richard Henderson
1
-1
/
+1
1999-01-26
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
Jeffrey A Law
1
-0
/
+1
1998-11-20
function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...
Bernd Schmidt
1
-1
/
+1
1998-10-22
expr.c (pending_chain): Move up.
Jason Merrill
1
-0
/
+1
1998-10-11
Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...
Ken Raeburn
1
-0
/
+1
1998-09-15
tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.
Richard Henderson
1
-2
/
+0
1998-09-09
except.h (current_function_eh_stub_label): Declare.
Bernd Schmidt
1
-0
/
+2
1998-07-30
Function entry/exit profiling instrumentation:
Ken Raeburn
1
-0
/
+1
1998-06-20
flow.c (allocate_for_life_analysis, [...]): Remove declaration.
H.J. Lu
1
-0
/
+2
1998-06-08
function.c: Define current_function_cannot_inline.
Jason Merrill
1
-0
/
+1
1998-05-28
Make rtx, tree types type correct if the appropriate include files was not in...
Michael Meissner
1
-4
/
+6
1998-05-14
First cut of changes to utilize the new exception handling model
Andrew MacLeod
1
-0
/
+1
1998-04-04
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
Jeff Law
1
-1
/
+3
1997-12-11
[multiple changes]
Teemu Torma
1
-6
/
+18
1997-04-24
x
Jason Merrill
1
-0
/
+1
1997-04-23
Add setjmp/longjmp exception handling.
Mike Stump
1
-1
/
+2
1997-01-03
(struct function): New field args_info.
Richard Kenner
1
-1
/
+2
1996-12-07
(struct function): Make frame_offset be HOST_WIDE_INT.
Richard Kenner
1
-1
/
+6
1996-07-23
install EH code
Mike Stump
1
-0
/
+8
1996-04-16
(struct function): New field returns_pointer.
Richard Kenner
1
-1
/
+2
1995-12-27
(struct function): New field regno_pointer_align.
Richard Kenner
1
-0
/
+1
1995-07-14
(struct function): Add stdarg field.
Richard Kenner
1
-1
/
+2
1995-06-15
Update FSF address.
Richard Kenner
1
-1
/
+2
1995-03-15
Handle compilation of nested functions from another scope.
Jason Merrill
1
-0
/
+10
1994-12-30
({save_restore}_varasm_status): Add decls.
Richard Kenner
1
-6
/
+10
[next]