aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-12-08recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell27-112/+134
2006-12-08New TER code.Andrew MacLeod5-605/+801
2006-12-08Fix ChangeLog.Eric Botcazou2-6/+9
2006-12-08bfin.c (effective_address_32bit_p): Return true for anything involving the GOT.Bernd Schmidt3-7/+24
2006-12-08re PR fortran/27546 (IMPORT is broken)Tobias Burnus4-12/+115
2006-12-08Correctly wrap my changelog entry.Andrew Pinski1-1/+2
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell7-11/+57
2006-12-07Add a PR reference for the patch which fixed PR 27558.Andrew Pinski1-0/+1
2006-12-08Daily bump.GCC Administrator1-1/+1
2006-12-07spu-c.c (spu_build_overload_builtin): Delete.Andrew Pinski5-28/+79
2006-12-07spu.c (array_to_constant): Correct the order of arguments to the calls of hwi...Trevor Smigiel2-2/+7
2006-12-07re PR c++/29980 (ICE using attribute in invalid declaration)Lee Millward6-6/+29
2006-12-07* config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to elf_record_gcc_swit...Nick Clifton2-0/+10
2006-12-07* treelang/compile/var_defs.tree: Adjust.Mike Stump2-4/+8
2006-12-07* ru.po: New.Joseph Myers2-0/+28930
2006-12-07expr.c (string_constant): Account for non-zero lower bound arrays.Andrew MacLeod2-1/+19
2006-12-07builtins.c (expand_builtin_pow): Adjust predicates for pow to cbrt expansion ...Richard Guenther2-3/+14
2006-12-07i386.c (nocona_cost, [...]): Update preffered memcpy/memset codegen.Jan Hubicka2-4/+9
2006-12-07tree-vrp.c (compare_values): Short circuit INTEGER_CST...Jan Hubicka2-8/+25
2006-12-07bfin.c (print_operand): New modifier 'N' for constants.Bernd Schmidt3-8/+16
2006-12-07common.opt (record-gcc-switches): New command line switch.Nick Clifton8-60/+374
2006-12-07re PR target/29794 (cc1 segfaults with -O3 -msched-control-spec)Maxim Kuvyrkov2-1/+12
2006-12-07tree-vect-transform.c (vectorizable_call): Fix leftover of TREE_OPERAND to GI...Richard Guenther2-1/+6
2006-12-07re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Tobias Burnus2-0/+7
2006-12-07Daily bump.GCC Administrator1-1/+1
2006-12-06re PR c++/29730 (ICE on invalid declaration of template member)Mark Mitchell5-6/+35
2006-12-06pa.c (hppa_gimplify_va_arg_expr): Build MODIFY_EXPR not GIMPLE_MODIFY_STMT.Aldy Hernandez2-1/+7
2006-12-06re PR libfortran/30009 ([4.1 only] Unformatted reads exceeding storage units ...Thomas Koenig4-7/+69
2006-12-06tree-vrp.c (operand_less_p): New.Jan Hubicka2-13/+49
2006-12-06i386.md (DIRFLAG_REG): Remove constant.Uros Bizjak8-141/+108
2006-12-06bfin.c (bfin_rtx_costs): Add a number of new cases, tweak old ones.Bernd Schmidt2-15/+131
2006-12-06gdbinit.in: Set complaints to 0.Diego Novillo2-4/+5
2006-12-06ChangeLog: Use tabs instead of spaces.Uros Bizjak1-216/+216
2006-12-06re PR c++/29729 (ICE with template class in template function)Mark Mitchell5-7/+32
2006-12-06statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka5-9/+236
2006-12-06reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.Bernd Schmidt3-0/+16
2006-12-06Daily bump.GCC Administrator1-1/+1
2006-12-05Missed commitDaniel Berlin1-2/+0
2006-12-05tree-ssa-structalias.c (set_used_smts): Re-fix pr29156.Daniel Berlin2-14/+16
2006-12-05i386.c (x86_output_aligned_bss): Move out of COMMON_ASM_OP ifdef.Eric Christopher2-2/+6
2006-12-05re PR c++/29728 (ICE on invalid initializer in template function)Mark Mitchell4-31/+82
2006-12-05re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...Paul Thomas6-5/+90
2006-12-05darwin.h (DARWIN_EXTRA_SPECS): New.Eric Christopher5-3/+29
2006-12-05re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...Paul Thomas4-0/+60
2006-12-05Commit missing changelog entryDaniel Berlin1-0/+24
2006-12-05* doc/include/texinfo.tex: Update to version 2006-11-08.17.Brooks Moses2-285/+572
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin12-174/+9
2006-12-05re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak2-5/+5
2006-12-05Revert accidental change.Aldy Hernandez1-13/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez114-1381/+2750