summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: IN_TARGET_CODERichard Sandiford2017-12-161-0/+1
* Fix numerous typos in commentsJonathan Wakely2017-04-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* genautomata.c cleanupAlexander Monakov2016-05-111-64/+39
* Make argv const char ** in read_md_files etcDavid Malcolm2016-05-061-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* [PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev2015-10-291-3/+3
* read-md.h (message_with_line, [...]): Delete.Richard Sandiford2015-07-161-103/+100
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-221-3/+3
* lra.c (lra_set_insn_recog_data): Fix typo in comment.Felix Yang2014-09-251-1/+1
* Instruction attributes take an rtx_insn *David Malcolm2014-09-151-10/+33
* insn_latency takes a pair of rtx_insnDavid Malcolm2014-09-041-7/+1
* dfa_clear_single_insn_cache takes an rtx_insnDavid Malcolm2014-08-291-1/+1
* define_bypass guard functions take a pair of rtx_insnDavid Malcolm2014-08-211-2/+8
* toplev.c (init_local_tick): Avoid signed integer multiplication overflow.Jakub Jelinek2014-03-221-1/+1
* re PR target/49008 (A typo code found in genautomata.c)Vladimir Makarov2014-02-111-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-3/+3
* re PR other/59545 (Signed integer overflow issues)Jakub Jelinek2013-12-191-1/+1
* add auto_vecTrevor Saunders2013-11-221-19/+6
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* Add error message for mismatched parentheses in reservation stringTom de Vries2013-06-111-0/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-282/+239
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-8/+8
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-3/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-6/+11
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* genautomata.c (parse_automata_opt): New static function.Bernd Schmidt2012-03-051-37/+36
* genautomata.c (NO_COMB_OPTION): New macro.Bernd Schmidt2011-08-301-4/+24
* md.texi (automata_option): Document collapse-ndfa.Bernd Schmidt2011-08-251-45/+125
* md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford2011-08-111-38/+106
* genautomata.c (add_arc): Return void.Bernd Schmidt2011-07-111-15/+5
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-12/+4
* genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector elem...Bernd Schmidt2010-08-271-5/+5
* Fix comment typo.Joern Rennecke2010-07-121-1/+1
* re PR rtl-optimization/44752 (insn-automata.c: empty translation unit)Joern Rennecke2010-07-121-0/+10
* genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez2010-07-091-1/+1
* genautomata.c (output_automata_list_min_issue_delay_code): Correctly decompre...Jie Zhang2010-07-071-3/+6