aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-08-10* tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL.Richard Henderson2-1/+5
2004-08-11configure.in (arm*-*-eabi*): New target.Mark Mitchell24-110/+1329
2004-08-10rs6000-protos.h (expand_block_clear): Declare.David Edelsohn4-5/+111
2004-08-11Daily bump.GCC Administrator1-1/+1
2004-08-11re PR c++/16971 (ICE on duplicate definition)Mark Mitchell4-1/+19
2004-08-10Hot/cold partitioning update, sub-patch: fix alignment problemsCaroline Tice2-7/+55
2004-08-10s390-protos.h (s390_canonicalize_comparison): Declare.Ulrich Weigand5-151/+106
2004-08-10re PR target/16909 ("unrecognizable insn" ICE during bootstrap with-cpu=nocona)H.J. Lu2-2/+7
2004-08-10sourcebuild.texi (compat testing): Document available test framework commands.Janis Johnson2-7/+35
2004-08-10lambda.h: Add matrix type, and prototypes for remainder of matrix and vector ...Daniel Berlin4-7/+850
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod8-46/+64
2004-08-10re PR middle-end/16948 (Many new testsuite failures on hppa64-hp-hpux11.11)Jason Merrill1-0/+1
2004-08-10function.c (expand_function_start): Handle DECL_BY_REFERENCE on the RESULT_DECL.Jason Merrill2-2/+11
2004-08-10tree-vn.c (val_expr_pair_expr_eq): Compare vuses, to match the hash function.Geoffrey Keating2-3/+17
2004-08-10mips.md: New reciprocal square root patterns that match sqrt(1.0/x) in additi...Roger Sayle6-0/+115
2004-08-10arm-protos.h (arm_set_return_address, [...]): Add prototypes.Paul Brook5-76/+247
2004-08-10java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.Bryce McKinlay2-13/+7
2004-08-10re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Jakub Jelinek7-15/+59
2004-08-10expr.c (expand_expr_real_1): Add back code that was not dead.Paolo Bonzini2-0/+30
2004-08-09c-common.c (c_common_get_alias_set): Set the aliasing set of the type which i...Andrew Pinski2-1/+9
2004-08-09java-tree.h (flag_deprecated): Removed.H.J. Lu4-6/+10
2004-08-10trans-io.c (transfer_expr): Handle pointters.Paul Brook4-1/+29
2004-08-10Daily bump.GCC Administrator1-1/+1
2004-08-09re PR fortran/16919 (ICE with derived type and array constructor)Paul Brook6-30/+313
2004-08-09ggc-zone.c (struct alloc_zone): Add statistics counters.Daniel Jacobowitz2-21/+245
2004-08-09expmed.c (sdiv_pow2_cheap, [...]): Change type to bool.Roger Sayle2-3/+35
2004-08-09* gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).David Edelsohn2-1/+5
2004-08-09unwind-dw2.c (uw_install_context_1): Update target saved stack pointer.Paul Brook2-16/+25
2004-08-09ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.Geoffrey Keating3-31/+63
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law11-525/+510
2004-08-09explow.c (memory_address): Use memory_address_p.Zack Weinberg4-10/+12
2004-08-09Ayee, missed a file.Steven Bosscher1-0/+2
2004-08-09timevar.def (TV_CPROP1, [...]): New timers.Steven Bosscher4-28/+72
2004-08-09[multiple changes]Arnaud Charlet60-806/+3204
2004-08-09wchar_t-2.c: Fix typo.Paolo Bonzini2-1/+5
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini9-440/+120
2004-08-09expr.c (expand_expr_real_1): Use optab_for_tree_code.Paolo Bonzini2-24/+17
2004-08-09expr.c (var_rtx): Remove.Paolo Bonzini4-481/+82
2004-08-09Daily bump.GCC Administrator1-1/+1
2004-08-09re PR tree-optimization/12517 ([tree-ssa] ICE in bsi_insert_on_edge_immediate)Falk Hueffner6-0/+90
2004-08-08common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog7-55/+212
2004-08-08simplify.c (gfc_simplify_shape): Bugfix.Victor Leikehman5-8/+88
2004-08-08Make-lang.in (TREE_BE_LIBS): Remove.James A. Morrison15-308/+406
2004-08-08Daily bump.GCC Administrator1-1/+1
2004-08-07revert: gimplify.c (gimplify_call_expr): Make return in memory explicit.Jason Merrill2-65/+0
2004-08-07Make return in memory explicit.Jason Merrill5-52/+68
2004-08-07i386.c (ix86_expand_clrmem): Revert the last change.H.J. Lu2-4/+6
2004-08-07i386.c (ix86_expand_clrmem): Properly call gen_strset for 64bit target.H.J. Lu2-1/+9
2004-08-07* config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition.Olivier Hainque2-2/+6
2004-08-07gimplify.c (gimplify_call_expr): Make return in memory explicit.Jason Merrill3-2/+77