aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-09-26* pt.c (tsubst_copy) [PARM_DECL]: Handle 'this' in NSDMI.Jason Merrill5-0/+37
2011-09-26pt.c (convert_nontype_argument): Handle NULLPTR_TYPE.Paolo Carlini4-0/+24
2011-09-26re PR c++/26747 (bad break/continue is not detected until the gimplifier)Paolo Carlini2-10/+5
2011-09-26re PR tree-optimization/50472 (Volatile qualification in data is not enough t...Richard Guenther4-0/+27
2011-09-26tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.Bingfeng Mei3-2/+6
2011-09-26opt22.adb: New test.Eric Botcazou4-0/+47
2011-09-26tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries4-0/+34
2011-09-26re PR target/50465 ([avr] Use insn attribute to depict if and how instruction...Georg-Johann Lay4-135/+99
2011-09-26Fix oversightEric Botcazou1-7/+7
2011-09-26Restore Ada bootstrap on Solaris 8, 9/x86Rainer Orth2-2/+7
2011-09-26ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of may_trap_p...Eric Botcazou6-2/+55
2011-09-26utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the dereference of the po...Eric Botcazou6-42/+81
2011-09-26utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...Eric Botcazou5-32/+63
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou4-19/+31
2011-09-26trans.c (assoc_to_constructor): Minor tweaks.Eric Botcazou3-42/+45
2011-09-26sem_ch6.adb (Set_Formal_Mode): Set Can_Never_Be_Null on an IN or IN OUT forma...Eric Botcazou2-0/+16
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou5-59/+94
2011-09-26avr-protos.h (output_reload_inhi): Change prototype.Georg-Johann Lay4-178/+118
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou6-22/+151
2011-09-25parser.c (inject_this_parameter): Split out from cp_parser_late_return_type_opt.Jason Merrill5-5/+67
2011-09-26Daily bump.GCC Administrator1-1/+1
2011-09-25Add support for floating-point fused multiply-add on Sparc.David S. Miller10-19/+197
2011-09-25Generate 'fone' and 'fones' sparc instructions when possible.David S. Miller5-42/+116
2011-09-25ada-tree.h (TREE_THIS_NOTRAP): Redefine.Eric Botcazou4-40/+75
2011-09-25trans.c (Loop_Statement_to_gnu): In the case of an iteration scheme...Eric Botcazou2-60/+105
2011-09-25decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.Eric Botcazou4-75/+67
2011-09-25decl.c (gnat_to_gnu_entity): Do not promote the alignment if this doesn't pre...Eric Botcazou6-23/+56
2011-09-25tree-ssa-structalias.c (intra_create_variable_infos): Treat TYPE_RESTRICT REF...Jakub Jelinek4-4/+77
2011-09-25tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...Eric Botcazou3-3/+18
2011-09-25tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part of vect_analyze_...Ira Rosen6-28/+151
2011-09-25re PR c++/50280 (Incorrect type deduced for T& when passed a const bitfield)Paolo Carlini2-0/+16
2011-09-25tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen7-15/+107
2011-09-24Teach sparc backend about %gsr register and add intrinsics to access it.David S. Miller10-54/+240
2011-09-24except.c (expr_noexcept_p): Split out from finish_noexcept_expr.Jason Merrill6-4/+48
2011-09-24init.c (perform_member_init): Instantiate NSDMI here.Jason Merrill5-6/+43
2011-09-24Handle deferred parsing of NSDMIs.Jason Merrill10-58/+213
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill17-44/+212
2011-09-25Daily bump.GCC Administrator1-1/+1
2011-09-24ada, remove flat_namespace library option from darwin port build/defaults :Iain Sandoe3-7/+9
2011-09-24correct ChangeLogJason Merrill1-1/+1
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini12-34/+92
2011-09-24Daily bump.GCC Administrator1-1/+1
2011-09-23go-test.exp (errchk): Handle more cases of getting correct Tcl backslash quot...Ian Lance Taylor5-14/+19
2011-09-23Better parsing of erroneous expression on left of :=.Ian Lance Taylor1-1/+26
2011-09-23correct ChangeLogJason Merrill1-1/+1
2011-09-23Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill13-17/+95
2011-09-23* config/avr/avr.c: Fix some typos in comments.Georg-Johann Lay1-7/+7
2011-09-23inline-1.c: new testcase.Jan Hubicka9-67/+617
2011-09-23i386.c (ix86_print_operand): Handle %~.Jakub Jelinek3-70/+58
2011-09-23re PR target/50447 ([avr] Better support of AND, OR, XOR and PLUS with consta...Georg-Johann Lay4-159/+232