index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
bitmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-29
use c++ for bitmap_initialize
Trevor Saunders
1
-2
/
+1
2017-07-29
simplify the bitmap alloc_stat functions with c++
Trevor Saunders
1
-10
/
+4
2017-05-14
allow auto_bitmap to use other bitmap obstacks
Trevor Saunders
1
-0
/
+1
2017-05-14
store the bitmap_head within the auto_bitmap
Trevor Saunders
1
-4
/
+4
2017-01-31
re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo...
Aldy Hernandez
1
-0
/
+21
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-07
bitmap.h: Document constraints on bitmap modification while iterating over it.
Richard Biener
1
-0
/
+12
2016-10-07
bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
Richard Biener
1
-0
/
+15
2016-03-23
re PR tree-optimization/64058 (Performance degradation after r216304)
Jeff Law
1
-0
/
+3
2016-02-23
mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
Richard Biener
1
-5
/
+10
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-03
Fix GNU coding style in memory statistics.
Martin Liska
1
-3
/
+6
2015-06-03
Port pool-allocator memory stats to a new infrastructure.
Martin Liska
1
-6
/
+5
2015-05-27
New memory allocation statistics infrastructure.
Martin Liska
1
-0
/
+56
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
-15
/
+15
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-0
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2012-12-13
bitmap.c (struct bitmap_descriptor): Remove forward declaration.
Steven Bosscher
1
-8
/
+6
2012-11-01
This patch renames sbitmap iterators to unify them with the bitmap iterators.
Lawrence Crowl
1
-0
/
+3
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-3
/
+9
2012-10-08
bitmap.h (bitmap_and_into): Update prototype.
Steven Bosscher
1
-1
/
+1
2012-08-17
bitmap.h (struct bitmap_element_def): GTY annotate next/prev.
Richard Guenther
1
-10
/
+12
2012-07-26
bitmap.h: Add explanation of sparse set as linked-list bitmap.
Steven Bosscher
1
-5
/
+115
2012-07-24
sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.
Steven Bosscher
1
-5
/
+2
2011-01-03
Update Copyright years for files modified in 2010.
Jakub Jelinek
1
-1
/
+1
2010-06-11
bitmap.h (+bmp_iter_next_bit): New.
Jan Hubicka
1
-15
/
+24
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-1
/
+1
2009-06-27
bitmap.h (bitmap_ior_and_into): New.
Paolo Bonzini
1
-0
/
+2
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
1
-5
/
+3
2009-03-29
bitmap.c (bitmap_last_set_bit): New function.
Jan Hubicka
1
-0
/
+1
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-01-24
bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from void *' warning f...
Ben Elliston
1
-2
/
+2
2008-07-02
bitmap.h (bitmap_set_bit): Return bool.
Richard Guenther
1
-4
/
+4
2008-04-21
sbitmap.c (sbitmap_range_empty_p): New function.
Kenneth Zadeck
1
-0
/
+1
2007-11-09
bitmap.h (bitmap_single_bit_set_p): Declare.
Richard Guenther
1
-0
/
+3
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
bitmap.c (hash_descriptor, [...]): Constify.
Kaveh R. Ghazi
1
-24
/
+24
2007-06-11
Merge dataflow branch into mainline
Daniel Berlin
1
-3
/
+4
2007-04-01
emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...
Jan Hubicka
1
-1
/
+1
2007-03-26
gengtype-parse.c: New file.
Zack Weinberg
1
-16
/
+7
2006-12-06
statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros.
Jan Hubicka
1
-5
/
+29
2006-08-21
tree-ssa-alias.c (eq_ptr_info, [...]): New function.
Jan Hubicka
1
-0
/
+4
2006-05-18
Whitespace fixups
Mike Stump
1
-27
/
+27
2006-01-27
re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...
Daniel Berlin
1
-2
/
+0
2005-12-29
bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the va...
Kenneth Zadeck
1
-0
/
+6
[next]