aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-13bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher1-8/+6
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-3/+9
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-1/+1
2012-08-17bitmap.h (struct bitmap_element_def): GTY annotate next/prev.Richard Guenther1-10/+12
2012-07-26bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher1-5/+115
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-5/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-11bitmap.h (+bmp_iter_next_bit): New.Jan Hubicka1-15/+24
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2009-06-27bitmap.h (bitmap_ior_and_into): New.Paolo Bonzini1-0/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-5/+3
2009-03-29bitmap.c (bitmap_last_set_bit): New function.Jan Hubicka1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-24bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from void *' warning f...Ben Elliston1-2/+2
2008-07-02bitmap.h (bitmap_set_bit): Return bool.Richard Guenther1-4/+4
2008-04-21sbitmap.c (sbitmap_range_empty_p): New function.Kenneth Zadeck1-0/+1
2007-11-09bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25bitmap.c (hash_descriptor, [...]): Constify.Kaveh R. Ghazi1-24/+24
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+4
2007-04-01emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka1-1/+1
2007-03-26gengtype-parse.c: New file.Zack Weinberg1-16/+7
2006-12-06statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka1-5/+29
2006-08-21tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka1-0/+4
2006-05-18Whitespace fixupsMike Stump1-27/+27
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-2/+0
2005-12-29bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...Kenneth Zadeck1-0/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-12bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure.Kenneth Zadeck1-3/+10
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-6/+0
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell1-1/+1
2004-11-25bitmap.h (BITMAP_XMALLOC): Use BITMAP_ALLOC and not BITMAP_OBSTACK_ALLOC.Andrew Pinski1-2/+2
2004-11-25bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell1-11/+2
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell1-9/+3
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-22/+40
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-11-11bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell1-12/+7
2004-11-05bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell1-26/+17
2004-11-04bitmap.h: Fix a comment typo.Kazu Hirata1-11/+11
2004-11-04bitmap.h (bitmap_iterator): Remove word_bit and bit fields.Nathan Sidwell1-336/+302
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-2/+0
2004-11-03* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata1-1/+1
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell1-11/+11
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell1-1/+9
2004-11-01re PR tree-optimization/18232 (../../gcc/gcc/tree-ssa-operands.c:1624: warnin...Andrew Pinski1-5/+5
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-2/+14