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
/
tree-inline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-01-21
alias.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-01-13
cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...
Jan Hubicka
1
-4
/
+12
2004-01-04
Makefile.in (cgraph.o, [...]): Add intl.h dependency.
Jan Hubicka
1
-4
/
+6
2003-11-13
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
Steven Bosscher
1
-0
/
+1
2003-11-12
c-typeck.c (c_convert_parm_for_inlining): Add argnum...
Mike Stump
1
-2
/
+6
2003-11-12
re PR rtl-optimization/12953 (tree inline bug and fix)
Alexey Starovoytov
1
-36
/
+39
2003-10-20
toplev.c (rest_of_compilation): Fix webizer pass ordering.
Jan Hubicka
1
-98
/
+3
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-10-05
tree-inline.c (remap_type): New.
Richard Henderson
1
-19
/
+129
2003-10-03
re PR rtl-optimization/12180 (Inline optimization fails for variadic function)
Mark Mitchell
1
-0
/
+2
2003-09-23
tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to...
Richard Henderson
1
-2
/
+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
-22
/
+27
2003-09-16
c-common.c (handle_warn_unused_result_attribute): New function.
Jason Merrill
1
-0
/
+3
2003-09-12
re PR bootstrap/12264 (Mainline faield to bootstrap)
H.J. Lu
1
-1
/
+2
2003-09-10
c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...
Jan Hubicka
1
-63
/
+133
2003-08-20
tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
Jason Merrill
1
-8
/
+2
2003-08-05
tree.h (DID_INLINE_FUNC): Remove macro.
Steven Bosscher
1
-99
/
+159
2003-07-30
re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...
Jan Hubicka
1
-5
/
+5
2003-07-29
re PR c++/11131 (Unrelated declaration removes inline flag from function)
Jan Hubicka
1
-2
/
+2
2003-07-25
Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.
Gabriel Dos Reis
1
-1
/
+2
2003-07-23
re PR rtl-optimization/10679 ([3.3/3.4] --param min-inline-insns not honoured)
Mark Mitchell
1
-3
/
+3
2003-07-12
cgraph.c (cgraph_max_uid): New global variable.
Jan Hubicka
1
-4
/
+15
2003-07-09
java-tree.h (DECL_NUM_STMTS): Rename to...
Jan Hubicka
1
-14
/
+14
2003-07-08
re PR c/1687 (Exponential time behavior with -O -finline-functions (compile t...
Steven Bosscher
1
-2
/
+4
2003-07-06
sbitmap.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-106
/
+49
2003-07-01
basic-block.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-06-20
re PR c++/10888 (inlining failure for allocate in ~vector())
Mark Mitchell
1
-1
/
+2
2003-06-17
re PR c++/10929 (-Winline warns about functions for which no definition is vi...
Jason Merrill
1
-1
/
+1
2003-06-10
re PR c++/11131 (Unrelated declaration removes inline flag from function)
Mark Mitchell
1
-17
/
+10
2003-06-09
tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.
Nathan Sidwell
1
-5
/
+1
2003-05-19
tree-inline.c (copy_body_r): Avoid generating &* during inline substitution.
Jason Merrill
1
-14
/
+39
2003-05-03
c-decl.c (pending_invalid_xref_file): Remove.
Nathan Sidwell
1
-8
/
+4
2003-05-01
input.h (lineno): Rename to ...
Nathan Sidwell
1
-6
/
+6
2003-05-01
tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.
Geoffrey Keating
1
-7
/
+0
2003-04-29
tree-inline.c (inlinable_function_p): Don't support inlining functions using ...
Geoffrey Keating
1
-0
/
+7
2003-04-29
re PR c++/10180 (gcc fails to warn about non-inlined function)
Mark Mitchell
1
-1
/
+21
2003-04-10
tree-inline.c (inlinable_function_p): Disable inlining for synchronized methods.
Andrew Haley
1
-0
/
+5
2003-04-10
c-common.h (lang_statement_code_p): Remove declaration.
Steven Bosscher
1
-4
/
+4
2003-03-14
re PR rtl-optimization/8396 ([sparc] optimizer ICE)
Eric Botcazou
1
-0
/
+4
2003-03-13
c-pch.c, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode
1
-4
/
+4
2003-03-08
inline-3.c: New test.
Jan Hubicka
1
-8
/
+13
2003-03-06
tree-inline.c (inlinable_function_p): Revert earlier change pending investiga...
Jason Merrill
1
-5
/
+3
2003-03-03
tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_...
Jason Merrill
1
-5
/
+17
2003-03-02
params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...
Kurt Garloff
1
-2
/
+9
2003-02-22
expmed.c (expand_divmod): Undo sign extensions for unsigned operands
Jan Hubicka
1
-0
/
+1
2003-02-12
Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
Jan Hubicka
1
-0
/
+10
2003-01-30
* tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
Richard Henderson
1
-3
/
+2
2003-01-29
tree-inline.c (walk_tree): Add CHAR_TYPE.
Andrew Haley
1
-0
/
+1
[next]