aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-21bitmap.c (bitmap_find_bit): Return early if we have the correct element cached.Richard Earnshaw1-2/+3
2001-10-31bitmap.c (bitmap_element_free): Don't forget to update head->indx when we upd...Daniel Berlin1-1/+5
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-11bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson1-17/+14
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-4/+4
2001-07-06bitmap.c (bitmap_release_memory): Move adjacent to the allocation functions.Richard Henderson1-49/+133
2001-07-04bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh R. Ghazi1-1/+3
2001-06-25bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual argument to ...Dale Johannesen1-1/+1
2001-06-16bitmap.h: Add dump_bitmap...Daniel Berlin1-1/+37
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-1/+1
2000-07-23bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.Joseph Myers1-5/+5
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-2/+1
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-6/+8
2000-02-17* bitmap.c (bitmap_operation): Don't leak bitmap elements.Jason Merrill1-1/+6
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-10-04bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson1-67/+98
1999-10-03Update copyright dateKaveh Ghazi1-1/+1
1999-10-03alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1-2/+2
1999-09-20bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law1-3/+3
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+0
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-3/+3
1998-04-08bitmap.c (bitmap_element_allocate): Use "void" for arglist instead of an empt...Jeffrey A Law1-1/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-9/+1
1998-03-12dManfred Hollstein1-6/+5
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-0/+6