summaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous typos in commentsJonathan Wakely2017-04-031-2/+2
* re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Jakub Jelinek2017-03-021-0/+5
* Introduce RTL function readerDavid Malcolm2017-01-051-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* read-md.c: Move various state to within class rtx_readerDavid Malcolm2016-10-181-18/+24
* read-md.c: track column numbersDavid Malcolm2016-10-041-1/+1
* Introduce class rtx_readerDavid Malcolm2016-09-211-7/+22
* re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Jakub Jelinek2016-09-051-16/+13
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-0/+2
* Make argv const char ** in read_md_files etcDavid Malcolm2016-05-061-2/+2
* Revert recent gensupport change.Andreas Krebbel2016-03-011-20/+25
* gensupport: Fix define_subst operand renumbering.Andreas Krebbel2016-03-011-25/+20
* re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov2016-01-291-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR middle-end/21273 (gensupport.c:collect_insn_data doesn't consider the c...Bernd Schmidt2015-12-151-2/+2
* Check for invalid FAILsRichard Sandiford2015-12-021-0/+158
* New obstack_next_free is not an lvalueAlan Modra2015-11-091-5/+4
* genflags.c (gen_macro): Delete.Richard Sandiford2015-08-241-0/+18
* gensupport.c (sequence_num): Replace with...Richard Sandiford2015-08-051-46/+66
* gensupport.h (get_c_test): Declare.Richard Sandiford2015-08-051-0/+23
* gensupport.h (get_num_insn_codes): Declare.Richard Sandiford2015-08-051-0/+8
* read-md.h (message_with_line, [...]): Delete.Richard Sandiford2015-07-161-16/+13
* gensupport.h (compute_test_codes): Take a file_location rather than a line nu...Richard Sandiford2015-07-161-23/+21
* read-md.h (file_location): New structure.Richard Sandiford2015-07-161-105/+81
* remove some usage of expr_list from read_rtxTrevor Saunders2015-07-151-4/+8
* rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford2015-06-261-2/+4
* rtl.h (classify_insn): Declare.Richard Sandiford2015-06-141-0/+34
* gensupport.h (add_implicit_parallel): Declare.Richard Sandiford2015-06-131-26/+23
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-1/+0
* gensupport.h (compute_test_codes): Declare.Richard Sandiford2015-05-261-12/+12
* rtl.def (REG): Change format to "r".Richard Sandiford2015-05-191-6/+6
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-051-5/+6
* gensupport.c (std_preds): Add missing codes to address_operand entry.Richard Sandiford2015-04-281-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-0/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR target/57377 (compiler cannot be built with RTL checking)Andreas Krebbel2013-10-101-6/+21
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang2013-07-231-2/+2
* rtl.def: Add extra fourth optional field to define_cond_exec.Kyrylo Tkachov2013-06-041-0/+15
* 013-05-06 Graham Stott <grahams@btinternet.com>Graham Stott2013-05-061-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* gensupport.c (maybe_eval_c_test): Remove not-null check for expr.Michael Zolotukhin2012-11-301-1/+1
* md.texi: Document define_subst.Maxim Kuznetsov2012-11-191-6/+1111
* gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter...Steven Bosscher2012-07-091-3/+13
* gensupport.c (add_define_attr): New static function.Bernd Schmidt2011-06-211-13/+163
* * gensupport.c (read_md_rtx): Fix typo in comment.Mike Stump2011-04-231-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-8/+4
* genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford2011-04-121-0/+244