OSDN Git Service

pf3gnuchains/gcc-fork.git
2011-01-19 jsm28 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
2011-01-19 jsm28 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove...
2011-01-19 jsm28 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
2011-01-19 ianGenerate an init function if any global variable needs...
2011-01-19 bkoz2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
2011-01-19 jakub * ipa-split.c (find_return_bb): Use single_pred_p...
2011-01-19 jakub * ipa-split.c: Spelling fixes.
2011-01-19 rthmn10300: Add support in longlong.h.
2011-01-19 rthmn10300: Use reg_or_am33_const_operand in mulsi3.
2011-01-19 uweigand * config/spu/spu.h (MOVE_RATIO): Return 4 in the ...
2011-01-19 rthmn10300: Implement adddi3, subdi3.
2011-01-19 rthmn10300: Emit retf instruction
2011-01-19 rthmn10300: tidy pic address loading
2011-01-19 rthmn10300: Cleanup all arithmetic.
2011-01-19 rthmn10300: Explicitly represent MDR in multiply and divide.
2011-01-19 rthmn10300: Expose the MDR register to register allocation.
2011-01-19 rthmn10300: Cleanup legitimate addresses
2011-01-19 rthmn10300: Cleanup secondary reloads
2011-01-19 rthmn10300: Re-write move patterns.
2011-01-19 ianImprove check for const initializer loop.
2011-01-19 ianCheck for error type when getting type of binary expres...
2011-01-19 ianFix handling of anonymous field in struct with pointer...
2011-01-19 jakub PR c++/47303
2011-01-19 amylaar * doc/tm.texi.in: Spell out that a lack of register...
2011-01-19 jakub PR rtl-optimization/47337
2011-01-19 uweigand PR testsuite/45342
2011-01-19 uweigand PR tree-optimization/46021
2011-01-19 ianAvoid crash with extra struct initializers with abstrac...
2011-01-19 ianFix generating type descriptor for array with float...
2011-01-19 ianDon't crash using value of something with no value.
2011-01-19 ianFix struct with field of pointer to array of same struct.
2011-01-19 redi2011-01-19 Graham Reed <greed@pobox.com>
2011-01-19 bkoz2011-01-18 Benjamin Kosnik <bkoz@redhat.com>
2011-01-19 gccadminDaily bump.
2011-01-18 jakub PR tree-optimization/47290
2011-01-18 janus2011-01-18 Janus Weil <janus@gcc.gnu.org>
2011-01-18 sje PR target/46997
2011-01-18 danglin * doc/extend.texi: Mention __float128 support on hppa...
2011-01-18 ebotcazou PR middle-end/46894
2011-01-18 uweigand PR tree-optimization/47179
2011-01-18 mrs2011-01-18 Dominique d'Humieres <dominiq@lps.ens.fr>
2011-01-18 rguenth2011-01-18 Richard Guenther <rguenther@suse.de>
2011-01-18 ramana2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan...
2011-01-18 paolo2011-01-18 Paolo Carlini <paolo.carlini@oracle.com>
2011-01-18 jakub PR rtl-optimization/47299
2011-01-18 vapierdrop gdb mask for Blackfin targets
2011-01-18 vapierlibiberty: add .gitignore
2011-01-18 gccadminDaily bump.
2011-01-17 jason PR c++/47067
2011-01-17 jason * parser.c (cp_parser_range_for): Remove the "unused...
2011-01-17 jakub PR fortran/47331
2011-01-17 nicolaIn gcc/objc/:
2011-01-17 rsandifogcc/testsuite/
2011-01-17 burnus2011-01-17 Tobias Burnus <burnus@net-b.de>
2011-01-17 rwildMarkup and minor fixes in LTO documentation.
2011-01-17 burnus2011-01-17 Tobias Burnus <burnus@net-b.de>
2011-01-17 rthrx: Split adddi3 and subdi3 after reload.
2011-01-17 rthrx: Replace sat builtin with ssaddsi3 pattern.
2011-01-17 rthrx: Rewrite the bit manipulation patterns.
2011-01-17 rthrx: Fix incorrect usage of + in output operands.
2011-01-17 rthrx: Cleanup non-VOIDmode SETs.
2011-01-17 rthrx: Cleanup flags generation.
2011-01-17 rthrx: Implement cstoresf4.
2011-01-17 rthrx: Remove %B workaround.
2011-01-17 rthrx: Split movsicc post-reload.
2011-01-17 rthrx: Split cstoresi4 post-reload.
2011-01-17 rthrx: Cleanup conditional branches.
2011-01-17 rthrx: Remove rx_compare_redundant.
2011-01-17 rthrx: Move SELECT_CC_MODE to function.
2011-01-17 paolo2011-01-17 Paolo Carlini <paolo.carlini@oracle.com>
2011-01-17 ro * g++.old-deja/g++.other/init19.C: Don't XFAIL on...
2011-01-17 rth * except.c (dump_eh_tree): Fix stray ; after...
2011-01-17 krebbel2011-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2011-01-17 rguenth2011-01-17 Richard Guenther <rguenther@suse.de>
2011-01-17 roNote PR.
2011-01-17 ro * config/sparc/sparc.c (sparc_sr_alias_set): Don't...
2011-01-17 hjlCorrect mask operand for AVX mask load/store.
2011-01-17 ebotcazou PR target/46655
2011-01-17 rguenth2011-01-17 Richard Guenther <rguenther@suse.de>
2011-01-17 burnus2011-01-17 Tobias Burnus <burnus@net-b.de>
2011-01-17 rwilddoc: wrap long lines in install.texi.
2011-01-17 jbPR47296 Segfault when running out of file descriptors
2011-01-17 paolo2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2011-01-17 danglin PR testsuite/47325
2011-01-17 gccadminDaily bump.
2011-01-16 rsandifogcc/testsuite/
2011-01-16 rsandifogcc/testsuite/
2011-01-16 rsandifogcc/
2011-01-16 paolo2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2011-01-16 jakub PR libfortran/47322
2011-01-16 paolo2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2011-01-16 gerald * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
2011-01-16 burnus2011-01-15 Tobias Burnus <burnus@net-b.de>
2011-01-16 jakub PR fortran/46625
2011-01-16 jakub * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
2011-01-16 jakub PR fortran/46416
2011-01-16 jakub PR fortran/46416
2011-01-16 jakub PR fortran/46402
2011-01-16 fdumont2011-01-16 François Dumont <francois.cppdevs@free.fr>
2011-01-16 gccadminDaily bump.
next