power-instruction-analyzer.git
2021-09-07 Jacob Lifshayadd cdtbcd, cbcdtd, and addg6s master
2021-09-02 Jacob Lifshaychange proc-macro debugging code to be feature gated
2021-09-02 Jacob Lifshaycompiles new inline asm without errors
2021-09-02 Jacob Lifshayworking on changing to use Rust's new asm! syntax since...
2021-09-01 Jacob Lifshayadd correct __all__ to module
2021-07-27 Jacob Lifshayfix libre-soc-install.sh running outside of a venv
2021-07-27 Jacob Lifshayfix https://bugs.libre-soc.org/show_bug.cgi?id=661
2020-10-28 Jacob Lifshayadd crate descriptions v0.2.0
2020-10-28 Jacob Lifshayprepare for publishing on crates.io
2020-10-25 Jacob Lifshayadd output json files to .gitignore
2020-10-16 Jacob Lifshayfix cmprb_0
2020-10-16 Jacob Lifshayadd cmprb_0
2020-10-16 Jacob Lifshayadd cmp and cmpl
2020-10-16 Jacob Lifshayadd cmpli
2020-10-16 Jacob Lifshayadd cmpi
2020-10-14 Jacob Lifshayadd mulli
2020-10-14 Jacob Lifshayfix subfic
2020-10-14 Jacob Lifshayadd subfic
2020-10-14 Jacob Lifshayadd addis and addic[.]
2020-10-13 Jacob Lifshaychange immediate test values to be less redundant
2020-10-13 Jacob Lifshayworking on adding support for immediate operands
2020-10-12 Jacob Lifshayworking on adding instructions that take immediates
2020-09-04 Jacob Lifshayadd neg* instructions
2020-09-04 Jacob Lifshayfix addex again
2020-09-04 Jacob Lifshayfix addex
2020-09-04 Jacob Lifshayadd addex instruction and code needed for working aroun...
2020-09-04 Jacob Lifshayadd addme*, subfme*, addze*, and subfze*
2020-09-04 Jacob Lifshayexclude output-for-*.json from generated sdists
2020-09-03 Jacob Lifshayadd more test values around i32 and i64 overflow
2020-09-03 Jacob Lifshayadd adde* and subfe*
2020-09-03 Jacob Lifshayfix subfc* to calculate correct carries
2020-09-03 Jacob Lifshayadd addc* and subfc* instructions
2020-09-03 Jacob Lifshaypython tests pass
2020-09-03 Jacob Lifshayadd SO propagation
2020-09-03 Jacob Lifshayexpose methods to python for conversion between SPR...
2020-09-03 Jacob Lifshayinclude proc-macro in sdist
2020-09-03 Jacob Lifshaycode compiles
2020-09-02 Jacob Lifshayadd inline assembly module
2020-08-31 Jacob Lifshayworking on code
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