summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2007-05-31Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-31Assign traceData to be NULL at BaseSimpleCPU constructor.Vincentius Robby
2007-05-31Early micro assemblerGabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-05-25Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-25Make the lexer and parser use objects and not the last lexer and parser gener...Gabe Black
2007-05-24Update to ply 2.3Nathan Binkert
2007-05-18Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-05-01fix flushAddr so it doesn't modify an iterator that has been deletedAli Saidi
2007-04-27gcc 4.1 claims that mem_data might be used uninitialized,Nathan Binkert
2007-04-21fixes for solaris compileAli Saidi
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-11Make the itlb set the PHYSICAL flag on a request when it translates it. This ...Gabe Black
2007-04-11Make trying to execute macroops fail with a better error message.Gabe Black
2007-04-11Create a filter and a union to translate the SPARC instruction implementation...Gabe Black
2007-04-10Include the new GenFault microop.Gabe Black
2007-04-10Reworked x86 a bitGabe Black
2007-04-10Changed some instruction names to be in all caps, and "implemented" move to t...Gabe Black
2007-04-10Added a class which lets you manipulate all the strings returned by the parse...Gabe Black
2007-04-10Fix up the base x86 fault object and create a fault to be generated by unimpl...Gabe Black
2007-04-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-09Accidentally didn't save when moving the specialization code out of here.Gabe Black
2007-04-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-08Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...Gabe Black
2007-04-06Move the instruction specialization stuff out of the microassembler file, and...Gabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-06Clean up the code a little, fix (I think) a perceived problem with immediate ...Gabe Black
2007-04-06Add in a stub merging functionGabe Black
2007-04-06Clean up the macroop code.Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-04-04Fix a regular expression problem when recognizing labels for string substitut...Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-04Make "Name" really be the same as "name" with only the first letter capitaliz...Gabe Black
2007-04-04Made x86 ExtMachInsts distinguishable from each other by defining a real == a...Gabe Black
2007-04-04Added all the different variations of the register names.Gabe Black
2007-04-03Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-04-03Zero out ModRM if the byte isn't there, and fix some displacement size stuff.Gabe Black
2007-03-29Merge zizzer:/bk/newmemAli Saidi
2007-03-29get rid of CWP bounds warning...Ali Saidi
2007-03-29Made the MultiOp format do a little more. It now sets up single microop instr...Gabe Black
2007-03-29Add a microcode assembler. A microcode "program" is a series of statements. E...Gabe Black
2007-03-29Fidget with the syntax of the MultiOp format in anticipation of making it act...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black
2007-03-29Allow "let" blocks to add code to the output files.Gabe Black
2007-03-24Merge ktlim@zizzer:/bk/newmemKevin Lim