| Commit message (Expand) | Author | Age | Files | Lines |
* | explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c... | Richard Kenner | 2001-07-03 | 1 | -1/+1 |
* | explow.c (plus_constant_wide, [...]): New case. | Richard Kenner | 2001-07-02 | 1 | -3/+0 |
* | rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. | Zack Weinberg | 2001-06-30 | 1 | -0/+1 |
* | Fix __builtin_expect on PowerPCs | Michael Meissner | 2001-06-20 | 1 | -0/+3 |
* | predict.def: New file. | Jan Hubicka | 2001-06-09 | 1 | -7/+11 |
* | simplify_rtx.c (simplify_subreg): Keep subregs on return values... | Jan Hubicka | 2001-06-04 | 1 | -3/+4 |
* | Standardize header guards. | Richard Henderson | 2001-05-25 | 1 | -3/+3 |
* | integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg. | Jan Hubicka | 2001-05-17 | 1 | -0/+1 |
* | cse.c (fold_rtx): Use simplify_subreg. | Jan Hubicka | 2001-05-17 | 1 | -0/+4 |
* | simplify-rtx.c (simplify_subreg): Break out from ... | Jan Hubicka | 2001-05-17 | 1 | -0/+7 |
* | rtl.h (SYMBOL_REF_WEAK): New macro. | Franz Sirl | 2001-05-13 | 1 | -1/+5 |
* | rtl.h (simplify_gen_relational): Add cmp_mode parameter. | Jan Hubicka | 2001-04-28 | 1 | -0/+1 |
* | output.h (dump_flow_info, [...]): Delete redundant prototypes. | Kaveh R. Ghazi | 2001-04-18 | 1 | -1/+0 |
* | Makefile.in (toplev.o, [...]): Depend on reload.h | Kaveh R. Ghazi | 2001-04-13 | 1 | -16/+0 |
* | Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 2001-04-13 | 1 | -11/+0 |
* | bitmap.h (debug_bitmap): Delete redundant prototype. | Kaveh R. Ghazi | 2001-04-12 | 1 | -1/+0 |
* | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 2001-04-11 | 1 | -32/+0 |
* | alias.c (get_addr): Externalize. | Andrew MacLeod | 2001-04-09 | 1 | -0/+3 |
* | rtl.h (set_noop_p): Declare. | John Wehle | 2001-04-04 | 1 | -0/+1 |
* | rtl.h (LCT_THROW): New. | Richard Henderson | 2001-04-03 | 1 | -1/+2 |
* | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 2001-04-03 | 1 | -2/+15 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -4/+0 |
* | rtl.h (LCT_NORETURN): New. | Richard Henderson | 2001-03-27 | 1 | -1/+2 |
* | print-rtl.c (print_rtx): Cast enums to int for comparison. | John David Anglin | 2001-03-02 | 1 | -5/+5 |
* | rtl.h (add_clobbers): Remove duplicate declaration. | Richard Kenner | 2001-02-18 | 1 | -3/+0 |
* | recog.c (validate_replace_src_1): New. | Richard Kenner | 2001-02-17 | 1 | -0/+3 |
* | rtlanal.c (find_reg_equal_equiv_note): New function. | Richard Kenner | 2001-02-13 | 1 | -6/+28 |
* | cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals. | Jan Hubicka | 2001-02-13 | 1 | -0/+3 |
* | jump.c (reversed_comparison_code_parts, [...]): New. | Jan Hubicka | 2001-01-07 | 1 | -0/+3 |
* | rtlanal.c (set_of_1): New static function. | Jan Hubicka | 2001-01-07 | 1 | -0/+1 |
* | rtl.h (print_simple_rtl): New. | Michael Hayes | 2001-01-05 | 1 | -0/+1 |
* | simplify-rtx.c (cfc_args): add "unordered" field. | Jan Hubicka | 2001-01-05 | 1 | -1/+2 |
* | Extra arg for rtx_varies_p | Bernd Schmidt | 2001-01-01 | 1 | -3/+4 |
* | Introduce ORIGINAL_REGNO macro | Bernd Schmidt | 2000-12-29 | 1 | -1/+6 |
* | ia64 specific scheduling bits | Bernd Schmidt | 2000-12-21 | 1 | -1/+2 |
* | rtl.h (REG_NON_LOCAL_GOTO): New. | Richard Henderson | 2000-12-20 | 1 | -1/+5 |
* | Support scheduling across extended basic blocks | Bernd Schmidt | 2000-12-20 | 1 | -0/+1 |
* | function.h (emit_status): Delete member regno_pointer_flag and rename regno_p... | John David Anglin | 2000-11-29 | 1 | -0/+4 |
* | rtl.h (traverse_md_constants): Declare. | J"orn Rennecke | 2000-11-22 | 1 | -0/+3 |
* | varasm.c (struct deferred_string): New structure. | Jakub Jelinek | 2000-11-14 | 1 | -2/+7 |
* | print-rtl.c (print_rtx_head): Constify. | Rodney Brown | 2000-10-16 | 1 | -1/+1 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -8/+1 |
* | recog.c (recog_memoized): Rename to recog_memoized_1. | Jan Hubicka | 2000-09-29 | 1 | -1/+7 |
* | toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to remove all SET... | Andrew Haley | 2000-09-18 | 1 | -0/+1 |
* | Bring back equal forms for libcalls | Bernd Schmidt | 2000-09-17 | 1 | -5/+15 |
* | flags.h (flag_dump_rtl_in_asm): Declare. | Stephane Carrez | 2000-09-13 | 1 | -0/+1 |
* | Fix hard reg cost calculations in CSE; some minor cleanups | Bernd Schmidt | 2000-09-12 | 1 | -0/+10 |
* | rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro. | Alexandre Oliva | 2000-09-02 | 1 | -0/+2 |
* | Eliminate false DV warnings for predicated calls to noreturn functions. | Jim Wilson | 2000-09-01 | 1 | -1/+4 |
* | stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are... | Geoff Keating | 2000-09-01 | 1 | -0/+3 |