summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-15/+15
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher2012-12-131-8/+6
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-3/+9
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-1/+1
* bitmap.h (struct bitmap_element_def): GTY annotate next/prev.Richard Guenther2012-08-171-10/+12
* bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher2012-07-261-5/+115
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-5/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* bitmap.h (+bmp_iter_next_bit): New.Jan Hubicka2010-06-111-15/+24
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* bitmap.h (bitmap_ior_and_into): New.Paolo Bonzini2009-06-271-0/+2
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-5/+3
* bitmap.c (bitmap_last_set_bit): New function.Jan Hubicka2009-03-291-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from void *' warning f...Ben Elliston2009-01-241-2/+2
* bitmap.h (bitmap_set_bit): Return bool.Richard Guenther2008-07-021-4/+4
* sbitmap.c (sbitmap_range_empty_p): New function.Kenneth Zadeck2008-04-211-0/+1
* bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther2007-11-091-0/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* bitmap.c (hash_descriptor, [...]): Constify.Kaveh R. Ghazi2007-07-251-24/+24
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-3/+4
* emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka2007-04-011-1/+1
* gengtype-parse.c: New file.Zack Weinberg2007-03-261-16/+7
* statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka2006-12-061-5/+29
* tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka2006-08-211-0/+4
* Whitespace fixupsMike Stump2006-05-181-27/+27
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-2/+0
* bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...Kenneth Zadeck2005-12-291-0/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure.Kenneth Zadeck2005-05-121-3/+10
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-6/+0
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell2005-02-141-1/+1
* bitmap.h (BITMAP_XMALLOC): Use BITMAP_ALLOC and not BITMAP_OBSTACK_ALLOC.Andrew Pinski2004-11-251-2/+2
* bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell2004-11-251-11/+2
* basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell2004-11-251-9/+3
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-22/+40
* bitmap.c, [...]: Fix comment formatting.Kazu Hirata2004-11-131-1/+1
* bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell2004-11-111-12/+7
* bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell2004-11-051-26/+17
* bitmap.h: Fix a comment typo.Kazu Hirata2004-11-041-11/+11
* bitmap.h (bitmap_iterator): Remove word_bit and bit fields.Nathan Sidwell2004-11-041-336/+302
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-2/+0
* * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata2004-11-031-1/+1
* bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell2004-11-021-11/+11