aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers16-627/+132
2010-06-07df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka3-33/+46
2010-06-07use utf-8 in changelogJason Merrill1-2/+2
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka9-123/+343
2010-06-07re PR rtl-optimization/44404 (auto-inc-dec generates an invalid assembly inst...Kazu Hirata1-1/+0
2010-06-07re PR rtl-optimization/44404 (auto-inc-dec generates an invalid assembly inst...Kazu Hirata4-0/+54
2010-06-07gimplify.c (gimplify_cleanup_point_expr): For empty body and EH-only cleanup ...Richard Guenther2-3/+10
2010-06-07re PR testsuite/44159 (CPU options cause testsuite failures)Kai Tietz23-25/+177
2010-06-07compound-literal-1.c: Fix for llp64.Kai Tietz6-6/+22
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen15-237/+221
2010-06-07re PR target/44319 (-fzee is mishandled)Sriraman Tallam2-4/+17
2010-06-07Daily bump.GCC Administrator1-1/+1
2010-06-06Revert accidental commit.Jan Hubicka1-7/+1
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka7-141/+181
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli12-78/+217
2010-06-06re PR c/20000 (missing warning for noreturn function returning non-void)Manuel López-Ibáñez4-6/+42
2010-06-06Improve latest entryEric Botcazou1-1/+2
2010-06-06stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou3-1/+11
2010-06-06Fix ChangeLog typoSegher Boessenkool1-1/+1
2010-06-06re PR bootstrap/44427 (genautomata uses more than 1.5GB of RAM on powerpc64-l...Segher Boessenkool2-4/+14
2010-06-06Fix PR c++/44086Fabien Chêne5-8/+37
2010-06-06Fix long linesEric Botcazou1-5/+6
2010-06-06re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas4-42/+141
2010-06-06Daily bump.GCC Administrator1-1/+1
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-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-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-05re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers5-11/+46
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