translate: more float ops
[ia32rtools.git] / tools / translate.c
2015-04-24 notaztranslate: more float ops
2015-04-24 notazfix tests
2015-04-18 notaztranslate: func ref checking from .data
2015-04-17 notaztranslate: add an attr for regs that fail to be traced
2015-04-13 notaztranslate: fixes for call reg tracking
2015-04-13 notaztranslate: add custom stack-clear attribute
2015-04-07 notaztranslate: check xrefs before adding to header
2015-04-05 notaztranslate: initial struct parsing for member calls
2015-04-04 notaztranslate: initial float support
2015-04-04 notaztranslate: improve cast simplification
2015-04-01 notaztranslate: some bugfixes
2015-03-30 notaztranslate: random fixes, 16bit div
2015-03-28 notaztranslate: rework register tracking
2015-03-26 notaztranslate: push/pop corner cases
2015-03-26 notaztranslate: deal with and 0 / or ~0
2015-03-22 notaztranslate: few more ops and corner cases
2015-03-22 notaztranslate: yet more work on sp tracking
2015-03-19 notaztranslate: stop data parse on imports
2015-03-19 notazprotoparse: improve ret guessing
2015-03-19 notaztranslate: improve epilogue search, clear with and op
2015-03-18 notaztranslate: eliminate some useless func ptr reads
2015-03-15 notaztranslate: handle more push/pop pair cases
2015-03-15 notaztranslate: simplify seed passthrough
2015-03-15 notaztranslate: don't warn about skipped ops
2015-03-15 notaztranslate: output complex headers from seed
2015-03-15 notaztranslate: improve esp adjust yet more
2015-03-14 notaztranslate: add some help text
2015-03-14 notaztranslate: many improvements for header gen
2015-03-09 notaztranslate: use separate removed and done flags
2015-03-09 notaztranslate: hdrgen: detect strings, skip std funcs
2015-03-09 notaztranslate: improve arg collect
2015-01-20 notaztranslate: basic variable gen for hdr gen
2015-01-19 notaztranslate: further work on header gen
2015-01-19 notaztranslate: allow to skip unhandled insns
2014-05-31 notaztranslate: remove label length limit
2014-05-24 notaztranslate: handle arg push for multiple funcs better
2014-03-24 notaztranslate: initial header gen code
2014-03-16 notaztranslate: rudimentary mmx supprt, more flags for dec
2014-03-14 notaztranslate: more sub flags and shrd
2014-03-14 notazallow float type
2014-03-13 notaztranslate: handle more cases with args
2014-03-11 notaztranslate: handle another stackframe setup way
2014-03-09 notaztranslate: detect more invalid writes to args
2014-03-09 notaztranslate: improve vararg handling a bit more
2014-03-08 notazsome func ptr arg type checking
2014-03-08 notaztranslate: some vararg improvements
2014-03-05 notazadd a license
2014-03-01 notaztranslate: extra check
2014-02-26 notaztranslate: fix non-32bit mul and add with carry
2014-02-25 notaztranslate: suppress a warning
2014-02-24 notaztranslate: check offset assigns if func is used
2014-02-22 notaztranslate: start outputing after analysis, use define...
2014-02-22 notaztranslate: log unresolved calls, change error logging
2014-02-18 notazfix stupid lods/cmps/scas bugs
2014-02-17 notaztranslate: some casting improvements
2014-02-17 notaztranslate: change how things end
2014-02-17 notaztranslate: rework cc, jcc to func, lods
2014-02-16 notazreg return, __userstack, repe fix, more..
2014-02-15 notaztranslate: handle various cases from smacker
2014-02-15 notazhandle decorated symbols better
2014-02-13 notazyet more stuff for storm
2014-02-09 notaztranslate: 64bit division and rcl/rcr
2014-02-08 notaztranslate: some 64bit math stuff, arg-reuse tailcall
2014-02-08 notaztranslate: fixes
2014-02-07 notaztranslate: pop stack align improvement, xchg
2014-02-03 notazjecxz, improved push/pop pair
2014-02-02 notazscas, DF, more pop stack adjust, etc..
2014-01-21 notazfixes, standalone works?
2014-01-21 notazsupport __fastcall
2014-01-19 notazfixes, standalone version builds
2014-01-18 notazfixes, something compiles
2014-01-14 notazindirect call stuff, fixes
2014-01-12 notazfix prototypes for data refs, tune var decl in translator
2014-01-10 notazmore work on cvt_data, works mostly
2014-01-09 notazstarting data converter tool
2014-01-08 notazdeal with all non-reg-arg funcs
2014-01-07 notazhandle small part of indirect calls
2014-01-06 notazcast simplification, fixes, compiles to the end (no...
2014-01-04 notazfixes
2014-01-03 notazvarious fixes
2014-01-02 notazsome chunk handling, fixes
2014-01-02 notaztype, bp frame, arg tracking improvements
2014-01-02 notazflag/cond handling improvements
2014-01-01 notazvarious fixes
2013-12-31 notazmark pure __stdcall funcs as such
2013-12-31 notazfuncarg fixes, struct arg handling of some sorts..
2013-12-30 notazheader pre-parsing
2013-12-30 notazuse unsigned types, cc+nested branch fix, var type...
2013-12-29 notazimprove arg collect yet more, tune asm
2013-12-28 notazfunc chunks, improved arg collect, disasm
2013-12-26 notazvararg funcs/calls, ebp- in ebp_frame, fixes
2013-12-25 notazimproved type handling and cast generation
2013-12-25 notazfix some 32bit-host issues
2013-12-23 notazrepe, vararg calls, tweaks, ++disasm
2013-12-23 notazjumptables, stack iterators, more prototypes, disasm...
2013-12-17 notazwin32.hlist, more types, fixes
2013-12-16 notazuse main header, parse variable types, asm patch comment
2013-12-16 notazmore wip, handle C calls
2013-12-09 notazhandle indirect __cdecl calls, esp stackframes; fixes
2013-12-08 notazmovs, rol, reg save, esp frame..
next