Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Ali Saidi | |
should configure their editors to not insert tabs | |||
2008-06-12 | BitUnion: Take out namespace declaration so bitunions can be declared inside ↵ | Gabe Black | |
classes. | |||
2007-10-07 | BitUnion: Fix some types in the bitunion classes. | Gabe Black | |
--HG-- extra : convert_revision : 1c003f9fc9ef3a57c9199d692d172e747581f383 | |||
2007-07-18 | Fix a compilation error for SubBitUnions, | Gabe Black | |
--HG-- extra : convert_revision : aad9388afe81ba6541d0b18fa9777e6ffcfd871c | |||
2007-07-17 | Add a conversion constructor so a bitunion can be initialized to a value. | Gabe Black | |
Previously, the bitunion would need to be declared and then assigned to separately. --HG-- extra : convert_revision : d229bd83bc7baeca2259d4e7b080f359915015f3 | |||
2007-07-14 | Move bitunion code into it's own file. | Gabe Black | |
--HG-- extra : convert_revision : 8d55ca9645ee4e357b7f4595435542eb72490331 |