| Commit message (Expand) | Author | Age | Files | Lines |
* | bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p. | Joseph Myers | 2000-07-23 | 1 | -5/+5 |
* | cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | Richard Kenner | 2000-05-19 | 1 | -2/+1 |
* | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 2000-02-18 | 1 | -6/+8 |
* | * bitmap.c (bitmap_operation): Don't leak bitmap elements. | Jason Merrill | 2000-02-17 | 1 | -1/+6 |
* | alias.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-11 | 1 | -6/+6 |
* | bitmap.h (enum bitmap_bits): Add BITMAP_XOR. | Richard Henderson | 1999-10-04 | 1 | -67/+98 |
* | Update copyright date | Kaveh Ghazi | 1999-10-03 | 1 | -1/+1 |
* | alias.c (nonlocal_reference_p): Add static prototype. | Kaveh R. Ghazi | 1999-10-03 | 1 | -2/+2 |
* | bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file. | Jeffrey A Law | 1999-09-20 | 1 | -3/+3 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 1 | -1/+0 |
* | bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1999-02-18 | 1 | -3/+3 |
* | bitmap.c (bitmap_element_allocate): Use "void" for arglist instead of an empt... | Jeffrey A Law | 1998-04-08 | 1 | -1/+1 |
* | Major cutover to using system.h: | Kaveh R. Ghazi | 1998-03-20 | 1 | -9/+1 |
* | d | Manfred Hollstein | 1998-03-12 | 1 | -6/+5 |
* | varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat... | Jeffrey A Law | 1998-02-13 | 1 | -0/+6 |
* | bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_... | John Carr | 1998-02-08 | 1 | -6/+6 |
* | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1997-12-20 | 1 | -1/+1 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -1/+1 |
* | Add free declaration | Michael Meissner | 1997-09-04 | 1 | -0/+8 |
* | Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_print | Michael Meissner | 1997-09-04 | 1 | -10/+64 |
* | (bitmap_operation): Reset CURRENT on deferred deletion. | Richard Kenner | 1997-07-24 | 1 | -1/+1 |
* | Initial revision | Richard Kenner | 1997-07-14 | 1 | -0/+583 |