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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-27
gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.
Kazu Hirata
2
-4
/
+7
2003-06-27
cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer e...
Kazu Hirata
2
-1
/
+6
2003-06-27
rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...
Kazu Hirata
2
-2
/
+5
2003-06-27
alpha.c (function_arg): Don't pass small aggregates in floating point registers.
Richard Henderson
4
-33
/
+174
2003-06-27
ggc-page.c (inverse_table): Change type of mult to size_t.
Ulrich Weigand
2
-14
/
+9
2003-06-27
Remove extra bits from my previous commit.
Devang Patel
1
-14
/
+0
2003-06-27
toplev.c (rest_of_decl_compilation): Only varpoolize argument when called bef...
Jan Hubicka
2
-2
/
+7
2003-06-27
re PR c++/11332 (Spurious error with casts in ?: expression)
Mark Mitchell
4
-3
/
+22
2003-06-27
* config/darwin.h, config/elfos.h, config/i960/i960-coff.h
Zack Weinberg
5
-11
/
+17
2003-06-27
cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.
Jan Hubicka
2
-2
/
+9
2003-06-27
defaults.h (REGISTER_MOVE_COST): Define default here.
Hans-Peter Nilsson
5
-12
/
+10
2003-06-27
* flags.h: Really install previous change.
Richard Earnshaw
2
-7
/
+17
2003-06-27
rtl.h (emit_note): Remove FILE parameter.
Nathan Sidwell
23
-74
/
+113
2003-06-27
c-tree.h (grokfield): Remove unused filename and line parameters.
Nathan Sidwell
5
-123
/
+94
2003-06-27
stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and OP2 are known to be no...
Kazu Hirata
2
-1
/
+6
2003-06-26
final.c (debug_flush_symbol_queue): New function.
Devang Patel
9
-22
/
+292
2003-06-27
builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to obtain the fo...
Roger Sayle
6
-34
/
+60
2003-06-27
Daily bump.
GCC Administrator
1
-1
/
+1
2003-06-26
ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
Richard Henderson
2
-7
/
+10
2003-06-26
* config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
Richard Henderson
2
-1
/
+5
2003-06-26
emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE instead of rep...
Richard Henderson
2
-2
/
+9
2003-06-26
flow.c (propagate_one_insn): Kill function return value registers across tail...
Richard Henderson
2
-2
/
+8
2003-06-26
flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.
Richard Henderson
2
-3
/
+15
2003-06-26
reload.c (can_reload_into): New function.
J"orn Rennecke
4
-1
/
+243
2003-06-26
h8300.c (compute_a_rotate_length): Fix the references to the amount of a rota...
Kazu Hirata
2
-3
/
+9
2003-06-26
coff.h: Don't include dbxcoff.h.
Nathanael Nerode
3
-6
/
+7
2003-06-26
call.c (build_op_delete_call): Use strip_array_call.
Nathan Sidwell
2
-5
/
+9
2003-06-26
postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.
Kazu Hirata
1
-1
/
+5
2003-06-26
postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.
Kazu Hirata
2
-6
/
+9
2003-06-26
Makefile.in (OBJS): Add postreload.o.
Kazu Hirata
4
-1474
/
+1553
2003-06-26
simd-4.c (main): Added missing semicolon at end of union.
Joern Rennecke
1
-0
/
+5
2003-06-26
avr.c (final_prescan_insn): Remove support for -mrtl.
Kazu Hirata
3
-14
/
+8
2003-06-26
Added missing semicolon at end of union.
Joern Rennecke
1
-1
/
+1
2003-06-26
h8300-protos.h: Change emit_a_rotate to output_a_rotate.
Kazu Hirata
5
-106
/
+82
2003-06-26
re PR c++/8266 (Explicit instantiation of a template outside its namespace is...
Giovanni Bajo
4
-7
/
+56
2003-06-26
builtins.c (expand_builtin_mathfn): Always stabilize the argument list agains...
Roger Sayle
2
-65
/
+46
2003-06-26
* gcc.dg/20030626-1.c: Use signed char.
Eric Botcazou
2
-1
/
+5
2003-06-26
re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...
Eric Botcazou
4
-1
/
+30
2003-06-26
* doc/invoke.texi (-fprofile-values): Document.
Zdenek Dvorak
1
-1
/
+6
2003-06-26
value-prof.c: New.
Zdenek Dvorak
2
-0
/
+165
2003-06-26
sh.md (push_fpscr): Enable for TARGET_SH2E.
Dhananjay Deshpande
2
-3
/
+8
2003-06-26
value-prof.c: New.
Zdenek Dvorak
8
-16
/
+543
2003-06-26
Makefile.in (cfgrtl.o): Add expr.h dependency.
Zdenek Dvorak
5
-1
/
+111
2003-06-26
c-opts.c (missing_arg): Make non-static.
Neil Booth
11
-30
/
+31
2003-06-26
* config/rs6000/power4.md (power4-veccomplex): Correct latency.
David Edelsohn
2
-2
/
+7
2003-06-26
configure.in (ld_vers): Portability [sed].
Loren J. Rittle
3
-336
/
+364
2003-06-26
Daily bump.
GCC Administrator
1
-1
/
+1
2003-06-26
re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...
Mark Mitchell
7
-30
/
+93
2003-06-26
re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...
Mark Mitchell
6
-86
/
+209
2003-06-25
extend.texi: Document new builtin functions for Intel Prescott New Intrunctions.
H.J. Lu
7
-10
/
+447
[next]