power-instruction-analyzer.git
2020-08-29 Jacob Lifshayworking on adding proc-macro that replaces macro_rules...
2020-08-28 Jacob LifshayWIP: adding support for carry input/outputs and simplif...
2020-08-28 Jacob Lifshayadd subf[o][.] instructions
2020-08-28 Jacob Lifshayworking on add[o][.] implementation
2020-08-27 Jacob Lifshaycomment out add* code until it can be tested
2020-08-27 Jacob Lifshayadd add[o][.]
2020-07-25 Jacob Lifshayadd Python build instructions to README.md
2020-07-09 Jacob Lifshayworking on instruction model
2020-07-09 Jacob Lifshayworking on instruction models
2020-07-09 Jacob Lifshayupdating instruction models
2020-07-09 Jacob Lifshayswap assembly argument order to be the correct order
2020-07-09 Jacob Lifshayupdate gen-output to use native_instrs by default
2020-07-09 Jacob Lifshayadd initial implementation of mul* and madd* instructions
2020-07-09 Jacob Lifshayrefactor API and add support for more instructions
2020-07-08 Jacob Lifshayadd python bindings
2020-05-28 Jacob Lifshayadd more test cases
2020-05-28 Jacob Lifshayworking on instruction model
2020-05-28 Jacob Lifshayworking on instruction models
2020-05-28 Jacob Lifshayworking on instruction models
2020-05-28 Jacob Lifshayworking on adding instruction models
2020-05-28 Jacob Lifshayadd gen-output.sh
2020-05-28 Jacob Lifshayadd newline to end of output
2020-05-28 Jacob Lifshayswitch output format to JSON to allow easier parsing
2020-05-26 Jacob Lifshaychange loop order
2020-05-26 Jacob Lifshayadd more instructions and test cases
2020-05-26 Jacob Lifshayinitial commit initial