summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog.1: Fix spelling of "outputting".Matt Kraai2003-06-131-1/+1
* genrecog.c: Use ISO C90 prototypes.Andreas Jaeger2003-06-011-1003/+702
* Concatenate one of the fprintf calls in the previous change.Kaveh Ghazi2003-05-211-3/+2
* genautomata.c (output_description, [...]): Add missing specifiers.Kaveh R. Ghazi2003-05-211-3/+3
* genautomata.c (add_vect): Check undefined value for range type too.Vladimir Makarov2003-04-291-0/+4
* genautomata.c (output_translate_vect): Fix a typo in loop condition.Vladimir Makarov2003-04-141-1/+1
* c-pch.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-03-131-4/+4
* genautomata.c (VLA_PTR_CREATE, [...]): Use temporay variables starting with u...Vladimir Makarov2003-02-061-106/+135
* genautomata.c (output_internal_insn_latency_func, [...]): Short circuit when ...Zack Weinberg2003-01-221-2/+18
* genautomata.c (output_internal_insn_latency_func): Add missing break statemen...Zack Weinberg2003-01-211-1/+1
* genautomata.c (output_internal_insn_latency_func): Fix missing close paren in...Andreas Schwab2003-01-211-2/+2
* genautomata.c: Space savings in generated code:Zack Weinberg2003-01-211-102/+159
* genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.Vladimir Makarov2003-01-201-4/+0
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-9/+9
* decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi2003-01-151-12/+14
* 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2003-01-091-568/+987
* * genautomata.c: Fix comment typos.Kazu Hirata2002-12-221-20/+20
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-6/+5
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-2/+2
* cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin2002-10-111-1/+1
* conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi2002-10-091-10/+10
* tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs2002-08-211-1/+1
* genautomata.c (output_translate_vect, [...]): Mark variable with ATTRIBUTE_UN...Kaveh R. Ghazi2002-08-201-5/+5
* emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi2002-08-101-11/+13
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-6/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* genautomata.c (output_max_insn_queue_index_def): Take latencies into account.Vladimir Makarov2002-07-051-4/+23
* genautomata.c (copy_node, [...]): Const-ify.Kaveh R. Ghazi2002-06-221-28/+27
* genautomata.c (DECL_UNIT, [...]): New macros with checking and without it.Vladimir Makarov2002-06-191-509/+760
* rtl.def (DEFINE_AUTOMATON): Add description of new options `time' and `v'.Vladimir Makarov2002-06-181-13/+21
* genautomata.c: Don't include ctype.h or limits.h.Kaveh R. Ghazi2002-06-091-7/+2
* genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4 of size of uns...Vladimir Makarov2002-05-231-2/+2
* genautomata.c (reserv_sets_hash_value): Fix a typo.Vladimir Makarov2002-05-211-1/+1
* genautomata.c (reserv_sets_hash_value): Define hash_value as set_el_t.Vladimir Makarov2002-05-211-39/+88
* genautomata.c (transform_3): Add code for transformation `(A,B,...)+C -> A+C,...Vladimir Makarov2002-05-141-3/+43
* genautomata.c (output_internal_min_issue_delay_func): Add ATTRIBUTE_UNUSED to...Andreas Jaeger2002-05-071-4/+4
* genautomata.c (form_the_same_automaton_unit_lists_from_regexp): Fix typo in u...Vladimir Makarov2002-05-061-1/+1
* genautomata.c (initiate_states): Add additional guard to initialize `units_ar...Vladimir Makarov2002-05-051-1/+2
* genautomata.c (form_the_same_automaton_unit_lists_from_regexp, [...]): New pr...Vladimir Makarov2002-05-051-46/+261
* genautomata.c (min_issue_delay_pass_states): Change return type in the protot...Vladimir Makarov2002-05-031-28/+38
* combine.c: Fix comment formatting.Kazu Hirata2002-05-021-7/+7
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2002-04-291-0/+9162
* rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov2001-08-301-8767/+0
* * genautomata.c (expand_automata): Always create a description.Richard Henderson2001-08-271-38/+34
* rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov2001-08-271-0/+8771