aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-05* xcoffout.h (xcoffout_source_line): Update prototype.David Edelsohn2-1/+5
2009-06-05re PR middle-end/40340 (Fortification warning no longer emitted in inlines)Jakub Jelinek2-7/+10
2009-06-05builtins.c (do_mpc_ckconv, [...]): Use mpc_realref/mpc_imagref instead of MPC...Kaveh R. Ghazi4-9/+19
2009-06-05re PR middle-end/40340 (Fortification warning no longer emitted in inlines)Jakub Jelinek9-27/+160
2009-06-05misaligned store supportRevital Eres40-100/+233
2009-06-05ieee754-df.S (cmpdf2): Avoid writing below SP.Julian Brown3-6/+13
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley3-9/+50
2009-06-05re PR bootstrap/40350 (Bootstrap failure indwarf2out.c on i686-apple-darwin9)Richard Guenther2-1/+7
2009-06-05s390.c (global_not_special_regno_p): New static inline.Jakub Jelinek2-19/+64
2009-06-05throw_allocator.h: Rework.Benjamin Kosnik11-365/+383
2009-06-05re PR tree-optimization/36318 (SRA pessimizes struct copies without -Os)Alexander Strange2-0/+18
2009-06-05dwarf2out.c (deferred_asm_name): New.Alexandre Oliva2-3/+74
2009-06-05tree-nested.c (finalize_nesting_tree_1): Declare the frame_decl in the bindin...Alexandre Oliva2-1/+22
2009-06-05trans-decl.c (gfc_build_qualified_array): Don't skip generation of range types.Alexandre Oliva4-9/+31
2009-06-05Daily bump.GCC Administrator1-1/+1
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant15-22/+283
2009-06-04re PR fortran/37203 (Check ORDER= of RESHAPE)Daniel Franke6-91/+160
2009-06-04pt.c (dependent_type_p_push): New fn.Jason Merrill2-0/+6
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley4-62/+109
2009-06-04vect-42.c: Modify vect_no_align case.Steve Ellcey3-2/+7
2009-06-04[multiple changes]Andrew Haley4-104/+82
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley3-9/+14
2009-06-04[multiple changes]Andrew Haley33-65/+227
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley51-346/+449
2009-06-04arm.c (thumb2_legitimate_index_p): Initialize val after checking for integers.Ramana Radhakrishnan2-8/+15
2009-06-04re PR c++/39371 (Incorrectly rejects switch((unsigned int)boolvar))Richard Guenther2-0/+21
2009-06-04i386.h (X86_64_MS_REGPARM_MAX): Rename from X64_REGPARM_MAX.Uros Bizjak4-21/+39
2009-06-04gcc.c (report_times_to_file): New.Alexandre Oliva3-7/+77
2009-06-04tree-ssa-live.c (remove_unused_scope_block_p): Keep variables that have value...Alexandre Oliva2-0/+16
2009-06-04dwarf2asm.c (dw2_force_const_mem): Defer creation of declarations for constan...Alexandre Oliva2-19/+31
2009-06-04Daily bump.GCC Administrator1-1/+1
2009-06-03re PR target/10242 ([ARM] subsequent use of plus and minus operators could be...Richard Earnshaw2-4/+11
2009-06-04re PR libfortran/40330 (incorrect IO)Janne Blomqvist2-2/+17
2009-06-03gfortran.texi: Add mixed-language programming...Tobias Burnus5-39/+567
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor32-39/+106
2009-06-03iso-c-binding.def: Use INTMAX_TYPE instead ofFrancois-Xavier Coudert3-6/+7
2009-06-03* module.c (mio_f2k_derived): Initialize cur.Alexandre Oliva2-1/+5
2009-06-03vect.md (*movv2sf_internal): Handle big endian case.Steve Ellcey2-2/+6
2009-06-036.cc: Adjust test name.Benjamin Kosnik2-2/+6
2009-06-03rs6000.c (rs6000_emit_stack_reset): Return generated insn if it is changing sp.Jakub Jelinek9-65/+287
2009-06-03dwarf2out.c (output_cfi_directive): Pass 1 instead of 0 to second argument of...Jakub Jelinek2-8/+13
2009-06-03arm.c (arm_hard_regno_mode_ok): Permit values of four words or less (includin...Julian Brown2-4/+9
2009-06-03re PR middle-end/40328 (internal compiler error: in set_ssa_val_to, at tree-s...Richard Guenther4-3/+25
2009-06-03statistics.c (statistics_counter_event): Do not record event in pass dump if ...Andrey Belevantsev2-4/+17
2009-06-03cfgexpand.c (discover_nonconstant_array_refs_r): Make only non-BLKmode arrays...Richard Guenther2-1/+8
2009-06-03linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...Maxim Kuvyrkov4-8/+15
2009-06-03re PR tree-optimization/40323 (compiling just takes forever and doesn't reall...Martin Jambor4-0/+80
2009-06-03decl.c (gnat_to_gnu_entity): When adjusting the discriminant nodes in an exte...Eric Botcazou7-13/+76
2009-06-03decl.c (gnat_to_gnu_entity): Add the _Parent field, if any, to the record bef...Eric Botcazou2-19/+60
2009-06-03re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Paolo Carlini7-10/+52