Age | Commit message (Expand) | Author | Files | Lines |
2001-07-03 | rtl.c (copy_rtx): Handle 'T' format letter. | Zack Weinberg | 1 | -0/+1 |
2001-06-30 | rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. | Zack Weinberg | 1 | -0/+3 |
2001-06-28 | i386.md: Global update to use new string syntax where it will improve readabi... | Zack Weinberg | 1 | -614/+2 |
2001-05-22 | rtl.c (read_string): Break out from ... | Richard Henderson | 1 | -47/+63 |
2001-03-06 | aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | Zack Weinberg | 1 | -21/+12 |
2001-02-24 | * rtl.c (rtl_check_failed_code2): Fix typo in last change. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-02-23 | diagnostic.c (trim_filename): No longer static. | Richard Kenner | 1 | -20/+22 |
2000-12-27 | rtl.c (copy_most_rtx, [...]): Copy frame_related flag. | Alexandre Oliva | 1 | -0/+2 |
2000-12-20 | rtl.h (REG_NON_LOCAL_GOTO): New. | Richard Henderson | 1 | -1/+2 |
2000-11-22 | rtl.h (traverse_md_constants): Declare. | J"orn Rennecke | 1 | -0/+123 |
2000-11-16 | oops, forgot a const | DJ Delorie | 1 | -1/+1 |
2000-11-16 | rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_i... | DJ Delorie | 1 | -0/+23 |
2000-10-29 | toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead. | Joseph Myers | 1 | -1/+1 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -40/+17 |
2000-09-18 | machmode.def: Add BImode. | Richard Henderson | 1 | -10/+25 |
2000-09-07 | Fix a small oversight | Bernd Schmidt | 1 | -1/+3 |
2000-09-01 | Eliminate false DV warnings for predicated calls to noreturn functions. | Jim Wilson | 1 | -1/+1 |
2000-09-01 | stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are... | Geoff Keating | 1 | -0/+3 |
2000-08-03 | * gengenrtl.c, rtl.c: Avoid #elif. | Akiko Matsushita | 1 | -24/+43 |
2000-08-02 | rtl.h (enum reg_note): Add REG_MAYBE_DEAD. | Geoff Keating | 1 | -1/+1 |
2000-07-21 | diagnostic.c (trim_filename, [...]): Moved here from rtl.c. | Zack Weinberg | 1 | -46/+1 |
2000-06-29 | rtl.c: Revert NLS changes. | Philipp Thomas | 1 | -5/+5 |
2000-06-28 | c-decl.c: Mark strings for translation. | Philipp Thomas | 1 | -5/+5 |
2000-06-09 | ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,... | Zack Weinberg | 1 | -39/+14 |
2000-04-21 | rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG. | Richard Kenner | 1 | -1/+1 |
2000-04-17 | builtins.c (expand_builtin_expect): New. | Richard Henderson | 1 | -1/+1 |
2000-04-16 | rtl.h (enum insn_note): New enumeration. | Richard Henderson | 1 | -3/+3 |
2000-03-31 | Makefile.in (emit-rtl.o): Depend on HASHTAB_H. | Mark Mitchell | 1 | -16/+26 |
2000-03-28 | rtl.h: Redistribute enum reg_note documentation. | Richard Henderson | 1 | -31/+35 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -2/+2 |
2000-03-17 | Sibling call optimizations. | Jeffrey A Law | 1 | -7/+5 |
2000-03-06 | real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de... | Jakub Jelinek | 1 | -5/+5 |
2000-02-21 | defaults.h (ASM_OUTPUT_ASCII): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-02-18 | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 1 | -3/+2 |
2000-01-17 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2000-01-17 | reload.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -5/+5 |
2000-01-07 | cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros. | Mumit Khan | 1 | -4/+0 |
1999-12-26 | acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL... | Zack Weinberg | 1 | -2/+2 |
1999-11-10 | ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. | Philippe De Muyter | 1 | -1/+1 |
1999-11-04 | * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal. | Richard Henderson | 1 | -3/+3 |
1999-11-04 | rtl.c: Include toplev.h. | David Billinghurst | 1 | -3/+1 |
1999-11-02 | Makefile.in (genattrtab): Don't use (HOST_RTLANAL). | Catherine Moore | 1 | -0/+108 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -20/+21 |
1999-10-14 | genrecog.c (message_with_line): Prototype. | Richard Henderson | 1 | -0/+2 |
1999-10-13 | rtl.c (dump_and_abort): Remove. | Richard Henderson | 1 | -51/+103 |
1999-10-11 | Bring copy_insn_1 and copy_rtx in sync and simplify them | Bernd Schmidt | 1 | -20/+3 |
1999-10-10 | haifa-sched.c (sched_reg_n_calls_crossed): Delete. | Richard Henderson | 1 | -1/+1 |
1999-10-10 | ansidecl.h (HAVE_GCC_VERSION): New macro. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-10-03 | print-tree.c (print_node, indent_to): Remove redundant prototypes. | Kaveh R. Ghazi | 1 | -0/+1 |
1999-09-14 | * rtl.c (obstack_alloc_rtx): Removed. | Alexandre Oliva | 1 | -35/+0 |