summaryrefslogtreecommitdiff
path: root/gcc/sbitmap.h
AgeCommit message (Expand)Author
2020-01-09sbitmap.h: add operator const_sbitmap to auto_sbitmapDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-09Remove non needed check in bmp_iter_set_init (PR tree-optimization/82669).Martin Liska
2017-10-17Add gcc_checking_assert for sbitmap.c.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-07-26add auto_sbitmap classTrevor Saunders
2016-04-28sbitmap: Remove popcountSegher Boessenkool
2016-01-04Update copyright years.Jakub Jelinek
2015-07-13Fix double word typos.Aldy Hernandez
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
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-23sbitmap.h (sbitmap_ptr, [...]): Move from here...Steven Bosscher
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
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
2006-12-28sbitmap.c (BITMAP_DEBUGGING): New macro.Daniel Berlin
2005-06-25Update FSF address.Kelley Cook
2005-06-07sbitmap.h (sbitmap_iter_init): Consistently treat bit_num as the current bit ...Kazu Hirata
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata
2004-11-30sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law
2004-10-22sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR beyond its end.Kazu Hirata
2004-10-18sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently vis...Kazu Hirata
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata
2004-08-30re PR rtl-optimization/13987 (compile time regression while compile fold-cons...Andrew Pinski
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-02-18sbitmap.c (sbitmap_resize): New function.Roger Sayle
2002-07-15[multiple changes]Michael Matz
2002-04-09sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson
2002-01-22predict.c: Fix formatting.Kazu Hirata
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-07-29[multiple changes]Daniel Berlin
2001-05-25Standardize header guards.Richard Henderson