Age | Commit message (Expand) | Author | Files | Lines |
2008-07-04 | alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 1 | -4/+6 |
2008-07-02 | bitmap.h (bitmap_set_bit): Return bool. | Richard Guenther | 1 | -6/+19 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -2/+14 |
2007-11-09 | bitmap.h (bitmap_single_bit_set_p): Declare. | Richard Guenther | 1 | -0/+34 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | bitmap.c (hash_descriptor, [...]): Constify. | Kaveh R. Ghazi | 1 | -60/+62 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -143/+395 |
2007-02-14 | bitmap.c (bitmap_and, [...]): Ensure dst->current is valid. | Seongbae Park | 1 | -0/+6 |
2006-12-06 | statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros. | Jan Hubicka | 1 | -4/+177 |
2006-08-21 | tree-ssa-alias.c (eq_ptr_info, [...]): New function. | Jan Hubicka | 1 | -0/+17 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -40/+40 |
2005-12-29 | bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va... | Kenneth Zadeck | 1 | -28/+274 |
2005-08-16 | aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete. | Kaveh R. Ghazi | 1 | -4/+2 |
2005-07-08 | bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath c... | Kenneth Zadeck | 1 | -8/+47 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-12 | bitmap.c (bitmap_elmt_to_freelist, [...]): Changed freelist structure. | Kenneth Zadeck | 1 | -18/+55 |
2005-03-10 | * bitmap.c (bitmap_copy): Remove manual loop unrolling. | Nathan Sidwell | 1 | -11/+1 |
2005-02-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-14 | bitmap.h (bitmap_and_compl_into): Return bool. | Nathan Sidwell | 1 | -3/+7 |
2004-11-26 | bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that s... | Kazu Hirata | 1 | -2/+14 |
2004-11-25 | bitmap.c (bitmap_malloc_alloc, [...]): Remove. | Nathan Sidwell | 1 | -23/+0 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust. | Nathan Sidwell | 1 | -3/+6 |
2004-11-24 | bitmap.c (INLINE): Do not define. | Nathan Sidwell | 1 | -17/+7 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -97/+149 |
2004-11-13 | bitmap.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-11-11 | bitmap.h (nBITMAP_WORD_BITS): Remove. | Nathan Sidwell | 1 | -98/+41 |
2004-11-05 | bitmap.h (enum bitmap_bits): Remove. | Nathan Sidwell | 1 | -135/+506 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-11-02 | bitmap.h (bitmap_and, [...]): Produce void. | Nathan Sidwell | 1 | -7/+8 |
2004-11-02 | bitmap.h (bitmap_equal_p): Return bool. | Nathan Sidwell | 1 | -8/+73 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -7/+9 |
2004-10-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -5/+6 |
2004-08-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac... | Nathan Sidwell | 1 | -3/+3 |
2004-07-25 | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 1 | -3/+3 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+6 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+1 |
2003-07-08 | bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std... | Kaveh R. Ghazi | 1 | -12/+6 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -5/+5 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -73/+31 |
2003-04-06 | hashtable.c (gcc_obstack_init): Delete this function and everything related t... | Steven Bosscher | 1 | -17/+5 |
2003-01-25 | bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps. | Segher Boessenkool | 1 | -27/+25 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-03 | bitmap.c (bitmap_ior_and_compl, [...]): Initialize tmp.using_obstack to 0. | Hans-Peter Nilsson | 1 | -0/+2 |
2002-10-08 | Fix bitmap bug. | Anthony Green | 1 | -1/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -40/+85 |
2002-05-26 | alias.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |