aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-12-21tree-ssa-structalias.c (build_constraint_graph): Insert complex offsetted con...Daniel Berlin2-1/+6
2006-12-21re PR fortran/30202 ([4.1 only] ICE in trans-array.c)Paul Thomas4-3/+31
2006-12-21re PR middle-end/30262 (ICE with nested fn accessed var in asm "m" constraint)Jakub Jelinek5-0/+147
2006-12-21re PR target/30230 (Incorrect ia64 EH info when an EH region ends in the midd...Jakub Jelinek4-8/+119
2006-12-21re PR target/28966 (-maltivec -m32 causes the stack to be saved and restored ...Nathan Sidwell4-8/+34
2006-12-21simplify-rtx.c (simplify_subreg): Use the correct mode when determining wheth...Roger Sayle2-5/+20
2006-12-21spu.c (spu_builtin_mul_widen_even): Remove unused local variable `d'.Ben Elliston2-1/+5
2006-12-21re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter6-27/+67
2006-12-21Daily bump.GCC Administrator1-1/+1
2006-12-20tree-dfa.c (add_referenced_var): Walk initializers of non-constant/readonly s...Jan Hubicka2-6/+9
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka5-3/+88
2006-12-20re PR c/30242 (internal error in gcc break compilation)Carlos O'Donell2-3/+8
2006-12-20asm-b.c: Check for __ppc64__.Bill Wendling2-1/+5
2006-12-20re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa...Paul Thomas4-2/+28
2006-12-20re PR rtl-optimization/30213 (Wrong code with optimized memset() (possible bu...Jan Hubicka2-50/+148
2006-12-20re PR middle-end/30143 ([4.2 only] OpenMP can produce invalid gimple)Andrew Pinski4-1/+68
2006-12-20tree-gimple.c (is_gimple_min_invariant): Treat constant vector CONSTRUCTORs a...Andrew Pinski2-0/+12
2006-12-20trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...Roger Sayle4-0/+165
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers10-110/+213
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak10-71/+88
2006-12-20spu.md (vec_widen_umult_hi_v8hi): New.Dorit Nuzman5-0/+170
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas8-6/+126
2006-12-20cgraph.c: Update overall comment; fix vertical spacing.Jan Hubicka3-52/+40
2006-12-20cgraph.h (FOR_EACH_STATIC_VARIABLE, [...]): New macros.Jan Hubicka4-9/+50
2006-12-19re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)Andrew Pinski4-2/+32
2006-12-20* gcc.dg/20020312-2.c: Add a case for __SPU__.Ben Elliston2-0/+6
2006-12-20* doc/invoke.texi (Optimize Options): Typo fix.Ben Elliston2-1/+5
2006-12-20darwin.c (machopic_select_section): Rewrite.Eric Christopher3-102/+188
2006-12-20Daily bump.GCC Administrator1-1/+1
2006-12-19re PR target/29302 (isfinite returns wrong result at -O1)Eric Christopher2-8/+29
2006-12-19re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.)Tobias Burnus4-3/+18
2006-12-19* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL): Add undef.Steve Ellcey2-0/+5
2006-12-19re PR fortran/30236 ([4.1 only]alternate-return subroutine in generic interfa...Paul Thomas5-8/+70
2006-12-19re PR bootstrap/29544 (Not building with checking in stage1)Paolo Bonzini2-2/+8
2006-12-19re PR fortran/29779 (vectorizer fortran testcases failing)Andrew Pinski2-3/+9
2006-12-19re PR target/29302 (isfinite returns wrong result at -O1)Roger Sayle2-0/+15
2006-12-19include.c: #include stdlib.h instead of stdio.h...Ben Elliston2-3/+8
2006-12-19expmed.c (expand_mult_const): Force operand to constant.Jan Hubicka3-20/+41
2006-12-18Fixed tab-to-spaces error in previous entry.Brooks Moses1-2/+2
2006-12-18advance.f90: Renamed to advance_1.f90Brooks Moses14-0/+29
2006-12-19p11144.C: Renamed id to ID because id is an OjbC keyword.Bill Wendling2-2/+7
2006-12-19Daily bump.GCC Administrator1-1/+1
2006-12-19* config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Ben Elliston2-0/+5
2006-12-19* cse.c (cse_insn): Fix formatting.Ben Elliston2-4/+6
2006-12-18builtin-pow-mpfr-1.c: New test.Kaveh R. Ghazi2-0/+23
2006-12-18* gfortran.dg/advance_3.f90: Add dg-do compile directive.Brooks Moses2-0/+5
2006-12-18invoke.texi (Debugging Options): Document -g0.Geoffrey Keating4-2/+11
2006-12-18c.opt (Wmissing-declarations): Add C++ and ObjC++.Ian Lance Taylor7-6/+94
2006-12-18trans-array.c (gfc_conv_array_index_offset): Avoid multiplying index by one, ...Roger Sayle2-5/+13
2006-12-18Add memory reuse to virtual operands in the operand scanner.Andrew MacLeod4-317/+345