Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | Fix bugs relating to flexibly-sized objects in nios2 backend. | Sandra Loosemore | 1 | -0/+1 |
2019-11-29 | Remove unused decimal floating-point pointer types | Julian Brown | 1 | -3/+0 |
2019-11-22 | re PR c++/92458 (Constraints do not work with precompiled headers) | Jakub Jelinek | 1 | -0/+64 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 1 | -2/+0 |
2019-11-14 | Add build_truth_vector_type_for_mode | Richard Sandiford | 1 | -0/+1 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -1/+2 |
2019-11-08 | [C] Opt out of GNU vector extensions for built-in SVE types | Richard Sandiford | 1 | -0/+5 |
2019-11-01 | PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo... | Martin Sebor | 1 | -1/+1 |
2019-10-31 | re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1) | Jakub Jelinek | 1 | -3/+3 |
2019-10-31 | re PR c++/90947 (Simple lookup table of array of strings is miscompiled) | Jakub Jelinek | 1 | -6/+0 |
2019-09-19 | PR middle-end/91631 - buffer overflow into an array member of a declared obje... | Martin Sebor | 1 | -0/+7 |
2019-09-11 | [PATCH] some tree struct marking | Nathan Sidwell | 1 | -0/+4 |
2019-08-22 | PR middle-end/91490 - bogus argument missing terminating nul warning on strle... | Martin Sebor | 1 | -1/+2 |
2019-08-16 | tree.def (TYPE_SIZE): Clarify. | Martin Sebor | 1 | -1/+4 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -8/+63 |
2019-08-13 | Optimise constant IFN_WHILE_ULTs | Richard Sandiford | 1 | -0/+1 |
2019-08-10 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE. | Jakub Jelinek | 1 | -0/+3 |
2019-08-06 | tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ... | Jakub Jelinek | 1 | -4/+5 |
2019-08-01 | PR c++/90947 - Simple lookup table of array of strings is miscompiled | Martin Sebor | 1 | -0/+6 |
2019-07-25 | Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). | Martin Liska | 1 | -0/+11 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -4/+30 |
2019-07-20 | tree.def (OMP_LOOP): New tree code. | Jakub Jelinek | 1 | -8/+11 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-07-03 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause. | Jakub Jelinek | 1 | -1/+12 |
2019-07-02 | tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN. | Richard Biener | 1 | -0/+5 |
2019-06-24 | ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P. | Jan Hubicka | 1 | -1/+10 |
2019-06-18 | tree.c (build_constructor): Add MEM_STAT_DECL. | Jason Merrill | 1 | -1/+1 |
2019-06-10 | tree.def (OMP_SCAN): New tree code. | Jakub Jelinek | 1 | -1/+4 |
2019-05-31 | tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define. | Jakub Jelinek | 1 | -0/+4 |
2019-05-28 | [PATCH] Commonize anon-name generation | Nathan Sidwell | 1 | -3/+8 |
2019-05-24 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_. | Jakub Jelinek | 1 | -1/+1 |
2019-05-16 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Jakub Jelinek | 1 | -0/+5 |
2019-04-30 | [GC PATCH] Correct TS marking of _EXPR nodes | Nathan Sidwell | 1 | -0/+4 |
2019-04-26 | Add commentary to (SET_)TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -0/+17 |
2019-04-18 | PR middle-end/89797 - ICE on a vector_size (1LU << 33) int variable | Martin Sebor | 1 | -3/+3 |
2019-04-15 | re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s... | Richard Biener | 1 | -0/+1 |
2019-04-12 | PR c/88383 - ICE calling __builtin_has_attribute on a reference | Martin Sebor | 1 | -1/+1 |
2019-02-18 | PR middle-end/89294 - ICE in valid_constant_size_p | Martin Sebor | 1 | -0/+1 |
2019-02-12 | re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp... | Jan Hubicka | 1 | -2/+1 |
2019-02-11 | PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array... | Martin Sebor | 1 | -1/+12 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-07 | [2/2] PR88598: Optimise reduc (bit_and) | Richard Sandiford | 1 | -0/+2 |
2019-01-07 | [1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... } | Richard Sandiford | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | C++: improvements to binary operator diagnostics (PR c++/87504) | David Malcolm | 1 | -0/+49 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -0/+19 |
2018-12-06 | asm inline | Segher Boessenkool | 1 | -0/+3 |
2018-11-29 | re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb) | Jakub Jelinek | 1 | -0/+7 |
2018-11-23 | PR tree-optimization/87756 - missing unterminated argument warning using addr... | Martin Sebor | 1 | -1/+1 |
2018-11-15 | PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument | Martin Sebor | 1 | -0/+1 |