aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-05-14* doc/sourcebuild.texi: Mention libbanshee and libmudflap.Ranjit Mathew2-0/+11
2004-05-14Daily bump.GCC Administrator1-1/+1
2004-05-13re PR fortran/15314 (ICE caused by array initializer in derived type definition)Paul Brook3-1/+21
2004-05-13tree-ssa.c (delete_tree_ssa): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski2-1/+4
2004-05-13re PR fortran/15314 (ICE caused by array initializer in derived type definition)Paul Brook2-10/+10
2004-05-13tree-ssa-pre.c (execute_pre): Free ephi_use_pool and idfs_cache at the end of...Andrew Pinski2-1/+6
2004-05-13tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the funct...Andrew Pinski2-0/+5
2004-05-13tree-ssa-dce.c (perform_tree_ssa_dce): Free el at the end of the function.Andrew Pinski2-0/+5
2004-05-13uninit-H.c: Test for __PPC__ and __ppc__ for the powerpc case.Andrew Pinski2-1/+6
2004-05-13tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather ...Jeff Law2-9/+12
2004-05-13tree-into-ssa.c (insert_phi_nodes_for): XFREE bitmaps allocated with BITMAP_X...Andrew Pinski2-1/+4
2004-05-13loop-unswitch.c (unswitch_single_loop): Free bbs at the end.Andrew Pinski2-0/+5
2004-05-13final.c (shorten_branches): Free uid_shuid before reallocating it.Andrew Pinski2-0/+6
2004-05-13bb-reoder.c (connect_traces): Free cold_traces at the end.Andrew Pinski2-0/+5
2004-05-13tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept new parameter...Jeff Law5-42/+185
2004-05-1320030808-1.c: Force enum size.Paul Brook4-3/+10
2004-05-13tree-outof-ssa.c (rewrite_vars_out_of_ssa): Free map at the end of the block.Andrew Pinski2-0/+6
2004-05-13tree-into-ssa.c (def_blocks_free): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski2-2/+5
2004-05-13tree-ssa-alias.c (delete_alias_info): XFREE bitmaps allocated with BITMAP_XMA...Andrew Pinski2-5/+8
2004-05-13tree-ssa-dom.c (tree_ssa_dominator_optimize): Free nonzero_vars at the end of...Andrew Pinski2-0/+6
2004-05-13convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to g...Andrew Pinski2-1/+6
2004-05-13re PR testsuite/10819 (testsuite creates CR+LF on compiler version lines in t...Andreas Schwab2-2/+8
2004-05-13gcc.c (default_compilers): Fill out initializers for new Fortran entries.Ian Lance Taylor2-2/+8
2004-05-13gfortran.texi: Use @table @emph instead of @itemize @emph.Joseph Myers2-32/+9
2004-05-13* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.Paul Brook2-0/+10
2004-05-13arm.c (arm_default_short_enums): New function.Paul Brook2-0/+17
2004-05-13re PR libfortran/15204 (ADJUSTR intrinsic accesses corrupted pointer)Bud Davis2-0/+51
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo737-11240/+176896
2004-05-13Daily bump.GCC Administrator1-1/+1
2004-05-12Replace several arrays with a struct of arrays.Paolo Bonzini2-225/+214
2004-05-12re PR target/15331 (Assembler error building gnatlib on IRIX 6.5 with GNU as ...Richard Sandiford2-1/+6
2004-05-12re PR rtl-optimization/15100 (cc1plus got hang-up on libstdc++-v3/testsuite/a...Kaz Kojima2-0/+12
2004-05-12Daily bump.GCC Administrator1-1/+1
2004-05-11spe.md (spe_evneg): Rename to negv2si2.Aldy Hernandez3-2/+9
2004-05-11* doc/md.texi (Standard Names): Fix typo in vec_init description.Aldy Hernandez2-1/+5
2004-05-11utils.c (max_size): Use MIN_EXPR to find the minimum value of a COND_EXPR.Roger Sayle2-1/+6
2004-05-11altivec-8.C: Use '-maltivec' instead of '-faltivec'; include <altivec.h> expl...Ziemowit Laski3-4/+18
2004-05-11* doc/gty.texi (GTY Options): Clarify example.Geoffrey Keating2-1/+5
2004-05-11Fix typo.Mike Stump1-1/+1
2004-05-11Test for AltiVec function vec_ld, passing a pointer to const vector.Fariborz Jahanian1-0/+13
2004-05-11Fixed problem related to vec_ld in c++ mode.Fariborz Jahanian2-0/+8
2004-05-11* gcc.c-torture/compile/20010518-1.c: Force enum size.Paul Brook2-1/+5
2004-05-11flags.h (flag_short_enums): Update comment.Paul Brook4-4/+17
2004-05-11Fix entry.Eric Christopher1-1/+1
2004-05-11sibcall-3.c: Remove xfail for mips*-*-elf.Eric Christopher3-5/+10
2004-05-10re PR target/14063 (conditional around vec_dss() call disappears at -O2)Andrew Pinski2-2/+9
2004-05-11altivec.md ("one_cmplv16qi2"): Change vnot to vnor.Aldy Hernandez2-3/+10
2004-05-11Daily bump.GCC Administrator1-1/+1
2004-05-10re PR target/15130 ([3.3/3.4][sh4-linux] miscompilation with -O2)Kaz Kojima4-16/+95
2004-05-10gcse.c (eliminate_partially_redundant_loads): Instead of returning early, got...Andrew Pinski2-3/+24