summaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
Commit message (Expand)AuthorAgeFilesLines
* sched-deps.c (sched_analyze_insn): Make clobber insns depend on call insns.Richard Henderson2002-09-261-1/+9
* sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets af...Glen Nakamura2002-09-071-2/+1
* rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.Franz Sirl2002-06-141-5/+4
* lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger2002-06-081-1/+1
* sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list on empty lists.Jeff Law2002-06-071-3/+6
* sched-int.h (struct deps): New field libcall_block_tail_insn.Jeff Law2002-06-041-0/+53
* Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-041-11/+1
* haifa-sched (sched_analyze): Remove another useless clearing of SCHED_GROUP_P...Jeff Law2002-05-291-3/+0
* Revert this patch:Jeff Law2002-05-291-56/+0
* haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th...Jeff Law2002-05-291-0/+56
* sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.David Edelsohn2002-05-281-3/+0
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-1/+1
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-1/+1
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-3/+3
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* * sched-deps.c (sched_analyze): Make a call read the frame pointer.Richard Henderson2002-01-301-5/+14
* sched-int.h (struct deps_reg): Add uses_length, clobbers_length.Richard Henderson2002-01-291-15/+53
* sched-deps.c (reg_pending_uses_head): New.Richard Henderson2002-01-261-284/+173
* predict.c: Fix formatting.Kazu Hirata2002-01-221-3/+3
* loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges.Richard Henderson2001-12-291-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-14/+14
* Fix ia64 scheduler/predicated insn bug report from SAP.Jim Wilson2001-10-011-1/+6
* Fix typo in FSF copyright statementNick Clifton2001-09-141-2/+2
* sched-deps.c (add_dependence): Don't elide dependancy if the conditional used...Richard Henderson2001-08-311-1/+6
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* sbitmap.c: Fix comment formatting.Kazu Hirata2001-08-171-5/+5
* Use cselib for alias analysis in sched_ebbBernd Schmidt2001-08-081-5/+35
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-25/+15
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+2
* params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of ...Andrew MacLeod2001-07-261-6/+14
* hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson2001-07-161-1/+3
* gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...Daniel Berlin2001-07-111-4/+4
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-3/+5
* sched-deps.c (sched_analyze_insn): Force volatile memory reads to be output b...Richard Henderson2001-05-201-0/+13
* dwarfout.c (dwarfout_init): Add cast.Neil Booth2001-05-121-1/+1
* Revert more of previous changeBernd Schmidt2001-04-051-12/+0
* Partially revert previous changeBernd Schmidt2001-04-041-1/+15
* sched-deps.c (sched_analyze_insn): Consolidate scheduling barrier code.Richard Henderson2001-03-271-46/+39
* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner2001-01-191-9/+6
* flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.Richard Kenner2001-01-181-3/+11
* Partially undo a previous patchBernd Schmidt2001-01-111-3/+3
* sched-int.h (struct deps): Add max_reg, reg_last_in_use...Richard Henderson2001-01-091-107/+125
* Improve alias analysis for ia64Bernd Schmidt2001-01-031-1/+19
* Avoid unnecessary dependencies on COND_EXEC insns.Bernd Schmidt2000-12-271-16/+91
* Support scheduling across extended basic blocksBernd Schmidt2000-12-201-0/+47
* More scheduler infrastructure.Bernd Schmidt2000-12-191-0/+3
* Move dependency code out of haifa-sched.cBernd Schmidt2000-12-031-0/+1399