Age | Commit message (Expand) | Author | Files | Lines |
2010-05-22 | dbgcnt.c: Include toplev.h instead of errors.h. | Joseph Myers | 6 | -11/+19 |
2010-05-22 | gimple.c (gimple_types_compatible_p): Check type qualifications before mergin... | Richard Guenther | 5 | -3/+31 |
2010-05-22 | re PR fortran/44213 (ICE when extending abstract type) | Janus Weil | 4 | -1/+33 |
2010-05-22 | sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove. | Anatoly Sokolov | 3 | -27/+38 |
2010-05-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-05-21 | Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars. | Steven Bosscher | 4 | -17/+37 |
2010-05-21 | * cxx-pretty-print.c: Correct merge error. | Joseph Myers | 2 | -1/+5 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 94 | -252/+780 |
2010-05-22 | tree-ssa-structalias.c: Remove tm_p.h from include. | Andreas Tobler | 2 | -1/+4 |
2010-05-21 | ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo. | Jeff Law | 2 | -1/+5 |
2010-05-21 | tree-eh.c (cleanup_is_dead_in): New. | Jason Merrill | 6 | -14/+69 |
2010-05-21 | re PR debug/44223 (segmentation fault with -g -fsched-pressure) | Jakub Jelinek | 4 | -0/+53 |
2010-05-21 | real: Do not include gmp.h, mpfr.h, and mpc.h. | Steven Bosscher | 15 | -116/+206 |
2010-05-21 | re PR libstdc++/25306 (fill_n, generate_n assume Size is modifiable) | Paolo Carlini | 5 | -3/+75 |
2010-05-21 | lto-plugin.c (write_resolution): Do not assert syms is non-NULL. | Richard Guenther | 2 | -1/+4 |
2010-05-21 | s390.c (override_options): Increase the default of max-completely-peel-times. | Andreas Krebbel | 2 | -1/+6 |
2010-05-21 | arm.c (arm_function_ok_for_sibcall): Only forbid sibling calls for Thumb-1. | Julian Brown | 5 | -14/+45 |
2010-05-21 | * gcc.target/i386/pr25993.c: Use @function as type specifier. | Rainer Orth | 2 | -1/+5 |
2010-05-21 | config.host (sparc64-*-rtems*): New target. | Joel Sherrill | 1 | -0/+4 |
2010-05-21 | config.host (sparc64-*-rtems*): New target. | Joel Sherrill | 1 | -1/+1 |
2010-05-21 | config.gcc (sparc64-*-rtems*): New target. | Joel Sherrill | 2 | -0/+10 |
2010-05-21 | tree.c (build_function_decl_skip_args): Fix grammar. | Nathan Froyd | 2 | -3/+8 |
2010-05-21 | acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for glibc 2.3 and... | Joseph Myers | 6 | -87/+15 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 171 | -408/+228 |
2010-05-21 | re PR middle-end/44204 (ICE in gimple_op_ptr, at gimple.h:167) | Nathan Froyd | 2 | -1/+9 |
2010-05-21 | functional: Use std::__addressof. | Paolo Carlini | 3 | -5/+12 |
2010-05-21 | varasm.c (emutls_decl): Merge attributes to new decl. | Kai Tietz | 2 | -0/+7 |
2010-05-21 | re PR middle-end/44101 (ICE compiling 25_algorithms/fill/4.cc on Tru64 UNIX V... | Eric Botcazou | 4 | -2/+38 |
2010-05-21 | re PR debug/44205 (Wrong .debug_line for -O0 -g) | Jakub Jelinek | 2 | -5/+18 |
2010-05-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-05-20 | ira.c (ira_non_ordered_class_hard_regs): Define. | Vladimir Makarov | 4 | -1/+53 |
2010-05-20 | [multiple changes] | Paolo Carlini | 44 | -73/+729 |
2010-05-20 | config.gcc (mips*-sde-elf*): Don't use sdemtk.opt. | Richard Sandiford | 7 | -45/+56 |
2010-05-20 | re PR fortran/38407 (Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-... | Daniel Franke | 9 | -20/+83 |
2010-05-20 | trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h. | Steven Bosscher | 12 | -33/+30 |
2010-05-20 | ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond. | Segher Boessenkool | 2 | -1/+7 |
2010-05-20 | re PR fortran/43851 (Add _gfortran_error_stop_numeric) | Jerry DeLisle | 2 | -5/+13 |
2010-05-20 | re PR c++/30298 (ICE with duplicate broken inheritance) | Paolo Carlini | 5 | -2/+32 |
2010-05-20 | re PR target/43733 (bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --... | Uros Bizjak | 5 | -12/+24 |
2010-05-20 | re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial) | Jakub Jelinek | 2 | -1/+11 |
2010-05-20 | re PR debug/44178 (-fcompare-debug failure with -O1 -fgcse -fsched-pressure -... | Jakub Jelinek | 4 | -1/+51 |
2010-05-20 | Fix PR44185: new prefetch test failures. | Changpeng Fang | 3 | -4/+11 |
2010-05-20 | re PR middle-end/44197 ([4.6 Regresssion] varpool SEGV) | Jan Hubicka | 4 | -1/+33 |
2010-05-20 | stl_pair.h (pair<>::pair(const pair&)): Defaulted in C++0x mode. | Paolo Carlini | 3 | -1/+20 |
2010-05-20 | re PR bootstrap/43870 (ICE in gcc/config/soft-fp/divtf3.c) | Kenneth Zadeck | 2 | -1/+6 |
2010-05-20 | dwarf2out.c (new_loc_descr_op_bit_piece): Add offset argument. | Jakub Jelinek | 2 | -6/+54 |
2010-05-20 | i386.exp (check_effective_target_3dnow): Fix test code. | Uros Bizjak | 3 | -28/+37 |
2010-05-20 | options.c (gfc_init_options,gfc_post_options): Enable flag_associative_math b... | Tobias Burnus | 2 | -88/+99 |
2010-05-19 | mips-dsp.md (add<DSPV:mode>3, [...]): Add ISA_HAS_DSP condition. | James E. Wilson | 2 | -3/+6 |
2010-05-20 | re PR target/44202 (Missing compare after add) | Hans-Peter Nilsson | 2 | -1/+7 |