aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-04-28* decl.c (grok_op_properties): Add an extra check of argtypes.Cosmin Truta2-14/+19
2000-04-28pcp.h: Delete file.Zack Weinberg4-102/+8
2000-04-28h8300.c (function_epilogue): Clean up flags when the last insn in a function ...Kazu Hirata2-1/+6
2000-04-28configure.in (sparc-hal-solaris2*): protect [] glob from my expansion.Chris Demetriou3-8/+18
2000-04-28tree.c (get_callee_fndecl): Extract the initial value from a readonly decl.Jason Merrill4-0/+22
2000-04-28varasm.c (record_constant_1): Record the CODE_LABEL when taking the address o...Richard Henderson2-3/+23
2000-04-28calls.c (combine_pending_stack_adjustment_and_call): Return the adjustment; d...Richard Henderson3-54/+92
2000-04-28toplev.c (rest_of_compilation): Call note_deferral_of_defined_inline_function...Jason Merrill2-2/+15
2000-04-28cpplex.c (_cpp_scan_line): Fix buffer overwrite.Scott Bambrough2-1/+5
2000-04-28* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.Richard Henderson2-1/+5
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