aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-02-22* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.Tomas Bily2-1/+5
2008-02-21re PR bootstrap/35273 (Bootstrap of mingw32 using non-MSYS shell broken)Ralf Wildenhues3-5/+18
2008-02-21predict.def (PRED_TREE_OPCODE_POSITIVE, [...]): Update.Jan Hubicka2-5/+11
2008-02-21re PR target/35264 (ntfs-3g miscompiled)Michael Matz4-0/+36
2008-02-21i386.md (mov<mode>cc): Macroize expander from movsfcc...Uros Bizjak3-197/+117
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther14-6/+108
2008-02-21re PR libfortran/34974 (null bytes when reverse-tabbing long records (regress...Jerry DeLisle3-0/+61
2008-02-21re PR fortran/35036 (illegal E format descriptor produces wrong output)Jerry DeLisle2-4/+27
2008-02-21Daily bump.GCC Administrator1-1/+1
2008-02-20re PR target/35225 (gcc segfaults when building GTK+ code with -O2 -fPIC for ...Kaz Kojima2-1/+8
2008-02-20re PR target/35190 (Wrong branch instruction with -freorder-blocks-and-partit...Kaz Kojima3-1/+18
2008-02-20h8300.md (insv): Force source operand to be a register.DJ Delorie3-1/+11
2008-02-20invoke.texi (Warning Options): Add new option -Wframe-larger-than=.Seongbae Park8-1/+77
2008-02-20sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.Uros Bizjak2-17/+30
2008-02-20re PR fortran/34997 (Mention -fdollar-ok option in error message for symbol n...Tobias Burnus5-0/+38
2008-02-20re PR middle-end/35265 (__builtin_popcount expansion bug)Richard Guenther4-0/+25
2008-02-20ChangeLog: Whitespace fixes.Uros Bizjak1-3/+3
2008-02-20fold-const.c (split_tree): Associate floatig-point expressions if flag_associ...Richard Guenther5-2/+22
2008-02-20tree.h (fold_real_zero_addition_p): Declare.Richard Guenther6-6/+47
2008-02-20re PR bootstrap/32009 (building gcc4-4.3/4.4.0-20070518 failed on OSX 10.3.9)Paolo Bonzini2-23/+31
2008-02-20i386.h (SSE_VEC_FLOAT_MODE_P): New define.Uros Bizjak4-1522/+1110
2008-02-20spu.md (vec_unpacku_hi_v8hi, [...]): Implement.Ira Rosen5-3/+195
2008-02-20struct-layout-1_generate.c (DG_OPTIONS): New define.Uros Bizjak3-28/+30
2008-02-19Add missing ChangeLog entry for revision 132455.H.J. Lu1-0/+5
2008-02-20Daily bump.GCC Administrator1-1/+1
2008-02-19re PR c++/34950 (ICE in svn boost math toolkit)Jason Merrill3-0/+29
2008-02-19(tree_bb_level_predictions): Remove variable next mistakely introducedJan Hubicka2-1/+6
2008-02-19predict.c (predict_paths_leading_to): Rewrite.Jan Hubicka2-56/+42
2008-02-19re PR bootstrap/35218 (build fails on mingw host)Ralf Wildenhues5-5/+21
2008-02-19re PR fortran/35030 (add type/kind information to pointer assignments)Daniel Franke2-5/+13
2008-02-19re PR rtl-optimization/34408 (Invalid RTL sharing with -fsee and inline funct...Jan Hubicka2-1/+6
2008-02-19re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka2-8/+31
2008-02-19re PR ada/35186 (implicit assumption about alignment of DImode)H.J. Lu2-4/+6
2008-02-19* opts.c (print_specific_help): Fix typo in --help text.Nick Clifton2-1/+5
2008-02-19re PR target/35239 (Build failure when host cc is GCC-2.95.3 or earlier)Jakub Jelinek2-1/+35
2008-02-19re PR tree-optimization/34989 (ICE in get_addr_dereference_operands, at tree-...Richard Guenther5-55/+100
2008-02-19c-common.c (warn_for_collisions_1): Use appropriate option when warning.Manuel López-Ibáñez2-1/+7
2008-02-19re PR other/31349 (gcc -v --help returns no options for C, C++)Nick Clifton3-24/+90
2008-02-19re PR c++/35028 (ICE with strange ctor and firstprivate)Jakub Jelinek4-2/+28
2008-02-19re PR c++/34964 (ICE with broken variable in #pragma omp threadprivate)Jakub Jelinek7-1/+80
2008-02-19re PR c++/35078 (ICE with reference in parallel for loop)Jakub Jelinek5-2/+48
2008-02-19SMS: Minor misc fixesRevital Eres2-6/+13
2008-02-19coding conventionChristian Bruel1-1/+1
2008-02-19fix alignment bug in packed structs for STRICT_ALIGNMENT targetsChristian Bruel2-72/+86
2008-02-19test case for alignment bug in packed structs for STRICT_ALIGNMENT targetsChristian Bruel2-0/+44
2008-02-19re PR target/33555 (x86 missed opportunity for sbb)Uros Bizjak4-0/+50
2008-02-19sfp-machine.h (__gcc_CMPtype): New typedef.Uros Bizjak3-1/+14
2008-02-19Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson5-73/+88
2008-02-19re PR target/35071 (bad instruction `do_itt eq')Paul Brook3-2/+8
2008-02-18re PR target/35189 (-mno-sse4.2 turns off SSE4a)H.J. Lu17-71/+634