aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)Author
2003-12-11 Backport from mainline:Eric Botcazou
2002-06-13 * alias.c (argument_registers): Remove.Jeff Law
2002-06-11 * caller-save.c (init_caller_save): Move creation of SAVEINSNJeff Law
2002-06-11 * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.Richard Henderson
2002-06-10 * alias.c (static_reg_base_value): New to hold RTL forJeff Law
2002-01-01 * attribs.c (handle_vector_size_attribute): Use host_integerpRichard Kenner
2001-12-17Implement MODE_BASE_REG_CLASSNick Clifton
2001-11-04 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,Joseph Myers
2001-10-28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,Joseph Myers
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-22 * caller-save.c: Don't include insn-codes.h.Zack Weinberg
2001-08-18 * optabs.h (OTI_flodiv, flodiv_optab): Kill.Zack Weinberg
2001-08-13 * expr.h: Split out optab- and libfunc-related code to...Zack Weinberg
2001-07-11 * alias.c (set_mem_alias_set): New function.Richard Kenner
2001-07-09Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner
2001-07-03 * explow.c (plus_constant_wide, case PLUS): Call find_constant_termRichard Kenner
2001-07-02 * emit-rtl.c (adjust_address): New function.Richard Kenner
2001-04-032001-04-03 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
2001-02-28 * caller-save.c (save_call_clobbered_regs): Fix typo inRichard Henderson
2001-02-28 * caller-save.c (reg_save_code, reg_restore_code): Index by mode, notJan Hubicka
2000-10-13 Remove obstacks.Mark Mitchell
2000-08-09* caller-save.c (mark_referenced_regs): Mark partially-overwrittenAlexandre Oliva
2000-05-31 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner
2000-02-26Copyright fixes.Jeffrey A Law
2000-02-06 * Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh Ghazi
2000-02-052000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>Michael Hayes
2000-01-11 * alias.c: PROTO -> PARAMS.Kaveh Ghazi
1999-12-20Change some regsets to regset_headsBernd Schmidt
1999-12-15 * caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke
1999-10-27 * rtl.h (note_stores): Add additional paramter.Mark Mitchell
1999-09-30Update copyright dates.Jeffrey A Law
1999-09-07Merge in gcc2-ss-010999Jeffrey A Law
1999-08-20 * rtl.h (rtx_format): Constify a char*.Kaveh Ghazi
1999-08-09Include function.h in most files. Remove most of the global variablesBernd Schmidt
1999-01-11Update copyrights.Richard Henderson
1999-01-11 * basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson
1998-11-23(Jeffrey A Law
1998-11-04 * recog.h (enum op_type): Define.Bernd Schmidt
1998-10-14Warning fixes:Kaveh Ghazi
1998-10-14 * reload.h (compute_use_by_pseudos): Declare.Bernd Schmidt
1998-10-07 * caller-save.c (restore_referenced_regs): Lose mode argument.Bernd Schmidt
1998-10-02Jeffrey A Law
1998-09-30 * regs.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.Jeffrey A Law
1998-06-19 * alias.c: Include toplev.hGraham
1998-05-13Warning fixes:Kaveh Ghazi
1998-04-01 * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-02-14 * varasm.c (output_constant_pool): Bring back 'done' label insideJeffrey A Law
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;Richard Henderson