aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher14-84/+31
2006-02-26md.texi (Machine Constraints): Refer to all files with paths relative to gcc ...Zack Weinberg2-66/+72
2006-02-26fold-const.c (fold_binary): Fold (X & 1) ^ 1 as (X & 1) == 0.Roger Sayle4-0/+72
2006-02-26re PR tree-optimization/21137 (Convert (a >> 2) & 1 != 0 into a & 4 != 0)Roger Sayle4-0/+106
2006-02-26re PR middle-end/25125 ((short) ((int)(unsigned short) + (int)) is done in th...Dorit Nuzman4-0/+154
2006-02-26re PR tree-optimization/26359 (Over optimization of loop when using -ftree-ve...Dorit Nuzman5-0/+37
2006-02-26Daily bump.GCC Administrator1-1/+1
2006-02-25simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X ==...Roger Sayle2-1/+40
2006-02-25re PR middle-end/23673 (fold does not fold (a^b) != 0 to a != b)Roger Sayle6-0/+125
2006-02-25scan-decls.c (scan_decls): Don't fetch new statement after CPP_EOF.Juergen Weigert2-0/+7
2006-02-25re PR fortran/23092 ([4.1 only] scalar mask for minval/maxval/sum/product)Thomas Koenig4-6/+69
2006-02-25combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i...Adam Nemet2-1/+6
2006-02-25Daily bump.GCC Administrator1-1/+1
2006-02-24invoke.texi: Move -fopenmp description to "Options for Code Generation".Diego Novillo2-9/+14
2006-02-24* doc/install.texi: Require GNU tar version 1.14.David Edelsohn2-1/+5
2006-02-24Index: gcc/ChangeLogGeoffrey Keating16-7/+257
2006-02-24re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha...Roger Sayle2-1/+8
2006-02-24fold-const.c (fold_comparison): New subroutine of fold_binary containing tran...Roger Sayle2-686/+705
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-0/+28
2006-02-24rs6000.c (rs6000_init_builtins): Change decl libname for clog to __clog on AIX.David Edelsohn3-0/+18
2006-02-24re PR fortran/26409 (ICE on Assumed shape nested subroutine)Paul Thomas2-3/+10
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas7-12/+135
2006-02-24re PR target/26453 (Segfault with -m64 -mtraceback=full)Alan Modra2-3/+8
2006-02-24gthr-posix.h (__gthrw): Fix typo in comment.Roger Sayle2-2/+7
2006-02-24Daily bump.GCC Administrator1-1/+1
2006-02-24cpp.texi (Character sets): Document that we do support input files to be in a...Geoffrey Keating2-6/+7
2006-02-23tree.h (PHI_ARG_NONZERO): Remove.Jeff Law3-6/+7
2006-02-23re PR tree-optimization/26425 (ice on valid C code with flag -Os)Jeff Law4-1/+24
2006-02-23module.c (read_module): Remove redundant code lines.Erik Edelmann2-6/+4
2006-02-23re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak4-11/+46
2006-02-23emit-rtl.c (immed_double_const): Cleanup.Zdenek Dvorak2-50/+18
2006-02-23re PR tree-optimization/26376 (K+R style function compiled with -fipa-pta ICEs)Daniel Berlin2-6/+8
2006-02-23re PR middle-end/26412 (ICE with external arrays using OpenMP)Jakub Jelinek4-1/+30
2006-02-23re PR middle-end/26439 (missing VOPs for complex assignments)Richard Guenther2-5/+17
2006-02-23jcf-parse.c (parse_class_file): Set input_location from current_class.Andrew Haley2-1/+6
2006-02-23[multiple changes]Jakub Jelinek10-1/+139
2006-02-23Daily bump.GCC Administrator1-1/+1
2006-02-22Makefile.in (stmp-fixinc): Use real-$(INSTALL_HEADERS_DIR).Daniel Jacobowitz2-1/+19
2006-02-22tree.h (variable_section): Delete.Richard Sandiford3-14/+5
2006-02-22re PR c++/26291 (Invalid ellipsis in operator not diagnosed)Volker Reichelt5-5/+35
2006-02-22re PR target/25603 (Miscompiled FORTRAN program)H.J. Lu2-0/+65
2006-02-22install.texi: Add notes on install.texi2html.Paolo Bonzini2-5/+15
2006-02-22bf-spl1.c: Don't specify -m68000.Nathan Sidwell3-3/+7
2006-02-22Daily bump.GCC Administrator1-1/+1
2006-02-21re PR libgomp/26234 (--disable-libgomp is not documented)Aldy Hernandez2-0/+8
2006-02-21* config/i386/darwin.h (DWARF2_FRAME_REG_OUT): New.Geoffrey Keating4-5/+47
2006-02-21sse.md (vec_extractv2df_1_sse): New.Alexandre Oliva2-0/+35
2006-02-21defaults.h (CFA_FRAME_BASE_OFFSET): Define.Alexandre Oliva5-32/+80
2006-02-21predicates.md (cc_operand): Delete predicate.Bernd Schmidt5-30/+43
2006-02-21* doc/install.texi2html: Use set -e.Joseph Myers2-1/+7