| Commit message (Expand) | Author | Age | Files | Lines |
* | rtl.h (rtl_size): Declare. | Richard Sandiford | 2003-10-18 | 1 | -5/+5 |
* | * rtl.def (NOTE): Do not use padding. | Dan Nicolaescu | 2003-07-11 | 1 | -4/+2 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | cfglayout.c (insn_scope): New static function | Jan Hubicka | 2003-06-08 | 1 | -3/+3 |
* | * rtl.def (CONST_DOUBLE): Update comment. | Josef Zlomek | 2003-06-01 | 1 | -4/+2 |
* | varasm.c (const_str_htab_hash, [...]): Kill. | Zack Weinberg | 2003-04-27 | 1 | -1/+2 |
* | rtl.def (SYMBOL_REF): Add two 0 fields. | Richard Henderson | 2003-04-11 | 1 | -5/+5 |
* | i386.md (ahi?v*3): Set third operand type to TImode. | Jan Hubicka | 2003-02-09 | 1 | -4/+4 |
* | [multiple changes] | Richard Henderson | 2003-02-01 | 1 | -0/+12 |
* | emit-rtl.c (reg_attrs_htab): New static variable. | Jan Hubicka | 2003-01-24 | 1 | -1/+1 |
* | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2003-01-09 | 1 | -19/+70 |
* | regmove.c: Fix comment typos. | Kazu Hirata | 2002-12-24 | 1 | -1/+1 |
* | builtins.def: Fix comment formatting. | Kazu Hirata | 2002-09-29 | 1 | -6/+6 |
* | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 2002-09-27 | 1 | -1/+1 |
* | ggc-page.c (RTL_SIZE): New. | Richard Henderson | 2002-08-14 | 1 | -9/+11 |
* | rtl.def (CODE_LABEL): Remove slot 8. | Zack Weinberg | 2002-07-19 | 1 | -4/+3 |
* | rtl.def (DEFINE_AUTOMATON): Add description of new options `time' and `v'. | Vladimir Makarov | 2002-06-18 | 1 | -2/+9 |
* | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 2002-06-02 | 1 | -14/+14 |
* | 2002-04-29 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2002-04-29 | 1 | -0/+141 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 1 | -4/+3 |
* | tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to "recog_opera... | Turly O'Connor | 2001-12-20 | 1 | -7/+10 |
* | rtl.def (PREFETCH): New rtx code. | Janis Johnson | 2001-12-04 | 1 | -0/+11 |
* | rtl.def (INCLUDE): Define. | Alan Matsuoka | 2001-11-14 | 1 | -0/+5 |
* | cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME... | Richard Kenner | 2001-11-03 | 1 | -4/+1 |
* | * rtl.def (MEM): Remove obsolete part of comment. | Richard Kenner | 2001-09-23 | 1 | -4/+3 |
* | rtl.def: Undo my patch commited 2001-08-27. | Vladimir Makarov | 2001-08-30 | 1 | -138/+0 |
* | rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions. | Vladimir Makarov | 2001-08-27 | 1 | -0/+138 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. | Zack Weinberg | 2001-06-30 | 1 | -3/+3 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -0/+5 |
* | Introduce ORIGINAL_REGNO macro | Bernd Schmidt | 2000-12-29 | 1 | -6/+4 |
* | cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | Richard Henderson | 2000-07-28 | 1 | -8/+16 |
* | Vector support: rtx and mode definitions | Bernd Schmidt | 2000-06-24 | 1 | -0/+46 |
* | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 2000-05-31 | 1 | -1/+1 |
* | flow.c (commit_one_edge_insertion): Be prepared for a return insn to be inser... | Richard Henderson | 2000-05-16 | 1 | -3/+5 |
* | Makefile.in (final.o): Depend on BASIC_BLOCK_H. | Richard Henderson | 2000-05-12 | 1 | -12/+7 |
* | rtl.def (COND_EXEC): Clarify. | John Wehle | 2000-05-07 | 1 | -8/+10 |
* | rtl.def (DEFINE_COND_EXEC): New. | Richard Henderson | 2000-05-06 | 1 | -0/+13 |
* | gensupport.c: New file. | Clinton Popetz | 2000-05-03 | 1 | -0/+27 |
* | rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG. | Richard Kenner | 2000-04-21 | 1 | -1/+1 |
* | rtl.def (ASHIFT, [...]): Recomment. | Nathan Sidwell | 2000-04-10 | 1 | -9/+5 |
* | rtl.def (COND_EXEC): New. | Richard Henderson | 2000-04-07 | 1 | -0/+7 |
* | Sibling call optimizations. | Jeffrey A Law | 2000-03-17 | 1 | -2/+5 |
* | Add cselib; use it in loop and reload_cse_regs | Bernd Schmidt | 2000-03-14 | 1 | -0/+3 |
* | Changes in include: | Alex Samuel | 2000-03-10 | 1 | -0/+15 |
* | tree.def (UNNE_EXPR): Remove. | Richard Henderson | 2000-01-25 | 1 | -1/+3 |
* | rtl.def: Add unordered fp comparisions. | Richard Henderson | 2000-01-24 | 1 | -0/+12 |
* | defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. | Catherine Moore | 1999-11-03 | 1 | -2/+3 |
* | Fix docs for ADDRESS rtx | Bernd Schmidt | 1999-10-10 | 1 | -4/+1 |
* | rtl.def (match_insn, [...]): Remove match_insn; rename match_insn2 to match_i... | Richard Henderson | 1999-09-14 | 1 | -6/+1 |