Age | Commit message (Expand) | Author | Files | Lines |
2016-06-06 | Selftest framework | David Malcolm | 1 | -0/+192 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-10 | Fix BITMAP identifier clash. | Martin Liska | 1 | -3/+5 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+1 |
2015-06-03 | Fix GNU coding style in memory statistics. | Martin Liska | 1 | -6/+12 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -184/+94 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-02-12 | vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h. | Richard Biener | 1 | -35/+16 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-05 | don't try and free what must be a null vector when reserving 0 elements | Trevor Saunders | 1 | -3/+1 |
2013-10-28 | df-scan.c (df_collection_rec): Adjust. | Trevor Saunders | 1 | -43/+0 |
2013-09-30 | vec.h (vec_prefix, vec): Prefix member names with "m_". | Richard Sandiford | 1 | -2/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -0/+11 |
2012-11-20 | vec.h (class vec_prefix): Change into struct. | Jakub Jelinek | 1 | -7/+7 |
2012-11-20 | Convert vec<> into a POD. | Diego Novillo | 1 | -6/+7 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -200/+43 |
2012-09-04 | Make all VEC_* functions, member functions of vec_t. | Diego Novillo | 1 | -11/+11 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -118/+5 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -15/+9 |
2012-01-16 | re PR c++/14179 (out of memory while parsing array with many initializers) | Jason Merrill | 1 | -1/+12 |
2011-05-27 | re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc) | Andrew Pinski | 1 | -17/+9 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+2 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -9/+9 |
2009-06-16 | df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself. | Ian Lance Taylor | 1 | -1/+1 |
2009-06-10 | vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I. | Ian Lance Taylor | 1 | -0/+141 |
2009-04-30 | alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an... | Rafael Avila de Espindola | 1 | -1/+2 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-09-11 | toplev.c (dump_memory_report): Call dump_vec_loc_statistics. | Jan Hubicka | 1 | -2/+227 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-01-17 | vec.h (VEC_reserve_exact): Define. | Ian Lance Taylor | 1 | -34/+109 |
2006-12-23 | vec.c: Don't include tree.h. | Andrew Pinski | 1 | -1/+0 |
2006-05-01 | vec.c: Include bconfig.h when appropriate. | DJ Delorie | 1 | -1/+8 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -51/+60 |
2005-03-12 | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-10 | value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -4/+2 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 1 | -6/+65 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-07-20 | vec.h (VEC_T_length, [...]): Use unsigned, not size_t. | Nathan Sidwell | 1 | -3/+3 |
2004-07-09 | * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument. | Zack Weinberg | 1 | -1/+1 |
2004-07-08 | * vec.c (vec_assert_fail): Remove duplicate 'function'. | Nathan Sidwell | 1 | -2/+1 |
2004-07-08 | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 1 | -22/+23 |
2004-07-06 | vec.h (VEC_embedded_alloc): Remove. | Nathan Sidwell | 1 | -21/+7 |
2004-06-28 | vec.h, vec.c: New, type safe vector API. | Nathan Sidwell | 1 | -0/+104 |