Age | Commit message (Expand) | Author | Files | Lines |
2005-08-12 | invoke.texi (C++ Dialect Options): Add dynamic_cast to description of -Wold-s... | Gerald Pfeifer | 2 | -3/+8 |
2005-08-12 | 005-08-12 Thomas Koenig <Thomas.Koenig@online.de> | Thomas Koenig | 2 | -1/+6 |
2005-08-12 | * MAINTAINERS (Write After Approval): Add myself. | Maciej W. Rozycki | 2 | -0/+5 |
2005-08-12 | re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati... | Morgan Deters | 2 | -1/+11 |
2005-08-12 | configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS... | Paolo Bonzini | 5 | -602/+629 |
2005-08-12 | linux.h (TARGET_THREAD_SSP_OFFSET): Define. | Andreas Krebbel | 5 | -7/+100 |
2005-08-12 | s390.md ("*movdf_31"): Changed constraint from P to K. | Andreas Krebbel | 2 | -1/+5 |
2005-08-12 | lib1funcs.asm: Error if __ARM_ARCH__ not set. | Paul Brook | 2 | -0/+8 |
2005-08-12 | predicates.md (setmem_operand): New predicate. | Andreas Krebbel | 4 | -3/+70 |
2005-08-12 | s390.c (s390_extract_part, [...]): Type cast added. | Andreas Krebbel | 3 | -16/+33 |
2005-08-12 | s390.c (CONST_OK_FOR_J, [...]): New macros. | Andreas Krebbel | 2 | -19/+33 |
2005-08-12 | s390.c (s390_split_branches, [...]): Don't set save_return_addr_p. | Andreas Krebbel | 2 | -14/+17 |
2005-08-12 | re PR c++/8271 (Templates and pointers to const member functions) | Giovanni Bajo | 2 | -0/+53 |
2005-08-12 | re PR c++/21799 (Spurious ambiguity with pointers to members) | Nathan Sidwell | 2 | -29/+32 |
2005-08-12 | gcc.c (LINK_SSP_SPEC): Remove space before a trailing }. | Kaz Kojima | 2 | -2/+7 |
2005-08-12 | Fix date of last entry, remove extra whitespace | Andreas Jaeger | 1 | -3/+3 |
2005-08-12 | pr22514.C: Move to... | James A. Morrison | 2 | -0/+5 |
2005-08-11 | Fix debian bug 307503, error compiling libatomic-ops package. | James E Wilson | 2 | -0/+11 |
2005-08-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-08-11 | re PR c++/23266 (ICE on pure specifier for static method) | Volker Reichelt | 4 | -5/+45 |
2005-08-11 | dwarf2out.c (add_location_or_const_value_attribute): Prefer locations gathere... | Jakub Jelinek | 2 | -11/+18 |
2005-08-11 | dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it down... | Jakub Jelinek | 2 | -31/+44 |
2005-08-11 | configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test. | Jakub Jelinek | 9 | -116/+433 |
2005-08-11 | altivec.md: Change constraint "m" to "Z". | David Edelsohn | 4 | -19/+55 |
2005-08-11 | re PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659) | Richard Henderson | 2 | -1/+9 |
2005-08-11 | re PR target/22225 (Tru64 UNIX testsuite failure: gcc.dg/vect/pr18536.c: ICE ... | Richard Henderson | 2 | -0/+19 |
2005-08-11 | re PR target/23250 (4.0.1 switch -mcallee-super-interworking generating wrong... | Richard Earnshaw | 2 | -0/+11 |
2005-08-11 | * ChangeLog: forgot to add ChangeLog entry in previous commit. | François-Xavier Coudert | 1 | -0/+5 |
2005-08-11 | re PR libfortran/20006 ($ format extension doesn't work) | Francois-Xavier Coudert | 14 | -6/+206 |
2005-08-11 | [multiple changes] | Andrew Haley | 3 | -7/+23 |
2005-08-11 | x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition. | Rainer Orth | 2 | -0/+6 |
2005-08-11 | split-for-gcj.sh: Don't use unportable %{parameter%word}. | Rainer Orth | 2 | -5/+10 |
2005-08-11 | * doc/rtl.texi: Fix two typos. | Wu Zhou | 2 | -2/+6 |
2005-08-11 | re PR c++/23219 (ICE: Segmentation fault in decl_namespace_context) | Nathan Sidwell | 4 | -96/+112 |
2005-08-11 | re PR target/23289 (tail call optimization not performed) | Richard Guenther | 4 | -2/+48 |
2005-08-11 | vect-67.c: Un-xfail. | James A. Morrison | 2 | -1/+5 |
2005-08-11 | re PR c++/23225 (tree check: expected class type, have exceptional (error_mar... | James A. Morrison | 4 | -1/+23 |
2005-08-10 | Fix problem reported by Mike Stump on the gcc list, useless default defintion. | James E Wilson | 5 | -22/+9 |
2005-08-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-08-10 | forgot to add the PR marker: | Andrew Pinski | 1 | -0/+1 |
2005-08-10 | re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift) | Thomas Koenig | 6 | -15/+134 |
2005-08-10 | rs6000.c (mems_ok_for_quad_peep): Rewrite. | Eric Christopher | 3 | -77/+96 |
2005-08-10 | darwin.c (machopic_indirect_data_reference): Use a new register for the high ... | Andrew Pinski | 2 | -2/+9 |
2005-08-10 | config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file. | H.J. Lu | 7 | -3/+108 |
2005-08-10 | re PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac) | Alfred M. Szmidt | 3 | -0/+8 |
2005-08-10 | md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus): | Dorit Nuzman | 3 | -1/+44 |
2005-08-10 | predicates.md (indexed_or_indirect_address): New. | David Edelsohn | 3 | -1/+15 |
2005-08-10 | lib1funcs.asm (__aeabi_uidiv, [...]): New aliases. | Richard Sandiford | 7 | -4/+123 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 15 | -59/+111 |
2005-08-10 | re PR target/23309 (m32r-linux-gcc ICE: in extract_insn, at recog.c) | Kazuhiro Inaoka | 2 | -1/+7 |