aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
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