aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-02-08bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr1-6/+6
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-09-04Add free declarationMichael Meissner1-0/+8
1997-09-04Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner1-10/+64
1997-07-24(bitmap_operation): Reset CURRENT on deferred deletion.Richard Kenner1-1/+1
1997-07-14Initial revisionRichard Kenner1-0/+583