summaryrefslogtreecommitdiff
path: root/src/base/bitunion.hh
AgeCommit message (Expand)Author
2018-08-21misc: Appease GCC 8Jason Lowe-Power
2018-03-30base: Make bitunion output functions static/inline.Gabe Black
2018-03-28base: Add a default output function for bitunion types.Gabe Black
2018-02-05base: Update #includes for bitunion.hh.Gabe Black
2018-01-27base: Get bitunions to compile on clang 3.8.Gabe Black
2018-01-20base: Hide the BitUnion::__StorageType type.Gabe Black
2018-01-20arm, base: Generalize and move the BitUnion hash struct.Gabe Black
2018-01-20base: Enable specializing templates on BitUnion types.Gabe Black
2018-01-20base: Rework bitunions so they can be more flexible.Gabe Black
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2015-01-07base: Fix assigning between identical bitfields.Gabe Black
2014-08-26base: Add a static assert to check bit union rangesAndreas Sandberg
2009-06-21BitUnion: Add more constiness.Gabe Black
2009-05-17includes: use base/types.hh not inttypes.h or stdint.hNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-12BitUnion: Take out namespace declaration so bitunions can be declared inside ...Gabe Black
2007-10-07BitUnion: Fix some types in the bitunion classes.Gabe Black
2007-07-18Fix a compilation error for SubBitUnions,Gabe Black
2007-07-17Add a conversion constructor so a bitunion can be initialized to a value.Gabe Black
2007-07-14Move bitunion code into it's own file.Gabe Black