aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-04alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-4/+6
2008-07-02bitmap.h (bitmap_set_bit): Return bool.Richard Guenther1-6/+19
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-2/+14
2007-11-09bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther1-0/+34
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25bitmap.c (hash_descriptor, [...]): Constify.Kaveh R. Ghazi1-60/+62
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-143/+395
2007-02-14bitmap.c (bitmap_and, [...]): Ensure dst->current is valid.Seongbae Park1-0/+6
2006-12-06statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.Jan Hubicka1-4/+177
2006-08-21tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka1-0/+17
2006-05-18Whitespace fixupsMike Stump1-40/+40
2005-12-29bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...Kenneth Zadeck1-28/+274
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi1-4/+2
2005-07-08bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath c...Kenneth Zadeck1-8/+47
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-12bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure.Kenneth Zadeck1-18/+55
2005-03-10* bitmap.c (bitmap_copy): Remove manual loop unrolling.Nathan Sidwell1-11/+1
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14bitmap.h (bitmap_and_compl_into): Return bool.Nathan Sidwell1-3/+7
2004-11-26bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that s...Kazu Hirata1-2/+14
2004-11-25bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell1-23/+0
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell1-3/+6
2004-11-24bitmap.c (INLINE): Do not define.Nathan Sidwell1-17/+7
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-97/+149
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-11-11bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell1-98/+41
2004-11-05bitmap.h (enum bitmap_bits): Remove.Nathan Sidwell1-135/+506
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell1-7/+8
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell1-8/+73
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-7/+9
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-5/+6
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell1-3/+3
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-3/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+6
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-12/+6
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-5/+5
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-73/+31
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-17/+5
2003-01-25bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.Segher Boessenkool1-27/+25
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-03bitmap.c (bitmap_ior_and_compl, [...]): Initialize tmp.using_obstack to 0.Hans-Peter Nilsson1-0/+2
2002-10-08Fix bitmap bug.Anthony Green1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-40/+85
2002-05-26alias.c: Fix formatting.Kazu Hirata1-3/+3