aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata11-11/+17
2006-04-15pa.md (output_bb patterns): Shorten long branch alternatives by 4.John David Anglin3-75/+88
2006-04-15Make-lang.in (cp/pt.o): Depend on vecprim.h.Kazu Hirata3-14/+18
2006-04-15trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 ...Roger Sayle2-2/+7
2006-04-15re PR testsuite/25336 (Identical tests: gfortran.dg/g77/20030115-1.f gfortran...Jerry DeLisle2-17/+5
2006-04-15tree-cfg.c (make_edges, [...]): Reinstate RTH's changes from r112935 that wer...Roger Sayle2-41/+59
2006-04-15Daily bump.GCC Administrator1-1/+1
2006-04-15re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-...Jakub Jelinek7-55/+158
2006-04-14local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.Kazu Hirata4-6/+17
2006-04-14sparc.c (emit_and_preserve): Allocate space for the register save area.Alexey Starovoytov2-6/+20
2006-04-14re PR middle-end/27134 (ICE with floor and -ffast-math)Uros Bizjak4-1/+26
2006-04-14re PR middle-end/27095 (O2 produces duplicate code)Alan Modra2-12/+40
2006-04-14basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata5-16/+53
2006-04-14Daily bump.GCC Administrator1-1/+1
2006-04-14params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100.Eric Botcazou5-3/+66
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson16-554/+683
2006-04-13target-supports.exp (check_effective_target_int32plus): New.DJ Delorie60-12/+289
2006-04-13fold-const.c (native_encode_vector, [...]): Correct obvious mistakes in the p...Roger Sayle2-3/+8
2006-04-13fold-const.c (native_encode_expr): New function to encode the target represen...Roger Sayle5-3/+441
2006-04-13re PR target/27006 (Invalid altivec constant loading code)Paolo Bonzini4-1/+38
2006-04-13re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle2-0/+44
2006-04-13re PR target/26459 (gcc fails to build on powerpc e500-double targets)Alan Modra2-2/+11
2006-04-13Daily bump.GCC Administrator1-1/+1
2006-04-12tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata4-12/+20
2006-04-12re PR target/27060 (divide libcall size has increased)J"orn Rennecke8-43/+438
2006-04-12Makefile.in (GTFILES): Move functions.h after tree.h.Kazu Hirata5-14/+22
2006-04-12Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata4-16/+30
2006-04-12parser.c (cp_parser_init_declarator): Initialize local variables aggressively.Mark Mitchell2-6/+8
2006-04-12parser.c (cp_parser_init_declarator): Initialise is_parenthesized_init to fal...Roger Sayle2-1/+6
2006-04-12expr.c (emit_group_store): Correct operand order in call to subreg_lowpart_of...Roger Sayle2-4/+10
2006-04-12profile.c (compute_branch_probabilities): Remove code encapsulated in !ir_typ...Richard Guenther3-512/+45
2006-04-12rs6000.c (rs6000_mixed_function_arg): Update magic NULL_RTX comment.Alan Modra2-24/+29
2006-04-12Daily bump.GCC Administrator1-1/+1
2006-04-11dwarf2out.c (output_call_frame_info): Create debug_frame_section if it hasn't...Roger Sayle2-1/+11
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell15-216/+370
2006-04-11pa.md (MAX_12BIT_OFFSET, [...]): Define and use new symbolic constants in bra...John David Anglin2-85/+100
2006-04-11caller-save.c: #include "addresses.h" after #include "tm_p.h".Roger Sayle2-1/+5
2006-04-11re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes)Richard Sandiford2-5/+12
2006-04-11sparc.c (function_arg_slotno): Handle aggregate types other than record and u...Eric Botcazou2-72/+86
2006-04-11dwarf2out.c (premark_used_types): Remove problematic prototype.Roger Sayle2-1/+4
2006-04-11* gcc.c (LINK_COMMAND_SPEC): Move link_gomp after %o.Jakub Jelinek2-2/+6
2006-04-10tree-ssa-copy.c (may_propagate_copy): Test flow sensitive alias information too.Jeff Law4-0/+49
2006-04-10* gcc/Makefile.in (gcc-cross): Add $(exeext) to target name.Mike Frysinger2-2/+6
2006-04-1120060410.c: New.Aldy Hernandez8-1/+99
2006-04-11re PR target/26459 (gcc fails to build on powerpc e500-double targets)Mark Mitchell2-2/+8
2006-04-11Daily bump.GCC Administrator1-1/+1
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2-1/+6
2006-04-10i386.c (ix86_expand_vector_init_one_nonzero): Renamed from ix86_expand_vector...Roger Sayle5-9/+98
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata14-48/+64
2006-04-10dwarf2out.c (struct dw_attr_struct): Remove dw_attr_next.Geoffrey Keating2-205/+223