aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher83-206/+372
2010-06-05tree-ssa-dce.c (mark_last_stmt_necessary): New function.Eric Botcazou2-32/+44
2010-06-05shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make nullptr_t specializatio...Jonathan Wakely2-3/+8
2010-06-05tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka5-22/+35
2010-06-05re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas4-6/+59
2010-06-05status_cxx200x.xml: Update.Jonathan Wakely2-4/+28
2010-06-05[multiple changes]Jonathan Wakely11-33/+316
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov15-33/+104
2010-06-05ipa-pure-const.c (propagate): Fix type in handling functions that can not ret...Jan Hubicka2-4/+20
2010-06-05gcc.c (cc1_options, [...]): Use find-plugindir spec function to add the -iplu...Matthias Klose2-4/+29
2010-06-05re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-0/+80
2010-06-05re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek4-0/+14
2010-06-05Fix ChangeLog typo.Joseph Myers1-1/+1
2010-06-05df-problems.c (seen_in_block, [...]): Convert to bitmap_head.Jan Hubicka3-163/+181
2010-06-05* g++.dg/cpp0x/noexcept06.C: Call set_unexpected.Jason Merrill2-0/+5
2010-06-05* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.Jason Merrill2-0/+6
2010-06-05re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers5-11/+46
2010-06-05Add myself to MAINTAINERS in the right placeFabien Chêne2-1/+5
2010-06-05Fix formatting nitsEric Botcazou1-117/+117
2010-06-05cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.Magnus Fromreide25-4/+132
2010-06-05typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...Jason Merrill5-7/+64
2010-06-05genautomata.c (get_excl_set): Do work per element, not per char.Segher Boessenkool2-28/+28
2010-06-05genautomata.c (curr_state_pass_num): Delete.Segher Boessenkool2-82/+84
2010-06-04Update df_lr_bb_local_compute for embedded bitmaps.H.J. Lu2-2/+9
2010-06-05Daily bump.GCC Administrator1-1/+1
2010-06-04pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.Jason Merrill2-1/+9
2010-06-04cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.Jason Merrill2-0/+13
2010-06-04Implement noexcept-specification (15.4)Jason Merrill19-54/+435
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill11-1/+220
2010-06-04call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill6-23/+23
2010-06-04darwin-driver.c (darwin_default_min_version): UseJoseph Myers10-58/+86
2010-06-04re PR c++/44412 (Another bogus set-but-not-used warning)Jakub Jelinek5-0/+86
2010-06-04re PR c++/44362 (Bogus set-but-not-used warning)Jakub Jelinek4-0/+82
2010-06-04i386.md (*addhi_1_lea): Assert that operand 0 and operand 1 are equal.Uros Bizjak2-14/+24
2010-06-04i386-protos.h (ix86_print_operand): Declare.Nathan Froyd6-4/+15
2010-06-04re PR rtl-optimization/44013 (VTA produces wrong code)Alexandre Oliva2-1/+8
2010-06-04re PR debug/41371 (var-tracking is slow and memory hungry)Alexandre Oliva2-10/+77
2010-06-04i386.md (*addqi_2): Do not assert operands[2] == 255 for TYPE_INCDEC operands.Uros Bizjak2-341/+54
2010-06-04re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez14-99/+205
2010-06-04cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.Kai Tietz2-1/+6
2010-06-04df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka7-275/+315
2010-06-04check_jni_methods.sh.in: Don't use diff -U.Rainer Orth4-9/+19
2010-06-04* dce.c (dce_process_block): Do not re-scan already marked instructions.Jan Hubicka2-12/+15
2010-06-04re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt9-177/+613
2010-06-04thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives for pool ranges.Julian Brown2-2/+7
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther5-0/+16
2010-06-04gnatlink.adb (gnatlink): Remove support for -fsjlj switch.Eric Botcazou3-13/+6
2010-06-04re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2-1/+11
2010-06-04predicates.md (pic_symbolic_operand): Remove predicate.Uros Bizjak3-114/+60
2010-06-04tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka3-5/+9