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-04-26
std_cmath.h (std): Explicitly inject c99 names.
Benjamin Kosnik
9
-40
/
+70
2001-04-26
re PR libgcj/2237 (serialization doesn't throw exception on failure)
Bryce McKinlay
4
-121
/
+90
2001-04-26
Restore stack pointer when returning from ffi_closure_UNIX.
Hans Boehm
1
-0
/
+1
2001-04-26
optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.
Mark Mitchell
2
-0
/
+6
2001-04-26
*** empty log message ***
Hans Boehm
1
-1
/
+1
2001-04-25
invoke.texi: Document -Wmissing-braces...
Joseph Myers
3
-21
/
+114
2001-04-25
dwarfout.c (is_pseudo_reg, [...]): Use static inline instead of inline static.
Rainer Orth
2
-4
/
+9
2001-04-25
cygwin.h: Move W32API search to LINK_SPEC to ensure that this directory is al...
Christopher Faylor
2
-3
/
+10
2001-04-25
i386.c (ix86_expand_epilogue): Properly compute size of registers to restore ...
Richard Henderson
2
-2
/
+13
2001-04-25
* config-lang.in (target_libs): Copy from $libgcj_saved.
Alexandre Oliva
2
-1
/
+5
2001-04-25
configure.in (libgcj_saved): Copy from $libgcj.
Alexandre Oliva
2
-0
/
+22
2001-04-25
c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.
Jakub Jelinek
4
-0
/
+70
2001-04-25
ia64.h (CC1_SPEC): Define.
Jakub Jelinek
3
-1
/
+11
2001-04-25
natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...
Kaveh R. Ghazi
2
-1
/
+6
2001-04-25
remove self as maintainer
Gavin Romig-Koch
2
-2
/
+6
2001-04-25
emit-rtl.c (constant_subword): Also do sign extension in BITS_PER_WORD == 16 ...
J"orn Rennecke
2
-2
/
+7
2001-04-25
Forgot this file on last commit.
Bryce McKinlay
1
-3
/
+1
2001-04-25
decl.c (init_decl_processing): Add new class "protectionDomain" field.
Bryce McKinlay
115
-1550
/
+11888
2001-04-25
oops
Jason Merrill
1
-10
/
+0
2001-04-25
* loop.c (try_swap_copy_prop): Go back to checking insn.
Jason Merrill
2
-1
/
+15
2001-04-25
emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check if check_mod...
Jakub Jelinek
4
-1
/
+27
2001-04-25
i386.c (ix86_expand_int_movcc): If overlap between out and comparison sequenc...
Jakub Jelinek
4
-5
/
+30
2001-04-25
decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.
Nathan Sidwell
4
-2
/
+34
2001-04-25
Daily bump.
GCC Administrator
5
-5
/
+5
2001-04-25
Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.
Zack Weinberg
6
-234
/
+211
2001-04-24
except.c (reachable_handlers): Step out one level from a RESX.
Jason Merrill
2
-58
/
+90
2001-04-25
optimize.c: Include hashtab.h.
Zack Weinberg
4
-16
/
+117
2001-04-24
configure.in (CPPFLAGS): Added builddir and srcdir to CPPFLAGS for libtool te...
Alexandre Oliva
3
-288
/
+356
2001-04-24
c-semantics.c (add_scope_stmt): Don't call current_scope_stmt_stack multiple ...
Nathan Sidwell
2
-6
/
+10
2001-04-24
Lazy __FUNCTION__ generation.
Nathan Sidwell
20
-272
/
+431
2001-04-24
pt.c (tsubst_decl): Use VOID_TYPE_P.
Nathan Sidwell
3
-6
/
+11
2001-04-24
If a SYMBOL_REF is in the constant pool, use the pool's SYMBOL_REF.
Nick Clifton
2
-0
/
+9
2001-04-24
Always set STRICT_ALIGNMENT
Nick Clifton
2
-3
/
+6
2001-04-24
Daily bump.
GCC Administrator
5
-5
/
+5
2001-04-24
* gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
Zack Weinberg
2
-2
/
+4
2001-04-23
slist: Include required header files.
Peter Schmid
2
-2
/
+10
2001-04-23
c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid passing neste...
Joseph Myers
4
-1
/
+34
2001-04-23
std_cerrno.h (errno): Define macro from identifier declared with external lin...
Loren J. Rittle
4
-0
/
+22
2001-04-23
acinclude.m4 (CXX): Set to CXX so that in-directory re-configures find the bu...
Benjamin Kosnik
4
-843
/
+861
2001-04-23
configure.in: Move *-chorusos target case to the proper switch.
Anthony Green
2
-3
/
+8
2001-04-23
* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.
Jan Hubicka
2
-0
/
+5
2001-04-23
Daily bump.
GCC Administrator
5
-5
/
+5
2001-04-23
* loop.c (loop_delete_insns): Add prototype.
Mark Mitchell
2
-0
/
+5
2001-04-23
configure.in: Remove ENABLE_STD_NAMESPACE.
Phil Edwards
6
-285
/
+295
2001-04-23
config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h into xm_defines.
Stan Shebs
3
-6
/
+10
2001-04-23
collect2.c (main): Use concat in lieu of xmalloc/sprintf.
Kaveh R. Ghazi
10
-57
/
+40
2001-04-22
except.c (build_throw): Wrap the initialization of the exception object in a ...
Jason Merrill
3
-8
/
+38
2001-04-22
ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS...
Philipp Thomas
3
-7
/
+12
2001-04-22
Makefile.in: Rebuilt.
Tom Tromey
1
-0
/
+537
2001-04-22
Daily bump.
GCC Administrator
5
-5
/
+5
[next]