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
2000-07-28
gcc.c (struct prefix_list): Add member priority.
Andrew Cagney
2
-54
/
+78
2000-07-27
[multiple changes]
Alexandre Petit-Bianco
3
-17735
/
+25
2000-07-27
cp-tree.h (function_depth): Declare.
Mark Mitchell
5
-2
/
+104
2000-07-27
c-decl.c (finish_function): Don't treat 'main' specially unless flag_hosted.
Joseph Myers
2
-1
/
+9
2000-07-27
* gcc.dg/c99-main-1.c: New test.
Joseph Myers
2
-0
/
+13
2000-07-27
dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_O...
Jason Merrill
4
-10
/
+25
2000-07-27
Put phi nodes after NOTE_INSN_BASIC_BLOCK.
Mark Mitchell
6
-59
/
+72
2000-07-27
fini.c (main): Avoid automatic aggregate initialization.
Kaveh R. Ghazi
3
-2
/
+10
2000-07-27
expr.h (get_alias_set, [...]): Delete prototypes.
Rodney Brown
3
-5
/
+10
2000-07-27
c-decl.c (store_parm_decls): In C99 mode...
Joseph Myers
2
-1
/
+8
2000-07-27
* gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
Joseph Myers
3
-0
/
+21
2000-07-27
c-parse.in (string): For -Wtraditional, warn about string concatenation only ...
Kaveh R. Ghazi
2
-3
/
+19
2000-07-27
x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES for HI-UX/WE2 systems.
Akiko Matsushita
2
-1
/
+6
2000-07-27
rely* on GCC defining the __xxx_TYPE__ macros
Bruce Korb
6
-123
/
+31
2000-07-27
[multiple changes]
Alexandre Petit-Bianco
3
-25
/
+22
2000-07-27
Daily bump.
Jeff Law
2
-2
/
+2
2000-07-27
decl.c (start_cleanup_fn): Mark the function as `inline'.
Mark Mitchell
5
-2
/
+32
2000-07-27
cpp.texi: Append a trailing full-stop to xrefs where needed.
Andrew Cagney
2
-3
/
+7
2000-07-26
i370.c: Remove LONGEXTERNAL ifdef from alias_number.
Dave Pitts
3
-20
/
+101
2000-07-26
reload.c (find_reloads_toplev): Reload a paradoxical subreg of a mem if the a...
Hans-Peter Nilsson
2
-1
/
+25
2000-07-26
* gcc.c-tortuer/execute/20000726-1.c: New test.
Hans-Peter Nilsson
2
-0
/
+35
2000-07-26
h8300.c (print_operand): Print ":8" when the 'R' operand is suitable for 8-bi...
Kazu Hirata
3
-1
/
+23
2000-07-26
* varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
Hans-Peter Nilsson
2
-1
/
+9
2000-07-27
emit-rtl.c (gen_lowpart_common): Handle cross-compiling between 64-bit and 32...
Geoff Keating
2
-65
/
+100
2000-07-26
ia64.md (movqicc_astep, [...]): New.
Richard Henderson
2
-49
/
+337
2000-07-26
* real.c (asctoeg): Rename `error' label to unexpected_char_error
Rodney Brown
2
-5
/
+9
2000-07-26
Remove definition of __arm__ from CPP_PREDEFINES
Nick Clifton
2
-27
/
+29
2000-07-26
Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
Nick Clifton
2
-1
/
+7
2000-07-26
* parse.y: Add missing ';'.
Marc Espie
2
-1
/
+5
2000-07-26
parse.y (empty_parms): Use `()', not `(...)', when in the scope of `extern "C...
Mark Mitchell
2
-1
/
+7
2000-07-26
lang-specs.h: Remove one /dev/null from tradcpp invocation.
Toon Moene
2
-1
/
+5
2000-07-26
Daily bump.
Jeff Law
2
-2
/
+2
2000-07-26
* gcc.c-torture/execute/enum-2.c: New test.
Alexandre Oliva
2
-0
/
+26
2000-07-26
c-decl.c (finish_enum): Convert enumerations that fit in an `int' to `int'.
Alexandre Oliva
2
-3
/
+26
2000-07-25
* config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
Rodney Brown
2
-0
/
+8
2000-07-25
sh.md (cmpgtdi_t): Must be split.
J"orn Rennecke
2
-7
/
+32
2000-07-25
cpplib.c (_cpp_check_directive): Issue -Wtraditional warnings for indented di...
Zack Weinberg
2
-13
/
+23
2000-07-25
* gcc.dg/cpp/tr-warn3.c: New test.
Kaveh R. Ghazi
2
-0
/
+65
2000-07-25
Kill strict_prototype.
Nathan Sidwell
8
-82
/
+56
2000-07-25
invoke.texi (strict-prototypes): Remove.
Nathan Sidwell
3
-14
/
+45
2000-07-25
implicit1.C: Remove.
Nathan Sidwell
6
-39
/
+16
2000-07-25
* g++.old-deja/g++.other/for2.C: New test.
Nathan Sidwell
2
-0
/
+18
2000-07-25
decl.c (poplevel): Deal with anonymous variables at for scope.
Nathan Sidwell
2
-1
/
+10
2000-07-25
i386.md (andsi_1+1): Allow HImode.
Jakub Jelinek
4
-3
/
+51
2000-07-25
i386.md (call_pop): Check operands[0], not operands[1].
Jakub Jelinek
2
-6
/
+18
2000-07-25
toplev.c (pipe_closed): Delete.
Zack Weinberg
4
-63
/
+39
2000-07-25
rs6000.c (print_operand, case 'T'): New case.
David Edelsohn
3
-309
/
+319
2000-07-25
parse.c: Remove (again.)
Alexandre Petit-Bianco
1
-0
/
+4
2000-07-25
2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
Toon Moene
1
-0
/
+4
2000-07-25
20000630-2.x: Removed.
Toon Moene
1
-2
/
+0
[next]