aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-06-30re PR testsuite/21967 (gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c ...Zdenek Dvorak2-0/+18
2005-06-30bfin.md (addv2hi3, [...]): Pattern names fixed by appending the necessary digit.Bernd Schmidt2-7/+13
2005-06-30* g++.dg/other/ucnid-1.C: xfail on AIX.David Edelsohn2-0/+5
2005-06-29* config/rs6000/rs6000.c (rs6000_file_start): Use PPC405_ERRATUM77.David Edelsohn2-4/+6
2005-06-29re PR tree-optimization/22234 (verify_ssa failed with -fno-exceptions)Diego Novillo4-2/+314
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka5-41/+100
2005-06-30Daily bump.GCC Administrator1-1/+1
2005-06-29ia64.c (ia64_expand_vecint_minmax): Use us_minus and plus for V4HImode UMAX.Richard Henderson2-0/+17
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers4-134/+171
2005-06-29darwin.c (machopic_select_section): constant ObjC string objects now always h...Ziemowit Laski10-15/+176
2005-06-29target-supports.exp (check_effective_target_vect_no_int_max): Rename from che...Richard Henderson7-14/+46
2005-06-29* config/alpha/alpha.md (vec_shl_<VEC>, vec_shr_<VEC>): New.Richard Henderson2-0/+24
2005-06-29tree-vect-transform.c (vect_min_worthwhile_factor): Declare.Richard Henderson2-0/+39
2005-06-29re PR rtl-optimization/21956 (useless symbols in object files)Caroline Tice2-4/+10
2005-06-29i386.c (ix86_expand_int_vcond): Remove unsignedp argument.Richard Henderson6-127/+158
2005-06-29dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Change GEN_INT to gen_int_...Ian Lance Taylor2-1/+7
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey2-0/+9
2005-06-29mmintrin.h: Mark vector intrinsics always_inline.Stuart Hastings5-494/+501
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey2-0/+9
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey4-3/+17
2005-06-29s390.c (s390_decompose_address): Accept invalid displacements for addresses c...Andreas Krebbel3-14/+31
2005-06-29c-common.c (flag_next_runtime): Move...Ziemowit Laski7-13/+23
2005-06-29linux-unwind.h (shmedia_fallback_frame_state): Disable aliasing warning with ...Kaz Kojima2-2/+14
2005-06-29target.h (gcc_target): New field allocate_initial_value.Kaz Kojima9-55/+99
2005-06-28tree-vectorizer.c (vect_is_simple_reduction): Compare types using TYPE_MAIN_V...Richard Henderson2-2/+8
2005-06-28ia64.c (ia64_expand_vecint_compare): Decompose to EQ when using psubN.uuu.Richard Henderson5-5/+243
2005-06-29Daily bump.GCC Administrator1-1/+1
2005-06-29gcc.texi: Update FSF address.Kelley Cook2-2/+6
2005-06-29re PR c/22052 (redefinition of inline function succeeds)Eric Christopher8-35/+69
2005-06-28* tree-optimize.c (init_tree_optimization_passes): Fix typo.Diego Novillo2-1/+5
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig2-0/+12
2005-06-28rs6000.md (setmemsi): s/operand/operands/.Andrew Pinski2-1/+5
2005-06-28ia64.c (ia64_expand_vecint_compare): Use unsigned saturating subtraction for ...Richard Henderson2-128/+60
2005-06-28rtlanal.c (nonzero_bits1): Use the mode of the value for determining integral...Richard Henderson2-3/+10
2005-06-28rs6000.md (setmemsi): Fix operand 2.Andrew Pinski2-1/+5
2005-06-2820030708-1.c: Remove static from test function.Richard Henderson9-8/+22
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig2-0/+14
2005-06-28target.h (invalid_conversion, [...]): New hooks.Joseph Myers19-132/+578
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook5-0/+1619
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling18-153/+237
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook31-62/+609
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie7-128/+188
2005-06-28re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn,...Uros Bizjak2-1/+7
2005-06-28s390.c (machine_function): New field has_landing_pad_p.Andreas Krebbel4-21/+149
2005-06-28except.c (current_function_has_exception_handlers): Function description adde...Andreas Krebbel2-3/+10
2005-06-28* gfortran.dg/dev_null.f90: Run test only on linux and solaris.Francois-Xavier Coudert2-1/+8
2005-06-28* gfortran.dg/slash_1.f90: New test.Francois-Xavier Coudert2-0/+18
2005-06-28sse.md (smaxv16qi3): Fix buffer overflow.Richard Henderson2-18/+39
2005-06-28ia64.c (ia64_expand_vcondu_v2si): Generate proper comparison operations.Richard Henderson3-4/+34
2005-06-28tree-vect-transform.c (get_initial_def_for_reduction): Use correct type for D...Richard Henderson9-70/+79