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
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
2003-01-24
re PR rtl-optimization/4382 (__builtin_{set,long}jmp with -O3 can crash the c...
Richard Henderson
1
-3
/
+38
2002-12-24
regmove.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-20
/
+23
2002-12-04
PR c++/8461, c++/8625
Jason Merrill
1
-1
/
+13
2002-11-19
tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to ...
Andreas Jaeger
1
-15
/
+15
2002-11-18
calls.c (alloca_call_p): New global function.
Jan Hubicka
1
-0
/
+30
2002-11-14
tree.c (tree_vec_elt_check_failed): New function.
Zack Weinberg
1
-2
/
+3
2002-10-25
re PR c++/6994 (ICE in find_function_data)
Zack Weinberg
1
-2
/
+8
2002-10-23
langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.
Zack Weinberg
1
-0
/
+1
2002-10-14
tree-inline.c (remap_block): All local class initialization flags go in the o...
Andrew Haley
1
-4
/
+31
2002-09-27
LANGUAGES: Follow spelling conventions.
Kazu Hirata
1
-2
/
+2
2002-09-08
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-08-22
c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
Jason Merrill
1
-2
/
+2
2002-08-19
tree-inline.c (initialize_inlined_parameters): Wrap variable in the macro tes...
Kaveh R. Ghazi
1
-1
/
+1
2002-08-16
tree-inline.c: Add includes for Java inliner.
Andrew Haley
1
-5
/
+313
2002-06-13
tree-inline.c (expand_call_inline): Don' mess with _DECL fields.
Gabriel Dos Reis
1
-1
/
+1
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-6
/
+0
2002-06-01
tree-inline.c (expand_call_inline): Make the statement expression we generate...
Daniel Berlin
1
-18
/
+19
2002-05-18
timevar.c: Fix formatting.
Kazu Hirata
1
-22
/
+22
2002-04-30
cpplex.c: Fix comment formatting.
Kazu Hirata
1
-5
/
+5
2002-04-27
tree-inline.c (inlinable_function_p): Improve heuristics by using a smoother ...
Kurt Garloff
1
-12
/
+33
2002-04-17
c-common.h (STMT_EXPR_NO_SCOPE): New macro.
Mark Mitchell
1
-0
/
+2
2002-03-25
c-decl.c (maybe_build_cleanup): Remove.
Neil Booth
1
-1
/
+1
2002-03-21
Makefile.in (fold-const.o, [...]): Update.
Neil Booth
1
-1
/
+1
2002-03-19
re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)
Jakub Jelinek
1
-1
/
+2
2002-03-15
c-common.c (statement_code_p): Handle CLEANUP_STMT.
Mark Mitchell
1
-4
/
+15
2002-02-19
i386.md ("mmx_uavgv8qi3"): Use const_vector.
Aldy Hernandez
1
-0
/
+1
2002-01-02
c-common.h (genrtl_expr_stmt_value): Declare.
Alexandre Oliva
1
-2
/
+4
2001-12-06
tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
Alexandre Oliva
1
-0
/
+12
2001-12-05
langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...
Jason Merrill
1
-0
/
+5
[next]