aboutsummaryrefslogtreecommitdiff
path: root/gcc/sbitmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Fix memory leaks in sbitmap.c selftestsDavid Malcolm1-0/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-17Add gcc_checking_assert for sbitmap.c.Martin Liska1-0/+39
2017-10-16Add selftests for bitmap_set_range.Martin Liska1-3/+57
2017-10-12re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ...Martin Liska1-17/+101
2017-09-29sbitmap.c (bitmap_bit_in_range_p): New function.Jeff Law1-0/+53
2017-01-13re PR tree-optimization/33562 (aggregate DSE disabled)Jeff Law1-0/+164
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-04-28sbitmap: Remove popcountSegher Boessenkool1-162/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+30
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-18re PR target/55562 (FAIL: gcc.dg/sms-* on powerpc*-*-*)Jakub Jelinek1-21/+15
2012-11-01This patch removes the unused ebitmap, and then removes some sbitmap function...Lawrence Crowl1-114/+14
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-140/+48
2012-07-26bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher1-2/+1
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-2/+8
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher1-191/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-23sbitmap.h (sbitmap_ptr, [...]): Move from here...Steven Bosscher1-14/+28
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-19/+19
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-6/+5
2008-04-21sbitmap.c (sbitmap_range_empty_p): New function.Kenneth Zadeck1-1/+52
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25sbitmap.c (sbitmap_verify_popcount, [...]): Constify.Kaveh R. Ghazi1-78/+76
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+15
2007-01-02sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to HOST_BITS_PER_LONGLONGSteve Ellcey1-1/+1
2006-12-28sbitmap.c (BITMAP_DEBUGGING): New macro.Daniel Berlin1-17/+257
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-1/+3
2004-11-30sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law1-0/+18
2004-11-22sbitmap.c (sbitmap_union_of_preds): Remove redundant initialisation of 'e'.Nick Clifton1-1/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-11-22sbitmap.c (sbitmap_union_of_preds): Set 'e' to the next edge predecessor in t...Nick Clifton1-0/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-11/+22
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-2/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+26
2003-12-28sbitmap.c (sbitmap_union_of_diff_cg, [...]): Accumulate "changed" properly.Mostafa Hagog1-3/+10
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-86/+36