Age | Commit message (Expand) | Author | Files | Lines |
2007-08-27 | target-supports.exp (check_profiling_available): Set profiling_available_save... | Kazu Hirata | 2 | -0/+6 |
2007-08-27 | re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal... | Daniel Berlin | 5 | -2/+115 |
2007-08-27 | re PR target/31385 (gcc fails to find spill register for decimal arithmetic) | H.J. Lu | 5 | -1/+48 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 12 | -137/+344 |
2007-08-27 | unsigned-long-compare.c: Remove target selector. | Uros Bizjak | 2 | -7/+10 |
2007-08-27 | config.host: Add x86_64-elf target. | Hans Kester | 2 | -0/+6 |
2007-08-27 | simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call. | Tobias Burnus | 2 | -1/+6 |
2007-08-27 | arm-eabi1.c, [...]: Move to gcc.target/arm directory. | Uros Bizjak | 42 | -0/+68 |
2007-08-27 | * gcc.target/i386/tailcall-1.c: Use dg-require-effective-target ilp32. | Uros Bizjak | 2 | -2/+3 |
2007-08-27 | pow-1.c: Fix scan-assembler-not. | Uros Bizjak | 9 | -12/+21 |
2007-08-27 | rtl.h (XCNMPFV): Preserve const-ness of parameters through use of __typeof(). | Chao-ying Fu | 2 | -1/+6 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 32 | -315/+551 |
2007-08-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-08-26 | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 1 | -0/+1 |
2007-08-26 | negative_unit.f: Add new check | Jerry DeLisle | 3 | -0/+51 |
2007-08-26 | re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul... | Jerry DeLisle | 4 | -3/+61 |
2007-08-26 | tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace. | Bernhard Fischer | 5 | -54/+59 |
2007-08-26 | re PR target/32991 (config/alpha/constraints.md is marked as mime-type) | H.J. Lu | 1 | -0/+6 |
2007-08-26 | gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and GFC_ISYM_LGAMMA. | H.J. Lu | 2 | -0/+7 |
2007-08-26 | gfortran.h (gfc_option_t): Add flag_recursive. | Asher Langton | 8 | -9/+125 |
2007-08-26 | re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup... | Tobias Burnus | 4 | -13/+77 |
2007-08-26 | re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA... | Tobias Burnus | 6 | -46/+116 |
2007-08-26 | re PR middle-end/33181 (Revision 127766 generates bad cmov) | H.J. Lu | 4 | -0/+50 |
2007-08-26 | re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (... | Tobias Burnus | 11 | -0/+316 |
2007-08-26 | re PR fortran/33188 (Fortran 2003: Type declarations without componends) | Tobias Burnus | 4 | -5/+28 |
2007-08-26 | re PR target/33151 (Invalid insn with pre_inc) | David Edelsohn | 3 | -10/+23 |
2007-08-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-08-26 | re PR bootstrap/30620 (missing dependencies of gcov-io.h breaks --enable-inte... | Bernhard Fischer | 2 | -2/+10 |
2007-08-25 | configure.ac (--debug-prefix-map check): Change assembler version presumed to... | Joseph Myers | 3 | -2/+8 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 44 | -199/+299 |
2007-08-25 | config.gcc: Add x86_64-elf target. | Hans Kester | 2 | -0/+9 |
2007-08-25 | decl.c (cp_tree_node_structure): Kill TINST_LEVEL case. | Paolo Bonzini | 9 | -114/+126 |
2007-08-25 | expr.c (store_expr): Fix order of store_by_pieces arguments. | Jakub Jelinek | 4 | -4/+62 |
2007-08-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-08-24 | re PR target/11787 (always call memcpy for block move in mips16) | Sandra Loosemore | 11 | -35/+173 |
2007-08-24 | varpool.c (varpool_last_needed_node): Fix comment typo. | Tom Tromey | 3 | -8/+11 |
2007-08-24 | * testsuite/libffi.call/return_sl.c: New test. | David Daney | 2 | -0/+42 |
2007-08-24 | re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia... | Tobias Burnus | 5 | -7/+29 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 38 | -221/+366 |
2007-08-24 | acinclude.m4: Fix duplicate variable names. | Benjamin Kosnik | 3 | -10/+15 |
2007-08-24 | bfin.h (TARGET_CPU_CPP_BUILTINS): Define __NO_BUILTIN if -fno-builtin. | Jie Zhang | 2 | -0/+7 |
2007-08-24 | bfin.c (print_operand): Report error instead of ICE for wrong operand. | Jie Zhang | 2 | -17/+33 |
2007-08-24 | * Makefile.in (GTFILES_H): Use $(patsubst) instead of $(subst). | Michael Matz | 2 | -1/+5 |
2007-08-24 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 164 | -2741/+3544 |
2007-08-24 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO for netbsd. | Benjamin Kosnik | 7 | -2/+179 |
2007-08-24 | re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-... | Richard Guenther | 5 | -37/+77 |
2007-08-24 | re PR fortran/33139 (array pointer assignment gives incorrect dimensions) | Tobias Burnus | 6 | -15/+96 |
2007-08-24 | expr.c (store_expr): Optimize initialization of an array with STRING_CST. | Jakub Jelinek | 6 | -2/+78 |
2007-08-24 | re PR middle-end/33157 (cmov4.c fails on i686) | Uros Bizjak | 2 | -1/+9 |
2007-08-24 | name-lookup.c (add_decl_to_level): Remove addition to vtables chain. | Ollie Wild | 3 | -8/+9 |