aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-11-04bitmap.h (BITMAP_XFREE): New.Richard Henderson7-19/+80
1999-11-04haifa-sched.c (init_rgn_data_dependences): Correctly size bb_pending_lists_le...Richard Henderson2-1/+4
1999-11-04reg-stack.c (convert_regs_1): Initialize target_stack->top after verifying an...Richard Henderson2-5/+11
1999-11-04function.c (diddle_return_value): New.Richard Henderson6-54/+118
1999-11-04* rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.Richard Henderson2-3/+7
1999-11-04cse.c (cse_main): Use xmalloc, not alloca.Richard Henderson3-28/+62
1999-11-04rtl.c: Include toplev.h.David Billinghurst2-3/+6
1999-11-04Allow for systems that do not have S_IR* defined valuesBruce Korb3-4/+31
1999-11-04* haifa-sched.c (schedule_block): Fix thinko.Jeffrey A Law2-1/+5
1999-11-04Daily bump.Jeff Law2-2/+2
1999-11-04flags.h (flag_renumber_insns): Declare.Mark Mitchell5-22/+50
1999-11-04rtl.h (renumber_insns): New function.Mark Mitchell1-0/+2
1999-11-03[multiple changes]David S. Miller3-24/+52
1999-11-03rtl.h (renumber_insns): New function.Mark Mitchell3-18/+67
1999-11-03gcse.c (struct null_pointer_info): New type.Mark Mitchell2-111/+251
1999-11-03haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.Mark Mitchell2-89/+149
1999-11-03defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore11-8/+61
1999-11-03class.c (check_bitfield_decl): New function, split out from finish_stuct_1.Mark Mitchell4-167/+224
1999-11-03fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi5-14/+29
1999-11-03varasm.c (decode_rtx_const): Use XSTR to access the string of a SYMBOL_REF.Franz Sirl2-12/+20
1999-11-03* c-decl.c (duplicate_decls): Copy DECL_MODE too.Richard Henderson2-0/+5
1999-11-03pa.c (ireg_operand): New function.Jeffrey A Law4-11/+21
1999-11-03* pa.md (negdi2): Turn into expander + anonymous pattern.Jeffrey A Law2-1/+9
1999-11-03* reload.c (find_reloads): Fix typos in recent change.Jeffrey A Law2-3/+5
1999-11-03Copy reg notes in eliminate_regs_in_insn.Bernd Schmidt2-1/+9
1999-11-03* dwarf2out.c: Do not include ctype.h.Jeffrey A Law2-1/+4
1999-11-03Daily bump.Jeff Law2-2/+2
1999-11-03* decl.c (grokfndecl): Remove dead code.Mark Mitchell2-4/+3
1999-11-03* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.Mark Mitchell2-5055/+6
1999-11-03decl2.c (build_expr_from_tree): Handle REALPART_EXPR and IMAGPART_EXPR.Scott Snyder3-0/+10
1999-11-02regclass.c (record_reg_classes): Always use may_move_cost when seeing how ope...Richard Kenner2-2/+7
1999-11-02resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.Richard Henderson3-14/+44
1999-11-02ultrasp1.c: Removed xfail.Alexandre Oliva4-4/+10
1999-11-02pa.md (height reduction patterns): Add checks for overlapping operands to avo...Jason Eckhardt2-11/+38
1999-11-02configure.in (m68k-hp-hpux*, [...]): The underscore should have been an hyphe...Alexandre Oliva3-6/+12
1999-11-02Fix compile time warningsNick Clifton10-95/+277
1999-11-02jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...Jan Hubicka3-124/+156
1999-11-02Delete two useless declarations.Bernd Schmidt2-3/+4
1999-11-02Makefile.in (genattrtab): Don't use (HOST_RTLANAL).Catherine Moore5-112/+121
1999-11-02resource.c (mark_target_live_regs): For unconditional branches...Diego Novillo2-3/+9
1999-11-02* gcc.1 (PA options): Remove obsolete -mshared-libs options.Jeffrey A Law2-12/+3
1999-11-02* pa.h (ADDR_VEC_ALIGN): Define.Jeffrey A Law2-0/+5
1999-11-02Daily bump.Jeff Law2-2/+2
1999-11-01parse.y (method_header:): Issue error message for rule `type error'.Alexandre Petit-Bianco3-1492/+1530
1999-11-02decl2.c (maybe_make_one_only): Always make things comdat on ELF targets, too.Jason Merrill2-3/+12
1999-11-02tweak commentJason Merrill1-2/+4
1999-11-02libgcc2.c (__do_global_dtors): Only do EH frame stuff if ! HAS_INIT_SECTION.Jason Merrill2-1/+6
1999-11-02jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presen...Jeffrey A Law2-8/+14
1999-11-01unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.Jeffrey A Law2-5/+9
1999-11-01* reg-stack.c (convert_regs_1): Handle EH edges specially.Richard Henderson2-5/+31