aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-07-22predicates.md (zero_extended_scalar_load_operand): Use CONST_VECTOR_NUNITS to...Uros Bizjak2-7/+12
2009-07-22[multiple changes]Arnaud Charlet9-261/+327
2009-07-22[multiple changes]Arnaud Charlet9-51/+167
2009-07-22sem_type.adb (Get_First_Interp): Fix wrong loop exit condition.Thomas Quinot2-1/+5
2009-07-22sem_res.adb (Check_No_Direct_Boolean_Operators): Add check for -gnatyBRobert Dewar10-4/+138
2009-07-22s-stchop.adb, [...]: Make sure sources obey short-circuit style rule.Robert Dewar45-197/+231
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther4-39/+105
2009-07-22trans.h (gfc_set_decl_assembler_name): New prototype.Francois-Xavier Coudert4-16/+39
2009-07-22constraints.md (ZQ, ZR, ZS, ZT): New constraints.Andreas Krebbel4-139/+185
2009-07-21decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill4-1/+19
2009-07-21Core issue 934Jason Merrill6-11/+56
2009-07-22Daily bump.GCC Administrator1-1/+1
2009-07-21mep.c (mep_legitimize_arg): Leave control registers alone too.DJ Delorie2-1/+8
2009-07-21* c-common.c (max_tinst_depth): Increase default to 1024.Jason Merrill2-4/+8
2009-07-21sse.md (vec_unpacku_float_hi_v4si): New expander.Uros Bizjak4-4/+93
2009-07-21re PR target/40811 (unsigned int to float isn't vectorized)Uros Bizjak7-7/+95
2009-07-21re PR tree-optimization/40813 (ICE in gsi_insert_seq_nodes_after, at gimple-i...Jakub Jelinek4-2/+55
2009-07-21sh.c (sh_gimplify_va_arg_expr): Wrap the result with a NOP_EXPR if needed.Kaz Kojima2-1/+6
2009-07-21tree-vectorizer.c (increase_alignment): Handle nested arrays.Paul Brook5-3/+53
2009-07-21re PR fortran/40726 (miscompilation at -O1)Paul Thomas2-13/+7
2009-07-21pa.c (compute_zdepwi_operands): Limit deposit length to 32 - lsb.John David Anglin2-7/+20
2009-07-21Daily bump.GCC Administrator1-1/+1
2009-07-20cgraph.h (constant_pool_htab): New function.Olatunji Ruwase3-16/+34
2009-07-20toplev.c: Invoke FINISH_UNIT callbacks before call to finalize().Olatunji Ruwase6-3/+50
2009-07-20Makefile.in (TREE_INLINE_H, [...]): Remove $(VARRAY_H).Shujing Zhao2-3/+8
2009-07-20dbgcnt name matching bug fixXinliang David Li2-1/+6
2009-07-20mips.md (move_type): Add arith.Adam Nemet4-3/+46
2009-07-20config.gcc (mips64-*-*): Add definition of tm_defines in order to set MIPS_AB...Nick Clifton2-2/+6
2009-07-20tree-object-size.c (addr_object_size): Handle unions with array in it as last...Jakub Jelinek7-17/+233
2009-07-20re PR tree-optimization/40792 (internal error in com_mpi.c at -O3 for gcc 4.4.0)Jakub Jelinek4-1/+31
2009-07-20[multiple changes]Arnaud Charlet8-162/+327
2009-07-20switch-m.ads (Normalize_Compiler_Switches): Take into account switches -gnatw.?Vincent Celier2-5/+4
2009-07-20[multiple changes]Arnaud Charlet10-153/+205
2009-07-20sem_util.ads, [...] (Check_Dynamically_Tagged_Expression): New subprogram.Javier Miranda7-21/+139
2009-07-20[multiple changes]Arnaud Charlet4-11/+26
2009-07-20* gcc-interface/Makefile.in: cleanup powerpc linux target pairs.Jerome Guitton2-0/+6
2009-07-20[multiple changes]Arnaud Charlet7-57/+120
2009-07-20[multiple changes]Arnaud Charlet15-120/+345
2009-07-20[multiple changes]Arnaud Charlet10-27/+91
2009-07-20einfo.ads, [...]: Minor reformattingRobert Dewar6-86/+88
2009-07-20cgraph.h (combined_args_to_skip): New field.Jan Hubicka5-5/+118
2009-07-20* config.gcc (mips64vr-*-*): Use tm_defines to set MIPS_ABI_DEFAULT.Nick Clifton1-0/+1
2009-07-20tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen11-106/+598
2009-07-20ChangeLog: Remove conflict markers.Uros Bizjak2-7/+3
2009-07-20SH: resurect -mfmovdChristian Bruel6-7/+38
2009-07-20Daily bump.GCC Administrator1-1/+1
2009-07-19re PR fortran/40714 (Fortran runtime error: Invalid argument)Janne Blomqvist2-0/+14
2009-07-19tree-ssa-dce.c (remove_dead_phis): Only look for abnormal PHIs when handling ...Jan Hubicka2-1/+7
2009-07-19re PR fortran/40727 ([4.4] ICE gfc_simplify_dcmplx(): Bad type when passing B...Steven G. Kargl4-0/+37
2009-07-19[multiple changes]Thomas Koenig9-6/+91