aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-06-14re PR bootstrap/44509 (Revision 160626 breaks bootstrap on *-apple-darwin*)Jakub Jelinek5-6/+33
2010-06-14[multiple changes]Arnaud Charlet6-7/+52
2010-06-14re PR tree-optimization/44507 (vectorization ANDs array elements together inc...Ira Rosen5-2/+75
2010-06-14[multiple changes]Arnaud Charlet5-4/+21
2010-06-14[multiple changes]Arnaud Charlet6-2/+85
2010-06-14sinfo.ads: Minor reformatting.Robert Dewar2-1/+5
2010-06-14[multiple changes]Arnaud Charlet3-1/+21
2010-06-14exp_dbug.adb (Debug_Renaming_Declaration): Do not output any debug declaratio...Jerome Lambourg3-8/+25
2010-06-14[multiple changes]Arnaud Charlet13-51/+119
2010-06-14Minor reformatting.Arnaud Charlet1-1/+1
2010-06-14[multiple changes]Arnaud Charlet4-111/+186
2010-06-14Fix typo.Arnaud Charlet1-3/+3
2010-06-14[multiple changes]Arnaud Charlet6-24/+58
2010-06-14gnatbind.adb: Call Scan_ALI with Directly_Scanned set to True for all the ALI...Vincent Celier5-91/+96
2010-06-14[multiple changes]Arnaud Charlet6-19/+60
2010-06-14[multiple changes]Arnaud Charlet9-27/+1180
2010-06-14initialize.c (VxWorks section): Update comments.Olivier Hainque2-7/+8
2010-06-14[multiple changes]Arnaud Charlet9-179/+216
2010-06-14[multiple changes]Arnaud Charlet4-220/+427
2010-06-14sem_ch4.adb (Complete_Object_Operation): After analyzing the rewritten call...Ed Schonberg3-2/+44
2010-06-14[multiple changes]Arnaud Charlet3-6/+16
2010-06-14s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly adjust z10prop set_attr.Jakub Jelinek2-2/+7
2010-06-14Fix long linesEric Botcazou1-10/+14
2010-06-14Daily bump.GCC Administrator1-1/+1
2010-06-13Add "c-family/" to c-common.h, c-pretty-print.h and c-pragma.h.H.J. Lu3-3/+10
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke10-63/+214
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka9-48/+66
2010-06-13gnat_rm.texi: Move to GFDL version 1.3.Gerald Pfeifer4-3/+9
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther9-24/+63
2010-06-13ia64.h (FUNCTION_VALUE_REGNO_P, [...]): Remove macros.Anatoly Sokolov4-28/+52
2010-06-13whole_file_18.f90: Updated error message.Daniel Franke2-1/+5
2010-06-13typeck.c (convert_for_assignment): Fix comment.Shujing Zhao2-6/+13
2010-06-13cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p at correct place.Jan Hubicka2-1/+6
2010-06-13Daily bump.GCC Administrator1-1/+1
2010-06-12arm.c (thumb2_reorg): Fix errors in previous change.Bernd Schmidt2-2/+5
2010-06-12resolve.c (resolve_global_procedure): Improved checking if an explicit interf...Daniel Franke4-29/+130
2010-06-122010-06-12 Kai TietzKai Tietz2-4/+20
2010-06-12Fix typo.Jan Hubicka1-1/+1
2010-06-12df-core.c (df_clear_bb_info): New function.Jan Hubicka5-196/+159
2010-06-12re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jan Hubicka4-3/+75
2010-06-12targhooks.c (default_function_value): Don't use FUNCTION_OUTGOING_VALUE.Anatoly Sokolov4-12/+9
2010-06-12config.gcc (mips64*-*-linux*, [...]): Add crtfastmath.o to extra_parts.Kazu Hirata4-0/+68
2010-06-12Don't call pbb_to_depth_to_oldiv from compute_type_for_level.Sebastian Pop2-38/+16
2010-06-12trans-decl.c (gfc_build_intrinsic_function_decls): Fix return type.Francois-Xavier Coudert3-7/+15
2010-06-12re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROC...Janus Weil6-81/+157
2010-06-12Daily bump.GCC Administrator1-1/+1
2010-06-12common.opt (Wstrict-aliasing=, [...]): Add RejectNegative.Joseph Myers4-5/+24
2010-06-12opts-common.c: Include options.h.Joseph Myers6-120/+209
2010-06-11re PR target/44481 (__builtin_parity() causes ICE in trunc_int_for_mode())Uros Bizjak4-18/+41
2010-06-11bitmap.h (+bmp_iter_next_bit): New.Jan Hubicka2-15/+30