aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Daily bump.GCC Administrator1-1/+1
2012-08-28re PR fortran/54389 ([F2003/F2008 difference] PURE functions and pointer dumm...Tobias Burnus2-2/+9
2012-08-28re PR fortran/54382 (gfortran show_locus: Invalid read of size 4)Tobias Burnus2-0/+6
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-3/+18
2012-08-28ssa-dom-thread-3.c: Add -fno-short-enums.Joey Ye2-1/+6
2012-08-28Fix ChangeLog formatting.Walter Lee1-1/+1
2012-08-28Fix some typos and coding style violations.Walter Lee3-128/+126
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus2-0/+6
2012-08-28Add support for the -mcmodel=MODEL flag on TILE-Gx.Walter Lee9-46/+433
2012-08-28Daily bump.GCC Administrator1-1/+1
2012-08-27sched-deps.c (add_dependence_list_and_free): Simplify.Maxim Kuvyrkov2-12/+18
2012-08-27re PR target/46254 (ICE: in find_reloads, at reload.c:3806 (unable to generat...Uros Bizjak5-71/+102
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-1/+14
2012-08-27Fix doc typo.Walter Lee2-2/+6
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus3-2/+10
2012-08-27Fix a typo in the mcount function_profiler.Walter Lee3-2/+7
2012-08-27Stop trying to represent the bfins instruction with the insv pattern,Walter Lee2-31/+6
2012-08-27Properly set the latency of atomic ops to the approximate latency of a remote...Walter Lee4-10/+27
2012-08-27* gdbinit.in: Fix syntax of skip command.Andreas Schwab2-2/+6
2012-08-27ext_ins.c, [...]: Add NOMIPS16.Richard Sandiford6-10/+17
2012-08-2720020620-1.c, [...]: Tighten regexps.Richard Sandiford42-221/+243
2012-08-27mips.exp: Use gcc-dg-runtest rather than dg-runtest.Richard Sandiford306-391/+1078
2012-08-27mips.c (mips_pic_call_symbol_from_set): Check for SYMBOL_REF SET_SRCs.Richard Sandiford2-6/+17
2012-08-27mips.c (vr4130_align_insns): Don't simulate ghost instructions.Richard Sandiford2-1/+9
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli2-0/+19
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus2-0/+11
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus8-11/+38
2012-08-27re PR fortran/54370 (error: non-trivial conversion in unary operation)Tobias Burnus4-1/+41
2012-08-27options.c (set_Wall): Don't set for -Wcompare-reals.Tobias Burnus5-6/+15
2012-08-27Daily bump.GCC Administrator1-1/+1
2012-08-26mips.h (AVOID_CCMODE_COPIES): Update rationale for definition.Richard Sandiford4-80/+86
2012-08-26mips.c (mips_has_long_branch_p): New function, split out from...Richard Sandiford2-17/+35
2012-08-26mips.c (r10k_safe_mem_expr_p): Use get_inner_reference.Richard Sandiford2-9/+14
2012-08-26mips.c (mips_rtx_costs): Add costs for CINS.Richard Sandiford2-0/+16
2012-08-26mips.c (mips_rtx_costs): Add missing COSTS_N_INSNS to the size cost of multip...Richard Sandiford2-1/+6
2012-08-26scanasm.exp (scan-assembler-times_required_options): New proc.Richard Sandiford2-0/+9
2012-08-26install.texi (Specific): Clarify what needs to be added to this section.Gerald Pfeifer2-1/+6
2012-08-26tm.texi.in (Misc): Move descriptions of NO_DOLLAR_IN_LABEL and NO_DOT_IN_LABE...Gerald Pfeifer3-28/+35
2012-08-26* doc/invoke.texi (C++ Dialect Options): Add missing space.Gerald Pfeifer2-1/+5
2012-08-25* g++.dg/cpp0x/fntmpdefarg3.C: New.Jason Merrill2-6/+10
2012-08-26Daily bump.GCC Administrator1-1/+1
2012-08-25re PR rtl-optimization/54088 (ICE at dwarf2out.c:20632 with -O1 -g)Eric Botcazou2-3/+8
2012-08-25* doc/extend.texi (__atomic Builtins): Remove space before comma.Ricardo Catalinas Jiménez2-1/+5
2012-08-25mips.h (CASE_VECTOR_MODE): For not TARGET_MIPS16_SHORT_JUMP_TABLES use ptr_mode.Richard Sandiford2-3/+11
2012-08-25i386.h (FP_REG_P): Remove macro.Uros Bizjak7-19/+33
2012-08-25* ChangeLog: Fix whitespace.Uros Bizjak1-73/+48
2012-08-25re PR c++/51421 ([c++0x] ICE with invalid use of auto)Paolo Carlini5-7/+45
2012-08-24PR c++/51213 (again)Jason Merrill6-154/+185
2012-08-24print-tree.c (print_node): Don't check TREE_LANG_FLAG_* on TREE_VEC or SSA_NAME.Jason Merrill2-14/+23
2012-08-24pt.c (tsubst_default_argument): Indicate where the default argument is being ...Jason Merrill16-114/+154