Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-13 | genrecog: Split into separate partitions [PR111600]. | Robin Dapp | 1 | -1/+1 |
2024-11-20 | rtl-reader: Disable reuse_rtx support for generator building | Andrew Pinski | 1 | -0/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-31 | genemit: Split insn-emit.cc into several partitions. | Robin Dapp | 1 | -1/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -2/+2 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-06-27 | Add 'final' and 'override' in various places | David Malcolm | 1 | -1/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -5/+5 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-16 | Report ambiguous uses of .md attributes | Richard Sandiford | 1 | -2/+2 |
2019-07-16 | Use file_location for md_reader's ptr_loc | Richard Sandiford | 1 | -1/+8 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-05-12 | Accept code attributes as rtx codes in .md files | Richard Sandiford | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-02 | [gen/AArch64] Generate helpers for substituting iterator values into pattern ... | Richard Sandiford | 1 | -0/+55 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-08-21 | Pass rtx and index to read-md.c iterator routines | Richard Sandiford | 1 | -1/+2 |
2017-01-24 | Add "__RTL" to cc1 | David Malcolm | 1 | -0/+7 |
2017-01-05 | Introduce RTL function reader | David Malcolm | 1 | -5/+30 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-08 | Split class rtx_reader into md_reader vs rtx_reader | David Malcolm | 1 | -15/+44 |
2016-12-07 | Add some functions for use by the RTL frontend. | David Malcolm | 1 | -1/+4 |
2016-10-18 | read-md.c: Move various state to within class rtx_reader | David Malcolm | 1 | -10/+66 |
2016-10-04 | read-md.c: track column numbers | David Malcolm | 1 | -3/+13 |
2016-09-21 | Introduce class rtx_reader | David Malcolm | 1 | -21/+77 |
2016-05-10 | Simplify read-md.c and read-rtl.c using require_char_ws | David Malcolm | 1 | -0/+1 |
2016-05-06 | Make argv const char ** in read_md_files etc | David Malcolm | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-07-16 | read-md.h (message_with_line, [...]): Delete. | Richard Sandiford | 1 | -2/+0 |
2015-07-16 | read-md.h (fatal_at): Declare. | Richard Sandiford | 1 | -0/+1 |
2015-07-16 | read-md.h (file_location): New structure. | Richard Sandiford | 1 | -4/+17 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-09-18 | Add header guard to several header files. | Kito Cheng | 1 | -0/+5 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-05-04 | re PR other/29442 (insn-attrtab has grown too large) | Steven Bosscher | 1 | -0/+2 |
2010-06-10 | md.texi (define_enum_attr): Document. | Richard Sandiford | 1 | -0/+1 |
2010-06-10 | md.texi (define_c_enum, [...]): Document. | Richard Sandiford | 1 | -3/+42 |
2010-06-10 | Makefile.in (BUILD_RTL): Move build/read-md.o to... | Richard Sandiford | 1 | -0/+1 |
2010-06-10 | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 1 | -2/+10 |
2010-06-10 | read-md.h (read_char): Increment read_md_lineno after reading '\n'. | Richard Sandiford | 1 | -1/+8 |
2010-06-10 | Makefile.in (READ_MD_H): Add $(HASHTAB_H). | Richard Sandiford | 1 | -0/+25 |
2010-06-10 | Makefile.in (build/read-md.o): Depend on errors.h. | Richard Sandiford | 1 | -0/+1 |
2010-06-10 | read-md.h (read_md_file): Declare. | Richard Sandiford | 1 | -6/+23 |
2010-06-10 | read-md.h (read_rtx_lineno): Rename to... | Richard Sandiford | 1 | -4/+4 |
2010-06-10 | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 1 | -0/+41 |