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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-03-28
java-tree.h (throw_node): Define as a single member of java_global_trees inst...
Richard Henderson
7
-28
/
+32
2001-03-28
decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.
Richard Henderson
4
-24
/
+12
2001-03-28
decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...
Richard Henderson
5
-24
/
+60
2001-03-28
Daily bump.
GCC Administrator
5
-5
/
+5
2001-03-28
regmove.c (perhaps_ends_bb_p): Use can_throw_internal to reduce false positives.
Richard Henderson
2
-4
/
+13
2001-03-27
stmt.c (expand_return): Remove always true predicate.
Richard Henderson
2
-39
/
+8
2001-03-27
sched-deps.c (sched_analyze_insn): Consolidate scheduling barrier code.
Richard Henderson
2
-46
/
+43
2001-03-27
rtlanal.c (rtx_addr_can_trap_p): Virtual registers cannot trap.
Richard Henderson
2
-5
/
+22
2001-03-27
except.c (can_throw_internal): Rename from can_throw.
Richard Henderson
4
-8
/
+11
2001-03-27
integrate.c (copy_insn_list): Use returnjump_p.
Richard Henderson
2
-22
/
+39
2001-03-27
function.h (struct function): Move all boolean valued fields to single bit fi...
Richard Henderson
2
-83
/
+92
2001-03-27
flow.c (cleanup_cfg): Take no argument.
Richard Henderson
5
-13
/
+15
2001-03-27
flow.c (tidy_fallthru_edges): Don't combine complex edges.
Richard Henderson
3
-7
/
+37
2001-03-27
Remove flag_new_exceptions.
Richard Henderson
7
-26
/
+16
2001-03-27
combine.c (distribute_notes): If non-call exceptions, put the note on the tra...
Richard Henderson
2
-0
/
+22
2001-03-27
except.h (flag_non_call_exceptions): Move ...
Richard Henderson
3
-4
/
+6
2001-03-27
Make -fsjlj-exceptions a configure option.
Richard Henderson
19
-316
/
+374
2001-03-27
* parse.y (source_end_java_method): Likewise.
Richard Henderson
2
-4
/
+5
2001-03-27
gthr-single.h (UNUSED): New.
Richard Henderson
2
-15
/
+27
2001-03-27
bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.
Richard Henderson
10
-15
/
+26
2001-03-28
* memchr.c (memchr): Adjust condition to avoid infinite loop.
Kaveh R. Ghazi
2
-1
/
+5
2001-03-28
configure.in: Don't check for bcopy.
Kaveh R. Ghazi
5
-117
/
+103
2001-03-27
rtl.h (LCT_NORETURN): New.
Richard Henderson
3
-1
/
+38
2001-03-27
function.c (expand_function_start): Set DECL_REGISTER on a pseudo used for DE...
Richard Henderson
2
-1
/
+9
2001-03-28
objc-act.c (objc_init): Use dump_base_name.
Stan Shebs
2
-31
/
+78
2001-03-28
Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly.
Alexandre Oliva
5
-21
/
+36
2001-03-28
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
Alexandre Oliva
2
-1
/
+5
2001-03-28
pt.c (check_default_tmpl_args): Make error messages clearer.
Phil Edwards
2
-2
/
+10
2001-03-28
InitialContext.java (init): Fix typo.
Joerg Brunsmann
4
-8
/
+24
2001-03-28
* reload1.c (eliminate_regs): Don't abort on MEM USEs.
John David Anglin
2
-0
/
+10
2001-03-27
Fix ia64-linux kernel miscompile, bad unwind info when reorder epilogue block.
Jim Wilson
3
-6
/
+58
2001-03-27
Makefile.in (SYSTEM_H): Define.
Kaveh R. Ghazi
9
-218
/
+238
2001-03-27
Fix ia64-linux ICE on bash.
Jim Wilson
2
-12
/
+53
2001-03-27
* cppmacro.c (stringify_arg): Null terminate strings.
Neil Booth
2
-2
/
+8
2001-03-27
config.gcc (m68hc11-*-*, [...]): Convert to new tm.h inclusion style.
Zack Weinberg
7
-167
/
+30
2001-03-27
c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.
Benjamin Kosnik
2
-6
/
+7
2001-03-27
tests_flags.in: Change the order of libstdc++ and libc
Peter Schmid
2
-31
/
+39
2001-03-27
system.h: Include symcat.h.
Kaveh R. Ghazi
11
-29
/
+25
2001-03-27
Daily bump.
GCC Administrator
5
-5
/
+5
2001-03-27
* c-typeck.c (digest_init): Fold init expression.
Alan Modra
4
-0
/
+12
2001-03-27
dump.c (dump_access): New function.
Mike Yang
2
-3
/
+50
2001-03-27
basic_file.h (get_fileno): Remove.
Benjamin Kosnik
11
-100
/
+85
2001-03-27
* sbitmap.c (sbitmap_copy): Call memcpy, not bcopy.
Kaveh R. Ghazi
2
-2
/
+5
2001-03-27
except.c (eh_regs): Save results of build_pointer_type to a temp as FUNCTION_...
Alan Modra
2
-4
/
+9
2001-03-27
configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
Jon Beniston
9
-70
/
+265
2001-03-27
c-common.h (DECL_NUM_STMTS): New macro.
Mark Mitchell
17
-40
/
+171
2001-03-27
Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...
Bryce McKinlay
3
-2
/
+8
2001-03-26
error.c: Also undefine 'A' macro used for cp_printers definition.
Phil Edwards
1
-0
/
+1
2001-03-26
configure.in: Make target subdirectory in build dir.
Bryce McKinlay
5
-717
/
+1026
2001-03-26
parse.y (find_as_inner_class): Follow current package indications not to mist...
Alexandre Petit-Bianco
2
-1
/
+17
[next]