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/gfortran-test
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-15
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-15
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-11-13
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
Steven Bosscher
2
-0
/
+5
2003-11-13
* config/h8300/lib1funcs.asm: Fix comment typos.
Kazu Hirata
2
-2
/
+6
2003-11-13
lib1funcs.asm (udivsi3): Don't save/restore unused registers.
Kazu Hirata
2
-2
/
+21
2003-11-13
re PR c/13029 (static consts and -Wunused-variable)
Mark Mitchell
4
-2
/
+19
2003-11-13
lib1funcs.asm (DenHighNonZero): Optimize using the approximate quotient method.
Pavel Pisa
2
-25
/
+56
2003-11-13
* decl.c (grokfndecl): Change OK to type tree.
Richard Earnshaw
2
-1
/
+5
2003-11-13
combine.c (distribute_notes): When re-distributing the notes from an insn we ...
Richard Earnshaw
2
-5
/
+13
2003-11-13
re PR rtl-optimization/12926 (Wrong value after assignment in initialize list...
Eric Botcazou
4
-1
/
+60
2003-11-13
lib1funcs.asm (divmodsi4): Clear S0P in DenHighNonZero.
Kazu Hirata
2
-1
/
+6
2003-11-13
re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)
Jan Hubicka
10
-9
/
+104
2003-11-12
re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...
Jason Merrill
2
-10
/
+9
2003-11-13
Daily bump.
GCC Administrator
1
-1
/
+1
2003-11-12
tree.c (build_target_expr_with_type): Treate VA_ARG_EXPR like CONSTRUCTOR.
Mark Mitchell
2
-2
/
+7
2003-11-12
lib1funcs.asm (___mulsi3): Don't save/restore an unused register.
Kazu Hirata
2
-2
/
+5
2003-11-12
re PR bootstrap/12752 (irix bootstrap failure - genmultilib)
Richard Sandiford
2
-2
/
+8
2003-11-12
rs6000-protos.h (rs6000_initial_elimination_offset): Add.
Janis Johnson
5
-91
/
+137
2003-11-12
* g++.dg/parse/crash10.C: Remove bogus error marker.
Mark Mitchell
2
-2
/
+4
2003-11-12
decl.c (cp_make_fname_decl): When creating a top-level __FUNCTION__-like symb...
Mark Mitchell
2
-2
/
+6
2003-11-12
adadecode.c: Use <> form of include for ctype.h.
Rainer Orth
3
-2
/
+7
2003-11-12
re PR target/6552 (make gnatlib_and_tools fails compiling a-chahan.adb on IRI...
Rainer Orth
2
-1
/
+6
2003-11-12
run_acats (host_gnatmake): Use type in a /bin/sh script.
Rainer Orth
3
-5
/
+13
2003-11-12
decl.c (finish_case_label): Do not check that we are within a switch statemen...
Mark Mitchell
3
-19
/
+66
2003-11-12
c-typeck.c (c_convert_parm_for_inlining): Add argnum...
Mike Stump
8
-13
/
+31
2003-11-12
re PR c++/12735 (duplicate error messages for redeclaration errors)
Mark Mitchell
5
-54
/
+91
2003-11-12
re PR rtl-optimization/12953 (tree inline bug and fix)
Alexey Starovoytov
2
-36
/
+46
2003-11-12
re PR java/11045 (int cast bug)
Andrew Haley
2
-3
/
+11
2003-11-12
arm.md (storehi): Avoid use of explicit subreg.
Richard Earnshaw
2
-5
/
+14
2003-11-12
xfail frv-*-*.
Catherine Moore
2
-1
/
+5
2003-11-12
re PR java/11533 (Inlining drops static initialization of inner class)
Andrew Haley
3
-9
/
+39
2003-11-12
* config/sh/sh.md (prefetch): New pattern.
J"orn Rennecke
2
-0
/
+17
2003-11-12
intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code.
Andreas Jaeger
2
-3
/
+4
2003-11-12
c99-const-expr-2.c (foo): Avoid extra warning on 64-bit systems.
Andreas Jaeger
2
-1
/
+8
2003-11-12
intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code.
Andreas Jaeger
2
-2
/
+7
2003-11-12
Resync.
Arnaud Charlet
1
-0
/
+153
2003-11-12
reload1.c (reload): Verify that addresses for reg_equiv_* are valid for the a...
Eric Christopher
2
-0
/
+11
2003-11-12
c90-const-expr-2.c (foo): Avoid extra warning on 64-bit systems.
Andreas Jaeger
4
-3
/
+22
2003-11-12
function.c (purge_addressof_1): Add libcall check.
Eric Christopher
2
-26
/
+34
2003-11-12
* config/h8300/t-h8300: Fix an obsolete comment.
Kazu Hirata
2
-3
/
+4
2003-11-12
Daily bump.
GCC Administrator
1
-1
/
+1
2003-11-11
New tests.
Richard Henderson
2
-0
/
+26
2003-11-11
cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
Jason Merrill
7
-3
/
+128
2003-11-11
* gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
Andreas Jaeger
2
-2
/
+4
2003-11-11
* gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
Andreas Jaeger
2
-1
/
+5
2003-11-11
Undo accidental GET_MODE_BITSIZE damage.
James E Wilson
2
-11
/
+9
2003-11-11
re PR java/12915 (Broken String concatenation)
Tom Tromey
2
-1
/
+9
2003-11-11
lib1funcs.asm: Replace DenHighZero with DenHighNonZero.
Kazu Hirata
2
-4
/
+9
2003-11-11
cgraphunit.c (cgraph_function_possibly_inlined_p): Use really_no_inline.
Jan Hubicka
2
-1
/
+6
2003-11-11
pa.h (TRAMPOLINE_TEMPLATE): Fix flushing of cache lines when generating 64-bi...
John David Anglin
2
-8
/
+14
2003-11-10
rs6000.c (legitimate_lo_sum_address_p): Remove accidental commit in previous ...
David Edelsohn
2
-3
/
+8
2003-11-11
Minor fixes to darwin version of -mpowerpc64.
Fariborz Jahanian
1
-0
/
+8
[prev]
[next]