aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-11libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva10-241/+331
2003-04-11basic_file_stdio.cc (__basic_file<char>::close): Don't flush stream twice.John David Anglin2-6/+11
2003-04-11extend.texi (Template Instantiation): Refer to ISO standard, not Working Paper.Jonathan Wakely3-10/+16
2003-04-11verify.cc (pop64): Removed.Tom Tromey2-11/+25
2003-04-11tree.c (tree_operand_check_failed): New function.Zack Weinberg3-27/+97
2003-04-11Daily bump.GCC Administrator2-2/+2
2003-04-10re PR java/10253 (String concatenation with int zero, as in ""+0, results in ...Eric Blake2-19/+36
2003-04-10New test.Richard Henderson1-0/+42
2003-04-10re PR inline-asm/8803 (Internal compiler error in instantiate_virtual_regs_1,...Jan Hubicka2-0/+12
2003-04-10ia64-protos.h (addp4_optimize_ok): New.Steve Ellcey4-2/+26
2003-04-10expr.c (expand_assignment): Extend offset_rtx with convert_to_mode not with c...Steve Ellcey2-6/+14
2003-04-10class.c (layout_class_type): Correct handling for overlong bit-fields whose w...Mark Mitchell4-14/+36
2003-04-10* config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.Douglas B Rupp2-1/+5
2003-04-10[multiple changes]Andrew Haley6-10/+143
2003-04-10lib2funcs.S (__xtensa_sync_caches): Flush data cache even if it is configured...Bob Wilson2-1/+6
2003-04-10s390.c (larl_operand): Do not allow symbols marked with '@'.Ulrich Weigand2-17/+48
2003-04-10tree-inline.c (inlinable_function_p): Disable inlining for synchronized methods.Andrew Haley2-0/+10
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher10-75/+84
2003-04-10Reshuffle 27_io testsuite.Benjamin Kosnik343-6530/+18850
2003-04-10install.html: Document complete list of locales required by test suite.Zack Weinberg2-90/+132
2003-04-10regrename.c (struct du_chain): Use a bitfield for reg_class.Dan Nicolaescu3-40/+54
2003-04-10Daily bump.GCC Administrator2-2/+2
2003-04-10gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.Tom Tromey2-3/+7
2003-04-09* g++.dg/pch/pch.exp: Make testcase names longer.Mike Stump2-2/+3
2003-04-09* gcc.dg/pch/pch.exp: Make testcase names longer.Mike Stump1-1/+1
2003-04-09* gcc.dg/pch/pch.exp: Make testcase names longer.Mike Stump2-2/+6
2003-04-09fp-bit.c (unpack_d): Handle pair of doubles with different signs correctly.Alexandre Oliva2-1/+10
2003-04-09sched-deps.c (reg_pending_barrier_mode): New enumeration.Vladimir Makarov2-15/+43
2003-04-09ia64.c (issue_nops_and_insn): Add new parameter.Vladimir Makarov2-38/+68
2003-04-09optabs.c: Comment that gen_add2_insn and others may actually return emitted i...Alexandre Oliva3-7/+30
2003-04-09ia64.c (move_operand): Allow symbolic_operand, but not tls_symbolic_operand.Richard Henderson4-262/+183
2003-04-09install.texi: Note that ARM toolchains need binutils 2.13 or newer.Nick Clifton5-4/+44
2003-04-09MAINTAINERS: Add my email address.Joel Sherrill1-1/+1
2003-04-09function.c (purge_addressof): Use free_INSN_LIST_node instead of free_EXPR_LI...Zdenek Dvorak2-1/+6
2003-04-09Daily bump.GCC Administrator2-2/+2
2003-04-08fold-const.c (fold): Use "fold" following build in more places.Roger Sayle4-12/+126
2003-04-08builtins.c (fold_builtin): Constant fold expressions as x*0.5 instead of x/2.0.Roger Sayle5-8/+253
2003-04-08dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, [...]): Take into account DWARF_INITI...Kevin Buettner2-4/+11
2003-04-08MAINTAINERS: Add my email address.Joel Sherrill1-0/+4
2003-04-08reorg.c (fill_slots_from_thread): When considering changing the insn followin...Hans-Peter Nilsson2-2/+10
2003-04-08function.c (postponed_insns): New.Zdenek Dvorak2-12/+48
2003-04-08sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD, this is FP_MODE_DO...J"orn Rennecke3-12/+56
2003-04-08New test.Richard Henderson1-0/+69
2003-04-08rs6000.c (rs6000_init_builtins): Set opaque types regardless of architecture.Aldy Hernandez2-27/+32
2003-04-08sh.c (push_regs, [...]): Return int.J"orn Rennecke2-37/+40
2003-04-08sstream.tcc (overflow): Make sure operands of min and max have the same type.Alexandre Oliva2-2/+7
2003-04-08i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the GOTOFF oper...Jan Hubicka2-2/+28
2003-04-08gcov-io.h (gcov_save_position): Remove __inline__ from declaration.Nathan Sidwell2-1/+6
2003-04-08install.texi: Use @command and @samp for single- and multi-word commands resp...Matt Kraai4-23/+30
2003-04-07re PR c/9516 (Internal error when using a big array)Christian Ehrhardt2-9/+25