aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-md.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Use file_location for md_reader's ptr_locRichard Sandiford1-18/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-02[gen/AArch64] Generate helpers for substituting iterator values into pattern ...Richard Sandiford1-1/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-24Add "__RTL" to cc1David Malcolm1-1/+33
2017-01-05Introduce RTL function readerDavid Malcolm1-5/+84
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08Split class rtx_reader into md_reader vs rtx_readerDavid Malcolm1-44/+46
2016-12-07Add some functions for use by the RTL frontend.David Malcolm1-1/+34
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm1-101/+94
2016-10-04read-md.c: track column numbersDavid Malcolm1-9/+24
2016-09-21Introduce class rtx_readerDavid Malcolm1-99/+128
2016-05-10Simplify read-md.c and read-rtl.c using require_char_wsDavid Malcolm1-17/+16
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-24re PR other/57195 (Mode attributes with specific mode iterator can not be use...Michael Collison1-4/+15
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-26/+0
2015-07-16read-md.h (fatal_at): Declare.Richard Sandiford1-0/+13
2015-07-16read-md.h (file_location): New structure.Richard Sandiford1-20/+45
2015-07-06Rename read-md.c:decimal_stringRainer Orth1-2/+2
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-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-07-21Fix typos.Ondřej Bílka1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-05-04re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher1-14/+29
2011-03-25Changelog c-family/Kai Tietz1-5/+5
2010-06-10md.texi (define_enum_attr): Document.Richard Sandiford1-0/+8
2010-06-10md.texi (define_c_enum, [...]): Document.Richard Sandiford1-26/+153
2010-06-10Makefile.in (BUILD_RTL): Move build/read-md.o to...Richard Sandiford1-2/+54
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-8/+283
2010-06-10read-md.h (read_char): Increment read_md_lineno after reading '\n'.Richard Sandiford1-20/+12
2010-06-10Makefile.in (READ_MD_H): Add $(HASHTAB_H).Richard Sandiford1-0/+150
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-3/+24
2010-06-10read-md.h (read_md_file): Declare.Richard Sandiford1-36/+38
2010-06-10read-md.h (read_rtx_lineno): Rename to...Richard Sandiford1-26/+26
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+512