aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener1-0/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+113
2016-05-20* bitmap.c (bitmap_find_bit): Remove useless test.Jeff Law1-1/+1
2016-03-23re PR tree-optimization/64058 (Performance degradation after r216304)Jeff Law1-9/+54
2016-02-23mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener1-1/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04bitmap.c (bitmap_find_bit): Guard the bitmap descriptor query with GATHER_STA...Richard Biener1-3/+5
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-06-16Fallout for new memory statistics infrastructure.Martin Liska1-1/+1
2015-06-10Fix BITMAP identifier clash.Martin Liska1-2/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-157/+21
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-0/+12
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-3/+3
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-28bitmap.c (bitmap_ior, bitmap_ior_and_compl): Zap current as it could be deleted.Mike Stump1-0/+4
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-8/+9
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-12/+10
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-06re PR debug/61070 (debug_bitmap writes to stdout)Richard Biener1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-29/+35
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-1/+18
2013-03-07bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all c...Steven Bosscher1-17/+28
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-13bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher1-23/+37
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-5/+16
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-20/+11
2012-07-26bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher1-2/+1
2012-07-24bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL.Jason Merrill1-1/+1
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-67/+63
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd1-3/+0
2010-06-22* bitmap.c (bitmap_clear_bit): Micro optimize.Uros Bizjak1-5/+7
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-14/+14
2010-06-09bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts.Jan Hubicka1-13/+13
2010-06-09bitmap.c (bitmap_and): Walk array forward.Jan Hubicka1-16/+16
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-06-02bitmap.c (bitmap_descriptor): Add search_iter.Jan Hubicka1-7/+21
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+3
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp1-2/+4
2009-06-27bitmap.h (bitmap_ior_and_into): New.Paolo Bonzini1-0/+78
2009-06-16bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor1-1/+1
2009-05-16re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier1-8/+9
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola1-1/+1
2009-03-29bitmap.c (bitmap_last_set_bit): New function.Jan Hubicka1-0/+53