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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-01-12
loop.h (total_biv_increment): Constify iv_class pointer.
Michael Hayes
4
-9
/
+129
2001-01-12
gthr-win32.h (__gthread_objc_thread_get_data): Save and restore Win32 LastError.
Thomas Pfaff
2
-2
/
+26
2001-01-12
sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside printf.
Joseph Myers
2
-5
/
+9
2001-01-11
i386.c (ix86_comparison_operator, [...]): Convert fp comparison codes to inte...
Jan Hubicka
4
-281
/
+239
2001-01-11
*** empty log message ***
Alan Lehotsky
2
-1
/
+11
2001-01-11
* cppinit.c (do_includes): Fix typo.
Neil Booth
2
-1
/
+6
2001-01-11
Fix constraints in 68HC11/HC12 port
Stephane Carrez
2
-73
/
+97
2001-01-11
* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
Neil Booth
2
-1
/
+5
2001-01-11
[multiple changes]
Neil Booth
5
-38
/
+51
2001-01-11
Fix operand numbers in m68hc11.md
Stephane Carrez
2
-45
/
+53
2001-01-11
sh.c (barrier_align): Recognize branch around far branch and redundant insn.
Alexandre Oliva
2
-1
/
+10
2001-01-11
* invoke.texi: Fix typo.
Neil Booth
1
-1
/
+1
2001-01-11
invoke.texi: Restore documentation of the drivers' switches -MD and -MMD.
Neil Booth
2
-0
/
+24
2001-01-11
std_cstdio.h: Undef printf.
Joseph Myers
2
-0
/
+5
2001-01-11
Cursor.java (Cursor(String)): Set type to custom.
Tom Tromey
2
-3
/
+16
2001-01-11
* config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
Alexandre Oliva
2
-1
/
+3
2001-01-11
Makefile.in (check-gcc//%, [...]): Support parallel testing of multilibs.
Alexandre Oliva
2
-17
/
+39
2001-01-11
Partially undo a previous patch
Bernd Schmidt
5
-37
/
+30
2001-01-11
Update for 2.95.3
Bernd Schmidt
2
-2
/
+7
2001-01-11
encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that determines the v...
Richard Earnshaw
2
-2
/
+10
2001-01-11
decl2.c (get_guard): Set linkage from guarded decl.
Nathan Sidwell
2
-3
/
+13
2001-01-11
instantiate13.C: New test.
Nathan Sidwell
2
-0
/
+29
2001-01-11
call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.
Nathan Sidwell
9
-26
/
+237
2001-01-11
pt.c (unify): Check array has a domain, before checking whether it is variabl...
Nathan Sidwell
3
-0
/
+30
2001-01-11
decl.c (grokparms): Unobfuscate and get correct diagnostic for parameters wit...
Nathan Sidwell
2
-7
/
+19
2001-01-11
parse.y (template_parm_header, [...]): New reductions.
Nathan Sidwell
5
-7
/
+39
2001-01-11
flow.c (flow_call_edges_add): New.
Michael Hayes
3
-0
/
+75
2001-01-11
Daily bump.
Jeff Law
5
-5
/
+5
2001-01-11
* gcc.dg/cpp/if-2.c: Fix bogus update.
Neil Booth
1
-1
/
+1
2001-01-11
* gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
Neil Booth
2
-0
/
+8
2001-01-11
ios.cc: Fix typo: change cout->wcout.
Benjamin Kosnik
5
-7
/
+16
2001-01-11
* mangle.c (write_builtin_type): Fix thinko.
Mark Mitchell
2
-2
/
+4
2001-01-11
pt.c (copy_default_args_to_explicit_spec_1): New function.
Mark Mitchell
3
-25
/
+128
2001-01-11
parse.y (resolve_expression_name): Permit instance variables from enclosing c...
Bryce McKinlay
2
-2
/
+11
2001-01-11
reload1.c (move2add_note_store): Update reg_set_luid even if base reg remains...
J"orn Rennecke
2
-4
/
+7
2001-01-11
Makefile.am: Re-enable dependencies.
Bryce McKinlay
3
-57
/
+623
2001-01-10
Rotate ChangeLog entries.
Jeff Law
2
-15298
/
+15262
2001-01-11
Initialise machine_function structure to zero.
Nick Clifton
2
-1
/
+10
2001-01-11
c-common.h (CTI_VOID_LIST): Remove.
Mark Mitchell
8
-9
/
+32
2001-01-10
*** empty log message ***
Alan Lehotsky
2
-1
/
+6
2001-01-10
Makefile.in (tradcpp0): Depend on mkdeps.h.
Neil Booth
4
-177
/
+190
2001-01-10
output.h (make_function_rtl): Remove prototype.
Mark Mitchell
27
-154
/
+127
2001-01-10
* hwint.h: Revert yesterday's change.
Richard Henderson
2
-24
/
+5
2001-01-10
Remove {save|restore}_machine_status.
Nick Clifton
6
-101
/
+193
2001-01-10
cppinit.c (OPT_g): Remove.
Neil Booth
5
-22
/
+15
2001-01-10
fix constraint for i960.md
Aldy Hernandez
1
-0
/
+5
2001-01-10
fix constraint
Aldy Hernandez
1
-1
/
+1
2001-01-10
std_complex.h: Fix a typo.
Peter Schmid
2
-2
/
+6
2001-01-10
alpha.c (alpha_free_machine_status): New.
Richard Henderson
4
-15
/
+63
2001-01-10
cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not looking at DECL_C...
Mark Mitchell
2
-1
/
+8
[prev]
[next]