Age | Commit message (Expand) | Author |
2018-03-20 | arch, arm: Fix implicit-fallthrough GCC warnings | Chun-Chen Hsu |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2017-09-27 | arch: change panic for Vector traceData to warn_once | Bjoern A. Zeeb |
2017-07-05 | arch: ISA parser additions of vector registers | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-02-27 | arch: Include generated decoder header after normal headers | Andreas Sandberg |
2016-10-15 | cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass | Fernando Endo |
2016-02-06 | arch, x86: add support for arrays as memory operands | Steve Reinhardt |
2016-02-06 | arch: get rid of dummy var init | Steve Reinhardt |
2015-10-06 | arch: clean up isa_parser error handling | Steve Reinhardt |
2015-07-28 | revert 5af8f40d8f2c | Nilay Vaish |
2015-07-26 | cpu: implements vector registers | Nilay Vaish |
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 |