aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-04-28* timevar.c (init_timevar): DeANSIfy function definition.Kaveh R. Ghazi2-1/+5
2000-04-28Daily bump.Jeff Law2-2/+2
2000-04-28optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying variables.Mark Mitchell2-2/+41
2000-04-28Makefile.in (timevar.o): Depend on flags.h.Alex Samuel3-30/+105
2000-04-28c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are always TREE_READ...Mark Mitchell2-1/+8
2000-04-28i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference for call instru...Ulrich Drepper2-1/+6
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel12-620/+1101
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey6-251/+326
2000-04-27decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>Alexandre Petit-Bianco2-0/+6
2000-04-27calls.c (combine_pending_stack_adjustment_and_call): New function.Mark Mitchell2-15/+77
2000-04-27Jan Hubicka <jh@suse.cz>Jan Hubicka1-0/+5
2000-04-27mn10300.md (movhi): Simplify.Alexandre Oliva2-24/+19
2000-04-27* function.c (epilogue_done): Pass whole insn to record_insns.Jan Hubicka3-2/+10
2000-04-27cse.c (CSE_ADDRESS_COST): Remove.Jan Hubicka7-54/+143
2000-04-27mn10300.md (movqi): Simplify.Alexandre Oliva2-24/+19
2000-04-27expr.c (store_expr): Use clear_storage instead of direct memset libcall.Jan Hubicka2-16/+12
2000-04-2720000427-1.c: New test for loop hoisting code and hard registers.Jan Hubicka2-0/+14
2000-04-27mn10300.c (mn10300_address_cost): Test ASHIFT, AND and LABEL_REF.Alexandre Oliva2-0/+8
2000-04-27* invoke.texi (-foptimize-sibling-calls): Fix.Jan Hubicka2-3/+7
2000-04-27* loop.c (load_mems) Don't use hard registers for the hoisting.Jan Hubicka3-2/+18
2000-04-27flow.c (struct propagate_block_info): Remove new_dead, new_live; add new_set.Richard Henderson2-72/+133
2000-04-27Daily bump.Jeff Law2-2/+2
2000-04-27flow.c (calculate_global_regs_live): Force stack pointer live at end.Richard Henderson2-0/+7
2000-04-27flow.c (allocate_reg_life_data): Set max_regno here ...Richard Henderson2-2/+7
2000-04-27jump.c (redirect_exp_1): Rework from old redirect_exp.Richard Henderson3-149/+217
2000-04-27rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson4-49/+21
2000-04-27Fix commentary.Richard Henderson1-1/+2
2000-04-27* invoke.texi: Document -fssa flag.Alex Samuel2-1/+12
2000-04-27flow.c (count_reg_sets_1): Remove.Richard Henderson2-269/+9
2000-04-27flow.c (update_life_info): Consider blocks null to mean the universal set.Richard Henderson2-27/+73
2000-04-26flow.c (tidy_fallthru_edge): Don't delete the jump when it's a still-valid co...Richard Henderson2-1/+8
2000-04-26jump.c (invert_jump): Always invert REG_BR_PROB.Richard Henderson6-34/+33
2000-04-27cpplib.h: "~=" is not a single pp-token.Neil Booth3-15/+19
2000-04-26flow.c (mark_set_1): New arguments code and flags; update all callers.Richard Henderson2-134/+97
2000-04-26flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.Richard Henderson3-9/+10
2000-04-26flow.c (propagate_one_insn): Break out from propagate_block.Richard Henderson3-243/+290
2000-04-26basic-block.h (life_analysis): Declare here ...Richard Henderson7-33/+31
2000-04-26flow.c (flow_delete_block): Rename from delete_block.Richard Henderson3-5/+10
2000-04-26http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.htmlDavid S. Miller2-1/+7
2000-04-27cpplex.c (spell_other, spell_char): Remove.Neil Booth3-63/+42
2000-04-27zextract.c (find_zip_file_start): New function.Tom Tromey2-7/+34
2000-04-27* execute/loop-5.c: New test.Geoff Keating2-0/+40
2000-04-26pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.Rodney Brown3-2/+7
2000-04-26dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.Kaveh R. Ghazi5-55/+73
2000-04-26cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.Mark Mitchell10-33/+42
2000-04-26extend.texi (Function Attributes): Fix description of pure attribute.Andreas Jaeger2-1/+6
2000-04-26* cpplex.c: fix typos in commentNeil Booth1-9/+10
2000-04-26* cpplex.c: add comment describing lexer algorithm.Neil Booth1-0/+90
2000-04-26Daily bump.Jeff Law2-2/+2
2000-04-26integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT before calli...Jason Merrill2-3/+8