aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-05-24rs6000.c (rs6000_option_override_internal): Change rs6000_sched_costly_dep de...Pat Haugen7-101/+226
2012-05-24Make unwound macro expansion trace less redundantDodji Seketeli11-47/+103
2012-05-24re PR c++/53464 (Invalid default value for non-type template parameter is acc...Paolo Carlini2-0/+27
2012-05-24re PR c++/32080 (Can goto a function try-block)Paolo Carlini4-13/+42
2012-05-24re PR middle-end/53460 (Internal compiler error: in calc_dfs_tree, at dominan...Richard Guenther4-1/+38
2012-05-24re PR bootstrap/53466 (Bootstrap failure)Richard Guenther2-0/+44
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther9-42/+34
2012-05-24re PR tree-optimization/53465 (wrong code with -O1 -ftree-vrp)Jakub Jelinek4-6/+60
2012-05-24recog.c (reg_fits_class_p): Check both regno and regno + offset are hard regi...Jim MacArthur3-3/+19
2012-05-24varpool.c (add_new_static_var): Remove call to create_var_ann.Richard Guenther3-2/+5
2012-05-24re PR bootstrap/53466 (Bootstrap failure)Richard Guenther2-4/+26
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka8-303/+54
2012-05-24Daily bump.GCC Administrator1-1/+1
2012-05-24ipa-inline-analysis.c (inline_merge_summary): Free operand_map.Martin Jambor2-0/+5
2012-05-23re PR fortran/51055 (deferred length character allocation: allocate(character...Tobias Burnus5-4/+51
2012-05-23gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.Eric Botcazou2-22/+20
2012-05-23Index...Richard Guenther2-1/+9
2012-05-23re PR target/53448 ([avr] ignoring __attribute__((aligned(2))))Georg-Johann Lay3-5/+12
2012-05-23re PR c++/29185 (inconsistent warning: deleting array)Paolo Carlini4-3/+24
2012-05-23tree-dfa.c (add_referenced_var_1): Do not add global vars.Richard Biener8-68/+74
2012-05-23re PR tree-optimization/53426 (ICE:create_variable_info_for at ../../gcc-tru...Jan Hubicka2-1/+8
2012-05-23re PR middle-end/53161 (ICE with weakref function and a function which takes ...Jan Hubicka4-2/+36
2012-05-23Daily bump.GCC Administrator1-1/+1
2012-05-22gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.Steven Drake2-0/+13
2012-05-22rs6000.c (rs6000_aix_asm_output_dwarf_table_ref): Use strip_name_encoding tar...David Edelsohn2-1/+6
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther11-74/+66
2012-05-22tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.Richard Guenther2-2/+7
2012-05-22re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function...Tobias Burnus4-2/+58
2012-05-22re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)Richard Guenther2-0/+43
2012-05-22re PR middle-end/53437 (FAIL: gcc.dg/guality/inline-params.c -O0)Richard Guenther2-1/+13
2012-05-22tree-flow.h (add_referenced_var_1): Declare.Richard Guenther3-10/+19
2012-05-22re PR target/53334 (ICE in extract_insn, at recog.c:2131)Ramana Radhakrishnan4-65/+90
2012-05-22df-scan.c (df_scan_alloc): Round up allocation pools size, reduce the mw_reg_...Dimitrios Apostolou2-2/+7
2012-05-22re PR tree-optimization/53336 (invalid types in nop conversion)Paolo Bonzini4-3/+59
2012-05-22fix paths in previous ChangeLog entryPaolo Bonzini1-3/+4
2012-05-22PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or WunusedDodji Seketeli6-10/+26
2012-05-22Daily bump.GCC Administrator1-1/+1
2012-05-22aix.h (FP_SAVE_INLINE, [...]): Delete.Alan Modra5-52/+93
2012-05-22rs6000.c (save_reg_p): New function.Alan Modra2-67/+61
2012-05-22rs6000.c: Delete unnecessary forward declarations.Alan Modra2-241/+41
2012-05-21re PR rtl-optimization/53373 (ICE on valid code with -mavx)Bernd Schmidt2-5/+13
2012-05-21re PR tree-optimization/53436 (Volatile behaves strange with OpenMP)Jakub Jelinek2-13/+31
2012-05-21i386.c (put_condition_code): Change "reverse" and "fp" arguments to bool.Uros Bizjak2-215/+182
2012-05-21m68k.md (*clzsi2_cf): Renamed from clzsi2.Andreas Schwab3-4/+34
2012-05-21gimple.h (gimple_set_in_transaction): Remove.Aldy Hernandez4-21/+20
2012-05-21expr.c (get_def_for_expr_class): Define only if HAVE_conditional_move.Andreas Schwab2-0/+10
2012-05-21re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared...John David Anglin2-6/+12
2012-05-21Fix PR number in ChangeLogs.Joseph Myers2-2/+2
2012-05-21re PR target/53399 ("*ffs" pattern generates wrong code with BMI enabled)Uros Bizjak2-46/+60
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini10-5/+67