aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-03-31SMS - Pass the actual schedulable rows to compute_split_rowAyal Zaks2-2/+10
2009-03-31re PR target/31635 (-mno-vrsave ignored on ppc64)Ben Elliston2-0/+11
2009-03-31alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl12-97/+502
2009-03-31* doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.Alan Modra8-4/+210
2009-03-31spu.c (spu_expand_prologue): Delete redundant code.Alan Modra2-9/+8
2009-03-31Daily bump.GCC Administrator1-1/+1
2009-03-30tree-eh.c (make_eh_edges): Set probability 100% to first edge out of RESX.Jan Hubicka2-19/+26
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas16-13/+357
2009-03-30ira-int.h (ira_allocno): Rename left_conflicts_num to left_conflicts_size.Vladimir Makarov4-27/+52
2009-03-30reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov6-15/+30
2009-03-30f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_HUGE_VAL family of i...Ulrich Weigand3-12/+19
2009-03-30* except.c (label_to_region_map): Fix thinko.Jan Hubicka2-5/+6
2009-03-30re PR middle-end/38237 (multiple weak directives)Steve Ellcey4-4/+29
2009-03-30re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...Jakub Jelinek2-0/+26
2009-03-30trans-types.c (gfc_sym_type, [...]): For sym->attr.result check sym->ns->proc...Jakub Jelinek4-3/+50
2009-03-30re PR debug/39563 (C block scopes have no DW_TAG_lexical_block)Jakub Jelinek2-21/+71
2009-03-30re PR target/38781 (PR38151: valgrind finds problem)H.J. Lu2-7/+12
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor10-37/+102
2009-03-30re PR bootstrap/39583 (Revision 145255 breaks bootstrap with obj-c++)Dominique d'Humieres2-0/+10
2009-03-30Fix formattingEric Botcazou1-2/+2
2009-03-30sparc.md (*nand<V64mode>_vis, [...]): Fix typos in names.Paolo Bonzini2-2/+7
2009-03-30decl.c (maybe_pad_type): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERFLOW.Paolo Bonzini2-1/+6
2009-03-30combine.c (simplify_comparison): Use have_insn_for.Paolo Bonzini3-6/+9
2009-03-30sparc.c (sparc_compare_emitted): Remove.Paolo Bonzini4-19/+26
2009-03-30bb-reorder.c (partition_hot_cold_basic_blocks): Do not enter/exit cfglayout m...Paolo Bonzini4-81/+94
2009-03-30cfglayout.c (pass_into_cfg_layout_mode, [...]): Provide/destroy PROP_cfglayou...Paolo Bonzini4-4/+12
2009-03-30fold-const.c (const_binop, [...]): Do not set TREE_CONSTANT_OVERFLOW.Paolo Bonzini4-38/+17
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen12-16014/+16175
2009-03-30optc-gen.awk: Warn if an option flag has multiple different help strings.Ralf Wildenhues2-0/+9
2009-03-30invoke.texi (-floop-interchange, [...]): Document dependences on PPL, CLooG a...Sebastian Pop2-3/+15
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers33-69/+1189
2009-03-30re PR c/35235 (struct/union rvalue qualifiers must not propagate to members)Joseph Myers4-3/+56
2009-03-30Daily bump.GCC Administrator1-1/+1
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers24-89/+223
2009-03-29ChangeLog: Fix whitespace.Uros Bizjak2-56/+51
2009-03-29re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)Steven G. Kargl6-114/+275
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini21-283/+210
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers60-284/+2537
2009-03-29tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addre...Richard Guenther4-5/+35
2009-03-29re PR fortran/37423 (Fortran 2003: DEFERRED bindings not yet implemented)Daniel Kraft12-17/+373
2009-03-29regmove.c (perhaps_ends_bb_p): Remove.Steven Bosscher2-87/+88
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter11-70/+145
2009-03-29re PR target/39545 (Structures with flexible array member passed/returned inc...H.J. Lu7-2/+128
2009-03-29i386-protos.h (ix86_agi_dependent): New.H.J. Lu3-38/+39
2009-03-2920090113-1.c: New testcase.Richard Guenther8-1/+447
2009-03-29re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka7-99/+571
2009-03-29except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready for removed re...Jan Hubicka2-34/+44
2009-03-29* except.c (dump_eh_tree): Dump all datastructures.Jan Hubicka2-14/+70
2009-03-29except.c (duplicate_eh_regions_0): Handle AKA bitmap.Jan Hubicka2-18/+85
2009-03-29bitmap.c (bitmap_last_set_bit): New function.Jan Hubicka3-0/+59