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
/
arch
/
sparc
/
isa
Age
Commit message (
Expand
)
Author
2007-09-25
SPARC: Clean up the branch instructions a bit.
Gabe Black
2007-08-13
SPARC: Make nops have the IsNop flag set.
Gabe Black
2007-07-31
Add a flag to indicate an instruction triggers a syscall in SE mode.
Gabe Black
2007-06-19
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-06-12
Make microOp vs microop and macroOp vs macroop capitilization consistent.
Gabe Black
2007-05-09
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-05-08
Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t...
Gabe Black
2007-04-27
gcc 4.1 claims that mem_data might be used uninitialized,
Nathan Binkert
2007-04-23
Merge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5/newmem-o3-spec
Gabe Black
2007-04-23
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Gabe Black
2007-04-22
Make the GSR into a renamed control register. It should be split into a renam...
Gabe Black
2007-04-21
create base/fenv.c to standerdize fenv across platforms. It's a c file and no...
Ali Saidi
2007-04-14
Make the fsr a serializing register. Other control registers probably need th...
Gabe Black
2007-04-11
Make trying to execute macroops fail with a better error message.
Gabe Black
2007-04-11
Create a filter and a union to translate the SPARC instruction implementation...
Gabe Black
2007-04-08
Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...
Gabe Black
2007-03-17
The syntax used for twin stores was confusing the parser so it's now broken d...
Gabe Black
2007-03-16
Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...
Gabe Black
2007-03-12
Fix mulscc.
Gabe Black
2007-03-12
Fix the mnemonic and the branch displacement field size of the branch on floa...
Gabe Black
2007-03-11
Make sttw and sttwa use the twin memory operations.
Gabe Black
2007-03-10
Added implementations of the fpop2 instructions.
Gabe Black
2007-03-09
implement ipi stufff for SPARC
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-02
make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...
Ali Saidi
2007-02-28
Make the m5 psuedo instructions use the BasicOperate format
Gabe Black
2007-02-28
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-02-28
Make trap instructions always generate TrapInstruction Fault objects which ca...
Gabe Black
2007-02-24
Merge zizzer:/bk/newmem
Ali Saidi
2007-02-24
make m5 readfile work on solaris... we can have a solaris regression soon!
Ali Saidi
2007-02-23
Ali and I both made the same change and we only need it once. I liked mine a ...
Gabe Black
2007-02-23
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-02-22
Make the m5 pseudo instructions only work in FS. Also, make sure any undefine...
Gabe Black
2007-02-22
fix se compiling oops
Ali Saidi
2007-02-21
add pseduo instruction support for sparc
Ali Saidi
2007-02-12
rename store conditional stuff as extra data so it can be used for conditiona...
Ali Saidi
2007-02-06
more fp fixes
Ali Saidi
2007-02-02
more sparc fixes
Ali Saidi
2007-02-02
fix mostly floating point related
Ali Saidi
2007-01-30
Merge zizzer:/bk/newmem
Gabe Black
2007-01-30
Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little.
Gabe Black
2007-01-30
change std::isnan() to a using namespace std and isnan(). We need a better wa...
Ali Saidi
2007-01-30
use std:: for isnan() and fix decoding of fcmpe*
Ali Saidi
2007-01-30
Make the FpUnimpl format actually write the Fsr.
Gabe Black
2007-01-30
Added FpUnimpl format for quad precision and other purposefully unimplemented...
Gabe Black
2007-01-29
Fix the Frs?s operands to use single width by default, rather than double width.
Gabe Black
2007-01-29
Add implementation for the fcmp instructions. These don't behave -quite- righ...
Gabe Black
2007-01-29
Fix the FCMPCC bitfield.
Gabe Black
2007-01-29
Cleaned up disassembly a little.
Gabe Black
2007-01-28
Merge zizzer:/bk/newmem
Gabe Black
[next]