summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2001-04-12class.c (dfs_unshared_virtual_bases): New function.Nathan Sidwell
2001-04-12method.c (make_thunk): Clear DECL_CLONED_FUNCTION.Nathan Sidwell
2001-04-12Daily bump.GCC Administrator
2001-04-12recog.c (general_operand, [...]): Require CONST_INTs to be sign-extended valu...Alexandre Oliva
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva
2001-04-12* sh.md (builtin_setjmp_receiver): New expander.Kaz Kojima
2001-04-12rs6000.c (rs6000_emit_move): Do not special-case HOST_BITS_PER_WIDE_INT != 32.Alexandre Oliva
2001-04-12* config-lang.in (lang_dirs): Add in zlib.Kelley Cook
2001-04-12i386.md: Apply trunc_int_for_mode() to GEN_INT operands that make it to RTL.Alexandre Oliva
2001-04-12Add Darwin (Mac OS X kernel) native support.Stan Shebs
2001-04-12dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell
2001-04-11cpp.texi (-Wtraditional): Update description.Kaveh R. Ghazi
2001-04-11* gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.Kaveh R. Ghazi
2001-04-11Fix PR 2520, a problem with structure parameter passing.Jim Wilson
2001-04-11optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t...Mark Mitchell
2001-04-11* cpplib.c (do_line): Sanity check iff enable checking.Neil Booth
2001-04-11Typo fix.Joern Rennecke
2001-04-11Makefile.in (insn-recog.o): Depend on toplev.h.Richard Henderson
2001-04-11Makefile.in (gcse.o): Depend on params.h.Mark Mitchell
2001-04-11Makefile.in (insn-output.o): Depend on $(EXPR_H).Kaveh R. Ghazi
2001-04-11output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.Kaveh R. Ghazi
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi
2001-04-11* sparc-protos.h: Delete redundant prototypes.Kaveh R. Ghazi
2001-04-11reload.c (push_reload): Add condition missed in SUBREG byte offset patch.Vladimir Makarov
2001-04-11* sparc/sol2-sld-64.h (STARTFILE_SPEC): Added missing blank.Rainer Orth
2001-04-11i386.md (floatsisf_sse): Fix output templateJan Hubicka
2001-04-11* cpplex.c (_cpp_lex_token): Only warn if -Wcomment.Jakub Jelinek
2001-04-11method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment...Nathan Sidwell
2001-04-11Daily bump.GCC Administrator
2001-04-10libgcc2.h (__terminate_func_ptr): Remove typedef.Richard Henderson
2001-04-1122001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>Peter Schmid
2001-04-11* Makefile.in (clean): Remove built leftovers.Mike Stump
2001-04-10c-typeck.c (convert_arguments): -Wtraditional now activates -Wconversion warn...Kaveh R. Ghazi
2001-04-10New.Richard Henderson
2001-04-10New.Richard Henderson
2001-04-10gcse.c (update_ld_motion_stores): Don't use variable I for an insn.Richard Kenner
2001-04-10class.c (find_final_overrider_data): Add `candidates'.Mark Mitchell
2001-04-10typeck.c (build_array_ref): Push the array reference inside COMPOUND_EXPR and...Richard Henderson
2001-04-10tweak commentsJason Merrill
2001-04-10Daily bump.GCC Administrator
2001-04-10function.c (purge_single_hard_subreg_set): Only check REGNO if the subreg was...Andrew MacLeod
2001-04-09Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro.Franz Sirl
2001-04-09i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.Bo Thorsen
2001-04-09output.h (set_block_num): Missed it earlier, remove deprecated prototype.Andrew MacLeod
2001-04-09gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p.Andrew MacLeod
2001-04-09basic-block.h (set_new_block_for_insns): New Prototype.Andrew MacLeod
2001-04-09alias.c (get_addr): Externalize.Andrew MacLeod
2001-04-09i386.c (expand_fp_movcc): Fix condition reversal code.Jan Hubicka
2001-04-09(oops.Christopher Faylor
2001-04-09Speed up ia64 compilationsBernd Schmidt