aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-04-12bitmap.h (debug_bitmap): Delete redundant prototype.Kaveh R. Ghazi1-2/+0
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
1999-11-04bitmap.h (BITMAP_XFREE): New.Richard Henderson1-7/+18
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-0/+4
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-0/+5
1999-10-04bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson1-2/+6
1999-09-20bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law1-2/+2
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-01-22Copyright update.Jeff Law1-1/+1
1999-01-22bitmap.h (bitmap_head_def): Make indx field unsigned.Jeffrey A Law1-1/+1
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-06-21bitmap.h (debug_bitmap): Declare.Jeff Law1-0/+2
1997-12-06Merge from gcc-2.8Jeff Law1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+2
1997-09-04Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner1-0/+76
1997-07-14Initial revisionRichard Kenner1-0/+239