aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-28Fix formatting.David Edelsohn1-2/+2
2004-09-27re PR rtl-optimization/17698 (Mainline failed to bootstrap on ia64)Michael Matz1-4/+4
2004-09-27* bitmap.h: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-187/+418
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-18/+17
2003-01-25bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.Segher Boessenkool1-30/+32
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-20/+17
2002-05-26alias.c: Fix formatting.Kazu Hirata1-2/+2
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-2/+3
2001-10-11calls.c: Fix formatting.Kazu Hirata1-11/+11
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-11bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson1-1/+0
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-3/+3
2001-07-04bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh R. Ghazi1-4/+11
2001-06-16bitmap.h: Add dump_bitmap...Daniel Berlin1-1/+12