misc: string.join has been removed in python3
[gem5.git] / src / arch / isa_parser.py
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarch: Delete authors lists from generic arch files.
2019-05-30 Giacomo Gabrielliarch: Add include guards to auto-gen. decode header
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-25 Giacomo Travagliniarch: Fix VecElem Operand generation in ISA parser
2019-01-25 Giacomo Travagliniarch: Provide traceback when parsing ISA code
2018-12-18 Gabe Blackarch: Make the ISA parser always use binary floating...
2018-03-20 Chun-Chen Hsuarch, arm: Fix implicit-fallthrough GCC warnings
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2017-11-02 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize...
2017-10-17 Gabe Blackscons: Stop generating inc.d in the isa parser.
2017-09-27 Bjoern A. Zeebarch: change panic for Vector traceData to warn_once
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-02-27 Andreas Sandbergarch: Include generated decoder header after normal...
2016-10-15 Fernando Endocpu, arm: Distinguish Float* and SimdFloat*, create...
2016-02-07 Steve Reinhardtarch, x86: add support for arrays as memory operands
2016-02-07 Steve Reinhardtarch: get rid of dummy var init
2015-10-07 Steve Reinhardtarch: clean up isa_parser error handling
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2014-12-04 Gabe Blackarch: Allow named constants as decode case values.
2014-09-27 Andreas Hanssonscons: Address issues related to gcc 4.9.1
2014-09-03 Mitch Hayengaarch: Properly guess OpClass from optional StaticInst...
2014-09-03 Andreas Sandbergarch, cpu: Factor out the ExecContext into a proper...
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-04-23 Curtis Dunhamarch: remove 'null update' check in isa-parser
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2012-06-03 Nilay VaishISA Parser: Allow predication of source and destination...
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-08 Gabe BlackISA parser: Don't look for operands in strings.
2011-09-08 Gabe BlackISA parser: Match /* */ and // style comments.
2011-07-11 Gabe BlackISA: Get rid of the unused mem_acc_type template parameter.
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-05 Gabe BlackISA parser: Simplify operand type handling.
2011-06-07 Gabe BlackISA parser: Loosen the regular expressions matching...
2011-03-24 Gabe BlackISA parser: Set up op_src_decl and op_dest_decl for...
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2010-12-08 Gabe BlackISA: Get the parser to support pc state components...
2010-11-15 Ali SaidiSCons: Cleanup SCons output during compile
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-06-02 Gabe BlackARM: Fix custom writer/reader code for non indexed...
2010-02-27 Nathan Binkertisa_parser: move the operand map stuff into the ISAPars...
2010-02-27 Nathan Binkertisa_parser: move more support functions into the ISAPar...
2010-02-27 Nathan Binkertisa_parser: move more stuff into the ISAParser class
2010-02-27 Nathan Binkertisa_parser: move the formatMap and exportContext into...
2010-02-27 Nathan Binkertisa_parser: Make stack objects class members instead...
2010-02-27 Nathan Binkertisa_parser: add a debug variable that changes how error...
2010-02-27 Nathan Binkertisa_parser: Use an exception to flag error
2010-02-27 Nathan Binkertisa_parser: Move more stuff into the ISAParser class
2010-02-27 Nathan Binkertisa_parser: move code around to prepare for putting...
2010-02-27 Nathan Binkertisa_parser: simple fixes, formatting and style
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-11-09 Nathan Binkertautomerge
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-06 Nathan Binkertisa_parser: allow negative integer literals
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-09-24 Nathan Binkertisa_parser: Turn the ISA Parser into a subclass of...
2009-09-22 Nathan Binkertscons: add slicc and ply to sys.path and PYTHONPATH...
2009-07-22 Derek HowerAutomated merge with ssh://m5sim.org//repo/m5
2009-07-21 Gabe Blackisa_parser: Get rid of the now unused ControlBitfieldOp...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackISAs: Get rid of the IControl operand type.
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackISA parser: Allow alternative read/write code for operands.
2009-05-12 Korey Sewellisa-parser: made a few changes, but not author-worthy
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-08-12 Nathan Binkertmerge
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-21 Gabe BlackFixed line number accounting
2007-06-23 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-23 Korey SewellFINISH off merge of mips mt/dsp isa extensions by addin...
2007-06-23 Korey Sewelladd Control Bitfield class
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-27 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-26 Gabe BlackMake the lexer and parser use objects and not the last...
2007-05-25 Nathan BinkertUpdate to ply 2.3
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
next