summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/64058law2016-03-231-9/+54
* 2016-02-23 Richard Biener <rguenther@suse.de>rguenth2016-02-231-1/+22
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-04 Richard Biener <rguenther@suse.de>rguenth2015-12-041-3/+5
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-1/+0
* Fallout for new memory statistics infrastructure.marxin2015-06-161-1/+1
* Fix BITMAP identifier clash.marxin2015-06-101-2/+3
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* New memory allocation statistics infrastructure.marxin2015-05-271-157/+21
* gcc/rsandifo2015-05-191-0/+12
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-3/+3
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* Update copyright years.jakub2015-01-051-1/+1
* bitmap.c (bitmap_ior, bitmap_ior_and_compl): Zap current as it could be deleted.kkojima2014-11-281-0/+4
* * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka2014-09-221-4/+4
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-8/+9
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-12/+10
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-2/+2
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-5/+5
* gcc/rsandifo2013-09-281-2/+2
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-29/+35
* Add uniform debug dump function names.crowl2013-03-291-1/+18
* * bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INTsteven2013-03-071-17/+28
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* * bitmap.c (struct bitmap_descriptor): Remove forward declaration.steven2012-12-131-23/+37
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-5/+16
* * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.steven2012-09-071-20/+11
* * bitmap.h: Add explanation of sparse set as linked-list bitmap.steven2012-07-261-2/+1
* * bitmap.c (bitmap_descriptor): Adjust order of parameters tojason2012-07-241-1/+1
* gcc/steven2012-07-241-67/+63
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* * bitmap.c: Delete unnecessary includes.froydnj2010-11-161-3/+0
* * bitmap.c (bitmap_clear_bit): Micro optimize.hubicka2010-06-221-5/+7
* * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,hubicka2010-06-131-14/+14
* * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,hubicka2010-06-091-13/+13
* * bitmap.c (bitmap_and): Walk array forward.hubicka2010-06-091-16/+16
* gcc/ada:lauras2010-06-081-2/+2
* * bitmap.c (bitmap_descriptor): Add search_iter.hubicka2010-06-021-7/+21
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-3/+3
* * hwint.h (HOST_LONG_FORMAT): New macrorupp2009-08-251-2/+4
* 2009-06-27 Paolo Bonzini <bonzini@gnu.org>bonzini2009-06-271-0/+78
* * bitmap.c (bitmap_clear): Don't declare as inline.ian2009-06-161-1/+1
* 2009-05-16 Brad Lucier <lucier@math.purdue.edu>hjl2009-05-161-8/+9
* 2009-04-30 Rafael Avila de Espindola <espindola@google.com>espindola2009-04-301-1/+1
* * bitmap.c (bitmap_last_set_bit): New function.hubicka2009-03-291-0/+53
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminatebje2009-01-181-2/+2
* * alloc-pool.c (hash_descriptor, eq_descriptor,ghazi2008-07-041-4/+6