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