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
2001-01-06
integrate.c (copy_rtx_and_substitute): When copying an ignored return value, ...
J"orn Rennecke
1
-3
/
+12
2001-01-04
integrate.c (expand_inline_function): Don't put a virtual register into the r...
J"orn Rennecke
1
-1
/
+10
2000-12-30
alias.c (alias_sets_conflict_p): New function.
Richard Kenner
1
-6
/
+1
2000-12-15
* integrate.c (copy_rtx_and_substitute): Copy mode too.
Jan Hubicka
1
-0
/
+1
2000-11-29
function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...
John David Anglin
1
-3
/
+3
2000-11-07
alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().
Joseph Myers
1
-2
/
+2
2000-10-29
* integrate.c (copy_insn_list): Copy the unchanging flag for calls.
Michael Hayes
1
-0
/
+1
2000-10-13
Remove obstacks.
Mark Mitchell
1
-13
/
+0
2000-09-27
Patch by rth to fix inline-of-an-inline return-value bug.
Donald Lindsay
1
-0
/
+7
2000-09-16
function.h (no_debugging_symbols): New field.
Richard Kenner
1
-8
/
+12
2000-09-11
print-rtl.c (debug_call_placeholder_verbose): New variable.
Alexandre Oliva
1
-3
/
+30
2000-09-11
* integrate.c: Fix formatting.
Kazu Hirata
1
-78
/
+76
2000-09-02
rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
Alexandre Oliva
1
-14
/
+18
2000-08-25
* integrate.c (expand_inline_function): Pull out the original decl.
Jason Merrill
1
-0
/
+4
2000-08-04
alias.c (mark_constant_function): Use INSN_P.
Rodney Brown
1
-3
/
+3
2000-07-07
integrate.c (copy_insn_list): Remove REG_LABEL notes.
Jakub Jelinek
1
-3
/
+11
2000-06-02
alias.c (struct alias_set_entry): New field has_zero_child.
Richard Kenner
1
-1
/
+2
2000-05-31
Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
Richard Kenner
1
-1
/
+1
2000-05-25
combine.c (try_combine): Use any_condjump_p...
Jan Hubicka
1
-1
/
+1
2000-05-04
rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.
Richard Kenner
1
-2
/
+0
2000-05-01
integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and TREE_THIS_VOLATILE.
Jason Merrill
1
-0
/
+2
2000-04-26
integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT before calli...
Jason Merrill
1
-3
/
+3
2000-04-25
dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
Jason Merrill
1
-15
/
+3
2000-04-25
Define FUNCTION_ATTRIBUTE_INLINABLE_P, a target macro to allow functions with
Nick Clifton
1
-1
/
+14
2000-04-21
rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
Richard Kenner
1
-1
/
+1
2000-03-30
calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
Richard Kenner
1
-6
/
+3
2000-03-26
integrate.c (function_cannot_inline_p): Do inline functions that return `void'.
Mark Mitchell
1
-1
/
+2
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-6
/
+7
2000-03-24
integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
Jeffrey A Law
1
-2
/
+1
2000-03-17
Sibling call optimizations.
Jeffrey A Law
1
-88
/
+206
2000-02-27
integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE when copying ...
Mark Mitchell
1
-3
/
+6
2000-02-25
Copyright fixes
Jeff Law
1
-1
/
+2
2000-02-21
defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
Kaveh R. Ghazi
1
-5
/
+5
2000-02-10
function.c (assign_temp): Change zero-sized arrays to size 1.
Jan Hubicka
1
-3
/
+0
2000-02-10
flow.c (mark_regs_live_at_end): Delete unused variables.
Kaveh R. Ghazi
1
-1
/
+1
2000-02-07
calls.c (compute_argument_block_size): New argument preferred_stack_boundary.
Jan Hubicka
1
-1
/
+11
2000-02-04
function.c (diddle_return_value): Rework to use a callback function.
Richard Henderson
1
-0
/
+7
2000-01-19
stupid.c: Die die die.
Richard Henderson
1
-7
/
+0
2000-01-17
combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
Richard Henderson
1
-3
/
+10
2000-01-17
ggc-common.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-14
/
+14
2000-01-03
integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on copied LABEL_...
Mark Mitchell
1
-1
/
+7
1999-12-20
current_function -> cfun
Bernd Schmidt
1
-11
/
+11
1999-12-16
Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
Mark Mitchell
1
-25
/
+81
1999-11-28
integrate.c (mark_stores): Function definition made void, to match previous d...
Philippe De Muyter
1
-1
/
+1
1999-11-23
integrate.h (copy_decl_for_inlining): New declaration.
Mark Mitchell
1
-46
/
+49
1999-11-18
* integrate.c (expand_inline_function): Add necessary check for NULL.
Gavin Romig-Koch
1
-1
/
+2
1999-11-07
* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
Mark Mitchell
1
-1
/
+1
1999-11-01
bitmap.h (BITMAP_XMALLOC): New macro.
Mark Mitchell
1
-10
/
+16
1999-10-31
integrate.c (expand_inline_function): Fix bugs in previous change from Oct 28...
Jeffrey A Law
1
-8
/
+12
1999-10-31
[multiple changes]
Richard Kenner
1
-120
/
+190
[next]