Age | Commit message (Expand) | Author | Files | Lines |
2007-03-01 | * Make-lang.in: Add dummy lang.install-pdf target. | Brooks Moses | 2 | -2/+7 |
2007-03-01 | arm.c (arm_legitimate_index_p): Limit iWMMXt addressing modes to LDRD for DIm... | Paul Brook | 4 | -16/+85 |
2007-03-01 | tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the unroll factor b... | Zdenek Dvorak | 5 | -18/+192 |
2007-03-01 | re PR c++/23689 (Malformed typedef silently ignored) | Simon Baldwin | 6 | -4/+42 |
2007-03-01 | expr.c (emit_move_complex_push): Export. | Richard Henderson | 4 | -11/+48 |
2007-03-01 | i386.c (ix86_modes_tieable_p): Fix typo, use also size of mode1 to check for ... | Uros Bizjak | 2 | -1/+6 |
2007-03-01 | Makefile.in (rtlanal.o): Depend on tree.h. | Richard Sandiford | 10 | -93/+175 |
2007-03-01 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Tobias Burnus | 2 | -4/+12 |
2007-03-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-02-28 | revert: Makefile.def (dependencies): Add dependency for install-target-libssp... | Eric Christopher | 2 | -26/+28 |
2007-02-28 | re PR middle-end/30364 (Wrong variable ranges due to constant folding) | Richard Guenther | 6 | -4/+96 |
2007-02-28 | builtin-frexp-1.c: On mips*-*-irix6* and powerpc*, use -funsafe-math-optimiza... | Kaveh R. Ghazi | 4 | -0/+16 |
2007-02-28 | builtins.c (fold_builtin_call_list, [...]): Delete, and replace with... | Sandra Loosemore | 18 | -338/+398 |
2007-02-28 | predict.def (PRED_TREE_EARLY_RETURN, [...]): Update outcomes. | Jan Hubicka | 2 | -3/+8 |
2007-02-28 | re PR fortran/30888 (%VAL construct fails with argument procedures) | Tobias Burnus | 7 | -41/+101 |
2007-02-28 | Make-lang.in (doc/gnat_ugn_unw.texi): Depend on $(gcc_docdir)/include/gcc-com... | Andreas Schwab | 2 | -4/+11 |
2007-02-28 | re PR fortran/30968 ([4.1 only] Bogus warning with continued lines of concate... | Tobias Burnus | 4 | -2/+42 |
2007-02-28 | target-supports.exp (check_profiling_available): Not available for bfin-*-*. | Bernd Schmidt | 2 | -0/+3 |
2007-02-28 | thunk7.C: New test. | Bernd Schmidt | 2 | -0/+59 |
2007-02-28 | Fixup whitespacing. | Mike Stump | 1 | -8/+9 |
2007-02-28 | calls.c (emit_library_call_value_1): Handle partial registers correctly when ... | Bernd Schmidt | 2 | -1/+17 |
2007-02-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-02-28 | predicates.md (move_src_operand): Allow zero for mode. | John David Anglin | 3 | -2/+11 |
2007-02-27 | re PR target/30970 (Register zeroing by xor N,N should be moved out of loop) | Uros Bizjak | 5 | -7/+44 |
2007-02-27 | darwin-crt3.c: Avoid compilation when compiling for a kext multilib. | Mike Stump | 2 | -0/+10 |
2007-02-27 | mkheaders.in (incdir): Use include-fixed not include. | Joseph Myers | 4 | -50/+65 |
2007-02-27 | t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and _smulsi3_highpart. | Bernd Schmidt | 4 | -1/+98 |
2007-02-27 | c-common.c (get_priority): Add check for SUPPORTS_INIT_PRIORITY. | Mark Mitchell | 4 | -8/+21 |
2007-02-27 | bfin.md (rotl16, [...]): New patterns. | Bernd Schmidt | 2 | -0/+33 |
2007-02-27 | bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg instead of R2. | Bernd Schmidt | 2 | -1/+4 |
2007-02-27 | trans-array.c (structure_alloc_comps): Use correct type for null pointer cons... | Richard Guenther | 2 | -1/+6 |
2007-02-27 | bfin.md (ssashiftv2hi3, [...]): Fix output template to use half reg for opera... | Bernd Schmidt | 2 | -4/+7 |
2007-02-27 | bfin.h (enum reg_class, [...]): Add D0REGS through D7REGS. | Bernd Schmidt | 3 | -19/+543 |
2007-02-27 | bfin.c: Include "cfglayout.h". | Bernd Schmidt | 2 | -86/+340 |
2007-02-27 | bfin.md (doloop_end): FAIL if counter reg isn't SImode. | Bernd Schmidt | 2 | -1/+7 |
2007-02-27 | * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi. | Andreas Schwab | 2 | -1/+5 |
2007-02-27 | predict.c (last_basic_block_p): Remove. | Jan Hubicka | 2 | -25/+37 |
2007-02-27 | * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency. | Brooks Moses | 2 | -1/+6 |
2007-02-27 | gcj.texi: Standardize title page. | Brooks Moses | 2 | -2/+5 |
2007-02-26 | gcc/ChangeLog --------------------------------------------------------- | Brooks Moses | 15 | -52/+75 |
2007-02-27 | stabs-attrib-vect-darwin.c: Allow for more builtin types. | Geoffrey Keating | 2 | -1/+4 |
2007-02-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-02-27 | class1.C: Port to Darwin. | Geoffrey Keating | 3 | -3/+8 |
2007-02-27 | predict.def: Set outcomes according to more recent results. | Jan Hubicka | 3 | -23/+19 |
2007-02-26 | loop-iv.c (simplify_using_initial_values): Fix oversight in previous change; ... | Bernd Schmidt | 2 | -1/+9 |
2007-02-26 | builtin-modf-1.c: Use -fno-finite-math-only on sh* targets. | Kaveh R. Ghazi | 2 | -0/+6 |
2007-02-26 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Thomas Koenig | 4 | -8/+67 |
2007-02-26 | c-decl.c (static_ctors): Move to c-common.c. | Mark Mitchell | 7 | -36/+99 |
2007-02-26 | output.h (assemble_addr_to_section): Declare. | Mark Mitchell | 14 | -41/+258 |
2007-02-26 | Fix formatting nits. | Eric Botcazou | 1 | -176/+161 |