aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Remove cgraph pidXinliang David Li9-27/+68
2011-04-21godump.c (go_format_type): Use exported Go name for anonymous field name.Ian Lance Taylor2-2/+7
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor21-595/+605
2011-04-21Changelog: Remove gcc/ prefix from a changelog entry.Easwaran Raman1-1/+1
2011-04-21objc-act.c (synth_module_prologue): Call build_function_type_list instead of ...Nathan Froyd3-7/+12
2011-04-21frv.c (frv_init_builtins): Delete `endlink' variable.Nathan Froyd2-12/+11
2011-04-21arm.c (arm_init_iwmmxt_builtins): Call build_function_type_list instead of bu...Nathan Froyd2-145/+92
2011-04-21s390.c (s390_init_builtins): Call build_function_type_list instead of build_f...Nathan Froyd2-1/+6
2011-04-21ia64.c (ia64_init_builtins): Call build_function_type_list instead of builtin...Nathan Froyd2-5/+10
2011-04-21re PR fortran/48405 (Handle expressions in DO loops for front-end optimization)Thomas Koenig4-111/+140
2011-04-21cfgexpand.c (stack_var): Remove OFFSET...Easwaran Raman4-57/+57
2011-04-21* de.po: Update.Joseph Myers2-550/+563
2011-04-21Makefile.in (NO_SIBLING_ADAFLAGS): Always define.Eric Botcazou3-85/+95
2011-04-21gengtype-state.c (read_a_state_token): Fix argument to obstack_free.Dimitrios Apostolou3-3/+10
2011-04-21re PR debug/48703 (segfault in canonicalize_for_substitution)Richard Guenther5-4/+34
2011-04-21* gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.Eric Botcazou5-2/+40
2011-04-21Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary file name.Richard Guenther2-37/+42
2011-04-21tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...Richard Guenther3-85/+82
2011-04-21vmsdbgout.c (write_srccorr): Compute file length from the string.Tristan Gingold2-6/+8
2011-04-21ia64.c (ia64_start_function): Add a guard.Tristan Gingold2-0/+5
2011-04-21re PR target/48708 (Invalid V2DI vector set insn generated)Uros Bizjak4-19/+47
2011-04-21tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.Richard Guenther2-0/+25
2011-04-21cygming.h (union tree_node, TREE): Don't define or undefine.Joseph Myers2-10/+7
2011-04-21alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers15-43/+65
2011-04-21tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use operand_equal_...Richard Sandiford4-10/+40
2011-04-21vect.exp: Run the main tests twice, one with -flto and once without.Richard Sandiford2-9/+19
2011-04-21re PR target/46329 (ICE on ARM for __attribute__ ((vector_size (8 * sizeof(in...Richard Sandiford4-1/+28
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford102-398/+615
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford23-51/+143
2011-04-21re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-1/+57
2011-04-21Use mpfr_prec_round, not real_convert, to constraint floats.Ian Lance Taylor1-17/+3
2011-04-21semantics.c (finish_compound_literal): Don't put an array with a dtor in a st...Jason Merrill4-0/+15
2011-04-21* call.c (build_over_call): Handle trivial dtor.Jason Merrill4-1/+20
2011-04-21* search.c (lookup_fnfields_slot): Call complete_type.Jason Merrill2-1/+3
2011-04-21re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill2-1/+5
2011-04-21Daily bump.GCC Administrator1-1/+1
2011-04-20mips.c (mips16_build_function_stub): Call build_function_type_list instead of...Nathan Froyd2-2/+9
2011-04-20mep.c (mep_init_builtins): Call build_function_type_list instead of build_fun...Nathan Froyd2-1/+6
2011-04-20pa.c (pa_init_builtins): Call build_function_type_list instead of build_funct...Nathan Froyd2-1/+6
2011-04-20re PR target/48678 (unable to find a register to spill in class ‘GENERAL_RE...Uros Bizjak12-12/+429
2011-04-20re PR c++/48657 (could not convert template argument ‘VectorDimension’ to...Jason Merrill4-42/+38
2011-04-20cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable containi...Easwaran Raman4-2/+37
2011-04-20remove useless if-before-free testsJim Meyering48-153/+141
2011-04-20discourage unnecessary use of if before freeJim Meyering1-7/+20
2011-04-20re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Jakub Jelinek2-0/+8
2011-04-20re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus2-0/+8
2011-04-20Fixed recent testcases for backslash hell typo.Kai Tietz5-5/+5
2011-04-20mips.opt (mfix-24k): New.Catherine Moore6-4/+29
2011-04-20arm.c (arm_legitimize_reload_address): For NEON quad-word modes, reduce to 9-...Chung-Lin Tang2-1/+15
2011-04-20vect-shift-3.c, [...]: New.Daniel Jacobowitz4-0/+100