Age | Commit message (Expand) | Author | Files | Lines |
2023-02-24 | Avoid default-initializing auto_vec<T, N> storage, fix vec<vl_embed> | Richard Biener | 1 | -11/+20 |
2023-02-24 | Change vec<,,vl_embed>::m_vecdata refrences into address () | Richard Biener | 1 | -19/+25 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-08-30 | vec: Add array_slice constructors from non-const and gc vectors | Martin Jambor | 1 | -0/+12 |
2022-08-26 | Improve compute_control_dep_chain path finding | Richard Biener | 1 | -0/+3 |
2022-05-06 | vec: fix iterate comment | Jason Merrill | 1 | -2/+2 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-09 | pch: Add support for relocation of the PCH data [PR71934] | Jakub Jelinek | 1 | -1/+1 |
2021-08-05 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -14/+52 |
2021-06-17 | auto_vec copy/move improvements | Trevor Saunders | 1 | -1/+30 |
2021-06-11 | Expose stable sort algorithm to gcc_sort_r and add vec::stablesort | Richard Biener | 1 | -0/+24 |
2021-02-01 | Fix statistic accounting for auto_vec and auto_bitmap | Richard Biener | 1 | -3/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | Add a cut-down version of std::span (array_slice) | Richard Sandiford | 1 | -0/+120 |
2020-12-13 | vec: Silence clang warning | Richard Sandiford | 1 | -1/+1 |
2020-12-04 | vec: Simplify use with C++11 range-based 'for'. | Jason Merrill | 1 | -0/+10 |
2020-12-02 | vec.h: Fix GCC build with -std=gnu++20 [PR98059] | Scott Snyder | 1 | -1/+1 |
2020-10-29 | Annotate vec::copy better for mem stats | Jan Hubicka | 1 | -1/+1 |
2020-10-13 | Remove STMT_VINFO_SAME_ALIGN_REFS | Richard Biener | 1 | -2/+4 |
2020-09-25 | middle-end/97207 - implement move assign for auto_vec<> | Richard Biener | 1 | -1/+7 |
2020-09-24 | add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges | Richard Biener | 1 | -0/+7 |
2020-09-01 | vec: default exect = false in grow functions. | Martin Liska | 1 | -5/+5 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -12/+15 |
2020-08-14 | vec: Fix bootstrap on i686-linux, 32-bit darwin and AIX | Jakub Jelinek | 1 | -3/+5 |
2020-08-12 | Replace std::vector<> usage in ipa-fnsummary.c with GCC's vec<>. | Aldy Hernandez | 1 | -1/+4 |
2020-07-27 | Use vec::reserve before vec_safe_grow_cleared is called | Martin Liska | 1 | -0/+11 |
2020-01-09 | vec.h: add auto_delete_vec | David Malcolm | 1 | -0/+38 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-21 | cfgloop.h (loop_iterator::~loop_iterator): Remove. | Richard Biener | 1 | -0/+8 |
2019-08-02 | vec.h (vec::sort): Add gcc_qsort_r support. | Richard Biener | 1 | -1/+80 |
2019-02-26 | Improve memory statistics report readability. | Martin Liska | 1 | -1/+1 |
2019-02-18 | Come up with fast {function,call}_summary classes (PR ipa/89306). | Martin Liska | 1 | -0/+11 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-06 | re PR tree-optimization/86850 (ubsan: runtime error: member call on null poin... | Richard Biener | 1 | -1/+1 |
2018-11-05 | Fix vector memory statistics. | Martin Liska | 1 | -4/+8 |
2018-06-28 | Introduce auto_string_vec class. | Martin Liska | 1 | -0/+21 |
2018-05-29 | Add vec::reverse. | Martin Liska | 1 | -0/+14 |
2018-05-01 | Add VEC_ORDERED_REMOVE_IF | Tom de Vries | 1 | -0/+34 |
2018-02-26 | re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4) | Jakub Jelinek | 1 | -4/+15 |
2018-02-16 | re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4) | Jakub Jelinek | 1 | -0/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-27 | hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins... | Gerald Pfeifer | 1 | -2/+2 |
2017-11-20 | vec.h (debug_helper): New function. | Aldy Hernandez | 1 | -0/+77 |
2017-06-15 | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 1 | -11/+30 |
2017-05-18 | Define CONSTEXPR macro and use it in vec.h. | Martin Liska | 1 | -4/+1 |
2017-05-14 | allow constructing a auto_vec with a preallocation, and a possibly larger act... | Trevor Saunders | 1 | -0/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-22 | re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum... | Jakub Jelinek | 1 | -10/+4 |
2016-12-15 | PR bootstrap/78817 - stage2 bootstrap failure in vec.h:1613:5: error: argumen... | Martin Sebor | 1 | -4/+10 |