summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-30Update todo.mdOxore
2023-05-27Change `offset` wording to `address` wording in almost all placesOxore
2023-05-27Impl -fshort-ref-local-labels, refactor feature parsingOxore
2023-05-26Change all `mark` wording to `label` wordingOxore
2023-05-26Fix typos and formatting in Readme.mdOxore
2023-05-26Fix typoOxore
2023-05-25Impl exporting functions and marksOxore
2023-05-25Add TODO about exporting functionsOxore
2023-05-22Fix Clang errors and warningsOxore
2023-05-22Impl --indent option in some way, use tab by defaultOxore
2023-05-21Fix typoOxore
2023-05-21Impl imm refs for MOVEAOxore
2023-05-21Make imm values print as hex if dest arg is An, CCR or SROxore
2023-05-21Fix help command in Readme.mdOxore
2023-05-21Add detailed build and run instructions, describe trace feature.Oxore
2023-05-21Fix "typo"Oxore
2023-05-21Add note about C++ STLOxore
2023-05-21Describe features and Contributing sectionOxore
2023-05-21Prepare for clang-formatOxore
2023-05-20Impl marks referencing for CMP, ADD and SUBOxore
2023-05-20Impl marks referencing for PEA and NBCDOxore
2023-05-20Fix MOVEM with PC relative argument when -frel-marks setOxore
2023-05-20Impl marks referencing for MOVE and MOVEAOxore
2023-05-20Impl marks referencing for MOVEMOxore
2023-05-20Make `xrefs_to` for both args if they are in the code boundariesOxore
2023-05-20Impl data references, debuting with LEAOxore
2023-05-20Make more `reloc` to `ref` renamingOxore
2023-05-20Remove JKind, extract trivial instructions into separate groupOxore
2023-05-17Begin writing marks referencing testsOxore
2023-05-17Do not add zeros after the code, but check if size is evenOxore
2023-05-17Rename `reloc` to `ref` everywhereOxore
2023-05-16Add todo.md and instructions.txt just for historyOxore
2023-05-16Impl separately enabled absolute and relative relocationsOxore
2023-05-16Impl relocation marks supportOxore
2023-05-15Add trace data sanity checksOxore
2023-05-15Add note about limitationsOxore
2023-05-15Permit unaligned branchingOxore
2023-05-15Fix assertOxore
2023-05-14Make snprint_reg_mask inlineableOxore
2023-05-14Move instruction related data into separate Op structOxore
2023-05-14Drop AddrModeArg in favor of just ArgOxore
2023-05-11Add note about Optparse, add license headersOxore
2023-05-11Add const where I can find, remove unused parametersOxore
2023-05-11Fix some commentsOxore
2023-05-11Remove AddrMode::SNPrintOxore
2023-05-11Remove SizeSpec, use OpSize onlyOxore
2023-05-11Unify Condition, rename JType to JKindOxore
2023-05-11Migrate all the rest instructionsOxore
2023-05-10Add the resources list to Readme.mdOxore
2023-05-10Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCodeOxore