summaryrefslogtreecommitdiff
path: root/src/sim/byteswap.hh
AgeCommit message (Expand)Author
2018-02-16sim: Add gtoh/htog helpers that take an explicit endiannessChuan Zhu
2017-12-13arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with.Gabe Black
2017-12-13base: Add endianness conversion functions for std::array types.Gabe Black
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2015-05-23base: Redesign internal frame buffer handlingAndreas Sandberg
2015-04-03sim: correct check for endianessRuslan Bukin
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2011-09-19Endianness: Make it easier to check the compiled in guest endianness.Gabe Black
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2008-09-19We're using the static keyword improperly in some cases.Nathan Binkert
2007-03-07Make byteswap work correctly on Twin??_t types.Gabe Black
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-22fix compiling on x86/SolarisAli Saidi
2006-12-16Add in constants which let you explicitly check if endian conversion would do...Gabe Black
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-07-23Added myself to the authors list.Gabe Black
2006-06-17include misc.hh for panicNathan Binkert
2006-06-17add mac os x fast byte swap codeAli Saidi
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17minor header cleanupsAli Saidi
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt