summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)Author
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd
2010-06-22* bitmap.c (bitmap_clear_bit): Micro optimize.Uros Bizjak
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka
2010-06-09bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts.Jan Hubicka
2010-06-09bitmap.c (bitmap_and): Walk array forward.Jan Hubicka
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2010-06-02bitmap.c (bitmap_descriptor): Add search_iter.Jan Hubicka
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp
2009-06-27bitmap.h (bitmap_ior_and_into): New.Paolo Bonzini
2009-06-16bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor
2009-05-16re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola
2009-03-29bitmap.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-18bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning ab...Ben Elliston
2008-07-04alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi
2008-07-02bitmap.h (bitmap_set_bit): Return bool.Richard Guenther
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek
2007-11-09bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25bitmap.c (hash_descriptor, [...]): Constify.Kaveh R. Ghazi
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2007-02-14bitmap.c (bitmap_and, [...]): Ensure dst->current is valid.Seongbae Park
2006-12-06statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka
2006-08-21tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka
2006-05-18Whitespace fixupsMike Stump
2005-12-29bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...Kenneth Zadeck
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi
2005-07-08bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath c...Kenneth Zadeck
2005-06-25Update FSF address.Kelley Cook
2005-05-12bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure.Kenneth Zadeck
2005-03-10* bitmap.c (bitmap_copy): Remove manual loop unrolling.Nathan Sidwell
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata
2005-02-14bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell
2004-11-26bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that s...Kazu Hirata
2004-11-25bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell
2004-11-24bitmap.c (INLINE): Do not define.Nathan Sidwell
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata
2004-11-11bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell
2004-11-05bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak