summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-5/+5
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-73/+31
* hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher2003-04-061-17/+5
* bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.Segher Boessenkool2003-01-251-27/+25
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* bitmap.c (bitmap_ior_and_compl, [...]): Initialize tmp.using_obstack to 0.Hans-Peter Nilsson2002-12-031-0/+2
* Fix bitmap bug.Anthony Green2002-10-081-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-40/+85
* alias.c: Fix formatting.Kazu Hirata2002-05-261-3/+3
* bitmap.c (bitmap_find_bit): Return early if we have the correct element cached.Richard Earnshaw2002-05-211-2/+3
* bitmap.c (bitmap_element_free): Don't forget to update head->indx when we upd...Daniel Berlin2001-10-311-1/+5
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-4/+4
* bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson2001-07-111-17/+14
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-4/+4
* bitmap.c (bitmap_release_memory): Move adjacent to the allocation functions.Richard Henderson2001-07-061-49/+133
* bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh R. Ghazi2001-07-041-1/+3
* bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual argument to ...Dale Johannesen2001-06-251-1/+1
* bitmap.h: Add dump_bitmap...Daniel Berlin2001-06-161-1/+37
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-1/+1
* bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.Joseph Myers2000-07-231-5/+5
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-2/+1
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-6/+8
* * bitmap.c (bitmap_operation): Don't leak bitmap elements.Jason Merrill2000-02-171-1/+6
* alias.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-111-6/+6
* bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson1999-10-041-67/+98
* Update copyright dateKaveh Ghazi1999-10-031-1/+1
* alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1999-10-031-2/+2
* bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law1999-09-201-3/+3
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+0
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-3/+3
* bitmap.c (bitmap_element_allocate): Use "void" for arglist instead of an empt...Jeffrey A Law1998-04-081-1/+1
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-9/+1
* dManfred Hollstein1998-03-121-6/+5
* varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1998-02-131-0/+6
* bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr1998-02-081-6/+6
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-1/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-1/+1
* Add free declarationMichael Meissner1997-09-041-0/+8
* Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner1997-09-041-10/+64
* (bitmap_operation): Reset CURRENT on deferred deletion.Richard Kenner1997-07-241-1/+1
* Initial revisionRichard Kenner1997-07-141-0/+583