aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-12-16i386.md (extv, [...]): Revalidate the operand with ext_register_operand.Richard Henderson2-3/+8
2004-12-16* global.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-12-16* de.po: Update.Joseph Myers2-631/+371
2004-12-16re PR tree-optimization/18707 (Performance regression at -O2 with gzip)Eric Botcazou2-7/+29
2004-12-16re PR target/18997 (Segmentation Violation in pthread_getspecific)Danny Smith2-0/+9
2004-12-16simplify-rtx.c (simplify_replace_rtx): Do not blindly replace hard registers.Richard Henderson2-1/+7
2004-12-16re PR other/18508 ("basename: too few arguments" when building without bootst...H.J. Lu11-15/+27
2004-12-16trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix comment typo.Tobias Schlüter2-3/+8
2004-12-16re PR middle-end/18493 (gcc doesn't like switch blocks without case/default l...Roger Sayle2-0/+15
2004-12-16Makefile.in (MD_DEPS, s-mddeps): New.Richard Henderson5-15/+131
2004-12-16local-alloc.c (block_alloc): Replace IN_RANGE with simple comparison.Nathan Sidwell2-3/+5
2004-12-16* doc/c-tree.texi (CONSTRUCTOR): Mention RANGE_EXPRs.Nathan Sidwell2-5/+14
2004-12-16s390.c (struct processor_costs): Two new fields: madbr, maebr.Mark Dettinger2-3/+19
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell13-110/+112
2004-12-16* g++.dg/other/complex1.C: New test.Wolfgang Bangerth2-0/+32
2004-12-16re PR target/19028 (ICE in libjava)Richard Henderson2-1/+8
2004-12-16re PR target/19005 (Error: bad register name `%sil')Richard Henderson2-21/+41
2004-12-16i386.md (*floathisf2_i387, [...]): Also enable for TARGET_MIX_SSE_I387.Uros Bizjak2-2/+7
2004-12-16i386.md (sqrt{s,d}f2_1, [...]): Unify enable constraint with respect to TARGE...Uros Bizjak2-25/+32
2004-12-16* config/i386/i386.md (*fop_?f_comm_{,sse,nosse},Uros Bizjak2-119/+131
2004-12-16objc-act.c (build_private_template): Change to return 'void'...Ziemowit Laski3-88/+190
2004-12-16Daily bump.GCC Administrator1-1/+1
2004-12-15re PR target/18153 (-static-libgcc links in libunwind.so.7)H.J. Lu5-0/+61
2004-12-15be.po, [...]: Update.Joseph Myers12-107264/+134138
2004-12-15cfgloop.c (flow_loops_dump): Don't print out levels.Daniel Berlin3-10/+17
2004-12-15reload.c (SMALL_REGISTER_CLASS_P): New.Alexandre Oliva2-7/+21
2004-12-15scanner.c (skip_fixed_comments): Fix typo in comment preceding function.Tobias Schlüter2-1/+4
2004-12-15re PR c++/17972 (const/pure functions result in bad asm)Eric Botcazou4-2/+44
2004-12-15re PR fortran/18993 (incorrect parsing in fixed-form)Tobias Schlüter4-2/+25
2004-12-15PR middle end/17340Vladimir Makarov2-66/+106
2004-12-15re PR target/19010 (sse and mmx parameter passing broken)Richard Henderson6-28/+173
2004-12-15* xcoffout.c (xcoffout_declare_function): Change strncpy to memcpy.David Edelsohn2-1/+5
2004-12-15* gcc.dg/20040813-1.c: Skip for *-*-aix*.David Edelsohn2-1/+5
2004-12-15re PR c++/18825 (ICE segmentation fault in wv2)Kriang Lerdsuwanakij4-15/+72
2004-12-15arm.c (arm_xscale_rtx_costs): Increase cost of COMPARE of MULT.Ian Lance Taylor3-4/+22
2004-12-15Add missing entry.Eric Botcazou1-0/+27
2004-12-15re PR preprocessor/15167 (Internal compiler error with "#pragma once")Eric Botcazou6-0/+42
2004-12-15re PR libfortran/17597 (list directed read has error)Bud Davis2-0/+107
2004-12-15re PR other/18665 (-ftrapv borks up simple integer arithmetic)Eric Botcazou5-22/+242
2004-12-15config/m32r.c (m32r_legitimize_pic_address): Changed to support GOTOFF reloca...Kazuhiro Inaoka3-2/+26
2004-12-15(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.Kazuhiro Inaoka2-2/+7
2004-12-15re PR c++/18981 (ICE in cp_parser_lookup_name)Nathan Sidwell4-4/+26
2004-12-15mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to decide whether an argume...Richard Sandiford2-3/+6
2004-12-14* config/i386/i386.md: Fix missing modes on cmove splitters.Richard Henderson2-20/+24
2004-12-15mklibgcc.in (libgcc2_c_dep): Add dependency on libgcc2.h.Jan Beulich2-1/+5
2004-12-15* config/i386/i386.md (floathisf2, *floathisf2_1, floatsisf2,Uros Bizjak2-53/+94
2004-12-15re PR c++/17242 (Testsuite fails due to duplicate symbols)John David Anglin7-13/+85
2004-12-14gfortran.h (gfc_expr.function.name): Make const.Richard Henderson7-112/+51
2004-12-15combine.c (combine_validate_cost): Consider cost of undobuf.other_insn rather...Ian Lance Taylor2-2/+23
2004-12-15re PR c++/18738 (typename not allowed with non-dependent qualified name)Mark Mitchell6-22/+48