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
1998-09-23
rtl.h (init_virtual_regs): New function.
Mark Mitchell
1
-4
/
+1
1998-09-15
* integrate.c (copy_decl_list): Fix typo.
Mark Mitchell
1
-1
/
+1
1998-09-10
tree.h (DECL_ORIGIN): New macro.
Mark Mitchell
1
-13
/
+27
1998-06-25
invoke.texi (-fstrict-aliasing): Document.
Mark Mitchell
1
-0
/
+1
1998-06-21
* integrate.c (pushdecl, poplevel): Remove declaration.
H.J. Lu
1
-3
/
+0
1998-06-08
function.c: Define current_function_cannot_inline.
Jason Merrill
1
-0
/
+3
1998-05-19
Warning Fixes:
Kaveh R. Ghazi
1
-2
/
+2
1998-05-14
First cut of changes to utilize the new exception handling model
Andrew MacLeod
1
-3
/
+42
1998-05-13
Warning fixes:
Kaveh R. Ghazi
1
-0
/
+1
1998-04-04
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
Jeff Law
1
-22
/
+40
1998-03-28
integrate.c (copy_rtx_and_substitute): Rework to avoid need for unused "junk"...
Jeffrey A Law
1
-5
/
+8
1998-03-20
Major cutover to using system.h:
Kaveh R. Ghazi
1
-5
/
+1
1998-02-28
Fix warious warnings:
Kaveh R. Ghazi
1
-1
/
+3
1998-02-07
c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
Robert Lipe
1
-0
/
+5
1998-02-05
integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...
Marc Lehmann
1
-1
/
+5
1998-01-20
Makefile.in: Remove all bytecode support.
Jeffrey A Law
1
-7
/
+0
1998-01-14
alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...
Richard Henderson
1
-31
/
+32
1997-12-18
integrate.c (get_label_from_map): New function.
Jeff Law
1
-6
/
+29
1997-12-12
integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL, look inside ...
Richard Kenner
1
-0
/
+7
1997-12-12
except.c (call_get_eh_context): Don't take a parm.
Jason Merrill
1
-1
/
+1
1997-12-11
[multiple changes]
Teemu Torma
1
-0
/
+6
1997-12-09
integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
Richard Kenner
1
-0
/
+8
1997-12-06
Merge from gcc-2.8
Jeff Law
1
-1
/
+1
1997-11-26
integrate.c (output_inline_function): Just unset DECL_INLINE.
Jason Merrill
1
-7
/
+2
1997-11-13
integrate.c (save_for_inline_copying): Add return value from savealloc.
Jeffrey A Law
1
-1
/
+1
1997-11-04
Fix c++ problem resulting from ADDRESSOF support.
Jim Wilson
1
-0
/
+11
1997-11-02
Update mainline egcs to gcc2 snapshot 971021.
Jeff Law
1
-15
/
+67
1997-10-25
Reverse this, bad call on my part:
Brendan Kehoe
1
-11
/
+0
1997-10-24
integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
Jim Wilson
1
-0
/
+11
1997-10-07
One more thinko.
Jeff Law
1
-2
/
+2
1997-10-07
Fix thinko in last change.
Jeff Law
1
-2
/
+7
1997-10-07
integrate.c (save_for_inline_copying): Avoid undefined pointer operations.
Jeffrey A Law
1
-18
/
+7
1997-09-26
integrate.c (expand_inline_function): Make sure there is at least one insn th...
Andreas Schwab
1
-1
/
+4
1997-09-16
integrate.c (expand_inline_function): Move expand_start_bindings after expand...
Jason Merrill
1
-4
/
+5
1997-09-05
integrate.c (save_for_inline_copying): Use 0, not NULL_PTR, as initial value ...
Philippe De Muyter
1
-2
/
+2
1997-07-28
integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...
Brendan Kehoe
1
-2
/
+13
1997-07-28
integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...
Brendan Kehoe
1
-2
/
+15
1997-06-09
integrate.c (expand_inline_function): Use the mode of FNDECL's result rtl...
Brendan Kehoe
1
-2
/
+4
1997-05-06
reformat a little to match GNU coding standards.
Mike Stump
1
-7
/
+7
1997-05-01
(subst_constants, case SUBREG): Cancel changes once done with result.
Richard Kenner
1
-0
/
+1
1997-04-13
integrate.c (copy_rtx_and_substitute): If FRAME_GROWS_DOWNWARD and regno == V...
Doug Evans
1
-5
/
+9
1997-03-28
integrate.c (expand_inline_function): Output NOTE_REPEATED_LINE_NUMBER after ...
Doug Evans
1
-0
/
+10
1997-01-19
(expand_inline_function): Handle a PARALLEL containing a RETURN the
Richard Kenner
1
-1
/
+3
1997-01-19
(save_constants): Make (address (const ..)) to record both modes.
Richard Kenner
1
-15
/
+42
1996-12-23
(function_cannot_inline_p): Reject function with PARALLEL result.
Jim Wilson
1
-0
/
+8
1996-11-15
(copy_for_inline): Call gen_rtvec_vv.
Richard Kenner
1
-1
/
+1
1996-09-24
(expand_inline_function): Avoid creating paradoxical subreg wider than
Richard Kenner
1
-1
/
+15
1996-07-23
install EH code
Mike Stump
1
-2
/
+37
1996-07-03
formatting tweaks
Mike Stump
1
-6
/
+6
1996-06-18
(expand_inline_function): Add missing call to force_operand when
Richard Kenner
1
-1
/
+2
[next]