aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Makefile.rtl (GNAT.Sockets.Thin_Common): New unit.Thomas Quinot31-2464/+2069
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther14-55/+61
2008-05-2020061214-1.c: New test.Sandra Loosemore2-0/+11
2008-05-20Finally reverted parts of my escaped patch. (quilt sucks).Kai Tietz3-44/+15
2008-05-202008-05-20 Kai Tietz <kai.tietz@onevision.com>Kai Tietz5-188/+87
2008-05-20tree-vn.c (vn_lookup_with_vuses): Do not use the alias oracle.Richard Guenther4-1/+69
2008-05-20i386-protos.h (ix86_return_in_memory): Removed.Kai Tietz12-99/+224
2008-05-20* cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.Alexandre Oliva2-1/+5
2008-05-20Revert r135493 & r135463Xinliang David Li8-791/+19
2008-05-20Daily bump.GCC Administrator1-1/+1
2008-05-19tree.c (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.Eric Botcazou2-5/+7
2008-05-19Fix a typo.H.J. Lu1-1/+1
2008-05-19tree.c (substitute_in_expr): Fix thinko.Eric Botcazou2-6/+11
2008-05-19i386.c (ix86_expand_vector_init_concat): Change sizes of operand array from 8...H.J. Lu2-3/+9
2008-05-19i386.c (ix86_expand_vector_init_concat): New.H.J. Lu2-173/+246
2008-05-19re PR fortran/36265 (character issue with gfortran)Francois-Xavier Coudert4-1/+22
2008-05-19widechar_intrinsics_5.f90: Add dg-do directive and use -fbackslash option.Francois-Xavier Coudert2-2/+10
2008-05-19char_cast_2.f90: Adjust count in scanning the tree dump file.Francois-Xavier Coudert2-2/+7
2008-05-19* gfortran.dg/bind_c_module.f90: Adjust expected error messages.Francois-Xavier Coudert2-2/+6
2008-05-19forgot to save changelog back when updating the doc on saturday.Kenneth Zadeck1-0/+6
2008-05-19simplify.c (gfc_simplify_dble, [...]): Initialize result variable to avoid wa...Francois-Xavier Coudert2-2/+7
2008-05-19char_cast_1.f90: Adjust count in scanning the tree dump file.Francois-Xavier Coudert2-2/+6
2008-05-19i386.c (ix86_secondary_reload): New static function.Uros Bizjak4-31/+42
2008-05-19Add file omitted from last checkin.Kaveh Ghazi1-0/+56
2008-05-19Daily bump.GCC Administrator1-1/+1
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi9-14/+112
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert42-321/+2219
2008-05-18tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need EH cleanup ...Eric Botcazou5-0/+109
2008-05-18Update ChangeLog which was forgotten in the check in:Tobias Burnus1-0/+157
2008-05-18in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig151-179/+192
2008-05-18re PR target/36090 (ppc64 cacoshl miscompilation)Jakub Jelinek2-0/+21
2008-05-18stat_1.f90: Skip on mingw.Francois-Xavier Coudert3-0/+7
2008-05-18revert: i386.c (ix86_secondary_reload): New static function.Uros Bizjak4-38/+28
2008-05-18tree-cfg.c (verify_gimple_expr): Allow conversions from pointers to sizetype ...Richard Guenther2-1/+9
2008-05-18i386.c (ix86_secondary_reload): New static function.Uros Bizjak4-40/+46
2008-05-18select.c: Moved content to select_inc.c.Francois-Xavier Coudert12-125/+449
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus6-7/+77
2008-05-18comment/style fixesXinliang David Li5-51/+92
2008-05-18Daily bump.GCC Administrator1-1/+1
2008-05-17sh.c (sh_output_mi_thunk): Update the use of init_flow.Kaz Kojima2-1/+6
2008-05-18intrinsic.texi: Correct description of GET_COMMAND_ARGUMENT and GET_ENVIRONME...Tobias Burnus2-101/+124
2008-05-17list_read.c (list_formatted_read_scalar): Declare type as volatile to shut up...Thomas Koenig2-2/+7
2008-05-17initialization_19.f90: New test.Tobias Burnus2-0/+38
2008-05-17rtl.texi (RTL_CONST_CALL_P, [...]): Fixed typos.Kenneth Zadeck2-6/+6
2008-05-17Remove bogus lines added in previous (Rev.Tobias Burnus1-4/+0
2008-05-17intrinsic.c (add_functions): Change FLUSH(C) to FLUSH(UNIT).Tobias Burnus3-353/+377
2008-05-17tree-inline.c (setup_one_parameter): Remove dead code.Eric Botcazou2-16/+6
2008-05-17fold-const.c (fold_unary): Fold the cast into a BIT_AND_EXPR only for an INTE...Eric Botcazou4-3/+50
2008-05-17trans.c (gnat_to_gnu): Account for dummy types pointed to by the converted po...Eric Botcazou4-29/+94
2008-05-17Check in tree-dce enh to trunkXinliang David Li8-7/+798