summaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-08-16[gensupport] PR 91255: Do not error out immediately on set_attr_alternative w...Kyrylo Tkachov
2019-07-12Support multiple operand counts for .md @ patternsRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-31New .md construct: define_insn_and_rewriteRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-11-15gensupport.c (add_predicate_code): Properly handle ZERO_EXTRACT as an lvalue.Joern Rennecke
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Jakub Jelinek
2017-01-05Introduce RTL function readerDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm
2016-10-04read-md.c: track column numbersDavid Malcolm
2016-09-21Introduce class rtx_readerDavid Malcolm
2016-09-05re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Jakub Jelinek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-03-01Revert recent gensupport change.Andreas Krebbel
2016-03-01gensupport: Fix define_subst operand renumbering.Andreas Krebbel
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov
2016-01-04Update copyright years.Jakub Jelinek
2015-12-15re PR middle-end/21273 (gensupport.c:collect_insn_data doesn't consider the c...Bernd Schmidt
2015-12-02Check for invalid FAILsRichard Sandiford
2015-11-09New obstack_next_free is not an lvalueAlan Modra
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford
2015-08-05gensupport.c (sequence_num): Replace with...Richard Sandiford
2015-08-05gensupport.h (get_c_test): Declare.Richard Sandiford
2015-08-05gensupport.h (get_num_insn_codes): Declare.Richard Sandiford
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-07-16gensupport.h (compute_test_codes): Take a file_location rather than a line nu...Richard Sandiford
2015-07-16read-md.h (file_location): New structure.Richard Sandiford
2015-07-15remove some usage of expr_list from read_rtxTrevor Saunders
2015-06-26rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford
2015-06-14rtl.h (classify_insn): Declare.Richard Sandiford
2015-06-13gensupport.h (add_implicit_parallel): Declare.Richard Sandiford
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-05-26gensupport.h (compute_test_codes): Declare.Richard Sandiford
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-04-28gensupport.c (std_preds): Add missing codes to address_operand entry.Richard Sandiford
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-10re PR target/57377 (compiler cannot be built with RTL checking)Andreas Krebbel
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-07-23reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang