summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
AgeCommit message (Expand)Author
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-05-11genautomata.c cleanupAlexander Monakov
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-10-29[PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra
2014-09-25lra.c (lra_set_insn_recog_data): Fix typo in comment.Felix Yang
2014-09-15Instruction attributes take an rtx_insn *David Malcolm
2014-09-04insn_latency takes a pair of rtx_insnDavid Malcolm
2014-08-29dfa_clear_single_insn_cache takes an rtx_insnDavid Malcolm
2014-08-21define_bypass guard functions take a pair of rtx_insnDavid Malcolm
2014-03-22toplev.c (init_local_tick): Avoid signed integer multiplication overflow.Jakub Jelinek
2014-02-11re PR target/49008 (A typo code found in genautomata.c)Vladimir Makarov
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek
2013-11-22add auto_vecTrevor Saunders
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-10-21Re-factor inclusion of tree.h.Diego Novillo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-06-11Add error message for mismatched parentheses in reservation stringTom de Vries
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-03-05genautomata.c (parse_automata_opt): New static function.Bernd Schmidt
2011-08-30genautomata.c (NO_COMB_OPTION): New macro.Bernd Schmidt
2011-08-25md.texi (automata_option): Document collapse-ndfa.Bernd Schmidt
2011-08-11md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford
2011-07-11genautomata.c (add_arc): Return void.Bernd Schmidt
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd
2010-08-27genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector elem...Bernd Schmidt