aboutsummaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-16[gensupport] PR 91255: Do not error out immediately on set_attr_alternative w...Kyrylo Tkachov1-3/+4
2019-07-12Support multiple operand counts for .md @ patternsRichard Sandiford1-0/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-55/+55
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-05-31New .md construct: define_insn_and_rewriteRichard Sandiford1-5/+69
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