aboutsummaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-11genautomata.c cleanupAlexander Monakov1-64/+39
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-29[PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev1-3/+3
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-103/+100
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra1-3/+3
2014-09-25lra.c (lra_set_insn_recog_data): Fix typo in comment.Felix Yang1-1/+1
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-10/+33
2014-09-04insn_latency takes a pair of rtx_insnDavid Malcolm1-7/+1
2014-08-29dfa_clear_single_insn_cache takes an rtx_insnDavid Malcolm1-1/+1
2014-08-21define_bypass guard functions take a pair of rtx_insnDavid Malcolm1-2/+8
2014-03-22toplev.c (init_local_tick): Avoid signed integer multiplication overflow.Jakub Jelinek1-1/+1
2014-02-11re PR target/49008 (A typo code found in genautomata.c)Vladimir Makarov1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-3/+3
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-1/+1
2013-11-22add auto_vecTrevor Saunders1-19/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-06-11Add error message for mismatched parentheses in reservation stringTom de Vries1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-282/+239
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-8/+8
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-6/+11
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-03-05genautomata.c (parse_automata_opt): New static function.Bernd Schmidt1-37/+36
2011-08-30genautomata.c (NO_COMB_OPTION): New macro.Bernd Schmidt1-4/+24
2011-08-25md.texi (automata_option): Document collapse-ndfa.Bernd Schmidt1-45/+125
2011-08-11md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford1-38/+106
2011-07-11genautomata.c (add_arc): Return void.Bernd Schmidt1-15/+5
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-12/+4
2010-08-27genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector elem...Bernd Schmidt1-5/+5
2010-07-12Fix comment typo.Joern Rennecke1-1/+1
2010-07-12re PR rtl-optimization/44752 (insn-automata.c: empty translation unit)Joern Rennecke1-0/+10
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-1/+1
2010-07-07genautomata.c (output_automata_list_min_issue_delay_code): Correctly decompre...Jie Zhang1-3/+6
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-06re PR bootstrap/44427 (genautomata uses more than 1.5GB of RAM on powerpc64-l...Segher Boessenkool1-4/+7
2010-06-05genautomata.c (get_excl_set): Do work per element, not per char.Segher Boessenkool1-28/+22
2010-06-05genautomata.c (curr_state_pass_num): Delete.Segher Boessenkool1-82/+74
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-1/+3