aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2010-10-21cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd1-0/+10
2010-10-21Add V8SI and V4DI to ssescalarmodesuffix.H.J. Lu1-0/+4
2010-10-21re PR tree-optimization/45764 (wrong code -O2 vs -O3 (problem in vectoriz...Richard Guenther1-0/+9
2010-10-21re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '...Richard Guenther1-0/+5
2010-10-21s390.md (*xordi3_cc): Mark xgrk as z196 only.Andreas Krebbel1-0/+4
2010-10-21vms-crtl.h (CRTL_NAMES): Add new translations.Tristan Gingold1-1/+6
2010-10-21vms-unwind.h (alpha_vms_fallback_frame_state): Set signal_frame.Tristan Gingold1-0/+6
2010-10-21vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.Tristan Gingold1-0/+5
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-0/+27
2010-10-20pdp11.md (various): Fix conditions on a number of insn to check for target 11...Paul Koning1-0/+5
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+13
2010-10-20re PR tree-optimization/45919 (ICE: SIGSEGV in fold_ctor_reference (tree-ssa-...Jakub Jelinek1-0/+4
2010-10-20re PR tree-optimization/46066 (ICE: in create_parallel_loop, at tree-parloops...Jakub Jelinek1-0/+6
2010-10-20m32c.c (m32c_option_override): Always disable function-cse in 16-bit mode.DJ Delorie1-0/+7
2010-10-20ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs...Nathan Froyd1-0/+5
2010-10-20ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.Anatoly Sokolov1-0/+8
2010-10-20tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over call for sing...Pat Haugen1-0/+5
2010-10-20tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges if there ...Eric Botcazou1-0/+5
2010-10-20Fix several build errors for pdp11 target.Paul Koning1-0/+9
2010-10-20re PR lto/45667 (ICE: verify_stmts failed: type mismatch in address expressio...Richard Guenther1-0/+8
2010-10-20re PR fortran/42169 (gfortran.dg/pr41928.f90:47: internal compiler error: in ...Vladimir Makarov1-0/+6
2010-10-20fold-const.c (fold_binary_loc): New transformation.Dmitry Melnik1-0/+4
2010-10-20Correct reduc_splus_v8sf and reduc_splus_v4df.H.J. Lu1-0/+6
2010-10-20re PR tree-optimization/45860 (ICE: verify_ssa failed: virtual SSA name for n...Richard Guenther1-0/+6
2010-10-20stor-layout.c (skip_simple_constant_arithmetic): New function.Eric Botcazou1-0/+5
2010-10-20rs6000.c (rs6000_reg_live_or_pic_offset_p): If the current function calls eh_...Olivier Hainque1-0/+6
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2010-10-19tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.DJ Delorie1-0/+26
2010-10-19Add patterns for FMA3.Richard Henderson1-0/+14
2010-10-19lower-subreg.c (resolve_shift_zext): Delete conditional code for WORDS_BIG_EN...Paul Koning1-0/+5
2010-10-19Add FMA patterns for ia64.Richard Henderson1-0/+6
2010-10-19Use sjlj unwind.Michael Eager1-0/+5
2010-10-19re PR fortran/43414 (DWARF4: Use DW_AT_main_subprogram for MAIN__)Francois-Xavier Coudert1-0/+6
2010-10-19rx.c (rx_function_value): Small integer types are promotes to SImode.Nick Clifton1-0/+7
2010-10-19mep.c (mep_print_operand): Use targetm.strip_name_encoding.Nick Clifton1-0/+6
2010-10-19gengtype.c (new_structure): Remove ad-hoc "location_s" processing.Basile Starynkevitch1-0/+4
2010-10-18simplify-rtx.c (simplify_ternary_operation): Simplify (fma (neg a) (neg b) c)...Richard Henderson1-0/+5
2010-10-18Simplify FMA4 patterns with FMA rtx code.Richard Henderson1-0/+43
2010-10-19re PR rtl-optimization/45966 (Incorrect combiner transformation.)Bernd Schmidt1-0/+6
2010-10-19ipa.c (cgraph_externally_visible_p): Handle externally visible and preserve f...Jan Hubicka1-0/+7
2010-10-18In gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+13
2010-10-18Fix PR 46041Michael Meissner1-0/+6
2010-10-18re PR target/36898 (Insufficient qp-mutex declarations)Steve Ellcey1-0/+6
2010-10-18i386.c (ix86_option_override_internal): Define and use USE_X86_64_FRAME_POINT...Joseph Myers1-0/+8
2010-10-18In gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+12
2010-10-18ipa.c (cgraph_externally_visible_p, [...]): Revert accidental commit.Jan Hubicka1-0/+5
2010-10-18In gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+12
2010-10-18tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou1-0/+15
2010-10-18re PR c/46015 (-Wunused-but-set-variable warns for arrays used in gotos)Jakub Jelinek1-0/+6
2010-10-18re PR tree-optimization/45967 (gcc-4.5.x optimizes code with side-effects away)Richard Guenther1-0/+16