base: Add XOR and modulo operator to ChannelAddr
[gem5.git] / src / base / flags.hh
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-19 Daniel R. Carvalhobase: Rename Flags::update as Flags::replace
2021-01-19 Daniel R. Carvalhobase: Remove dubious/unused Flags functions
2021-01-13 Daniel R. Carvalhobase: Add documentation to flags.hh
2021-01-13 Daniel R. Carvalhobase: Remove Flags<U> assignment
2021-01-13 Daniel R. Carvalhobase: Assert Flags' type is unsigned
2020-09-08 Hoa Nguyenbase: Tag API methods in flags.hh
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackbase: Delete authors lists from files in base.
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertflags: Provide an object for managing boolean flags...