summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* don't try and free what must be a null vector when reserving 0 elementsTrevor Saunders2013-11-051-3/+1
* df-scan.c (df_collection_rec): Adjust.Trevor Saunders2013-10-281-43/+0
* vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford2013-09-301-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-0/+11
* vec.h (class vec_prefix): Change into struct.Jakub Jelinek2012-11-201-7/+7
* Convert vec<> into a POD.Diego Novillo2012-11-201-6/+7
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-200/+43
* Make all VEC_* functions, member functions of vec_t.Diego Novillo2012-09-041-11/+11
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-118/+5
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-15/+9
* re PR c++/14179 (out of memory while parsing array with many initializers)Jason Merrill2012-01-161-1/+12
* re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski2011-05-271-17/+9
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.Ian Lance Taylor2009-06-161-1/+1
* vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor2009-06-101-0/+141
* alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola2009-04-301-1/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka2008-09-111-2/+227
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* vec.h (VEC_reserve_exact): Define.Ian Lance Taylor2007-01-171-34/+109
* vec.c: Don't include tree.h.Andrew Pinski2006-12-231-1/+0
* vec.c: Include bconfig.h when appropriate.DJ Delorie2006-05-011-1/+8
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-51/+60
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell2005-03-101-4/+2
* vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell2004-09-081-6/+65
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell2004-07-201-3/+3
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg2004-07-091-1/+1
* * vec.c (vec_assert_fail): Remove duplicate 'function'.Nathan Sidwell2004-07-081-2/+1
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-22/+23
* vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell2004-07-061-21/+7
* vec.h, vec.c: New, type safe vector API.Nathan Sidwell2004-06-281-0/+104