aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-01read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.Andreas Tobler1-2/+2
2015-05-19rtl.h (reg_info): Add an nregs field.Richard Sandiford1-1/+1
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-0/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+71
2014-01-29re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-07-18read-rtl.c (validate_const_int): Once an invalid character is seen, quit the ...Po-Chun Chang1-1/+4
2013-05-22read-rtl.c (copy_rtx_for_iterators): Continue applying iterators while it has...Michael Zolotukhin1-3/+5
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-11-30gensupport.c (maybe_eval_c_test): Remove not-null check for expr.Michael Zolotukhin1-1/+1
2012-11-19md.texi: Document define_subst.Maxim Kuznetsov1-7/+270
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-24/+18
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-11/+4
2012-06-18Implement support for int iterators.Tejas Belagod1-5/+40
2012-06-13read-rtl.c (mapping): Remove index field.Richard Sandiford1-319/+285
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-121/+90
2010-06-10Makefile.in (READ_MD_H): Add $(HASHTAB_H).Richard Sandiford1-167/+6
2010-06-10read-rtl.c (md_name): New structure.Richard Sandiford1-78/+95
2010-06-10read-md.h (read_md_file): Declare.Richard Sandiford1-163/+147
2010-06-10read-md.h (read_rtx_lineno): Rename to...Richard Sandiford1-5/+5
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-425/+2
2010-04-02read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.Joseph Myers1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-05-08read-rtl.c (join_c_conditions): Return the first string if the two strings ar...Richard Sandiford1-0/+3
2007-11-20read-rtl.c (fatal_expected_char): Print EOF as text rather that its binary re...Rask Ingemann Lambertsen1-2/+6
2007-08-22md.texi (Iterators): Renamed from Macros.Hans-Peter Nilsson1-124/+125
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-1/+1
2006-02-06* read-rtl.c (read_name): Terminate reading on EOF.Ben Elliston1-1/+1
2006-01-23r110130@banpei: zack | 2006-01-22 14:52:43 -0800Zack Weinberg1-1/+44
2006-01-23r110123@banpei: zack | 2006-01-22 14:44:34 -0800Zack Weinberg1-2/+72
2005-08-04read-rtl.c (read_quoted_string): Break if EOF.Paul Brook1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-11rtl.h (to_rtx_code): Remove.Gabriel Dos Reis1-6/+6
2005-06-09machmode.h (to_machine_mode): New.Gabriel Dos Reis1-7/+7
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-6/+6
2005-05-18read-rtl.c (mode_attr_index): Use obstack_grow0, not obstack_grow.Ian Lance Taylor1-1/+1
2005-05-17read-rtl.c (struct macro_traverse_data): Add unknown_mode_attr field.Ian Lance Taylor1-30/+42
2005-05-10read-rtl.c (struct macro_traverse_data): Define.Ian Lance Taylor1-38/+160
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-6/+2
2005-03-04* rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)Richard Sandiford1-11/+151
2005-02-13* flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.Kazu Hirata1-1/+1
2005-02-11read-rtl.c (read_rtx_1): Give fatal error if we see a vector with no elements.Ian Lance Taylor1-0/+3
2004-09-29* read-rtl.c (apply_macro_to_string): Replace index with strchr.Aaron W. LaFramboise1-2/+2