aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-12interpret.cc (check_handler): Fix bit rot.Andrew Haley2-2/+7
2011-07-12natClass.cc (finalize): Make sure that the class really has an engine.Andrew Haley2-1/+8
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor5-30/+17
2011-07-12re PR tree-optimization/49712 (internal compiler error: in gen_lsm_tmp_name, ...Jakub Jelinek4-0/+39
2011-07-12Daily bump.GCC Administrator1-1/+1
2011-07-11re PR c++/49672 ([C++0x] Internal error when passing variadic template args t...Jason Merrill4-18/+60
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor4-2/+11
2011-07-11libgo/runtime: Change std::abort to abort.Ian Lance Taylor1-1/+1
2011-07-11genautomata.c (add_arc): Return void.Bernd Schmidt2-15/+10
2011-07-11dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.Richard Henderson4-75/+108
2011-07-11* decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.Jason Merrill2-18/+10
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill7-6/+78
2011-07-11re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini8-109/+434
2011-07-11i386.c (ix86_trampoline_init): Switch arms of if expr.Uros Bizjak2-105/+97
2011-07-11ffi.c (FFI_INIT_TRAMPOLINE): Clear icache.Andrew Haley2-1/+9
2011-07-11testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_...Paolo Carlini2-4/+10
2011-07-11re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth...Jakub Jelinek4-13/+243
2011-07-11re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek4-2/+28
2011-07-11configure.ac (i?86-*-solaris2*): Use libgcc copy of i386/t-crtstuff.Rainer Orth3-6/+8
2011-07-11sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.Rainer Orth2-0/+12
2011-07-11uninit-pred-8_b.c: Disable dominator optimizations.Jeff Law2-1/+5
2011-07-11* EXCLUDES (libgcov.c): Remove.Rainer Orth2-1/+4
2011-07-11dfp-bit.c, dfp-bit.h: Move to ../libgcc.Rainer Orth9-47/+1391
2011-07-11tree-vrp.c (simplify_conversion_using_ranges): Manually translate the source ...Richard Guenther2-18/+48
2011-07-11Check ia32 effective target.H.J. Lu3-2/+8
2011-07-11Add my name (Daniel Carrera) to the "Write After Approval" list.Daniel Carrera1-0/+1
2011-07-11expr.c (expand_expr_real_1): Use expand_insn for movmisalign.Richard Sandiford2-21/+22
2011-07-11config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build a bi-arch co...Arthur Loiret3-2/+17
2011-07-11config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all'...Arthur Loiret4-1/+24
2011-07-11passes.c (init_optimization_passes): Add invariant motion pass after inductio...Andreas Krebbel2-0/+6
2011-07-11re PR target/39633 ([avr] loop bug: missing 8-bit comparison (*cmpqi))Georg-Johann Lay4-3/+38
2011-07-11tree.h (call_expr_arg): Remove.Romain Geissler2-2/+5
2011-07-11In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero9-66/+78
2011-07-11sparc.md (save_register_window_1): Rename to...Eric Botcazou3-11/+17
2011-07-11re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-1/+6
2011-07-11target-supports.exp (check_effective_target_scheduling): New Function.Georg-Johann Lay6-0/+21
2011-07-11struct-by-value-16_main.c: Skip AVR.Georg-Johann Lay5-0/+11
2011-07-11Daily bump.GCC Administrator1-1/+1
2011-07-10Use movl instead of movabs for x32.H.J. Lu2-4/+19
2011-07-10i386.c (x86_output_mi_thunk): Generate rtl and run final, instead of emitting...Richard Henderson2-70/+77
2011-07-10Turn on 64bit and check models for x32.H.J. Lu2-0/+15
2011-07-10re PR fortran/49690 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Tobias Burnus4-1/+32
2011-07-10re PR c++/49691 (ICE in cp_parser_late_return_type_opt, at cp/parser.c:15562)Jason Merrill7-8/+37
2011-07-10Daily bump.GCC Administrator1-1/+1
2011-07-09re PR target/49684 (build fails on crtstuff.c / crtbegin using default CRT_CA...Hans-Peter Nilsson2-2/+6
2011-07-09re PR bootstrap/49680 (IRIX 6.5 bootstrap broken: SEGV in __register_frame_in...Hans-Peter Nilsson2-8/+21
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus2-1/+6
2011-07-09dwarf2: Move CFI output routines to dwarf2cfi.c.Richard Henderson5-630/+619
2011-07-09dwarf2: Reduce some redundant definitions.Richard Henderson4-117/+44
2011-07-09dwarf2cfi: Handle return column save from CIE.Richard Henderson3-103/+139