summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka2006-12-061-4/+177
* tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka2006-08-211-0/+17
* Whitespace fixupsMike Stump2006-05-181-40/+40
* bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...Kenneth Zadeck2005-12-291-28/+274
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi2005-08-161-4/+2
* bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath c...Kenneth Zadeck2005-07-081-8/+47
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure.Kenneth Zadeck2005-05-121-18/+55
* * bitmap.c (bitmap_copy): Remove manual loop unrolling.Nathan Sidwell2005-03-101-11/+1
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell2005-02-141-3/+7
* bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that s...Kazu Hirata2004-11-261-2/+14
* bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell2004-11-251-23/+0
* basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell2004-11-251-3/+6
* bitmap.c (INLINE): Do not define.Nathan Sidwell2004-11-241-17/+7
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-97/+149
* bitmap.c, [...]: Fix comment formatting.Kazu Hirata2004-11-131-2/+2
* bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell2004-11-111-98/+41
* bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell2004-11-051-135/+506
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell2004-11-021-7/+8
* bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell2004-11-021-8/+73
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-7/+9
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-5/+6
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-3/+3
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-3/+3
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-2/+6
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+1
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi2003-07-081-12/+6
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* 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