| Commit message (Expand) | Author | Age | Files | Lines |
* | * cselib.c (entry_and_rtx_equal_p): Constify. | ghazi | 2007-07-25 | 1 | -4/+4 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -1/+1 |
* | * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of | hubicka | 2007-05-21 | 1 | -1/+3 |
* | * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate | rakdver | 2007-05-14 | 1 | -1/+1 |
* | PR bootstrap/31776 | brooks | 2007-05-03 | 1 | -0/+1 |
* | * gengtype.c (oprintf): Mostly revert changes from 2007-03-26; | zack | 2007-03-29 | 1 | -24/+15 |
* | * gengtype-parse.c: New file. | zack | 2007-03-26 | 1 | -38/+121 |
* | * gengtype.c: Don't include gtyp-gen.h. | zack | 2007-03-26 | 1 | -104/+306 |
* | * gengtype.h: Remove all type definitions to gengtype.c; leave | zack | 2007-03-26 | 1 | -103/+223 |
* | * gengtype-lex.l: Distinguish unions from structures in the | zack | 2007-03-26 | 1 | -0/+12 |
* | * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char. | zack | 2007-03-26 | 1 | -25/+35 |
* | * vec.h: Remove all #if IN_GENGTYPE blocks. | zack | 2007-03-26 | 1 | -3/+81 |
* | * gengtype-lex.l: Remove all rules and states relating to yacc | zack | 2007-03-26 | 1 | -59/+0 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -4/+15 |
* | * alias.c (init_alias_analysis): Correct whitespace. | sayle | 2007-02-01 | 1 | -2/+3 |
* | 2007-01-19 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2007-01-19 | 1 | -3/+21 |
* | * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set | steven | 2007-01-18 | 1 | -1/+1 |
* | * gengtype.c (process_gc_options): Remove unnecessary forward decl. | zack | 2006-11-21 | 1 | -5/+8 |
* | * extended.texi (__builtin_expect): We no longer require second argument | hubicka | 2006-11-11 | 1 | -1/+0 |
* | * doc/tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of | rsandifo | 2006-03-03 | 1 | -3/+4 |
* | * gengtype.c (main): Handle double_int type. | rakdver | 2006-03-03 | 1 | -0/+1 |
* | * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE. | rsandifo | 2006-02-18 | 1 | -0/+35 |
* | * doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document. | rsandifo | 2006-01-25 | 1 | -2/+19 |
* | * gengtype.c (new_structure): Return the structure. | rsandifo | 2006-01-23 | 1 | -91/+63 |
* | * config/alpha/alpha.c (alpha_start_function): Use switch_to_section. | rsandifo | 2005-12-07 | 1 | -1/+1 |
* | 2005-06-25 Kelley Cook <kcook@gcc.gnu.org> | kcook | 2005-06-25 | 1 | -4/+4 |
* | * gengtype.c (adjust_field_rtx_def): Don't add a skip to | geoffk | 2005-06-16 | 1 | -8/+0 |
* | Yet more Objective-C++... | mrs | 2005-05-17 | 1 | -0/+9 |
* | * Makefile.in (tree-eh.o: Kill gt-tree-eh.h dependency. | hubicka | 2005-05-11 | 1 | -1/+1 |
* | * gengtype.c (write_func_for_structure): Split out ... | rth | 2005-04-29 | 1 | -45/+22 |
* | * ggc-zone.c: Rewritten. | drow | 2005-03-13 | 1 | -0/+60 |
* | Fix out-of-bounds array access found by mudflap. | wilson | 2005-02-23 | 1 | -1/+3 |
* | * c-opts.c, expmed.c, gengtype.c, tree-complex.c, | kazu | 2005-01-24 | 1 | -1/+1 |
* | * gengtype.c (walk_type): Produce `not equal to' compares for loop | steven | 2005-01-23 | 1 | -2/+2 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -7/+5 |
* | * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, | kazu | 2004-10-22 | 1 | -1/+1 |
* | Toplevel: | dberlin | 2004-09-09 | 1 | -1/+1 |
* | * Makefile.in (gengtype): Use $(BUILD_ERRORS). | nathan | 2004-09-09 | 1 | -8/+8 |
* | * rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE. | zack | 2004-08-24 | 1 | -11/+39 |
* | [gcc/ChangeLog] | zlaski | 2004-08-18 | 1 | -5/+14 |
* | * Makefile.in (RTL_BASE_H, RTL_H): Correct. | zack | 2004-08-04 | 1 | -2/+0 |
* | * gengtype.h (options::info): Change type to const char *. | gdr | 2004-08-02 | 1 | -14/+14 |
* | * rtl.h (union rtunion_def): Have all members start with the | gdr | 2004-08-02 | 1 | -27/+27 |
* | * gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC (). | bernie | 2004-07-26 | 1 | -1/+1 |
* | * bitmap.c: Use type-safe memory allocation macros from libiberty. | bernie | 2004-07-25 | 1 | -27/+27 |
* | * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter | bernie | 2004-07-25 | 1 | -8/+12 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -47/+0 |
* | * c-decl.c (grokdeclarator): Don't frob current_function_decl | rth | 2004-07-03 | 1 | -1/+0 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -1/+0 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -1/+11 |