Age | Commit message (Expand) | Author | Files | Lines |
2020-10-05 | support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197] | Jakub Jelinek | 1 | -0/+59 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -4/+57 |
2020-09-19 | Move loop and switch tree data structures from cp/ to c-family/. | Sandra Loosemore | 1 | -5/+87 |
2020-06-09 | c-family: Fix up MEM_REF printing [PR95580] | Jakub Jelinek | 1 | -2/+3 |
2020-06-05 | c++: Fix pretty-print of pointer minus integer. | Jason Merrill | 1 | -1/+10 |
2020-04-14 | c++: "'decltype_type' not supported" in diagnostic [PR85278] | Patrick Palka | 1 | -1/+5 |
2020-04-13 | PR c/92326 - wrong bound in zero-length array diagnostics | Martin Sebor | 1 | -1/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | Introduce pretty_printer::clone vfunc | David Malcolm | 1 | -0/+7 |
2019-11-01 | PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo... | Martin Sebor | 1 | -7/+11 |
2019-10-01 | [C] Improve diagnostics for vector types | Richard Sandiford | 1 | -0/+10 |
2019-09-30 | [C] Print ", ..." rather than ", ..." in diagnostics | Richard Sandiford | 1 | -1/+1 |
2019-01-31 | re PR libstdc++/88170 (pretty printer FAILs) | Jakub Jelinek | 1 | -6/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -3/+8 |
2018-10-12 | Fix typo in previous commit. | Christophe Lyon | 1 | -1/+1 |
2018-10-11 | re PR c++/87364 (Pretty print of enumerator never prints the id, always falls... | Will Wray | 1 | -15/+11 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -1/+1 |
2018-03-23 | re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e... | Marek Polacek | 1 | -1/+1 |
2018-01-10 | Preserving locations for variable-uses and constants (PR c++/43486) | David Malcolm | 1 | -1/+65 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -2/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -12/+0 |
2017-11-21 | New POINTER_DIFF_EXPR | Marc Glisse | 1 | -0/+2 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -2/+2 |
2017-10-05 | c-pretty-print.c (pp_c_parameter_type_list): Print ... | Bernd Edlinger | 1 | -0/+5 |
2017-08-07 | Canonicalize names of attributes. | Martin Liska | 1 | -0/+1 |
2017-05-09 | re PR c/35441 (pretty-printer cannot handle some expressions) | Volker Reichelt | 1 | -1/+21 |
2017-01-06 | [bootstrap-O1] change value type to avoid sprintf buffer size warning | Alexandre Oliva | 1 | -1/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-08 | PR c/78165 - avoid printing type suffix for constants in %E output | Martin Sebor | 1 | -27/+0 |
2016-10-28 | re PR debug/77773 (Segfault when compiling __simd64_float16_t using arm-none-... | Aldy Hernandez | 1 | -5/+8 |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+10 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -5/+3 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -0/+4 |
2015-08-17 | c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing with whitespaces b... | Marek Polacek | 1 | -26/+5 |
2015-07-30 | c-pretty-print.c (unary_expression): Don't print '*' for reference decay. | Jason Merrill | 1 | -1/+7 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-26 | array-notation-common.c (find_rank): Use INDIRECT_REF_P. | Marek Polacek | 1 | -1/+1 |
2015-06-25 | array-notation-common.c: Use VAR_P throughout. | Marek Polacek | 1 | -1/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-24 | re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st... | Marek Polacek | 1 | -1/+3 |
2014-10-14 | machmode.h (int_n_data_t): New. | DJ Delorie | 1 | -3/+13 |