Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | drop __builtin_ from __clear_cache libname | Alexandre Oliva | 1 | -1/+1 |
2020-12-04 | vec: Simplify use with C++11 range-based 'for'. | Jason Merrill | 1 | -1/+1 |
2020-12-03 | fix __builtin___clear_cache overrider fallout | Alexandre Oliva | 1 | -0/+6 |
2020-12-01 | PR middle-end/97595 - bogus -Wstringop-overflow due to DECL_SIZE_UNIT underre... | Martin Sebor | 1 | -3/+9 |
2020-11-21 | Additional small changes to support opaque modes | Aaron Sawdey | 1 | -0/+2 |
2020-11-19 | c, tree: Fix ICE from get_parm_array_spec [PR97860] | Jakub Jelinek | 1 | -1/+11 |
2020-11-17 | extend cache_integer_cst | Nathan Sidwell | 1 | -9/+27 |
2020-11-17 | Add MODE_OPAQUE | Aaron Sawdey | 1 | -0/+1 |
2020-11-16 | PR middle-end/97840 - Bogus -Wmaybe-uninitialized passing an empty object to ... | Martin Sebor | 1 | -5/+5 |
2020-11-11 | c++: Tweak tsubst_qualified_id location. | Marek Polacek | 1 | -0/+4 |
2020-11-11 | Fix spelling. | Martin Liska | 1 | -1/+1 |
2020-11-10 | Refactor copying decl section names | Strager Neds | 1 | -0/+27 |
2020-11-02 | core: Synchronize tree-cst & wide-int caching expectations | Nathan Sidwell | 1 | -5/+10 |
2020-11-02 | Rewrite SLP induction vectorization | Richard Biener | 1 | -0/+16 |
2020-10-28 | openmp: Parsing and some semantic analysis of OpenMP allocate clause | Jakub Jelinek | 1 | -0/+3 |
2020-10-27 | Fix builtin decls generated in tree.c | Jan Hubicka | 1 | -4/+4 |
2020-10-26 | middle-end/97521 - always use single-bit bools in mask vector types | Richard Biener | 1 | -2/+9 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -1/+1 |
2020-10-12 | Correct handling of indices into arrays with elements larger than 1 (PR c++/9... | Martin Sebor | 1 | -13/+25 |
2020-09-23 | middle-end/96466 - fix VEC_COND isel/expansion issue | Richard Biener | 1 | -1/+1 |
2020-09-14 | options: Save and restore opts_set for Optimization and Target options | Jakub Jelinek | 1 | -6/+8 |
2020-08-31 | c++: Implement P1009: Array size deduction in new-expressions. | Marek Polacek | 1 | -0/+15 |
2020-08-11 | tree: Fix up get_narrower [PR96549] | Jakub Jelinek | 1 | -1/+1 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -3/+0 |
2020-08-03 | Multi-range implementation for value_range (irange). | Aldy Hernandez | 1 | -28/+57 |
2020-07-20 | Correct handling of constant representations containing embedded nuls. | Martin Sebor | 1 | -14/+14 |
2020-07-14 | core: add tree-node comments | Nathan Sidwell | 1 | -1/+5 |
2020-07-13 | ipa-devirt: Fix crash in obj_type_ref_class [PR95114] | Richard Sandiford | 1 | -3/+4 |
2020-06-28 | Underline argument in -Wnonnull and in C++ extend warning to the this pointer... | Martin Sebor | 1 | -3/+10 |
2020-06-09 | tree-inline: Fix VLA handling [PR95552] | Jason Merrill | 1 | -0/+6 |
2020-06-03 | Optimize ODR enum streaming | Jan Hubicka | 1 | -27/+6 |
2020-05-28 | Add support for __builtin_bswap128 | Eric Botcazou | 1 | -0/+2 |
2020-05-26 | Simplify types of TYPE_VALUES in enumeral types | Jan Hubicka | 1 | -2/+22 |
2020-05-18 | PR middle-end/94940 - spurious -Warray-bounds for a zero length array member ... | Martin Sebor | 1 | -10/+18 |
2020-05-12 | tree: Add vector_element_bits(_tree) [PR94980 1/3] | Richard Sandiford | 1 | -0/+24 |
2020-05-09 | Remove last use of expr_align | Eric Botcazou | 1 | -45/+0 |
2020-05-08 | tree: Avoid variable sharing in get_narrower [PR94724] | Jakub Jelinek | 1 | -1/+1 |
2020-05-04 | Revert "tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]" | Marek Polacek | 1 | -3/+1 |
2020-04-30 | tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775] | Marek Polacek | 1 | -1/+3 |
2020-04-29 | lto/94822 - fix ICE in component_ref_size | Richard Biener | 1 | -17/+18 |
2020-04-28 | tree: Fix up TREE_SIDE_EFFECTS on internal calls [PR94809] | Jakub Jelinek | 1 | -0/+1 |
2020-04-23 | tree: Fix up get_narrower [PR94724] | Jakub Jelinek | 1 | -8/+12 |
2020-04-04 | c++: Fix further protected_set_expr_location related -fcompare-debug issues [... | Jakub Jelinek | 1 | -24/+14 |
2020-04-03 | middle-end/94465 - handle released SSA names in array_ref_low_bound | Richard Biener | 1 | -1/+3 |
2020-03-26 | tree: Fix -fcompare-debug issues due to protected_set_expr_location [PR94323] | Jakub Jelinek | 1 | -0/+27 |
2020-03-23 | c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check... | Jakub Jelinek | 1 | -0/+15 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-03-11 | Fix GIMPLE verification failure in LTO mode on Ada code | Eric Botcazou | 1 | -0/+10 |
2020-02-18 | Typo fixes - functoin -> function [PR93796] | Jakub Jelinek | 1 | -1/+1 |
2020-01-26 | checking: avoid verify_type_variant crash on incomplete type. | Jason Merrill | 1 | -1/+1 |