aboutsummaryrefslogtreecommitdiff
path: root/gcc/sbitmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-5/+5
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-02-18sbitmap.c (sbitmap_resize): New function.Roger Sayle1-1/+59
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-6/+6
2002-07-15[multiple changes]Michael Matz1-10/+31
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-9/+9
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-9/+9
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-7/+7
2002-04-09sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson1-102/+173
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-29[multiple changes]Daniel Berlin1-0/+34