aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)Author
2013-03-07 * bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INTSteven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-13 * bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher
2012-10-08 * bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-09-07 * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher
2012-07-26 * bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher
2012-07-24 * bitmap.c (bitmap_descriptor): Adjust order of parameters toJason Merrill
2012-07-24gcc/Steven Bosscher
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-16 * bitmap.c: Delete unnecessary includes.Nathan Froyd
2010-06-22 * bitmap.c (bitmap_clear_bit): Micro optimize.Uros Bizjak
2010-06-13 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,Jan Hubicka
2010-06-09 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,Jan Hubicka
2010-06-09 * bitmap.c (bitmap_and): Walk array forward.Jan Hubicka
2010-06-08gcc/ada:Laurynas Biveinis
2010-06-02 * bitmap.c (bitmap_descriptor): Add search_iter.Jan Hubicka
2010-05-29 * tree-vrp.c (debug_value_range, debug_all_value_ranges,Jan Hubicka
2009-08-25 * hwint.h (HOST_LONG_FORMAT): New macroDouglas Rupp
2009-06-272009-06-27 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2009-06-16 * bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor
2009-05-162009-05-16 Brad Lucier <lucier@math.purdue.edu>Brad Lucier
2009-04-302009-04-30 Rafael Avila de Espindola <espindola@google.com>Rafael Espindola
2009-03-29 * bitmap.c (bitmap_last_set_bit): New function.Jan Hubicka
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-01-18 * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminateBen Elliston
2008-07-04 * alloc-pool.c (hash_descriptor, eq_descriptor,Kaveh Ghazi
2008-07-022008-07-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2008-06-06 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value toJakub Jelinek
2007-11-092007-11-09 Richard Guenther <rguenther@suse.de>Richard Guenther
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25 * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,Kaveh Ghazi
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2007-02-142007-02-13 Seongbae Park <seongbae.park@gmail.com>Seongbae Park
2006-12-06 * statistics.h (ALONE_PASS_MEM_STAT, ALONE_MEM_STAT_INFO,Jan Hubicka
2006-08-21 * tree-ssa-alias.c (eq_ptr_info, ptr_info_hash): New function.Jan Hubicka
2006-05-18Whitespace fixupsMike Stump
2005-12-292005-12-29 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2005-08-16 * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh Ghazi
2005-07-082005-07-08 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2005-06-25Update FSF address.Kelley Cook
2005-05-122005-05-11 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2005-03-10 * bitmap.c (bitmap_copy): Remove manual loop unrolling.Nathan Sidwell
2005-02-15 * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,Kazu Hirata
2005-02-14 * bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell
2004-11-26 * bitmap.c (bitmap_find_bit): Speed up by traversing fromKazu Hirata
2004-11-25 * bitmap.c (bitmap_malloc_alloc, bitmap_malloc_free): Remove.Nathan Sidwell
2004-11-25 * basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell
2004-11-24 * bitmap.c (INLINE): Do not define.Nathan Sidwell
2004-11-22 * bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-13 * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix commentKazu Hirata