aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-04tree-ssa-operands.c (add_virtual_operand): Only mark stores as has_volatile_o...Richard Biener2-3/+9
2007-09-04libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.Andrew Haley2-0/+11
2007-09-04libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.Andrew Haley4-1/+75
2007-09-04decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A...Andrew Haley2-1/+9
2007-09-04re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1))Emmanuel Thome2-1/+9
2007-09-04optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka6-303/+653
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil13-6/+691
2007-09-04rs6000.c (rs6000_stack_info): Allocate space for the GOT pointer only if ther...Daniel Jacobowitz2-4/+16
2007-09-04vect-reduc-dot-s16b.c: Mark functions noinline.Jan Hubicka268-199/+591
2007-09-04linux-unwind.h (ppc_fallback_frame_state): Correct typo for AltiVec.Daniel Jacobowitz2-1/+6
2007-09-04re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill2-0/+44
2007-09-04re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill2-1/+73
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres13-34/+129
2007-09-04re PR c++/18608 (Configuration documentation mentions wrong flag)Paolo Carlini2-1/+6
2007-09-04regrename.c (build_def_use): Don't share RTL between MATCH_OPERATOR and corre...Jan Hubicka2-9/+10
2007-09-04re PR middle-end/33187 (Missed cmove opportunity)Uros Bizjak4-0/+38
2007-09-04* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.Ben Elliston2-1/+2
2007-09-04* c-opts.c: Include "tm_p.h".Ben Elliston2-0/+5
2007-09-04sse4a-check.h: New file.Uros Bizjak28-493/+214
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther11-55/+98
2007-09-04* config/arm/arm.md (mulsidi3, umulsidi3, mulsi3_highpart)Zack Weinberg2-8/+67
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz8-16/+25
2007-09-04Daily bump.GCC Administrator1-1/+1
2007-09-04* doc/extend.texi: Document progmem attribute for AVR.Eric Weddington2-0/+14
2007-09-04re PR target/28902 (Fix for "alingment of XXX is greater than maximum object ...Anatoly Sokolov2-0/+6
2007-09-03optabs.c (expand_ffs): Initialize val and defined_at_zero to avoid warnings.Zack Weinberg2-2/+5
2007-09-03re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle2-1/+9
2007-09-03re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle4-2/+26
2007-09-03Makefile.am: Unify MIPS_IRIX and MIPS_LINUX into MIPS.Maciej W. Rozycki7-117/+84
2007-09-03optabs.c: Remove unnecessary forward declarations.Zack Weinberg3-140/+242
2007-09-03re PR libstdc++/33293 (inlining std::inner_product())Paolo Carlini2-4/+10
2007-09-03config.gcc: Delete stanza for arm-semi-aof and armel-semi-aof targets.Zack Weinberg9-760/+16
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi32-60/+115
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert25-398/+400
2007-09-03* config/netbsd-elf.h (USE_LD_AS_NEEDED): Define.Krister Walfridsson2-0/+9
2007-09-03re PR middle-end/33290 (gcc.c-torture/execute/930921-1.c fails at -O1 and abo...Richard Sandiford2-1/+13
2007-09-03mips.md (fetchop_bit): Use define_code_iterator rather than define_code_macro.Richard Sandiford2-1/+6
2007-09-03gcc.c (xputenv): New function.Francois-Xavier Coudert2-5/+24
2007-09-03no-tree-scev-cprop-vect-iv-1.c: Restored.H.J. Lu7-0/+122
2007-09-03builtin_bswap_v3.c: New testcase.Jesper Nilsson3-0/+27
2007-09-03cris.h (TARGET_HAS_SWAP): Defined to describe availability of swap instruction.Jesper Nilsson3-0/+14
2007-09-03Update -fmodulo-sched-allow-regmoves documentationRevital Eres2-1/+7
2007-09-03Change SMS behavior upon failureVladimir Yanovsky2-131/+370
2007-09-03* gcc.dg/torture/cris-asm-mof-1.c: Skip if -march defined.Jesper Nilsson2-0/+5
2007-09-03Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...Nick Clifton25-126/+115
2007-09-03mips.md (UNSPEC_COMPARE_AND_SWAP, [...]): New define_constants.David Daney8-5/+508
2007-09-03invoke.texi: Fix the -frange-checking option entry.Steven G. Kargl2-3/+7
2007-09-03Correct tested targetHans-Peter Nilsson1-1/+1
2007-09-03cris.h (TARGET_HAS_LZ, [...]): Defined to describe availability and behavior ...Jesper Nilsson6-4/+28
2007-09-03builtin_clz_v0.c: New testcase.Jesper Nilsson3-0/+29