Age | Commit message (Expand) | Author | Files | Lines |
2018-01-23 | Fix memory leaks in sbitmap.c selftests | David Malcolm | 1 | -0/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-17 | Add gcc_checking_assert for sbitmap.c. | Martin Liska | 1 | -0/+39 |
2017-10-16 | Add selftests for bitmap_set_range. | Martin Liska | 1 | -3/+57 |
2017-10-12 | re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ... | Martin Liska | 1 | -17/+101 |
2017-09-29 | sbitmap.c (bitmap_bit_in_range_p): New function. | Jeff Law | 1 | -0/+53 |
2017-01-13 | re PR tree-optimization/33562 (aggregate DSE disabled) | Jeff Law | 1 | -0/+164 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-04-28 | sbitmap: Remove popcount | Segher Boessenkool | 1 | -162/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -3/+3 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+30 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-18 | re PR target/55562 (FAIL: gcc.dg/sms-* on powerpc*-*-*) | Jakub Jelinek | 1 | -21/+15 |
2012-11-01 | This patch removes the unused ebitmap, and then removes some sbitmap function... | Lawrence Crowl | 1 | -114/+14 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -1/+1 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -1/+1 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -140/+48 |
2012-07-26 | bitmap.h: Add explanation of sparse set as linked-list bitmap. | Steven Bosscher | 1 | -2/+1 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -2/+8 |
2012-07-23 | sbitmap.h (struct int_list): Remove. | Steven Bosscher | 1 | -191/+4 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-23 | sbitmap.h (sbitmap_ptr, [...]): Move from here... | Steven Bosscher | 1 | -14/+28 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -0/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -19/+19 |
2008-06-26 | ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -6/+5 |
2008-04-21 | sbitmap.c (sbitmap_range_empty_p): New function. | Kenneth Zadeck | 1 | -1/+52 |
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 | sbitmap.c (sbitmap_verify_popcount, [...]): Constify. | Kaveh R. Ghazi | 1 | -78/+76 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -1/+15 |
2007-01-02 | sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to HOST_BITS_PER_LONGLONG | Steve Ellcey | 1 | -1/+1 |
2006-12-28 | sbitmap.c (BITMAP_DEBUGGING): New macro. | Daniel Berlin | 1 | -17/+257 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -1/+3 |
2004-11-30 | sbitmap.c (sbitmap_any_common_bits): New function. | Jeff Law | 1 | -0/+18 |
2004-11-22 | sbitmap.c (sbitmap_union_of_preds): Remove redundant initialisation of 'e'. | Nick Clifton | 1 | -1/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-11-22 | sbitmap.c (sbitmap_union_of_preds): Set 'e' to the next edge predecessor in t... | Nick Clifton | 1 | -0/+1 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -11/+22 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -2/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+26 |
2003-12-28 | sbitmap.c (sbitmap_union_of_diff_cg, [...]): Accumulate "changed" properly. | Mostafa Hagog | 1 | -3/+10 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -86/+36 |