aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-29re PR objc/27377 (false compiler warnings generated in Objective-C code)David Ayers4-3/+64
2009-03-29Daily bump.GCC Administrator1-1/+1
2009-03-29cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.Adam Nemet5-35/+54
2009-03-29re PR target/32542 (When -msdata is set, gcc sent -memb to gas.)Ben Elliston4-3/+11
2009-03-29re PR target/30451 (incorrect attributes in *movti_ppc64 of rs6000.md)Ben Elliston2-1/+7
2009-03-29Approved in http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00733.html.Ben Elliston3-0/+20
2009-03-28re PR fortran/34656 (modifies do loop variable)Tobias Burnus9-5/+150
2009-03-29avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and atmega8m1 devices.Anatoly Sokolov4-0/+19
2009-03-28Add dbg count support for ccpXinliang David Li3-1/+29
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka12-450/+585
2009-03-28fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.Martin Jambor5-5/+99
2009-03-28dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka5-19/+28
2009-03-28rs6000-c.c (rs6000_macro_to_expand): If macro following vector keyword has ex...Jakub Jelinek4-1/+36
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek15-127/+30
2009-03-28re PR tree-optimization/38723 (default definitions not in avail_out)Richard Guenther4-35/+43
2009-03-28re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))Paul Thomas4-29/+145
2009-03-28re PR fortran/38765 (ICE in check_host_association)Paul Thomas4-13/+36
2009-03-28tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed test intro...Jan Hubicka2-11/+13
2009-03-28tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave the PHIs value undef...Richard Guenther2-1/+6
2009-03-28string_intrinsics.c: #include <assert.h>Daniel Kraft2-0/+45
2009-03-28tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka5-3/+32
2009-03-28Warray-bounds.c: Do not use redundant stores.Richard Guenther3-24/+29
2009-03-28re PR fortran/32626 (Run-time check for recursive functions)Tobias Burnus6-6/+82
2009-03-28re PR fortran/38432 (Add warning for loops which are never executed)Tobias Burnus9-24/+91