aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-03-22tree-cfg.c (verify_expr): Recurse again for invariant addresses.Richard Guenther3-32/+18
2008-03-22re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford8-100/+165
2008-03-22i386.c (assign_386_stack_local): Align DImode slots to their natural alignmen...Uros Bizjak2-1/+15
2008-03-22Daily bump.GCC Administrator1-1/+1
2008-03-21re PR target/27946 (double to long long and back to double stores to the stack)Andrew Pinski2-2/+2
2008-03-21re PR target/27946 (double to long long and back to double stores to the stack)Andrew Pinski4-3/+29
2008-03-21re PR bootstrap/35660 (Bootstrap failure on i686-apple-darwin9 at revision 13...Andreas Tobler2-3/+11
2008-03-21re PR target/13958 (Conversion from unsigned to double is painfully slow on P4)Uros Bizjak4-5/+89
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini21-163/+215
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig4-0/+112
2008-03-21trans.c (Attribute_to_gnu): Compute as (hb < lb) ? 0 : hb - lb + 1 instead of...Olivier Hainque4-21/+58
2008-03-21trans.c (addressable_p): Add notes on addressability issues.Eric Botcazou2-2/+59
2008-03-21Add forgotten entry for r133418.Olivier Hainque1-0/+10
2008-03-21tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps i...Martin Jambor2-6/+14
2008-03-21trans.c (addressable_p): Accept COND_EXPR when both arms are addressable.Olivier Hainque1-1/+14
2008-03-21Daily bump.GCC Administrator1-1/+1
2008-03-20linux-atomic.asm (ATOMIC_TEST_AND_SET): Take unsigned extension into account.Kaz Kojima2-40/+50
2008-03-20tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther6-8/+18
2008-03-20sh.c (split_branches): Pass zero to redirect_jump as 'delete_unused' argument.Kaz Kojima2-2/+7
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther6-22/+67
2008-03-20* es.po: Update.Joseph Myers2-154/+153
2008-03-20config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.Paul Brook5-5/+20
2008-03-20re PR testsuite/34168 (runtime tests in gfortran.dg/vect fail for unsupported...Victor Kaplansky5-32/+120
2008-03-20Add Pablo Oliveira to the list of authors for 3 patches.Arnaud Charlet1-0/+3
2008-03-20common.opt (Wmudflap): New option.Volker Reichelt4-5/+25
2008-03-20cmdlne-dD-M.c: Fix test for makefile rule and remove xfail.Andreas Schwab2-2/+7
2008-03-20pr34692.c: Cleanup gimple dump file.Uros Bizjak3-1/+9
2008-03-20re PR testsuite/35621 (gcc.target/i386/ssse3-*.c violates C/C++ aliasing rules)H.J. Lu17-16/+36
2008-03-20* sv.po: Update.Joseph Myers2-370/+155
2008-03-20re PR testsuite/35647 (FAIL: gcc.dg/cpp/cmdlne-d(I|M)-M.c scan-file (^|\\n)cm...Andreas Schwab4-6/+14
2008-03-20re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2-0/+7
2008-03-20ms format support for mingw.Kai Tietz81-94/+2500
2008-03-20invoke.texi (-O3): Add -ftree-vectorize to the list of optimizations turned o...Ira Rosen2-3/+10
2008-03-20regmove.c (try_auto_increment): Fix spelling error in comment.Ben Elliston3-2/+7
2008-03-20re PR fortran/35627 (namelist read error)Jerry DeLisle2-0/+28
2008-03-20Daily bump.GCC Administrator1-1/+1
2008-03-20re PR target/14552 (compiled trivial vector intrinsic code is inefficient)Uros Bizjak4-11/+41
2008-03-19re PR middle-end/35616 (Incorrect code while O2 compling)Michael Matz4-1/+63
2008-03-19re PR fortran/35152 (Implicit procedure with keyword=argument is accepted)Daniel Franke4-3/+40
2008-03-19re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig4-0/+138
2008-03-19re PR target/35496 (test failures between revs. 132950 and 132974)Uros Bizjak2-4/+14
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka116-935/+1410
2008-03-19re PR tree-optimization/35609 ("is used uninitialized in this function" shoul...Richard Guenther5-9/+81
2008-03-19Daily bump.GCC Administrator1-1/+1
2008-03-18* nl.po: Update.Joseph Myers2-739/+143
2008-03-18re PR target/35504 (incorrect code generated on i386 for C++ multiple inherit...Mikulas Patocka4-13/+186
2008-03-18texinfo.tex: Update to version 2008-03-17.10.Ralf Wildenhues2-7/+13
2008-03-18expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true.Paolo Bonzini8-29/+38
2008-03-18tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...Richard Guenther7-12/+130
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka16-3/+111