aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)Author
2005-04-02This commit was manufactured by cvs2svn to create tagapple/gcc-5003no-author
2005-02-15 * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,Kazu Hirata
2005-02-14 * bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell
2004-11-262004-11-25 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-11-25 * bitmap.c (bitmap_malloc_alloc, bitmap_malloc_free): Remove.Nathan Sidwell
2004-11-25 * basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell
2004-11-22 * bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-13 * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix commentKazu Hirata
2004-11-11 * bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell
2004-11-05 * bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell
2004-11-04 * bitmap.h: Fix a comment typo. Follow spelling conventions.Kazu Hirata
2004-11-04 * bitmap.h (bitmap_iterator): Remove word_bit and bitNathan Sidwell
2004-11-04 * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove.Nathan Sidwell
2004-11-03 * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata
2004-11-02 * bitmap.h (bitmap_and, bitmap_and_into, bitmap_and_compl,Nathan Sidwell
2004-11-02 * bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell
2004-11-012004-11-01 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-10-29 * bitmap.h (bitmap_empty_p): New.Nathan Sidwell
2004-10-15 * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,Kazu Hirata
2004-09-28Fix formatting.David Edelsohn
2004-09-272004-09-27 Michael Matz <matz@suse.de>Michael Matz
2004-09-27 * bitmap.h: Fix a comment typo.Kazu Hirata
2004-09-26 * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,Zdenek Dvorak
2003-12-21 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-06-29 * alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-15 * alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger
2003-01-25 * bitmap.h (BITMAP_WORD): New typedef: fundamental storageSegher Boessenkool
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-26 * alias.c: Fix formatting.Kazu Hirata
2002-01-18 * bitmap.h: Fix comment formatting.Kazu Hirata
2001-10-11 * calls.c: Fix formatting.Kazu Hirata
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-07-11 * bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson
2001-07-102001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>Jan van Male
2001-07-04 * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh Ghazi
2001-06-162001-06-16 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin
2001-05-26Standardize header guards.Richard Henderson
2001-04-12 * bitmap.h (debug_bitmap): Delete redundant prototype.Kaveh Ghazi
2000-01-11 * alias.c: PROTO -> PARAMS.Kaveh Ghazi
1999-11-05 * bitmap.h (BITMAP_XFREE): New.Richard Henderson
1999-11-01 * bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell
1999-10-27Reorg reg-stack to use the standard CFG.Jan Hubicka
1999-10-04 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson
1999-09-20 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law
1999-02-18 * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh Ghazi
1999-01-23Copyright update.Jeffrey A Law
1999-01-23 * bitmap.h (bitmap_head_def): Make indx field unsigned.Jeffrey A Law
1999-01-06Copyright fixes.Jeffrey A Law
1998-06-21 * bitmap.h (debug_bitmap): Declare.Jeffrey A Law