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
Age
Commit message (
Expand
)
Author
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-05-01
fix flushAddr so it doesn't modify an iterator that has been deleted
Ali Saidi
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
fixes for solaris compile
Ali Saidi
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 register indexes larger so they can actually hold all the legal values. ...
Gabe Black
2007-04-14
Make the fsr a serializing register. Other control registers probably need th...
Gabe Black
2007-04-11
Merge zizzer.eecs.umich.edu:/bk/newmem
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-10
Include the new GenFault microop.
Gabe Black
2007-04-10
Reworked x86 a bit
Gabe Black
2007-04-10
Changed some instruction names to be in all caps, and "implemented" move to t...
Gabe Black
2007-04-10
Added a class which lets you manipulate all the strings returned by the parse...
Gabe Black
2007-04-10
Fix up the base x86 fault object and create a fault to be generated by unimpl...
Gabe Black
2007-04-09
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-04-09
Accidentally didn't save when moving the specialization code out of here.
Gabe Black
2007-04-08
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-04-08
Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...
Gabe Black
2007-04-06
Move the instruction specialization stuff out of the microassembler file, and...
Gabe Black
2007-04-06
Consolidated the microcode assembler to help separate it from more x86-centri...
Gabe Black
2007-04-06
Refactored the x86 isa description some more. There should be more seperation...
Gabe Black
2007-04-06
Clean up the code a little, fix (I think) a perceived problem with immediate ...
Gabe Black
2007-04-06
Add in a stub merging function
Gabe Black
2007-04-06
Clean up the macroop code.
Gabe Black
2007-04-04
The process of going from an instruction definition to an instruction to be r...
Gabe Black
2007-04-04
Fix a regular expression problem when recognizing labels for string substitut...
Gabe Black
2007-04-04
Reworking how x86's isa description works. I'm adopting the following definit...
Gabe Black
2007-04-04
Make "Name" really be the same as "name" with only the first letter capitaliz...
Gabe Black
2007-04-04
Made x86 ExtMachInsts distinguishable from each other by defining a real == a...
Gabe Black
2007-04-04
Added all the different variations of the register names.
Gabe Black
2007-04-03
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-04-03
A batch of changes and fixes. Macroops are now generated automatically, multi...
Gabe Black
2007-04-03
Zero out ModRM if the byte isn't there, and fix some displacement size stuff.
Gabe Black
2007-03-29
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-29
get rid of CWP bounds warning...
Ali Saidi
2007-03-29
Made the MultiOp format do a little more. It now sets up single microop instr...
Gabe Black
2007-03-29
Add a microcode assembler. A microcode "program" is a series of statements. E...
Gabe Black
2007-03-29
Fidget with the syntax of the MultiOp format in anticipation of making it act...
Gabe Black
2007-03-29
Add code to generate register and immediate based integer op microop classes.
Gabe Black
2007-03-29
Allow "let" blocks to add code to the output files.
Gabe Black
2007-03-24
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-03-23
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-03-23
Make hardware loads/stores serializing; they need to avoid certain out-of-ord...
Kevin Lim
2007-03-22
Add structure based bitfield syntax to the isa_parser. This is primarily usef...
Gabe Black
[next]