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
/
calls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-07-07
calls.c (emit_library_call_value_1): Use mode of function parameter rather th...
Jan Beulich
1
-1
/
+2
2004-07-05
calls.c (load_register_parameters): Call expand_shift instead of expand_binop...
Roger Sayle
1
-5
/
+6
2004-07-02
c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...
Richard Henderson
1
-164
/
+36
2004-07-01
alias.c (get_alias_set, [...]): Use MEM_P.
Jerry Quinn
1
-8
/
+8
2004-07-01
function.h (struct function): Remove x_function_call_count.
Richard Henderson
1
-2
/
+0
2004-06-24
calls.c (shift_returned_value): Fix handling of non-integer TYPE_MODEs.
Richard Sandiford
1
-1
/
+9
2004-06-24
calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...
Alan Modra
1
-18
/
+28
2004-06-15
alias.c (record_set, [...]): Use REG_P.
Jerry Quinn
1
-10
/
+10
2004-05-30
c-common.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2004-05-22
calls.c (initialize_argument_information): Forbid sibcalls if a callee-copied...
Richard Sandiford
1
-0
/
+7
2004-05-21
system.h: Poison NO_RECURSIVE_FUNCTION_CSE.
Ian Lance Taylor
1
-4
/
+1
2004-05-14
tree.def (documentation): Remove mention of class 'b'.
Zack Weinberg
1
-2
/
+3
2004-05-13
Merge tree-ssa-20020619-branch into mainline.
Diego Novillo
1
-312
/
+163
2004-04-28
calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY.
Paul Brook
1
-1
/
+1
2004-04-23
Makefile.in (LIBGCOV): Add _gcov_fork...
Zdenek Dvorak
1
-26
/
+1
2004-04-05
c-decl.c (build_compound_literal): Use TYPE_READONLY.
Richard Kenner
1
-3
/
+2
2004-03-31
builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.
Richard Kenner
1
-2
/
+2
2004-03-20
alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().
Kazu Hirata
1
-1
/
+1
2004-03-14
alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...
Roger Sayle
1
-7
/
+7
2004-03-12
re PR target/14547 (Passing _Complex long double does not follow the ABI)
Richard Henderson
1
-3
/
+27
2004-03-11
re PR target/14262 (Structure size computed wrong)
Ulrich Weigand
1
-3
/
+6
2004-02-26
calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or MAYBE_REG_PARM_STACK_S...
Kazu Hirata
1
-25
/
+0
2004-02-23
Out-of-date comments noticed while looking at PR 169.
James E Wilson
1
-14
/
+10
2004-02-17
(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.
Steven Bosscher
1
-6
/
+7
2004-02-17
re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...
Mark Mitchell
1
-5
/
+9
2004-02-06
tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
Alan Modra
1
-9
/
+9
2004-02-04
calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.
Mark Mitchell
1
-5
/
+11
2004-01-31
bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
Kazu Hirata
1
-1
/
+1
2004-01-21
alias.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-01-16
c-common.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2004-01-15
re PR rtl-optimization/12372 (miscompilation of execute/20030307-1.c at -O2 a...
John David Anglin
1
-0
/
+8
2004-01-14
calls.c: Replace STRICT_ARGUMENT_NAMING in comments with...
Kazu Hirata
1
-6
/
+7
2003-12-24
calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.
Mark Mitchell
1
-11
/
+22
2003-12-18
calls.c (load_register_parameters): Don't use LOAD_ARGS_REVERSED.
Kazu Hirata
1
-4
/
+0
2003-12-18
calls.c (expand_call): Update comments.
Kazu Hirata
1
-9
/
+10
2003-12-13
c-typeck.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-12-08
calls.c (expand_call): Don't try using tail or recursive calls after the func...
Richard Sandiford
1
-1
/
+5
2003-11-20
calls.c (expand_call): Allocate new temp in pass1.
Fariborz Jahanian
1
-4
/
+19
2003-11-16
Makefile.in (expr.o): Depend on $(TARGET_H).
Richard Sandiford
1
-1
/
+35
2003-11-14
re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)
Jason Merrill
1
-0
/
+22
2003-10-07
function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...
Geoffrey Keating
1
-4
/
+0
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-10-03
re PR rtl-optimization/12289 (Solaris 9/Intel bootstrap failure: ICE in expan...
Jeff Sturm
1
-8
/
+9
2003-09-20
c-format.c (gcc_diag_char_table): Add %J.
Richard Henderson
1
-4
/
+2
2003-09-18
re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)
Mark Mitchell
1
-5
/
+2
2003-09-16
c-common.c (handle_warn_unused_result_attribute): New function.
Jason Merrill
1
-1
/
+14
2003-09-06
re PR target/12070 (ICE converting between double and long double with -msoft...
Jan Hubicka
1
-6
/
+36
2003-09-03
targhooks.c: New file.
DJ Delorie
1
-28
/
+33
2003-08-27
calls.c (initialize_argument_information): If an argument has no stack space ...
Richard Sandiford
1
-0
/
+8
2003-08-23
calls.c (emit_library_call_value_1): Fix obvious errors in arguments to emit_...
Dale Johannesen
1
-2
/
+3
[next]