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
2003-11-14
function.c (assign_parms): Use TREE_TYPE to determine the real type of the ar...
Jason Merrill
1
-4
/
+4
2003-11-14
function.c (struct epi_info): New field const_equiv.
Richard Kenner
1
-11
/
+54
2003-11-12
function.c (purge_addressof_1): Add libcall check.
Eric Christopher
1
-23
/
+24
2003-11-01
function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable reg_parm_stack_sp...
John David Anglin
1
-1
/
+1
2003-10-30
function.c (purge_addressof_1): Add case for REG_RETVAL notes when modes are ...
Eric Christopher
1
-1
/
+4
2003-10-11
re PR rtl-optimization/12544 (ICE with large parameters used in nested functi...
Eric Botcazou
1
-5
/
+7
2003-10-08
function.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to abo...
Geoffrey Keating
1
-2
/
+1
2003-10-07
function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...
Geoffrey Keating
1
-8
/
+21
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-10-05
fold-const.c: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-09-21
Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
Richard Henderson
1
-2
/
+2
2003-09-21
tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
Richard Henderson
1
-2
/
+2
2003-09-20
c-format.c (gcc_diag_char_table): Add %J.
Richard Henderson
1
-10
/
+8
2003-09-18
re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)
Mark Mitchell
1
-10
/
+3
2003-09-14
function.c (STACK_BYTES): Move definition to head of file.
Richard Sandiford
1
-21
/
+50
2003-09-03
targhooks.c: New file.
DJ Delorie
1
-28
/
+46
2003-08-29
function.c (allocate_struct_function): New, split out of ...
Richard Henderson
1
-119
/
+51
2003-08-27
calls.c (initialize_argument_information): If an argument has no stack space ...
Richard Sandiford
1
-3
/
+2
2003-08-19
PR c++/10538, PR c/5582
Andrew Pinski
1
-3
/
+3
2003-07-25
Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.
Gabriel Dos Reis
1
-8
/
+10
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-15
/
+14
2003-07-15
expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.
Kazu Hirata
1
-1
/
+1
2003-07-14
tm.texi (BLOCK_REG_PADDING): Describe.
Alan Modra
1
-4
/
+26
2003-07-11
function.c (assign_parms): Don't recombine complex args if fnargs is unchange...
Richard Henderson
1
-11
/
+26
2003-07-07
rtl.h (emit_line_note): Take a location_t.
Nathan Sidwell
1
-3
/
+3
2003-07-01
fold-const.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-384
/
+193
2003-07-01
rtl.h (emit_line_note_after): Remove.
Nathan Sidwell
1
-5
/
+2
2003-06-27
rtl.h (emit_note): Remove FILE parameter.
Nathan Sidwell
1
-8
/
+9
2003-06-23
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-06-22
* function.c (set_insn_locators): Mark as unused.
Andreas Schwab
1
-1
/
+1
2003-06-20
tree.h (expand_function_end): Remove all parameters.
Nathan Sidwell
1
-14
/
+3
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
1
-1
/
+1
2003-06-16
convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...
Nathanael Nerode
1
-1
/
+1
2003-06-14
tree.h (init_function_start): Remove filename and line paramters.
Nathan Sidwell
1
-8
/
+7
2003-06-08
cfglayout.c (insn_scope): New static function
Jan Hubicka
1
-0
/
+18
2003-06-04
function.c (trampolines_created): New variable.
Jakub Jelinek
1
-0
/
+4
2003-06-03
function.c (assign_parms): Split complex arguments.
Aldy Hernandez
1
-1
/
+66
2003-05-31
Add missed chunk in last commit.
Andreas Jaeger
1
-2
/
+1
2003-05-31
function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage.
Andreas Jaeger
1
-5
/
+0
2003-05-27
tree.h (contains_placeholder_p): Now returns bool.
Richard Kenner
1
-2
/
+1
2003-05-17
* function.c (assign_parms): Check for zero size args.
Alan Modra
1
-0
/
+3
2003-05-11
coverage.h (coverage_counter_alloc): New function.
Nathan Sidwell
1
-2
/
+0
2003-05-09
expr.c (move_block_from_reg): Remove "size" parm.
Alan Modra
1
-10
/
+44
2003-05-07
function.c (assign_parms): Correct reversed reg_parm_stack_space test.
Alan Modra
1
-1
/
+4
2003-05-03
re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])
Zack Weinberg
1
-7
/
+2
2003-05-02
calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...
Alan Modra
1
-135
/
+156
2003-04-30
* function.c (purge_addressof_1): Postpone insn in fewer cases.
Zdenek Dvorak
1
-7
/
+9
2003-04-22
Fix typo in comment.
Richard Kenner
1
-1
/
+1
2003-04-22
function.c (purge_addressof_1): In (mem (addressof (reg))) case for reg notes...
J"orn Rennecke
1
-0
/
+30
2003-04-18
function.c (purge_addressof_1): For ADDRESSOF...
Richard Kenner
1
-1
/
+9
[next]