| Commit message (Expand) | Author | Age | Files | Lines |
* | Come up with startswith function. | Martin Liska | 2021-05-10 | 1 | -5/+3 |
* | Remove CC0 | Segher Boessenkool | 2021-05-04 | 1 | -1/+0 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | genattrtab: Parenthesize expressions correctly (PR92107) | Segher Boessenkool | 2019-10-16 | 1 | -3/+3 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -68/+68 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -3/+6 |
* | re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp... | Alan Modra | 2019-01-11 | 1 | -22/+20 |
* | genattrtab bit-rot, and if_then_else in values | Alan Modra | 2019-01-08 | 1 | -45/+143 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Change EQ_ATTR_ALT to support up to 64 alternatives | Ilya Leoshkevich | 2018-09-24 | 1 | -60/+72 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | poly_int: SUBREG_BYTE | Richard Sandiford | 2017-12-20 | 1 | -0/+1 |
* | poly_int: IN_TARGET_CODE | Richard Sandiford | 2017-12-16 | 1 | -0/+1 |
* | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 2017-06-15 | 1 | -2/+2 |
* | genattrtab.c (write_eligible_delay): Verify DELAY_INSN still has a delay slot... | Jeff Law | 2017-04-12 | 1 | -0/+3 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | genattrtab.c (attr_rtx_1): Avoid allocating new rtx objects. | Bernd Edlinger | 2016-11-15 | 1 | -132/+55 |
* | read-md.c: Move various state to within class rtx_reader | David Malcolm | 2016-10-18 | 1 | -5/+5 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 2016-10-13 | 1 | -0/+1 |
* | read-md.c: track column numbers | David Malcolm | 2016-10-04 | 1 | -2/+2 |
* | * genattrtab.c (write_attr_case): Also emit FALLTHRU marker. | Marek Polacek | 2016-09-29 | 1 | -0/+2 |
* | Implement -Wimplicit-fallthrough. | Marek Polacek | 2016-09-26 | 1 | -0/+2 |
* | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 2016-08-12 | 1 | -0/+2 |
* | Make argv const char ** in read_md_files etc | David Malcolm | 2016-05-06 | 1 | -1/+1 |
* | Reduce nesting of parentheses in conditionals generated by genattrtab | Patrick Palka | 2016-04-27 | 1 | -8/+23 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | Improve error reporting from genattrtab.c | Richard Sandiford | 2015-12-01 | 1 | -68/+74 |
* | [PATCH] Fix abort in write_eligible_delay | Jeff Law | 2015-10-22 | 1 | -2/+28 |
* | unconditionally compile most of the delay slot code | Trevor Saunders | 2015-10-21 | 1 | -11/+5 |
* | gensupport.h (get_num_insn_codes): Declare. | Richard Sandiford | 2015-08-05 | 1 | -11/+8 |
* | genattrtab.c (make_canonical): Add a file_location parameter. | Richard Sandiford | 2015-07-16 | 1 | -16/+21 |
* | read-md.h (message_with_line, [...]): Delete. | Richard Sandiford | 2015-07-16 | 1 | -65/+66 |
* | read-md.h (fatal_at): Declare. | Richard Sandiford | 2015-07-16 | 1 | -70/+64 |
* | genattrtab.c (check_attr_value): Remove handling of null attrs. | Richard Sandiford | 2015-07-16 | 1 | -19/+16 |
* | gimple-predict.h: New file. | Andrew MacLeod | 2015-07-10 | 1 | -0/+1 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -7/+3 |
* | Use std::swap instead of manual swaps. | Mikhail Maltsev | 2015-06-22 | 1 | -5/+1 |
* | function.h (struct rtl_data): Remove struct and accessor macros. | Andrew MacLeod | 2015-06-17 | 1 | -0/+1 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -6/+0 |
* | genattrtab.c (insn_alternatives): Change type from int * to uint64_t *. | Jakub Jelinek | 2015-06-08 | 1 | -14/+15 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+10 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -0/+1 |
* | Instruction attributes take an rtx_insn * | David Malcolm | 2014-09-15 | 1 | -11/+8 |
* | recog_memoized works on an rtx_insn * | David Malcolm | 2014-09-09 | 1 | -1/+1 |
* | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 2014-08-28 | 1 | -3/+3 |
* | Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.c | David Malcolm | 2014-08-21 | 1 | -2/+5 |
* | [genattrtab] Fix memory corruption, allocate enough memory for all bypassed r... | Kyrylo Tkachov | 2014-06-18 | 1 | -2/+9 |
* | rtl.def (SYMBOL_REF): Remove middle "0" field. | Richard Sandiford | 2014-05-13 | 1 | -4/+1 |