summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-20Separate out printing facility from model driver into printing_functions int...Kathy Gray
2014-10-16bug fixes to run test from Christopher's testsKathy Gray
2014-10-15Get the actual start address instead of the address of the start addressKathy Gray
2014-10-15Fixup printing on dumping memory to a lem fileKathy Gray
2014-10-15Add ability to print out binary as lem file of memory dump instead of running...Kathy Gray
2014-10-14Iron out bugs in running new executable with branching; add new executable as...Kathy Gray
2014-10-10make run_power.ml compile againKathy Gray
2014-10-10Functions for operating on bit and byte vectors from the interpreter interfaceKathy Gray
2014-10-08Merge.Stephen Kell
2014-10-08Tweak Makefile to use absolute or relative paths consistently, fixing make be...Stephen Kell
2014-10-08Support exporting single bit and bool values to external bitvectorsKathy Gray
2014-10-07Connect interpreter to representation of instructions.Kathy Gray
2014-10-07Track dependencies on size of memory accessKathy Gray
2014-10-07kathy,peter: making decode integration with ppcmem2 typecheckPeter Sewell
2014-10-07Actually add the new fileKathy Gray
2014-10-07Merge and make real Peter's comment typeKathy Gray
2014-10-07Put in type for instruction form for models; remove extra information from By...Kathy Gray
2014-10-07comment with suggested i_state_or_error typePeter Sewell
2014-10-06Getting closer with non-opam makefileKathy Gray
2014-10-04clarify Step constructorKathy Gray
2014-10-04Add alternative non-opam Makefile in src/.Stephen Kell
2014-10-04configure uint before makeKathy Gray
2014-10-03Add a decoding function to interp_interface and interp_inter_imp. (Note, this...Kathy Gray
2014-10-02correct renaming typoKathy Gray
2014-10-01Add file to download required librariesKathy Gray
2014-10-01Fix bug omitting wmem effectsKathy Gray
2014-09-30Corrected writing to register bug. Now interpreter produces same result as gd...Kathy Gray
2014-09-30Add type annotations to funcls to track effects and constraints from one func...Kathy Gray
2014-09-30Executing an actual elf fileKathy Gray
2014-09-29Connect up to elf model; which doesn't seem to be representing the elf file p...Kathy Gray
2014-09-29add run_power to last commitKathy Gray
2014-09-29Add in elf model from Dominic/Stephen. Make run_power build again. Does not e...Kathy Gray
2014-09-19Functions to extract instruction informationKathy Gray
2014-09-11Adding support for extracting the information Christopher needs about an inst...Kathy Gray
2014-09-10reduce lem macro overhead for sail _ very slightly _Kathy Gray
2014-09-09Small fix to printingKathy Gray
2014-09-09Full power.sail now type checking and generating Lem.Kathy Gray
2014-09-09Get more constraints resolving in power.sailKathy Gray
2014-09-05refinements to constraint checkingKathy Gray
2014-09-04Refine overloading resolution with respect to vectors and rangesKathy Gray
2014-09-04Make exhaust run from the first breakpoint in the interactive interpreterKathy Gray
2014-08-30fix various bugs exposed by armv8Kathy Gray
2014-08-28more bug fixes and adding more library functionsKathy Gray
2014-08-28fixes to bugs exposed by arm modelKathy Gray
2014-08-27Changes to get another (slightly larger) executable running;Kathy Gray
2014-08-26small changes for armKathy Gray
2014-08-24Use LEM_DIR environment variable if definedGabriel Kerneis
2014-08-24Silence some OCaml warningsGabriel Kerneis
2014-08-21Improve printing of function calls in stepper modeKathy Gray
2014-08-21Allow command line interface to exhaustively evaluate the next step, printing...Kathy Gray