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
/
isa_parser.py
Age
Commit message (
Expand
)
Author
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-06-02
ARM: Fix custom writer/reader code for non indexed operands.
Gabe Black
2010-02-26
isa_parser: move the operand map stuff into the ISAParser class.
Nathan Binkert
2010-02-26
isa_parser: move more support functions into the ISAParser class
Nathan Binkert
2010-02-26
isa_parser: move more stuff into the ISAParser class
Nathan Binkert
2010-02-26
isa_parser: move the formatMap and exportContext into the ISAParser class
Nathan Binkert
2010-02-26
isa_parser: Make stack objects class members instead of globals
Nathan Binkert
2010-02-26
isa_parser: add a debug variable that changes how errors are reported.
Nathan Binkert
2010-02-26
isa_parser: Use an exception to flag error
Nathan Binkert
2010-02-26
isa_parser: Move more stuff into the ISAParser class
Nathan Binkert
2010-02-26
isa_parser: move code around to prepare for putting more stuff in the class
Nathan Binkert
2010-02-26
isa_parser: simple fixes, formatting and style
Nathan Binkert
2009-11-05
isa_parser: allow negative integer literals
Nathan Binkert
2009-11-08
compile: wrap 64bit numbers with ULL() so 32bit compiles work
Nathan Binkert
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones
2009-09-23
isa_parser: Turn the ISA Parser into a subclass of Grammar.
Nathan Binkert
2009-09-22
scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access
Nathan Binkert
2009-07-20
isa_parser: Get rid of the now unused ControlBitfieldOperand.
Gabe Black
2009-07-10
ISAs: Get rid of the IControl operand type.
Gabe Black
2009-07-08
Registers: Get rid of the float register width parameter.
Gabe Black
2009-07-08
ISA parser: Allow alternative read/write code for operands.
Gabe Black
2009-05-12
isa-parser: made a few changes, but not author-worthy
Korey Sewell
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2007-11-15
Get MIPS simple regression working. Take out unecessary functions "setShadowS...
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
2007-08-07
X86: Make a microcode branch microop.
Gabe Black
2007-07-20
Fixed line number accounting
Gabe Black
2007-06-22
FINISH off merge of mips mt/dsp isa extensions by adding the ControlBitfieldO...
Korey Sewell
2007-06-22
add Control Bitfield class
Korey Sewell
2007-05-25
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-05-25
Make the lexer and parser use objects and not the last lexer and parser gener...
Gabe Black
2007-05-24
Update to ply 2.3
Nathan Binkert
2007-04-04
Fix a regular expression problem when recognizing labels for string substitut...
Gabe Black
2007-04-04
Make "Name" really be the same as "name" with only the first letter capitaliz...
Gabe Black
2007-03-29
Allow "let" blocks to add code to the output files.
Gabe Black
2007-03-22
Add structure based bitfield syntax to the isa_parser. This is primarily usef...
Gabe Black
2007-03-20
Added syntax for structure oriented extMachInsts.
Gabe Black
2007-03-07
I missed a couple of WithEffects, this should do it
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-12
rename store conditional stuff as extra data so it can be used for conditiona...
Ali Saidi
2006-12-17
Minor cleanup of new snippet/subst code.
Steve Reinhardt
2006-12-17
Convert Alpha (and finish converting MIPS) to new
Steve Reinhardt
2006-12-17
Compilation fix after messy merge.
Gabe Black
2006-12-16
Merge zizzer:/bk/newmem
Gabe Black
2006-12-16
Changes to the isa_parser and affected files to fix an indexing problem with ...
Gabe Black
2006-12-15
Merge zizzer:/bk/sparcfs
Lisa Hsu
2006-12-12
Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...
Steve Reinhardt
2006-12-06
Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts
Ali Saidi
2006-10-26
Change the default function from setMiscRegWithEffect to setMiscReg
Gabe Black
2006-10-15
Fix how additional template parameters are handled. Non string parameters are...
Gabe Black
[next]