| Commit message (Expand) | Author | Age | Files | Lines |
* | * bitmap.c (bitmap_find_bit): Speed up by traversing from | kazu | 2004-11-26 | 1 | -2/+14 |
* | * bitmap.c (bitmap_malloc_alloc, bitmap_malloc_free): Remove. | nathan | 2004-11-25 | 1 | -23/+0 |
* | * basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust. | nathan | 2004-11-25 | 1 | -3/+6 |
* | * bitmap.c (INLINE): Do not define. | nathan | 2004-11-24 | 1 | -17/+7 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -97/+149 |
* | * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment | kazu | 2004-11-13 | 1 | -2/+2 |
* | * bitmap.h (nBITMAP_WORD_BITS): Remove. | nathan | 2004-11-11 | 1 | -98/+41 |
* | * bitmap.h (enum bitmap_bits): Remove. | nathan | 2004-11-05 | 1 | -135/+506 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -1/+1 |
* | * bitmap.h (bitmap_and, bitmap_and_into, bitmap_and_compl, | nathan | 2004-11-02 | 1 | -7/+8 |
* | * bitmap.h (bitmap_equal_p): Return bool. | nathan | 2004-11-02 | 1 | -8/+73 |
* | * bitmap.h (bitmap_empty_p): New. | nathan | 2004-10-29 | 1 | -7/+9 |
* | * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h, | kazu | 2004-10-15 | 1 | -1/+1 |
* | * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP, | rakdver | 2004-09-26 | 1 | -5/+6 |
* | * alias.c (mems_in_disjoint_alias_sets_p, record_alias_subset, | nathan | 2004-08-30 | 1 | -3/+3 |
* | * bitmap.c: Use type-safe memory allocation macros from libiberty. | bernie | 2004-07-25 | 1 | -3/+3 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -2/+6 |
* | * gengtype.c (create_option): New function. | zack | 2004-03-30 | 1 | -1/+1 |
* | * alias.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -1/+1 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -2/+1 |
* | gcc: | ghazi | 2003-07-08 | 1 | -12/+6 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | cp: | ghazi | 2003-06-16 | 1 | -5/+5 |
* | * alloc-pool.c: Convert to ISO C90 prototypes. | aj | 2003-06-15 | 1 | -73/+31 |
* | 2003-04-06 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-04-06 | 1 | -17/+5 |
* | * bitmap.h (BITMAP_WORD): New typedef: fundamental storage | rth | 2003-01-25 | 1 | -27/+25 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff): | hp | 2002-12-03 | 1 | -0/+2 |
* | Fix bitmap bug. | green | 2002-10-08 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -40/+85 |
* | * alias.c: Fix formatting. | kazu | 2002-05-26 | 1 | -3/+3 |
* | * bitmap.c (bitmap_find_bit): Return early if we have the correct | rearnsha | 2002-05-21 | 1 | -2/+3 |
* | 2001-10-30 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-10-31 | 1 | -1/+5 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -4/+4 |
* | * bitmap.c: Comment some functions; fiddle whitespace. | rth | 2001-07-11 | 1 | -17/+14 |
* | 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl> | aj | 2001-07-10 | 1 | -4/+4 |
* | * bitmap.c (bitmap_release_memory): Move adjacent to the | rth | 2001-07-06 | 1 | -49/+133 |
* | * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA. | ghazi | 2001-07-04 | 1 | -1/+3 |
* | 2001-06-25 Dale Johannesen <dalej@apple.com> | shebs | 2001-06-25 | 1 | -1/+1 |
* | 2001-06-16 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-06-16 | 1 | -1/+37 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -1/+1 |
* | * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing | law | 2000-07-23 | 1 | -5/+5 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -2/+1 |
* | * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | kenner | 2000-02-19 | 1 | -6/+8 |
* | * bitmap.c (bitmap_operation): Don't leak bitmap elements. | jason | 2000-02-17 | 1 | -1/+6 |
* | * alias.c: PROTO -> PARAMS. | ghazi | 2000-01-11 | 1 | -6/+6 |
* | * bitmap.h (enum bitmap_bits): Add BITMAP_XOR. | rth | 1999-10-04 | 1 | -67/+98 |
* | Update copyright date | ghazi | 1999-10-03 | 1 | -1/+1 |
* | * alias.c (nonlocal_reference_p): Add static prototype. | ghazi | 1999-10-03 | 1 | -2/+2 |