aboutsummaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-9685/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-3/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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