aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-11-23Makefile.in, [...]: Regenerated.Michael Koch7-205/+127
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg17-265/+81
2004-11-23tree-vectorizer.c (vect_analyze_operations): Don't vectorize if the vectoriza...Dorit Naishlos2-91/+90
2004-11-23s390.md ("*iordi3"): Mark commutative.Ulrich Weigand2-3/+8
2004-11-23tree-cfg.c (tree_try_redirect_by_replacing_jump): Speed up by restricting to ...Kazu Hirata2-8/+9
2004-11-23tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata5-43/+59
2004-11-23s390.c (s390_backchain_string): Removed.Andreas Krebbel6-92/+125
2004-11-23simplify-rtx.c (simplify_binary_operation): Do not simplify inner elements of...Uros Bizjak4-0/+27
2004-11-23gthr-solaris.h (__gthread_recursive_mutex_init_function): Use 0 instead of NULL.Eric Botcazou2-1/+6
2004-11-23tree-phinode.c (make_phi_node): Use a new variable, capacity, to receive the ...Kazu Hirata2-3/+9
2004-11-23* gcc.dg/setjmp-2.c: New test.Eric Botcazou2-0/+52
2004-11-23gthr-solaris.h (__gthread_recursive_mutex_t): New type.Eric Botcazou2-7/+64
2004-11-23Fix formatting nit.Eric Botcazou1-1/+1
2004-11-23t-rtems: New.Ralf Corsepius3-1/+16
2004-11-23re PR tree-optimization/18403 (FAILs to vectorize testcases on ppc64-linux)Dorit Naishlos2-1/+19
2004-11-23locale_facets.h (isspace, [...]): Add doxygen markup.Benjamin Kosnik16-182/+111
2004-11-23config.gcc (h8300-*-rtems*): Use h8300/t-rtems.Ralf Corsepius2-1/+5
2004-11-23xref.h (xref_flag_value): Remove.Ben Elliston3-46/+11
2004-11-23t-rtems: New.Ralf Corsepius3-1/+16
2004-11-23tree-cfg.c (tree_execute_on_growing_pred): New.Kazu Hirata4-33/+53
2004-11-23gjavah.c (output_directory): Make static.Ben Elliston2-2/+7
2004-11-23Makefile.am: Remove no-dependencies.Kelley Cook8-609/+499
2004-11-23config.gcc: Add avr-*-rtems*.Ralf Corsepius4-0/+42
2004-11-23Testcase from PR rtl-optimization/18611Daniel Berlin1-0/+17
2004-11-23df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the sam...Daniel Berlin2-6/+15
2004-11-23re PR pch/14940 (PCH largefile test fails on various platforms)John David Anglin2-0/+5
2004-11-23re PR rtl-optimization/14838 (ICE when building with -O2 -g)John David Anglin2-16/+11
2004-11-23re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher7-5/+118
2004-11-23fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle6-43/+53
2004-11-23i386.h (TARGET_USE_FANCY_MATH_387): New macro.Roger Sayle4-104/+138
2004-11-23darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Conditionalize properly and comment.Dale Johannesen2-0/+10
2004-11-232004-11-22 James A. Morrison <phython@gcc.gnu.orgJames A. Morrison13-0/+532
2004-11-23* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.Eric Botcazou2-0/+12
2004-11-23Daily bump.GCC Administrator1-1/+1
2004-11-23Daily bump.GCC Administrator1-1/+1
2004-11-22configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.Eric Botcazou3-5/+12
2004-11-22* tree-if-conv.c (clean_predicate_lists): Clean all basic blocks.Devang Patel2-6/+12
2004-11-22tree-if-conv.c (if_convertable_phi_p): Rename to ...Devang Patel2-29/+42
2004-11-22* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.Bob Wilson2-0/+6
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou6-5/+16
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou8-10/+680
2004-11-23pointer-set.h (pointer_set_contains): Remove.Ben Elliston3-26/+5
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata7-18/+14
2004-11-22calls.c (expand_call): Do not call preserve_temp_slots.Dale Johannesen4-1/+18
2004-11-22tree-phinodes.c (remove_phi_arg_num): Make it static.Kazu Hirata3-2/+4
2004-11-22tree-cfg.c (tree_execute_on_shrinking_pred): New.Kazu Hirata3-6/+16
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata6-3/+63
2004-11-22tree-flow.h: Remove the prototype for remove_phi_arg.Kazu Hirata4-32/+27
2004-11-23cfg.texi (Maintaining the CFG): Use @ftable instead of @table to list the BSI...Ben Elliston2-12/+12
2004-11-22re PR tree-optimization/18529 (When the lower bound of a loop is non-constant...Zdenek Dvorak3-7/+157