| Commit message (Expand) | Author | Age | Files | Lines |
* | * combine.c (try_combine): Use NULL_RTX instead of '0' where | law | 1997-09-22 | 1 | -1/+1 |
* | * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p. | law | 1997-09-20 | 1 | -0/+1 |
* | * sched.c (update_flow_info) When looking if to set found_split_dest | law | 1997-09-05 | 1 | -12/+27 |
* | Remove gratuitous changes from the alias analysis patches. | law | 1997-08-12 | 1 | -5/+5 |
* | * Integrate alias analysis changes from jfc@mit.edu | law | 1997-08-11 | 1 | -575/+11 |
* | (schedule_block): Free space associated with reg_pending_sets and | kenner | 1997-07-14 | 1 | -8/+20 |
* | Use REG_SET macros | meissner | 1997-06-16 | 1 | -3/+2 |
* | (attach_deaths): Fix typo in Jun 4 change. | wilson | 1997-06-09 | 1 | -1/+1 |
* | (update_flow_info): When add extra REG_DEAD note for original | wilson | 1997-06-06 | 1 | -9/+25 |
* | Fix urgent bug | meissner | 1997-06-05 | 1 | -7/+8 |
* | abstract regset stuff into macros | meissner | 1997-06-05 | 1 | -153/+72 |
* | Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren... | meissner | 1997-06-02 | 1 | -7/+4 |
* | Use accessor macros to access arrays based on regno; move many of the arrays ... | meissner | 1997-05-30 | 1 | -20/+21 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -2/+2 |
* | * sched.c (update_flow_info): Handle REG_EXEC_COUNT and REG_BR_PROB | dje | 1997-03-28 | 1 | -1/+8 |
* | (schedule_insns): If there was no first scheduling pass, | wilson | 1997-02-19 | 1 | -2/+41 |
* | (update_flow_info): When add REG_DEAD notes for dest of | wilson | 1996-12-17 | 1 | -0/+4 |
* | (schedule_block): Before scheduling, add code to make all | wilson | 1996-10-08 | 1 | -5/+45 |
* | install EH code | mrs | 1996-07-23 | 1 | -17/+43 |
* | (true_dependence, anti_dependence, output_dependence): | wilson | 1996-07-08 | 1 | -2/+11 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -2/+2 |
* | (schedule_block): CALL_INSNs don't affect fixed regs. | kenner | 1996-03-31 | 1 | -1/+2 |
* | (sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INSN as prev; | kenner | 1996-02-23 | 1 | -4/+10 |
* | (flush_pending_lists): Add new arg, ONLY_WRITE. | kenner | 1996-02-10 | 1 | -16/+14 |
* | (add_dependence): Add test for next != CODE_LABEL. | dje | 1996-02-10 | 1 | -1/+2 |
* | * sched.c (reemit_notes): Add prototype. | dje | 1996-01-15 | 1 | -40/+40 |
* | (schedule_block): Copy RTX_INTEGRATE_P bit when create a new note. | wilson | 1996-01-14 | 1 | -0/+1 |
* | * sched.c (schedule_block): Maintain a valid chain so | dje | 1996-01-12 | 1 | -1/+17 |
* | * sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined. | law | 1995-12-31 | 1 | -0/+3 |
* | * sched.c (canon_rtx): Recursively look for equivalences; | law | 1995-12-18 | 1 | -1/+19 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (attach_deaths): In last change, use find_reg_note instead of | kenner | 1995-06-05 | 1 | -1/+1 |
* | (attach_deaths): Don't add a REG_DEAD note if a REG_UNUSED note is | kenner | 1995-06-04 | 1 | -1/+6 |
* | (reemit_notes): New function. | wilson | 1995-05-25 | 1 | -20/+38 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -2/+2 |
* | Update comments. | kenner | 1995-01-25 | 1 | -3/+3 |
* | (sched_analyze_insn): Parameter loop_note type changed | wilson | 1994-09-20 | 1 | -13/+18 |
* | (sched_analyze_insn): Don't set SCHED_GROUP_P for previous INSN a USE | kenner | 1994-09-15 | 1 | -1/+2 |
* | (attach_deaths): Correct typo, use GET_MODE not GET_CODE. | wilson | 1994-09-08 | 1 | -1/+1 |
* | * sched.c (sched_analyze_insn): Add new parameter loop_note. | wilson | 1994-08-20 | 1 | -17/+61 |
* | (attach_deaths): When adding REG_DEAD notes, check for | wilson | 1994-08-14 | 1 | -0/+10 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -25/+27 |
* | (sched_analyze_insn): Fix typo in last change. | kenner | 1994-05-11 | 1 | -2/+2 |
* | (sched_analyze_insn, attach_deaths_insn): Look at | kenner | 1994-05-07 | 1 | -0/+17 |
* | (attach_deaths): Create partial register dead notes using | dje | 1994-04-20 | 1 | -1/+2 |
* | (clear_units): Remove decl of unused variable UNIT. | kenner | 1994-03-25 | 1 | -15/+4 |
* | (rtx_equal_for_tmemref_p): Commutative operations are identical if the | kenner | 1994-03-09 | 1 | -1/+14 |
* | (reg_pending_sets, reg_pending_sets_all): New variables. | wilson | 1994-02-06 | 1 | -5/+34 |
* | (sched_analyze_insn): Add use dependencies for registers | wilson | 1994-02-01 | 1 | -0/+21 |
* | (priority): Call insn_cost() for anti- and output- | wilson | 1994-02-01 | 1 | -7/+1 |