summaryrefslogtreecommitdiff
path: root/src/buildvm_x86.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate MinGW build with DWARF2 exception handling.Mike Pall2010-01-221-0/+45
* Add support for WIN64 exception handling to external unwinder.Mike Pall2010-01-051-1/+1
* Fix PE object build for fastcall entry points into interpreter.Mike Pall2010-01-051-2/+2
* Major rewrite of error handling to allow external/internal unwinding.Mike Pall2010-01-021-819/+817
* Implement yield from C hooks.Mike Pall2009-12-301-898/+901
* Add DWARF2 unwind info for x64 interpreter.Mike Pall2009-12-291-23/+65
* Final calling convention cleanup for x64 interpreter.Mike Pall2009-12-281-430/+430
* More calling convention cleanups for x64 interpreter.Mike Pall2009-12-271-190/+190
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-1168/+1168
* Add SSE variant of pow/powi to interpreter.Mike Pall2009-12-251-571/+568
* Add build infrastructure for the SSE2-enabled interpreter.Mike Pall2009-12-221-1/+1
* Fix last commit.Mike Pall2009-12-221-1/+1
* Miscellaneous cleanups for x64 interpreter.Mike Pall2009-12-221-11/+11
* Add SSE2 variants for all FP ops (except vm_pow*) in interpreter.Mike Pall2009-12-221-900/+1333
* Add SSE2 variants of basic arithmetic ops in interpreter.Mike Pall2009-12-211-412/+661
* Adapt most outbound calls in interpreter to x64 calling conventions.Mike Pall2009-12-191-756/+757
* Adapt primary inbound calls in x64 interpreter.Mike Pall2009-12-171-278/+278
* Cleanup DynASM action list flushes.Mike Pall2009-12-161-772/+784
* Change some misuses of esp in x64 interpreter.Mike Pall2009-12-161-2/+2
* Define x64 interpreter frame and cleanup use of stack temps.Mike Pall2009-12-161-18/+18
* Unify interpreter reg saves/restores for WIN64 prolog/epilog req.Mike Pall2009-12-151-795/+795
* Add DynASM-built files to public repo.Mike Pall2009-12-081-0/+1730