summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-6/+0
* * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,kazu2005-02-151-1/+1
* * bitmap.h (bitmap_and_compl_into): Return bool.nathan2005-02-141-1/+1
* 2004-11-25 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-261-2/+2
* * bitmap.c (bitmap_malloc_alloc, bitmap_malloc_free): Remove.nathan2004-11-251-11/+2
* * basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.nathan2004-11-251-9/+3
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-22/+40
* * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix commentkazu2004-11-131-1/+1
* * bitmap.h (nBITMAP_WORD_BITS): Remove.nathan2004-11-111-12/+7
* * bitmap.h (enum bitmap_bits): Remove.nathan2004-11-051-26/+17
* * bitmap.h: Fix a comment typo. Follow spelling conventions.kazu2004-11-041-11/+11
* * bitmap.h (bitmap_iterator): Remove word_bit and bitnathan2004-11-041-336/+302
* * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove.nathan2004-11-041-2/+0
* * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.kazu2004-11-031-1/+1
* * bitmap.h (bitmap_and, bitmap_and_into, bitmap_and_compl,nathan2004-11-021-11/+11
* * bitmap.h (bitmap_equal_p): Return bool.nathan2004-11-021-1/+9
* 2004-11-01 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-011-5/+5
* * bitmap.h (bitmap_empty_p): New.nathan2004-10-291-2/+14
* * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,kazu2004-10-151-1/+1
* Fix formatting.dje2004-09-281-2/+2
* 2004-09-27 Michael Matz <matz@suse.de>pinskia2004-09-271-4/+4
* * bitmap.h: Fix a comment typo.kazu2004-09-271-1/+1
* * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,rakdver2004-09-261-187/+418
* * alias.c: Fix comment formatting.kazu2003-12-211-1/+1
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-2/+2
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * alloc-pool.c: Convert to ISO C90 prototypes.aj2003-06-151-18/+17
* * bitmap.h (BITMAP_WORD): New typedef: fundamental storagerth2003-01-251-30/+32
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-20/+17
* * alias.c: Fix formatting.kazu2002-05-261-2/+2
* * bitmap.h: Fix comment formatting.kazu2002-01-181-2/+3
* * calls.c: Fix formatting.kazu2001-10-111-11/+11
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * bitmap.c: Comment some functions; fiddle whitespace.rth2001-07-111-1/+0
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-3/+3
* * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.ghazi2001-07-041-4/+11
* 2001-06-16 Daniel Berlin <dan@cgsoftware.com>dberlin2001-06-161-1/+12
* Standardize header guards.rth2001-05-261-3/+3
* * bitmap.h (debug_bitmap): Delete redundant prototype.ghazi2001-04-121-2/+0
* * alias.c: PROTO -> PARAMS.ghazi2000-01-111-15/+15
* * bitmap.h (BITMAP_XFREE): New.rth1999-11-051-7/+18
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-0/+4
* Reorg reg-stack to use the standard CFG.rth1999-10-271-0/+5
* * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.rth1999-10-041-2/+6
* * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.law1999-09-201-2/+2
* * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.ghazi1999-02-181-1/+1
* Copyright update.law1999-01-231-1/+1
* * bitmap.h (bitmap_head_def): Make indx field unsigned.law1999-01-231-1/+1
* Copyright fixes.law1999-01-061-1/+1
* * bitmap.h (debug_bitmap): Declare.law1998-06-211-0/+2