summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-08-20Add ability to track register dependencies in interactive stepper; thus testi...Kathy Gray
2014-08-19make test_power_interactive working again; now using interp_interface instead...Kathy Gray
2014-08-19Add file that actually drives command line interpreterKathy Gray
2014-08-18Handling many register reads, writes, and memory reads.Kathy Gray
2014-08-18fix compile errorKathy Gray
2014-08-18Switch run_power to use interp_interface. Compilers and begins running, and t...Kathy Gray
2014-08-18wib?Peter Sewell
2014-08-18make interp_exhaustive not take an interp_mode argumentPeter Sewell
2014-08-18tweak barrier kinds in interface (likely needs changes elsewhere)Peter Sewell
2014-08-14Small tweaks to interp_interface interfaceKathy Gray
2014-08-13Update library functionsKathy Gray
2014-08-13FInd/fix a redundant case now that warnings are manageableKathy Gray
2014-08-13Silence some lem warnings in compilation.Kathy Gray
2014-08-13Complete tainting phase 1Kathy Gray
2014-08-13Kathy, Peter tweak Makefile for interactive demo and src/myocamlbuild.ml to t...Peter Sewell
2014-08-12taint tracking through most of interpreterKathy Gray
2014-08-12more taint tracking, yet againKathy Gray
2014-08-11More taint tracking.Kathy Gray
2014-08-09More tracking register dependency; another check point that compiles in under...Kathy Gray
2014-08-08Tracking register dependence.Kathy Gray
2014-08-07Fix bug introduced by last commitKathy Gray
2014-08-07Track taints across machine calls.Kathy Gray
2014-08-05start tainting values with register dependenciesKathy Gray
2014-08-05missed file from last commitKathy Gray
2014-08-05Support extracting length information into more functionsKathy Gray
2014-08-03Improve types for checking power.sailKathy Gray
2014-08-01Add some more types for power.sail generation.Kathy Gray
2014-08-01Support separated memory read/write functions.Kathy Gray
2014-07-31start separating memory reads and writesKathy Gray