aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)Author
2004-01-03Merge to tree-ssa-20020619-merge-20040102.Richard Henderson
2003-11-21Curious to see what warnings were left, if any, I removed all of theRichard Henderson
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-02-03Mainline merge as of 2003-02-03. Needed to make some changes toDiego Novillo
2002-12-17Merge with mainline as of 2002-12-17.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-22Merge with basic-improvements as of 2002-10-21Diego Novillo
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-26 * alias.c: Fix formatting.Kazu Hirata
2002-05-21* bitmap.c (bitmap_find_bit): Return early if we have the correctRichard Earnshaw
2001-10-312001-10-30 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-01 * alias.c: Fix comment formatting.Kazu Hirata
2001-07-11 * bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson
2001-07-102001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>Jan van Male
2001-07-06 * bitmap.c (bitmap_release_memory): Move adjacent to theRichard Henderson
2001-07-04 * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.Kaveh Ghazi
2001-06-252001-06-25 Dale Johannesen <dalej@apple.com>Dale Johannesen
2001-06-162001-06-16 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin
2001-05-01 * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh Ghazi
2000-07-23 * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printingJoseph S. Myers
2000-05-19 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner
2000-02-19 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner
2000-02-17 * bitmap.c (bitmap_operation): Don't leak bitmap elements.Jason Merrill
2000-01-11 * alias.c: PROTO -> PARAMS.Kaveh Ghazi
1999-10-04 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.Richard Henderson
1999-10-03Update copyright dateKaveh Ghazi
1999-10-03 * alias.c (nonlocal_reference_p): Add static prototype.Kaveh Ghazi
1999-09-20 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.Jeffrey A Law
1999-09-07Merge in gcc2-ss-010999Jeffrey A Law
1999-02-18 * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh Ghazi
1998-04-08 * bitmap.c (bitmap_element_allocate): Use "void" for arglist insteadJeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-03-12dManfred Hollstein
1998-02-14 * varasm.c (output_constant_pool): Bring back 'done' label insideJeffrey A Law
1998-02-08 * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,John Carr
1997-12-20 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginningKaveh R. Ghazi
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-09-04Add free declarationMichael Meissner
1997-09-04Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner
1997-07-25(bitmap_operation): Reset CURRENT on deferred deletion.Richard Kenner
1997-07-14Initial revisionRichard Kenner