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
/
integrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-18
* integrate.c (copy_decl_for_inlining): Revert previous patch.
Jan Hubicka
1
-4
/
+1
2003-10-18
rtl.h (rtl_size): Declare.
Richard Sandiford
1
-2
/
+1
2003-10-18
* integrate.c (copy_decl_for_inlining): Fix copying of copies.
Jan Hubicka
1
-1
/
+4
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-18
re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)
Mark Mitchell
1
-5
/
+1
2003-09-03
targhooks.c: New file.
DJ Delorie
1
-2
/
+2
2003-08-29
function.h (struct function): Add rtl_inline_init, saved_for_inline.
Richard Henderson
1
-1
/
+1
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-17
/
+15
2003-07-15
re PR debug/11098 ([dwarf2] g++ doesn't emit complete debugging information f...
Mark Mitchell
1
-0
/
+2
2003-07-07
rtl.h (emit_line_note): Take a location_t.
Nathan Sidwell
1
-3
/
+3
2003-07-06
gcc.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-132
/
+59
2003-07-01
rtl.h (emit_line_note_after): Remove.
Nathan Sidwell
1
-11
/
+9
2003-06-27
rtl.h (emit_note): Remove FILE parameter.
Nathan Sidwell
1
-3
/
+3
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
1
-6
/
+6
2003-06-16
tracer.c: Remove duplication declaration.
Andreas Jaeger
1
-1
/
+0
2003-06-16
function.h (struct emit_status): Remove x_last_linenum, x_last_filename.
Nathan Sidwell
1
-13
/
+14
2003-06-08
cfglayout.c (insn_scope): New static function
Jan Hubicka
1
-3
/
+3
2003-05-14
rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.
Richard Henderson
1
-1
/
+1
2003-05-13
varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
Zack Weinberg
1
-0
/
+2
2003-05-03
emit-rtl.c (last_call_insn, [...]): New functions.
Olivier Hainque
1
-0
/
+8
2003-05-03
c-decl.c (pending_invalid_xref_file): Remove.
Nathan Sidwell
1
-2
/
+1
2003-05-01
input.h (lineno): Rename to ...
Nathan Sidwell
1
-2
/
+2
2003-04-18
integrate.c (expand_inline_function): Ensure non-const actuals don't end up c...
Olivier Hainque
1
-0
/
+8
2003-04-14
integrate.c (expand_inline_function): Don't inline if would lose /u on a BLKm...
Richard Kenner
1
-0
/
+8
2003-03-02
params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...
Kurt Garloff
1
-3
/
+5
2003-02-26
combine.c (combine_simplify_rtx, [...]): Use CC0_P.
Roger Sayle
1
-13
/
+5
2003-02-05
integrate.c (output_inline_function): Reset input_filename and lineno from th...
Richard Henderson
1
-0
/
+5
2003-01-25
function.h (struct function): New field calls_constant_p.
Roger Sayle
1
-0
/
+5
2003-01-24
emit-rtl.c (reg_attrs_htab): New static variable.
Jan Hubicka
1
-8
/
+0
2003-01-03
fold-const.c (fold): Avoid NOP_EXPRs better.
Jason Merrill
1
-3
/
+4
2002-12-22
integrate.c (output_inline_function): Don't hold private pointers to 'struct ...
Geoffrey Keating
1
-1
/
+3
2002-12-20
c-pretty-print.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-0
/
+2
2002-12-13
c-decl.c: Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-12-04
PR c++/8461, c++/8625
Jason Merrill
1
-4
/
+28
2002-09-22
dbxout.c: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-16
ABOUT-NLS: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-08-04
Index: ChangeLog
Geoffrey Keating
1
-4
/
+0
2002-08-01
integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it refers to a su...
Richard Henderson
1
-0
/
+7
2002-07-23
defaults.h (obstack_chunk_alloc, [...]): Default definition.
Neil Booth
1
-2
/
+0
2002-07-16
varargs.h: Replace with stub which issues #error.
Zack Weinberg
1
-2
/
+1
2002-06-23
function.h (struct emit_status): Clarify potential contents of regno_reg_rtx ...
Jan Hubicka
1
-1
/
+11
2002-06-11
Delete SEQUENCE rtl usage outside of reorg and ssa passes.
David S. Miller
1
-3
/
+3
2002-06-05
integrate.c (subst_constants): Handle 'B' RTL format.
David S. Miller
1
-0
/
+1
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-27
/
+11
2002-06-03
integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
Jan Hubicka
1
-3
/
+3
2002-06-02
loop.c (emit_prefetch_instructions): Properly place the address computation.
Jan Hubicka
1
-0
/
+3
2002-05-30
rtl.h (clear_emit_caches): Delete.
David S. Miller
1
-1
/
+0
2002-04-30
cpplex.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
[next]