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