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
2002-08-07
mips.md (sunlt_sf, [...]): Remove dependency on TARGET_DOUBLE_FLOAT.
Chris Demetriou
2
-3
/
+8
2002-08-07
lib1funcs.asm (GCC_shcompact_incoming_args): Don't overwrite callee-save regi...
Stephen Clarke
2
-67
/
+73
2002-08-07
Daily bump.
GCC Administrator
3
-3
/
+3
2002-08-06
mips.c (override_options): Set MASK_BRANCHLIKELY in target_flags based on ISA...
Chris Demetriou
4
-4
/
+64
2002-08-07
* ip2k.c (ip2k_set_compare): Add missing iteration variable.
Kaveh R. Ghazi
2
-0
/
+3
2002-08-07
Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not $(GCONFIG_H).
Kaveh R. Ghazi
2
-1
/
+6
2002-08-07
c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.
Aldy Hernandez
4
-0
/
+35
2002-08-06
c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL tha...
Jason Merrill
2
-3
/
+23
2002-08-07
typeck.c (build_x_unary_op): Handle pointer-to-member.
Gabriel Dos Reis
5
-0
/
+48
2002-08-06
Mark __func__ with line number 0, to avoid confusing debuggers.
Dale Johannesen
2
-0
/
+12
2002-08-06
gcov.c: Tidy.
Nathan Sidwell
2
-498
/
+482
2002-08-06
* dwarf2out.c: Remove unused macros.
Neil Booth
2
-17
/
+4
2002-08-06
* function.c (TRAMPOLINE_ALIGNMENT): Always defined.
Neil Booth
2
-6
/
+5
2002-08-06
cppinit.c (struct lang_flags): Rename trigraphs std.
Neil Booth
8
-12
/
+81
2002-08-06
* config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
Jakub Jelinek
2
-1
/
+5
2002-08-06
Fix ChangeLog entry.
Jakub Jelinek
1
-3
/
+2
2002-08-06
i386.c (x86_field_alignment): Apply min for all MODE_INT and MODE_CLASS_INT m...
Jakub Jelinek
4
-1
/
+93
2002-08-06
config.gcc (*-*-linux*): Default to --enable-threads=posix if no --{enable,di...
Jakub Jelinek
2
-48
/
+20
2002-08-06
* doc/install.texi (Binaries): Update Bull Freeware URL.
David Edelsohn
2
-1
/
+5
2002-08-06
* g77.texi (Top): Rename Index to Keyword Index.
Gerald Pfeifer
2
-3
/
+7
2002-08-06
* doc/gcc.texi (Top): Rename Index to Keyword Index.
Gerald Pfeifer
2
-3
/
+7
2002-08-06
Daily bump.
GCC Administrator
3
-3
/
+3
2002-08-05
gcov.c (output_data): Round to % to nearest, tweak formatting.
Nathan Sidwell
6
-100
/
+94
2002-08-05
fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one of the opera...
Jakub Jelinek
4
-8
/
+38
2002-08-05
* consistency.vlad/layout/endian.c: Include string.h.
Jakub Jelinek
2
-0
/
+5
2002-08-05
config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
Douglas B Rupp
5
-130
/
+18
2002-08-05
Index: ChangeLog
Geoffrey Keating
18
-24
/
+19
2002-08-05
* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
Geoffrey Keating
2
-1
/
+14
2002-08-05
* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
Gabriel Dos Reis
2
-0
/
+11
2002-08-05
Add missing file
Bernd Schmidt
1
-0
/
+93
2002-08-05
invoke.texi: Improve description of -fno-finite-math-only flag.
Toon Moene
2
-4
/
+8
2002-08-05
Daily bump.
GCC Administrator
3
-3
/
+3
2002-08-04
invoke.texi: Remove duplicated paragraph describing TARGET_SWITCHES.
Chris Demetriou
2
-5
/
+5
2002-08-05
Fix PR/2213
Gabriel Dos Reis
4
-0
/
+33
2002-08-05
install.texi (Installing GCC): Refer to buildstat.html, rather than listing v...
Mark Mitchell
1
-5
/
+1
2002-08-04
Index: ChangeLog
Geoffrey Keating
38
-154
/
+140
2002-08-04
Remove one of the files checked in previously
Bernd Schmidt
2
-257
/
+3
2002-08-04
Add the FRV port
Bernd Schmidt
23
-0
/
+22549
2002-08-04
gcov.c (bb_file_time): New static variable.
Nathan Sidwell
3
-324
/
+441
2002-08-04
gcc-common.texi (version-GCC): Increase to 3.3.
Joseph Myers
6
-3
/
+15
2002-08-04
gcc.c (cc1_options): Pass output file as auxbase when appropriate.
Nathan Sidwell
7
-20
/
+87
2002-08-04
i386.c (x86_field_alignment): Remove duplicate test of TARGET_ALIGN_DOUBLE.
Nathan Sidwell
2
-3
/
+6
2002-08-04
cp-tree.h (VF_DERIVED_VALUE): Remove.
Nathan Sidwell
3
-13
/
+13
2002-08-04
diagnostic.c (inform): New function.
Gabriel Dos Reis
3
-0
/
+20
2002-08-04
re PR c++/7470 (Vtable: virtual function pointers not in declaration order)
Nathan Sidwell
2
-124
/
+66
2002-08-04
Daily bump.
GCC Administrator
3
-3
/
+3
2002-08-04
* gcc.dg/builtins-1.c: New testcase.
Roger Sayle
2
-0
/
+32
2002-08-03
rs6000.md (movsi_internal1): Add nop mnemonic.
David Edelsohn
4
-14
/
+41
2002-08-03
builtins.def: Define new builtin functions exp...
Roger Sayle
8
-7
/
+145
2002-08-03
explow.c (int_expr_size): New fn.
Jason Merrill
4
-1
/
+31
[prev]
[next]