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/existing-fp8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-07-01
gcc.c (STANDARD_STARTFILE_PREFIX_1): Define.
Aaron W. LaFramboise
4
-9
/
+56
2004-07-01
tree-sra.c (sra_walk_expr): Don't maybe_lookup_element_for_expr in order to d...
Richard Henderson
2
-9
/
+13
2004-07-01
cppinternals.texi, [...]: Use terminology "testsuite" and "enumerated".
Joseph Myers
8
-48
/
+54
2004-07-01
dwarf2out.c (reg_save): Use INVALID_REGNUM.
Richard Henderson
2
-9
/
+21
2004-07-01
* gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL.
Richard Kenner
2
-1
/
+7
2004-07-01
tree-pretty-print.c (dump_generic_node, [...]): Use access functions for lowe...
Richard Kenner
2
-12
/
+19
2004-07-01
c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
Paolo Bonzini
2
-0
/
+5
2004-07-01
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
Per Bothner
2
-1
/
+5
2004-07-01
Fix copy/paste error.
Paul Brook
1
-2
/
+2
2004-07-01
expr.c (expand_assignment): Optimize bitfld += cst for 1 bit bitfields as well.
Jakub Jelinek
2
-17
/
+45
2004-07-01
c-pretty-print.c (pp_c_postfix_expression): Handle floating-point comparison ...
Paolo Bonzini
2
-0
/
+70
2004-07-01
simplify-rtx.c (simplify_binary_operation): Use rtx_cost instead of "had_mult...
Roger Sayle
2
-11
/
+15
2004-07-01
alias.c (get_alias_set, [...]): Use MEM_P.
Jerry Quinn
45
-459
/
+567
2004-07-01
Rotate ChangeLog
Steven Bosscher
2
-21016
/
+21017
2004-07-01
alias.c (get_alias_set, [...]): Use MEM_P.
Jerry Quinn
1
-3
/
+3
2004-07-01
stmt.c (check_seenlabel): Remove.
Steven Bosscher
2
-58
/
+5
2004-07-01
function.h (struct function): Remove x_function_call_count.
Richard Henderson
8
-33
/
+19
2004-07-01
re PR c/1027 (slightly misleading printf format warning)
Joseph Myers
15
-112
/
+190
2004-07-01
target.h (struct gcc_target): Add new field to struct cxx: import_export_class.
Nick Clifton
6
-1
/
+37
2004-07-01
* gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
Eric Botcazou
2
-1
/
+6
2004-07-01
builtins.c (fold_builtin_classify): Fix typo.
Paolo Bonzini
2
-1
/
+5
2004-07-01
function.c (identify_blocks, [...]): Remove.
Richard Henderson
4
-92
/
+7
2004-07-01
builtins.c (fold_builtin_classify): New.
Paolo Bonzini
7
-5
/
+285
2004-07-01
function.h (struct function): Remove dont_emit_block_notes.
Richard Henderson
8
-54
/
+24
2004-07-01
cgraph.h (cgraph_build_static_cdtor): Declare.
Richard Henderson
13
-201
/
+196
2004-07-01
* match.c (var_element): Remove unused variable.
Richard Henderson
2
-1
/
+2
2004-07-01
expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a constant as a se...
Roger Sayle
2
-1
/
+31
2004-07-01
Index: gcc/ChangeLog
Geoffrey Keating
15
-120
/
+791
2004-07-01
rs6000.c (rs6000_mixed_function_arg): Rewrite.
Alan Modra
2
-176
/
+140
2004-07-01
pa-protos.h (prefetch_operand): Add prototype.
John David Anglin
5
-0
/
+148
2004-06-30
function.h (struct function): Remove x_whole_function_mode_p.
Richard Henderson
9
-38
/
+22
2004-06-30
tree.h (immediate_size_expand): Delete.
Richard Henderson
12
-54
/
+25
2004-07-01
Daily bump.
GCC Administrator
1
-1
/
+1
2004-06-30
gimplify.c (gimplify_compound_lval): Take fallback argument instead of want_l...
Richard Henderson
4
-245
/
+197
2004-06-30
tree-gimple.c (right_assocify_expr): Kill
Richard Henderson
4
-76
/
+5
2004-06-30
function.h (struct function): Remove x_last_parm_insn, inl_last_parm_insn.
Richard Henderson
3
-18
/
+6
2004-06-30
call.c (build_over_call), [...]): Call check_function_arguments instead of ch...
Joseph Myers
5
-6
/
+30
2004-06-30
* function.c, rtl.h (get_first_nonparm_insn): Remove.
Richard Henderson
3
-12
/
+4
2004-06-30
c-common.h (check_function_format): Remove first parameter.
Joseph Myers
7
-144
/
+124
2004-06-30
sparc-protos.h (output_cbranch): Constify return value.
Eric Botcazou
4
-26
/
+46
2004-06-30
common.opt (ftree-loop-optimize): New flag.
Zdenek Dvorak
8
-2
/
+134
2004-06-30
tree-ssa-loop-ch.c: New file.
Zdenek Dvorak
12
-402
/
+1201
2004-06-30
compat-common.h: Wrap up CINT in an #ifndef SKIP_COMPLEX_INT/#endif pair.
Eric Botcazou
2
-0
/
+12
2004-06-30
call.c (build_over_call): Use __builtin_memcpy for copying CLASS_AS_BASE rath...
Richard Henderson
2
-22
/
+24
2004-06-30
init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of fu...
Richard Henderson
2
-2
/
+30
2004-06-30
prefix.c (lookup_key): Cast buffer to LPBYTE.
Aaron W. LaFramboise
2
-2
/
+6
2004-06-30
Conditionally compile support for --enable-mapped_location.
Per Bothner
9
-31
/
+74
2004-06-30
Conditionally compile support for --enable-mapped_location.
Per Bothner
9
-20
/
+106
2004-06-30
Conditionally compile support for --enable-mapped_location.
Per Bothner
22
-93
/
+180
2004-06-30
Conditionally compile support for --enable-mapped_location.
Per Bothner
12
-71
/
+89
[next]