Age | Commit message (Expand) | Author | Files | Lines |
2005-04-14 | i386.c (ix86_expand_sse_cmp): Split out from ... | Richard Henderson | 6 | -16/+233 |
2005-04-14 | cpp.texi, [...]: Change references to GCC 3.5 to refer to 4.0. | Joseph Myers | 3 | -6/+11 |
2005-04-14 | * Revert patch from 2005-04-13. | Julian Brown | 2 | -9/+6 |
2005-04-14 | * gfortran.dg/underflow.f90: Use tiny(x)/huge(x). | Steven G. Kargl | 2 | -1/+5 |
2005-04-14 | gfortran.h (gfc_real_info): Add subnormal struct member. | Steven G. Kargl | 4 | -15/+19 |
2005-04-14 | config.gcc: Set cpu_type for s390. | Andreas Krebbel | 2 | -0/+5 |
2005-04-14 | Whoops, wrong version of file. | Daniel Berlin | 1 | -1/+2 |
2005-04-14 | re PR tree-optimization/20963 (ICE tree check: expected value_handle, have ad... | Daniel Berlin | 2 | -1/+31 |
2005-04-14 | cris.md: Replace references to (reg:SI 16) with (reg:SI CRIS_SRP_REGNUM). | Hans-Peter Nilsson | 2 | -8/+11 |
2005-04-14 | re PR tree-optimization/20657 ([tcb] VRP does not get rid of a redundant "if"... | Kazu Hirata | 4 | -0/+30 |
2005-04-14 | cp-tree.h (SET_TMPL_ARG, [...]): Remove. | Kazu Hirata | 2 | -12/+5 |
2005-04-14 | reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FI... | Uros Bizjak | 3 | -0/+337 |
2005-04-14 | convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long... | Uros Bizjak | 4 | -0/+50 |
2005-04-14 | re PR target/20927 (ICE in smallest_mode_for_size, at stor-layout.c:221 (s390x)) | Ulrich Weigand | 4 | -0/+36 |
2005-04-14 | ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c. | François-Xavier Coudert | 1 | -0/+2 |
2005-04-14 | libiberty.h (fopen_unlocked, [...]): Remove parameter names. | Kaveh R. Ghazi | 2 | -3/+8 |
2005-04-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-04-13 | mips.h (ASM_OUTPUT_CASE_LABEL): Delete. | Richard Sandiford | 3 | -17/+11 |
2005-04-13 | pr19683-1.c: Guard with #ifndef __mips16. | Richard Sandiford | 3 | -0/+15 |
2005-04-13 | Fix result of folding of xor operation on two identical vectors. | Fariborz Jahanian | 3 | -1/+38 |
2005-04-13 | objc-fast-4.m: New. | Dale Johannesen | 2 | -0/+14 |
2005-04-13 | Make-lang.in (objc-lang.o): Depend on tree-gimple.h. | Dale Johannesen | 5 | -2/+70 |
2005-04-13 | tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables. | Devang Patel | 2 | -17/+5 |
2005-04-13 | CRIS prologue as RTL. | Hans-Peter Nilsson | 5 | -328/+656 |
2005-04-13 | cris.md ("epilogue"): Conditionalize on TARGET_PROLOGUE_EPILOGUE. | Hans-Peter Nilsson | 2 | -1/+6 |
2005-04-13 | cris-torture.exp: New driver in new directory. | Hans-Peter Nilsson | 3 | -0/+51 |
2005-04-13 | natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n... | Mark Wielaard | 2 | -0/+17 |
2005-04-13 | prims.cc (parse_verbose_args): Fix verbose argument parsing. | Thomas Fitzsimmons | 2 | -50/+57 |
2005-04-13 | re PR target/20924 (inline float divide does not set correct fpu status flags) | Steve Ellcey | 2 | -6/+17 |
2005-04-13 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-13 | ppc-vector-memcpy.c: XFAIL on AIX and SPE. | David Edelsohn | 3 | -0/+4 |
2005-04-13 | * gcc.dg/ucnid-[23456].c: XFAIL on AIX. | David Edelsohn | 6 | -2/+11 |
2005-04-13 | re PR tree-optimization/20913 (copy-prop does not fold conditionals) | Kazu Hirata | 4 | -0/+47 |
2005-04-13 | re PR tree-optimization/20913 (copy-prop does not fold conditionals) | Kazu Hirata | 4 | -3/+45 |
2005-04-13 | elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for... | Julian Brown | 4 | -1/+26 |
2005-04-13 | rtl.h (NOTE_PREDICTION_ALG, [...]): Remove. | Kazu Hirata | 2 | -5/+3 |
2005-04-13 | * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove. | Kazu Hirata | 2 | -2/+2 |
2005-04-13 | genattrtab.c (NULL_ATTR): Remove. | Kazu Hirata | 3 | -3/+3 |
2005-04-13 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 4 | -5/+10 |
2005-04-13 | Fix typos. | Gabriel Dos Reis | 1 | -2/+2 |
2005-04-13 | argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that a... | Gabriel Dos Reis | 2 | -1/+6 |
2005-04-13 | re PR c++/13744 (ICE when using implicit copy constructor for struct defined ... | Volker Reichelt | 2 | -0/+19 |
2005-04-13 | configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. | Eric Botcazou | 5 | -4/+20 |
2005-04-13 | Add missing entry for previous checkin. | Eric Botcazou | 1 | -0/+36 |
2005-04-13 | optc-gen.awk: Handle stand-alone Mask records. | Eric Botcazou | 14 | -246/+284 |
2005-04-13 | bfin.c (bfin_lib_id_given): New static variable. | Bernd Schmidt | 3 | -1/+11 |
2005-04-13 | sysv4.h (NO_IMPLICIT_EXTERN_C): undefine before defining. | Matt Thomas | 2 | -0/+6 |
2005-04-13 | * tree-inline.c (INSNS_PER_STMT): Remove. | Kazu Hirata | 2 | -5/+2 |
2005-04-13 | tree-ssa-forwprop.c (vars, [...]): Remove. | Kazu Hirata | 2 | -334/+224 |
2005-04-13 | * cgraphunit.c (INSNS_PER_CALL): Remove. | Kazu Hirata | 2 | -2/+2 |