Age | Commit message (Expand) | Author |
2014-12-04 | arch: Allow named constants as decode case values. | Gabe Black |
2014-09-27 | scons: Address issues related to gcc 4.9.1 | Andreas Hansson |
2014-09-03 | arch: Properly guess OpClass from optional StaticInst flags | Mitch Hayenga |
2014-09-03 | arch, cpu: Factor out the ExecContext into a proper base class | Andreas Sandberg |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2014-04-23 | arch: remove 'null update' check in isa-parser | Curtis Dunham |
2013-10-15 | cpu: add a condition-code register class | Yasuko Eckert |
2013-10-15 | cpu: rename *_DepTag constants to *_Reg_Base | Steve Reinhardt |
2012-06-03 | ISA Parser: Allow predication of source and destination registers | Nilay Vaish |
2012-06-05 | O3: Clean up the O3 structures and try to pack them a bit better. | Ali Saidi |
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-09-08 | ISA parser: Don't look for operands in strings. | Gabe Black |
2011-09-08 | ISA parser: Match /* */ and // style comments. | Gabe Black |
2011-07-11 | ISA: Get rid of the unused mem_acc_type template parameter. | Gabe Black |
2011-07-05 | grammar: better encapsulation of a grammar and parsing | Nathan Binkert |
2011-07-05 | ISA parser: Define operand types with a ctype directly. | Gabe Black |
2011-07-05 | ISA parser: Simplify operand type handling. | Gabe Black |
2011-06-07 | ISA parser: Loosen the regular expressions matching filenames. | Gabe Black |
2011-03-24 | ISA parser: Set up op_src_decl and op_dest_decl for pc operands. | Gabe Black |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2010-12-07 | ISA: Get the parser to support pc state components more elegantly. | Gabe Black |
2010-11-15 | SCons: Cleanup SCons output during compile | Ali Saidi |
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 |