index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
bitunion.hh
Age
Commit message (
Expand
)
Author
2018-02-05
base: Update #includes for bitunion.hh.
Gabe Black
2018-01-27
base: Get bitunions to compile on clang 3.8.
Gabe Black
2018-01-20
base: Hide the BitUnion::__StorageType type.
Gabe Black
2018-01-20
arm, base: Generalize and move the BitUnion hash struct.
Gabe Black
2018-01-20
base: Enable specializing templates on BitUnion types.
Gabe Black
2018-01-20
base: Rework bitunions so they can be more flexible.
Gabe Black
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-01-11
scons: Enable -Wextra by default
Andreas Hansson
2015-01-07
base: Fix assigning between identical bitfields.
Gabe Black
2014-08-26
base: Add a static assert to check bit union ranges
Andreas Sandberg
2009-06-21
BitUnion: Add more constiness.
Gabe Black
2009-05-17
includes: use base/types.hh not inttypes.h or stdint.h
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-12
BitUnion: Take out namespace declaration so bitunions can be declared inside ...
Gabe Black
2007-10-07
BitUnion: Fix some types in the bitunion classes.
Gabe Black
2007-07-18
Fix a compilation error for SubBitUnions,
Gabe Black
2007-07-17
Add a conversion constructor so a bitunion can be initialized to a value.
Gabe Black
2007-07-14
Move bitunion code into it's own file.
Gabe Black