- Fixed single static assignment form |
|
More...
|
over 16 years ago
|
- FP support (add, mul) introduced (translated to SSE2 operations) |
|
More...
|
over 16 years ago
|
- Added new IR return and x86 EpilogueInstruction |
|
More...
|
over 16 years ago
|
- Added more intermediate representation instruction types |
|
More...
|
over 16 years ago
|
Added state storage, allows compilation stages to store additional state with a basic block |
|
More...
|
over 16 years ago
|
- Added new IR instructions for method prologue, epilogue and data literals |
|
More...
|
over 16 years ago
|
- Added stack layout compiler stage and IStackLayoutProvider interface |
|
More...
|
over 16 years ago
|
- Removed old directories |
|
More...
|
over 16 years ago
|
- Started fixing FP constants |
|
More...
|
over 16 years ago
|
- Added IDisposable to code emitters |
|
More...
|
over 16 years ago
|
- Removing old version of MOSA |
|
More...
|
over 16 years ago
|
- Removing old version of MOSA |
|
More...
|
over 16 years ago
|
D grover/mscoree/mscoree.csproj |
|
More...
|
over 16 years ago
|
- Preparing Mov() for SSE2 |
|
More...
|
over 16 years ago
|
Changed license to New BSD only with permission from all contributing authors. |
|
More...
|
over 16 years ago
|
- Renamed ILDecoder to ILDecodingStage |
|
More...
|
over 16 years ago
|
- Fixed some opcodes |
|
More...
|
over 16 years ago
|
- Shift() nearly working. |
|
More...
|
over 16 years ago
|
- Added SseDivInstruction |
|
More...
|
over 16 years ago
|
- Added DivInstruction |
|
More...
|
over 16 years ago
|
- fixed small bug that prevented mosacor from compiling |
|
More...
|
over 16 years ago
|
- Continued work the invoke instruction itself and appropriate calls. |
|
More...
|
over 16 years ago
|
- prepared x86.CallInstruction |
|
More...
|
over 16 years ago
|
- Added SseAddInstruction and SubInstruction |
|
More...
|
over 16 years ago
|
- Added ShiftInstruction and implemented Shift in AsmEmitter and MachineCodeEmitter |
|
More...
|
over 16 years ago
|
- Added architecture support for calling conventions |
|
More...
|
over 16 years ago
|
- Changed a lot of runtime services to non-static implementations |
|
More...
|
over 16 years ago
|
Moving old simple jit compiler |
|
More...
|
over 16 years ago
|
Cleaned up the definition |
|
More...
|
over 16 years ago
|
added missing SseMulInstruction |
|
More...
|
over 16 years ago
|