]> gcc.gnu.org Git - gcc.git/history - gcc/bitmap.h
OpenACC: Fix reduction tree-sharing issue [PR106982]
[gcc.git] / gcc / bitmap.h
2022-01-03 Jakub JelinekUpdate copyright years.
2021-11-03 Richard BienerMake sbitmap bitmap_set_bit and bitmap_clear_bit return...
2021-10-14 Aldy HernandezAdd debug helpers for auto_bitmap.
2021-06-07 Andrew MacLeodImplement multi-bit aligned accessors for sparse bitmap.
2021-05-10 Martin LiskaRemove __cplusplus >= 201103
2021-02-01 Richard BienerFix statistic accounting for auto_vec and auto_bitmap
2021-01-04 Jakub JelinekUpdate copyright years.
2020-05-05 Martin LiskaUse const for some function arguments.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-09-09 Richard SandifordAdd "fast" conversions from arrays to bitmaps
2019-07-30 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-05-07 Martin LiskaFix bitmap registration of overheads.
2019-02-26 Martin LiskaImprove memory statistics report readability.
2019-02-05 Richard Bienerre PR middle-end/89150 (Tree form bitmaps break GC)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-06 Richard Bienerbitmap.c (bitmap_head::crashme): Define.
2018-11-16 Michael MatzDon't use %z printf length specifier
2018-11-05 Martin LiskaCome up with SIZE_AMOUNT and use it in memory statistic...
2018-10-22 Steven Bosscherre PR middle-end/63155 (memory hog)
2018-10-17 Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-07-29 Trevor Saundersuse c++ for bitmap_initialize
2017-07-29 Trevor Saunderssimplify the bitmap alloc_stat functions with c++
2017-05-14 Trevor Saundersallow auto_bitmap to use other bitmap obstacks
2017-05-14 Trevor Saundersstore the bitmap_head within the auto_bitmap
2017-01-31 Aldy Hernandezre PR tree-optimization/71691 (wrong code at -O3 in...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-07 Richard Bienerbitmap.h: Document constraints on bitmap modification...
2016-10-07 Richard Bienerbitmap.c (bitmap_elem_to_freelist): Set indx to -1.
2016-03-23 Jeff Lawre PR tree-optimization/64058 (Performance degradation...
2016-02-23 Richard Bienermem-stats.h (struct mem_usage): Use PRIu64 for printing...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-07-13 Aldy HernandezFix double word typos.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-03 Martin LiskaFix GNU coding style in memory statistics.
2015-06-03 Martin LiskaPort pool-allocator memory stats to a new infrastructure.
2015-05-27 Martin LiskaNew memory allocation statistics infrastructure.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-10 Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-13 Steven Bosscherbitmap.c (struct bitmap_descriptor): Remove forward...
2012-11-01 Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-08 Steven Bosscherbitmap.h (bitmap_and_into): Update prototype.
2012-08-17 Richard Guentherbitmap.h (struct bitmap_element_def): GTY annotate...
2012-07-26 Steven Bosscherbitmap.h: Add explanation of sparse set as linked-list...
2012-07-24 Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-06-11 Jan Hubickabitmap.h (+bmp_iter_next_bit): New.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2009-06-27 Paolo Bonzinibitmap.h (bitmap_ior_and_into): New.
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-03-29 Jan Hubickabitmap.c (bitmap_last_set_bit): New function.
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and... r144370/tags/stack-last-merge
2009-01-23 Ben Ellistonbitmap.h (BITMAP_FREE): Eliminate `implicit conversion...
2008-07-02 Richard Guentherbitmap.h (bitmap_set_bit): Return bool.
2008-04-21 Kenneth Zadecksbitmap.c (sbitmap_range_empty_p): New function.
2007-11-09 Richard Guentherbitmap.h (bitmap_single_bit_set_p): Declare.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazibitmap.c (hash_descriptor, [...]): Constify.
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-04-01 Jan Hubickaemit-rtl.c (emit_insn_before_setloc): Do not ICE when...
2007-03-26 Zack Weinberggengtype-parse.c: New file.
2006-12-06 Jan Hubickastatistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.
2006-08-21 Jan Hubickatree-ssa-alias.c (eq_ptr_info, [...]): New function.
2006-05-18 Mike StumpWhitespace fixups
2006-01-27 Daniel Berlinre PR rtl-optimization/24762 ([killloop-branch] code...
2005-12-29 Kenneth Zadeckbitmap.c (bitmap_element_free, [...]): Added code to...
2005-06-25 Kelley CookUpdate FSF address.
2005-05-12 Kenneth Zadeckbitmap.c (bitmap_elmt_to_freelist, [...]): Changed...
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-15 Kazu Hiratabitmap.c, [...]: Update copyright.
2005-02-14 Nathan Sidwellbitmap.h (bitmap_and_compl_into): Return bool.
2004-11-26 Andrew Pinskibitmap.h (BITMAP_XMALLOC): Use BITMAP_ALLOC and not...
2004-11-25 Nathan Sidwellbitmap.c (bitmap_malloc_alloc, [...]): Remove.
2004-11-25 Nathan Sidwellbasic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-13 Kazu Hiratabitmap.c, [...]: Fix comment formatting.
2004-11-11 Nathan Sidwellbitmap.h (nBITMAP_WORD_BITS): Remove.
2004-11-05 Nathan Sidwellbitmap.h (enum bitmap_bits): Remove.
2004-11-04 Kazu Hiratabitmap.h: Fix a comment typo.
2004-11-04 Nathan Sidwellbitmap.h (bitmap_iterator): Remove word_bit and bit...
2004-11-04 Nathan Sidwellbitmap.h (bitmap_a_or_b, [...]): Remove.
2004-11-03 Kazu Hirata* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment forma...
2004-11-02 Nathan Sidwellbitmap.h (bitmap_and, [...]): Produce void.
2004-11-02 Nathan Sidwellbitmap.h (bitmap_equal_p): Return bool.
2004-11-01 Andrew Pinskire PR tree-optimization/18232 (../../gcc/gcc/tree-ssa...
2004-10-29 Nathan Sidwellbitmap.h (bitmap_empty_p): New.
2004-10-15 Kazu Hiratabitmap.c, [...]: Update copyright.
2004-09-28 David EdelsohnFix formatting.
2004-09-27 Michael Matzre PR rtl-optimization/17698 (Mainline failed to bootst...
2004-09-27 Kazu Hirata* bitmap.h: Fix a comment typo.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2003-12-21 Kazu Hirataalias.c: Fix comment formatting.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
next
This page took 5.293337 seconds and 107 git commands to generate.