summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+3
* calls.c: Fix formatting.Kazu Hirata2001-10-111-11/+11
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson2001-07-111-1/+0
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-3/+3
* bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh R. Ghazi2001-07-041-4/+11
* bitmap.h: Add dump_bitmap...Daniel Berlin2001-06-161-1/+12
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* bitmap.h (debug_bitmap): Delete redundant prototype.Kaveh R. Ghazi2001-04-121-2/+0
* alias.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-111-15/+15
* bitmap.h (BITMAP_XFREE): New.Richard Henderson1999-11-041-7/+18
* bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1999-11-011-0/+4
* Reorg reg-stack to use the standard CFG.Jan Hubicka1999-10-261-0/+5
* bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson1999-10-041-2/+6
* bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law1999-09-201-2/+2
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-1/+1
* Copyright update.Jeff Law1999-01-221-1/+1
* bitmap.h (bitmap_head_def): Make indx field unsigned.Jeffrey A Law1999-01-221-1/+1
* Copyright fixes.Jeff Law1999-01-061-1/+1
* bitmap.h (debug_bitmap): Declare.Jeff Law1998-06-211-0/+2
* Merge from gcc-2.8Jeff Law1997-12-061-1/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-2/+2
* Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner1997-09-041-0/+76
* Initial revisionRichard Kenner1997-07-141-0/+239