summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell2004-11-021-1/+9
* re PR tree-optimization/18232 (../../gcc/gcc/tree-ssa-operands.c:1624: warnin...Andrew Pinski2004-11-011-5/+5
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-2/+14
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* Fix formatting.David Edelsohn2004-09-281-2/+2
* re PR rtl-optimization/17698 (Mainline failed to bootstrap on ia64)Michael Matz2004-09-271-4/+4
* * bitmap.h: Fix a comment typo.Kazu Hirata2004-09-271-1/+1
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-187/+418
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-18/+17
* bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.Segher Boessenkool2003-01-251-30/+32
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-20/+17
* alias.c: Fix formatting.Kazu Hirata2002-05-261-2/+2