summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* integrate.c (allocate_initial_values): New function.J"orn Rennecke2001-09-211-3/+0
* i386.c (size_cost): New static variable.Jan Hubicka2001-09-051-313/+284
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger2001-08-061-1/+2
* local-alloc.c (update_equiv_regs): Do not move insns that can throw.Richard Henderson2001-08-051-0/+6
* flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka2001-07-301-3/+4
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-1/+8
* local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.Geoffrey Keating2001-05-281-1/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-5/+33
* local-alloc.c (update_equiv_regs): Copy INSN_CODE to the new instruction.Richard Henderson2001-02-011-1/+5
* Extra arg for rtx_varies_pBernd Schmidt2001-01-011-5/+5
* local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.Richard Kenner2000-12-291-4/+3
* flow.c (make_edge): Early out, if no flags to set.Michael Matz2000-11-301-10/+33
* c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson2000-11-131-0/+1
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* local-alloc.c (update_equiv_regs): Add an abort().Geoff Keating2000-10-231-1/+11
* alias.c: (mark_constant_function): Don't check pure functions.John Wehle2000-10-201-97/+271
* Generate REG_EQUAL notes when they'd be helpfulBernd Schmidt2000-09-141-0/+7
* Don't use CLASS_LIKELY_SPILLED in local-allocBernd Schmidt2000-09-061-21/+2
* local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson2000-08-281-4/+4
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+1
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-7/+6
* * local-alloc.c: Fix formatting.Kazu Hirata2000-07-311-38/+36
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson2000-06-131-9/+9
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-1/+1
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-3/+4
* Fix copyrights.Jeff Law2000-02-261-1/+2
* stupid.c: Die die die.Richard Henderson2000-01-191-2/+4
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-24/+24
* flow.c (mark_set_1): Use loop_depth+1 as reference weight.Richard Henderson2000-01-061-1/+1
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-2/+2
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-1/+1
* local-alloc.c (qty): New structure and static variable.Jan Hubicka1999-11-241-157/+142
* local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.Mark Mitchell1999-11-061-15/+14
* bitmap.h (BITMAP_XFREE): New.Richard Henderson1999-11-041-0/+1
* cse.c (cse_main): Use xmalloc, not alloca.Richard Henderson1999-11-041-15/+31
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-14/+17
* alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1999-10-271-0/+3
* c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1999-10-261-2/+2
* local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing RE...Jeffrey A Law1999-10-201-1/+2
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-30/+3
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-17/+17
* gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1999-09-081-6/+6
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+2
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-6/+7
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-2/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* rtl.h (local_alloc): Returns an integer now.Jeffrey A Law1999-04-091-1/+22