Age | Commit message (Expand) | Author | Files | Lines |
2012-12-13 | bitmap.c (struct bitmap_descriptor): Remove forward declaration. | Steven Bosscher | 1 | -23/+37 |
2012-10-08 | bitmap.h (bitmap_and_into): Update prototype. | Steven Bosscher | 1 | -5/+16 |
2012-09-07 | bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit. | Steven Bosscher | 1 | -20/+11 |
2012-07-26 | bitmap.h: Add explanation of sparse set as linked-list bitmap. | Steven Bosscher | 1 | -2/+1 |
2012-07-24 | bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL. | Jason Merrill | 1 | -1/+1 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -67/+63 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-11-16 | bitmap.c: Delete unnecessary includes. | Nathan Froyd | 1 | -3/+0 |
2010-06-22 | * bitmap.c (bitmap_clear_bit): Micro optimize. | Uros Bizjak | 1 | -5/+7 |
2010-06-13 | bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin... | Jan Hubicka | 1 | -14/+14 |
2010-06-09 | bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts. | Jan Hubicka | 1 | -13/+13 |
2010-06-09 | bitmap.c (bitmap_and): Walk array forward. | Jan Hubicka | 1 | -16/+16 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -2/+2 |
2010-06-02 | bitmap.c (bitmap_descriptor): Add search_iter. | Jan Hubicka | 1 | -7/+21 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -3/+3 |
2009-08-25 | hwint.h (HOST_LONG_FORMAT): New macro | Douglas B Rupp | 1 | -2/+4 |
2009-06-27 | bitmap.h (bitmap_ior_and_into): New. | Paolo Bonzini | 1 | -0/+78 |
2009-06-16 | bitmap.c (bitmap_clear): Don't declare as inline. | Ian Lance Taylor | 1 | -1/+1 |
2009-05-16 | re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115) | Brad Lucier | 1 | -8/+9 |
2009-04-30 | alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an... | Rafael Avila de Espindola | 1 | -1/+1 |
2009-03-29 | bitmap.c (bitmap_last_set_bit): New function. | Jan Hubicka | 1 | -0/+53 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-18 | bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning ab... | Ben Elliston | 1 | -2/+2 |
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 |