aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2010-03-18sparc.c: Include dwarf2out.h.David S. Miller1-0/+18
2010-03-18re PR target/36399 (ABI bug on darwin/x86-32)Francois-Xavier Coudert1-0/+6
2010-03-18tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez1-0/+7
2010-03-18re PR target/43399 (bootstrap failure in stage1)Jakub Jelinek1-0/+4
2010-03-18re PR bootstrap/43403 (ICE in stage1 compiling __bswapdi2)Jakub Jelinek1-0/+7
2010-03-18re PR debug/42873 (deadlock in var tracking in recent builds)Alexandre Oliva1-0/+6
2010-03-18re PR rtl-optimization/43058 (var-tracking uses up all virtual memory)Jakub Jelinek1-0/+12
2010-03-18re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)Martin Jambor1-0/+17
2010-03-18Make GCC_4.5.0 inherit GCC_4.4.0.H.J. Lu1-0/+4
2010-03-18Export __extendxftf2 to GCC_4.5.0 for 32bit libgcc.H.J. Lu1-0/+6
2010-03-18re PR middle-end/43419 (gcc replaces pow(x, 0.5) by sqrt(x), invalid when x i...Michael Matz1-0/+6
2010-03-18Remove the REG_EQUAL note if we don't know its invariant status.H.J. Lu1-0/+7
2010-03-18re PR tree-optimization/43402 (dom1 miscompiles binary search)Michael Matz1-0/+6
2010-03-17re PR target/42427 (invalid assembly code for 301.apsi for -fnon-call-excepti...Peter Bergner1-0/+14
2010-03-18common.opt (dumpdir): Remove redundant tab.Shujing Zhao1-0/+4
2010-03-17re PR tree-optimization/43347 (Warning about symbols generated by SRA being u...Martin Jambor1-0/+6
2010-03-17re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)Bernd Schmidt1-0/+11
2010-03-17Rewrite unfinished sentence in documentation.Ralf Wildenhues1-0/+5
2010-03-17linux64.opt (mprofile-kernel): Use profile_kernel var.Alan Modra1-0/+7
2010-03-16re PR middle-end/43365 (Destructor not called when returning in exception han...Richard Henderson1-0/+7
2010-03-16graphite-sese-to-poly.c (split_reduction_stmt): Skip debug statements before ...Aldy Hernandez1-0/+5
2010-03-16sourcebuild.texi (Testsuites): Fix markup.Rainer Orth1-0/+9
2010-03-16re PR tree-optimization/43379 (ICE: error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI sh...Richard Guenther1-0/+7
2010-03-16re PR tree-optimization/42917 ("-fcompare-debug failure" with -ftree-loop-lin...Aldy Hernandez1-0/+8
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-0/+70
2010-03-15graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip debug statements.Aldy Hernandez1-0/+5
2010-03-15dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg has been set.Jakub Jelinek1-0/+7
2010-03-15re PR middle-end/43300 (ICE: in emit_move_insn, at expr.c:3432)Michael Matz1-0/+9
2010-03-15re PR tree-optimization/43367 (ice: in may_propagate_copy, at tree-ssa-copy.c...Richard Guenther1-0/+6
2010-03-15re PR tree-optimization/43317 (ICE: Segmentation fault with -fipa-struct-reor...Richard Biener1-1/+6
2010-03-15PR tree/optimization/43141Martin Jambor1-0/+6
2010-03-15Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it wasn't copied.Chris Demetriou1-0/+5
2010-03-14packed1.C: Expect warning on the alpha*-*-*.Uros Bizjak1-10/+10
2010-03-13Add ChangeLog entries.Sebastian Pop1-0/+59
2010-03-13Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.Jerry Quinn1-0/+10
2010-03-12re PR target/42869 (GOMP_critical_start wrong on Itanium due to __sync miscom...Steve Ellcey1-0/+5
2010-03-12Remove band-aid no longer needed by the fix in PR 43431Michael Meissner1-0/+6
2010-03-12cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.Jakub Jelinek1-0/+22
2010-03-12re PR debug/43329 (Early inlining causes suboptimal debug info)Jakub Jelinek1-0/+14
2010-03-11configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.David S. Miller1-0/+5
2010-03-11re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)Martin Jambor1-0/+10
2010-03-11Makefile.in (stmp-int-hdrs): Make include/unwind.h, include/stdint-gcc.h, and...Chris Demetriou1-0/+5
2010-03-11re PR middle-end/43255 (ICE in extract_range_from_assert, at tree-vrp.c:1423)Richard Guenther1-0/+6
2010-03-11re PR tree-optimization/43280 (gcc4.5 -m32 -O2: misoptimizes sha256!)Andreas Krebbel1-0/+7
2010-03-11re PR lto/43200 ([LTO] tree check: expected array_type, have pointer_type in ...Richard Guenther1-0/+7
2010-03-10sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.Eric Botcazou1-0/+5
2010-03-10re PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)Jan Hubicka1-0/+9
2010-03-10re PR debug/43290 (ICE in dwarf2out_frame_debug_expr)Jakub Jelinek1-0/+13
2010-03-10re PR tree-optimization/43236 (-ftree-loop-distribution produces wrong code i...Alexander Monakov1-0/+8
2010-03-10re PR middle-end/42859 (ICE in verify_flow_info)Andrey Belevantsev1-0/+10