aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-04-04except.c (remove_eh_handler): Make static.Jan Hubicka4-89/+319
2009-04-04re PR fortran/37614 (Change position of padding for aligned COMMONs)Paul Thomas4-5/+41
2009-04-04tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.Richard Guenther3-1/+14
2009-04-04unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.Jakub Jelinek3-8/+35
2009-04-04re PR target/39501 (-O -ffinite-math-only gets min(x,y) optimization wrong fo...Richard Earnshaw4-1/+93
2009-04-04re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther7-35/+196
2009-04-04re PR tree-optimization/39636 (ICE in gimple_assign_rhs_code, at gimple.h:183...Richard Guenther4-1/+25
2009-04-04* stor-layout.c (set_sizetype): Set TYPE_CANONICAL.Jason Merrill2-0/+6
2009-04-04Daily bump.GCC Administrator1-1/+1
2009-04-03ia64.md (extendsfdf2, [...]): Use fr_reg_or_fp01_operand instead of fr_regist...Steve Ellcey3-174/+207
2009-04-03Mention PR rtl-optimization/39607.H.J. Lu1-0/+1
2009-04-03pr39607.C: New.H.J. Lu2-0/+69
2009-04-03re PR rtl-optimization/39607 (Revision 145309 caused ICE in emit_swap_insn, a...H.J. Lu1-0/+2
2009-04-03revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov6-16/+27
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher6-15/+30
2009-04-03re PR fortran/39594 (compiler falls over in gfc_get_symbol_decl)Tobias Burnus5-0/+40
2009-04-03re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill5-8/+34
2009-04-03re PR tree-optimization/2480 (aliasing problem with global structures)Richard Guenther3-0/+95
2009-04-03re PR middle-end/34743 (Testcase gcc.dg/tree-ssa/20070302-1.c is broken (unne...Richard Guenther9-13/+22
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther125-9479/+4883
2009-04-03update copyright dateChristian Bruel2-2/+2
2009-04-03Daily bump.GCC Administrator1-1/+1
2009-04-03config.gcc (powerpc-*-linux*): Merge variants.Alan Modra2-17/+19
2009-04-02interrupt_handler.c: New test.Chao-ying Fu2-0/+27
2009-04-02mips.c (mips_frame_info): Add acc_mask...Chao-ying Fu7-52/+676
2009-04-02re PR objc/18456 (ICE compiling Objective C code with protocol-qualified obje...David Ayers2-0/+47
2009-04-03config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file.Alan Modra6-6/+22
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill6-5/+99
2009-04-02[PATCH, committed] Add -save-temps=obj, PR 39293Michael Meissner3-34/+143
2009-04-02re PR tree-optimization/31677 (gcc.dg/memcpy-1.c tree dump scan fails on seve...Janis Johnson2-1/+6
2009-04-02reload1.c (fixup_eh_region_notes): Remove write-only "trap_count" variable.Jeff Law2-12/+8
2009-04-02configure.ac: Support -Bstatic/-Bdynamic for linker version > 2.H.J. Lu3-4/+9
2009-04-02c-decl.c (merge_decls): Make sure newdecl and olddecl don't share the argumen...Rafael Avila de Espindola2-1/+14
2009-04-02[multiple changes]Rafael Avila de Espindola3-0/+18
2009-04-02passes.c (init_optimization_passes): Remove two copies of ehcleanup pass.Jan Hubicka2-2/+5
2009-04-02i386.c (ix86_abi): Move initialization to ...H.J. Lu2-1/+8
2009-04-02[SH] double precision floating point dwarf fixChristian Bruel3-0/+30
2009-04-02re PR tree-optimization/39595 (ICE in vectorizable_store at tree-vect-transfo...Ira Rosen4-0/+44
2009-04-02builtins.c (is_builtin_name): New.Rafael Avila de Espindola4-7/+25
2009-04-02linux-unwind.h: Disable when inhibit_libc is defined.Andrew Stubbs2-2/+11
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli22-114/+441
2009-04-02re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...Richard Guenther6-1/+56
2009-04-02Daily bump.GCC Administrator1-1/+1
2009-04-01re PR rtl-optimization/39588 (internal compiler error: in trunc_int_for_mode,...Eric Botcazou4-5/+28
2009-04-01ia64.c (ia64_handle_option): Inform user that Itanium1 tuning is deprecated i...Steven Bosscher2-0/+17
2009-04-01re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)H.J. Lu2-0/+23
2009-04-01re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson7-4/+88
2009-04-01better m128i constant materializationXinliang David Li4-3/+25
2009-04-01re PR c/33466 (mixed-case suffix for decimal float constants)Janis Johnson4-0/+119
2009-04-01[multiple changes]Matt Thomas14-494/+1827