aboutsummaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-15gensupport.c (add_predicate_code): Properly handle ZERO_EXTRACT as an lvalue.Joern Rennecke1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-6/+9
2017-04-03Fix numerous typos in commentsJonathan Wakely1-2/+2
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Jakub Jelinek1-0/+5
2017-01-05Introduce RTL function readerDavid Malcolm1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm1-18/+24
2016-10-04read-md.c: track column numbersDavid Malcolm1-1/+1
2016-09-21Introduce class rtx_readerDavid Malcolm1-7/+22
2016-09-05re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Jakub Jelinek1-16/+13
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-2/+2
2016-03-01Revert recent gensupport change.Andreas Krebbel1-20/+25
2016-03-01gensupport: Fix define_subst operand renumbering.Andreas Krebbel1-25/+20
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15re PR middle-end/21273 (gensupport.c:collect_insn_data doesn't consider the c...Bernd Schmidt1-2/+2
2015-12-02Check for invalid FAILsRichard Sandiford1-0/+158
2015-11-09New obstack_next_free is not an lvalueAlan Modra1-5/+4
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-0/+18
2015-08-05gensupport.c (sequence_num): Replace with...Richard Sandiford1-46/+66
2015-08-05gensupport.h (get_c_test): Declare.Richard Sandiford1-0/+23
2015-08-05gensupport.h (get_num_insn_codes): Declare.Richard Sandiford1-0/+8
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-16/+13
2015-07-16gensupport.h (compute_test_codes): Take a file_location rather than a line nu...Richard Sandiford1-23/+21
2015-07-16read-md.h (file_location): New structure.Richard Sandiford1-105/+81
2015-07-15remove some usage of expr_list from read_rtxTrevor Saunders1-4/+8
2015-06-26rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford1-2/+4
2015-06-14rtl.h (classify_insn): Declare.Richard Sandiford1-0/+34
2015-06-13gensupport.h (add_implicit_parallel): Declare.Richard Sandiford1-26/+23
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-26gensupport.h (compute_test_codes): Declare.Richard Sandiford1-12/+12
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-6/+6
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-5/+6
2015-04-28gensupport.c (std_preds): Add missing codes to address_operand entry.Richard Sandiford1-1/+2
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/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-10re PR target/57377 (compiler cannot be built with RTL checking)Andreas Krebbel1-6/+21
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-07-23reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang1-2/+2
2013-06-04rtl.def: Add extra fourth optional field to define_cond_exec.Kyrylo Tkachov1-0/+15
2013-05-06013-05-06 Graham Stott <grahams@btinternet.com>Graham Stott1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+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-6/+1111
2012-07-09gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter...Steven Bosscher1-3/+13