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
1999-10-03
cpplib.c (if_directive_nameo): Add static prototype.
Kaveh R. Ghazi
1
-1
/
+1
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
1999-09-17
functiion.h (struct function): Add x_whole_function_mode_p.
Mark Mitchell
1
-3
/
+16
1999-09-16
function.c (identify_blocks): Don't shadow a variable in an outer scope.
Mark Mitchell
1
-37
/
+38
1999-09-14
except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...
Mark Mitchell
1
-3
/
+3
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-8
/
+14
1999-09-05
Fix typo in last change.
Mark Mitchell
1
-1
/
+1
1999-09-05
integrate.c (function_cannot_inline_p): Do not inline functions with forced l...
Richard Henderson
1
-0
/
+3
1999-09-04
Change memory mangement and constant pool handling for nested functions to ma...
Bernd Schmidt
1
-1009
/
+82
1999-08-31
rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...
Zack Weinberg
1
-1
/
+2
1999-08-30
integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer just like ...
Jeffrey A Law
1
-2
/
+7
1999-08-25
Warning fixes:
Kaveh R. Ghazi
1
-3
/
+3
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-5
/
+5
1999-08-19
rtl.def (NOTE): Change format to "iuu0n".
Zack Weinberg
1
-3
/
+8
1999-08-18
Combined compare & jump infrastructure
Bernd Schmidt
1
-2
/
+3
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-204
/
+88
1999-04-25
flags.h (inline_max_insns): Declare.
Theodore Papadopoulo
1
-3
/
+22
1999-04-14
graph.c (node_data): Return void.
Zack Weinberg
1
-1
/
+5
1999-04-11
* integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.
Theodore Papadopoulo
1
-1
/
+1
1999-03-06
c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.
Kaveh R. Ghazi
1
-1
/
+1
1999-02-08
output.h (current_function_has_computed_jump): Rename from current_function_a...
Richard Henderson
1
-13
/
+8
1999-02-01
Use varrays for constant-equivalence data:
Ken Raeburn
1
-75
/
+54
1999-01-26
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
Jeffrey A Law
1
-24
/
+33
1999-01-19
rtl.h (rtx_def): Update documentation.
Mark Mitchell
1
-4
/
+4
1999-01-15
Revert mistaken commit from the wrong tree.
Richard Henderson
1
-105
/
+12
1999-01-14
Update copyright.
Richard Henderson
1
-13
/
+106
1999-01-13
integrate.c (expand_inline_function): Recognize (mem (addressof)) and substit...
Richard Henderson
1
-30
/
+45
1998-12-15
Cope with inlining functions which return a multiword CONCAT value
Nick Clifton
1
-1
/
+11
1998-12-09
except.h (struct handler_info): Add handler_number field
Andrew MacLeod
1
-6
/
+1
1998-12-08
See ChangeLog..
Andrew MacLeod
1
-25
/
+42
1998-10-06
loop.c (count_one_set): New static function, broken out of count_loop_regs_set
Bernd Schmidt
1
-91
/
+58
1998-10-01
calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.
Gavin Romig-Koch
1
-7
/
+25
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
[next]