Age | Commit message (Expand) | Author | Files | Lines |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -2/+2 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-11-01 | This patch removes the unused ebitmap, and then removes some sbitmap function... | Lawrence Crowl | 1 | -34/+1 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -36/+12 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -12/+12 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -50/+49 |
2012-07-26 | bitmap.h: Add explanation of sparse set as linked-list bitmap. | Steven Bosscher | 1 | -31/+112 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -9/+1 |
2012-07-23 | sbitmap.h (struct int_list): Remove. | Steven Bosscher | 1 | -21/+1 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-05-23 | sbitmap.h (sbitmap_ptr, [...]): Move from here... | Steven Bosscher | 1 | -3/+0 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -3/+2 |
2008-04-21 | sbitmap.c (sbitmap_range_empty_p): New function. | Kenneth Zadeck | 1 | -1/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | sbitmap.c (sbitmap_verify_popcount, [...]): Constify. | Kaveh R. Ghazi | 1 | -30/+32 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -1/+3 |
2006-12-28 | sbitmap.c (BITMAP_DEBUGGING): New macro. | Daniel Berlin | 1 | -11/+50 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iter_init): Consistently treat bit_num as the current bit ... | Kazu Hirata | 1 | -3/+4 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -30/+80 |
2004-11-30 | sbitmap.c (sbitmap_any_common_bits): New function. | Jeff Law | 1 | -0/+1 |
2004-10-22 | sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR beyond its end. | Kazu Hirata | 1 | -8/+15 |
2004-10-18 | sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently vis... | Kazu Hirata | 1 | -19/+13 |
2004-10-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-08-30 | re PR rtl-optimization/13987 (compile time regression while compile fold-cons... | Andrew Pinski | 1 | -2/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+1 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -51/+44 |
2003-02-18 | sbitmap.c (sbitmap_resize): New function. | Roger Sayle | 1 | -1/+2 |
2002-07-15 | [multiple changes] | Michael Matz | 1 | -0/+29 |
2002-04-09 | sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status. | Richard Henderson | 1 | -7/+16 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-29 | [multiple changes] | Daniel Berlin | 1 | -0/+2 |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -3/+3 |
2000-05-04 | bb-reorder.c (get_next_bb_note, [...]): Prototype. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-04-14 | * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change. | Richard Kenner | 1 | -14/+14 |
2000-04-10 | sbitmap.h: Whitespace changes and use upper-case macro args. | Richard Kenner | 1 | -77/+76 |
2000-02-11 | * sbitmap.h: Make SBITMAP_ELT_BITS unsigned. | Brad Lucier | 1 | -1/+1 |
2000-01-31 | gansidecl.h (PROTO, [...]): Delete macros. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-01-29 | [multiple changes] | Jason Eckhardt | 1 | -0/+3 |
2000-01-17 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2000-01-17 | reload.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -23/+23 |
1999-11-30 | flow.c (flow_nodes_print, [...]): New functions. | Michael Hayes | 1 | -0/+5 |
1999-08-25 | sbitmap.h (sbitmap_intersection_of_succs): Add prototype. | Andrew MacLeod | 1 | -0/+9 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-01-11 | Makefile.in (OBJECTS): Add sbitmap.o. | Richard Henderson | 1 | -0/+122 |