aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-md.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-02[gen/AArch64] Generate helpers for substituting iterator values into pattern ...Richard Sandiford1-0/+55
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-21Pass rtx and index to read-md.c iterator routinesRichard Sandiford1-1/+2
2017-01-24Add "__RTL" to cc1David Malcolm1-0/+7
2017-01-05Introduce RTL function readerDavid Malcolm1-5/+30
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08Split class rtx_reader into md_reader vs rtx_readerDavid Malcolm1-15/+44
2016-12-07Add some functions for use by the RTL frontend.David Malcolm1-1/+4
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm1-10/+66
2016-10-04read-md.c: track column numbersDavid Malcolm1-3/+13
2016-09-21Introduce class rtx_readerDavid Malcolm1-21/+77
2016-05-10Simplify read-md.c and read-rtl.c using require_char_wsDavid Malcolm1-0/+1
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-2/+0
2015-07-16read-md.h (fatal_at): Declare.Richard Sandiford1-0/+1
2015-07-16read-md.h (file_location): New structure.Richard Sandiford1-4/+17
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-18Add header guard to several header files.Kito Cheng1-0/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-05-04re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher1-0/+2
2010-06-10md.texi (define_enum_attr): Document.Richard Sandiford1-0/+1
2010-06-10md.texi (define_c_enum, [...]): Document.Richard Sandiford1-3/+42
2010-06-10Makefile.in (BUILD_RTL): Move build/read-md.o to...Richard Sandiford1-0/+1
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-2/+10
2010-06-10read-md.h (read_char): Increment read_md_lineno after reading '\n'.Richard Sandiford1-1/+8
2010-06-10Makefile.in (READ_MD_H): Add $(HASHTAB_H).Richard Sandiford1-0/+25
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-0/+1
2010-06-10read-md.h (read_md_file): Declare.Richard Sandiford1-6/+23
2010-06-10read-md.h (read_rtx_lineno): Rename to...Richard Sandiford1-4/+4
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+41