summaryrefslogtreecommitdiff
path: root/gcc/sbitmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-2/+2
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* This patch removes the unused ebitmap, and then removes some sbitmap function...Lawrence Crowl2012-11-011-34/+1
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-36/+12
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-12/+12
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-50/+49
* bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher2012-07-261-31/+112
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-9/+1
* sbitmap.h (struct int_list): Remove.Steven Bosscher2012-07-231-21/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* sbitmap.h (sbitmap_ptr, [...]): Move from here...Steven Bosscher2010-05-231-3/+0
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-3/+2
* sbitmap.c (sbitmap_range_empty_p): New function.Kenneth Zadeck2008-04-211-1/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* sbitmap.c (sbitmap_verify_popcount, [...]): Constify.Kaveh R. Ghazi2007-07-251-30/+32
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+3
* sbitmap.c (BITMAP_DEBUGGING): New macro.Daniel Berlin2006-12-281-11/+50
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iter_init): Consistently treat bit_num as the current bit ...Kazu Hirata2005-06-071-3/+4
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-30/+80
* sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law2004-11-301-0/+1
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR beyond its end.Kazu Hirata2004-10-221-8/+15
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently vis...Kazu Hirata2004-10-181-19/+13
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* re PR rtl-optimization/13987 (compile time regression while compile fold-cons...Andrew Pinski2004-08-301-2/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-51/+44
* sbitmap.c (sbitmap_resize): New function.Roger Sayle2003-02-181-1/+2
* [multiple changes]Michael Matz2002-07-151-0/+29
* sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson2002-04-091-7/+16
* predict.c: Fix formatting.Kazu Hirata2002-01-221-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* [multiple changes]Daniel Berlin2001-07-291-0/+2
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi2000-05-041-0/+1
* * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.Richard Kenner2000-04-141-14/+14
* sbitmap.h: Whitespace changes and use upper-case macro args.Richard Kenner2000-04-101-77/+76
* * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.Brad Lucier2000-02-111-1/+1
* gansidecl.h (PROTO, [...]): Delete macros.Kaveh R. Ghazi2000-01-311-2/+2
* [multiple changes]Jason Eckhardt2000-01-291-0/+3
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* reload.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-23/+23
* flow.c (flow_nodes_print, [...]): New functions.Michael Hayes1999-11-301-0/+5
* sbitmap.h (sbitmap_intersection_of_succs): Add prototype.Andrew MacLeod1999-08-251-0/+9
* c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-03-061-1/+1
* Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson1999-01-111-0/+122