Dokugogagoji_cp
|
2671caa304
|
Starting divisions per ISA
Added 80x86 stub clases for newer instructions
|
2008-08-10 09:45:24 +00:00 |
|
mterwoord_cp
|
9f376bacbb
|
ReturnCode fix
|
2008-07-19 08:04:53 +00:00 |
|
mterwoord_cp
|
204fa5ad92
|
Tickless works now. PIT is now only used when using Wait/Sleep
|
2008-07-17 15:21:25 +00:00 |
|
kudzu_cp
|
29671726ae
|
Removed some old Metal code
|
2008-06-21 21:56:29 +00:00 |
|
mterwoord_cp
|
1d71c37443
|
Interfaces and ReturnCodes
|
2008-05-12 09:03:47 +00:00 |
|
mterwoord_cp
|
5ca95ed497
|
Several fixes
|
2008-05-07 18:21:29 +00:00 |
|
mterwoord_cp
|
850a19e124
|
|
2008-05-03 16:24:41 +00:00 |
|
mterwoord_cp
|
96fdf95b3a
|
Added hooks for adding code on MethodHeaders and Footers
|
2008-04-28 13:05:02 +00:00 |
|
kudzu_cp
|
304871eb68
|
|
2008-04-26 22:17:35 +00:00 |
|
kudzu_cp
|
77285dd477
|
Partial move to DumbAssembler
|
2008-04-26 21:49:56 +00:00 |
|
mterwoord_cp
|
def1052c25
|
New IL2CPU version
|
2008-02-04 08:17:37 +00:00 |
|
mterwoord_cp
|
e32bca76e9
|
Fixed stack corruption
|
2008-01-21 16:57:57 +00:00 |
|
mterwoord_cp
|
af530d3847
|
Exceptions work, no finally/catch support yet, though
|
2008-01-06 12:24:02 +00:00 |
|
mterwoord_cp
|
f96ba2ecfd
|
Starting to implement exceptions
|
2008-01-05 16:48:59 +00:00 |
|
mterwoord_cp
|
1138655d8c
|
hacked-together version of 8byte result codes
|
2008-01-02 09:40:16 +00:00 |
|
mterwoord_cp
|
36100523d4
|
|
2007-12-12 15:58:42 +00:00 |
|
mterwoord_cp
|
f1b1e29743
|
Some parts work now..
|
2007-12-08 14:37:06 +00:00 |
|
mterwoord_cp
|
e7ffcc64f2
|
|
2007-11-22 19:08:49 +00:00 |
|
mterwoord_cp
|
1e12c71137
|
|
2007-11-21 12:31:46 +00:00 |
|
mterwoord_cp
|
97f8349dd7
|
Disabled static constructor calling in metal mode.
|
2007-11-20 18:16:04 +00:00 |
|
mterwoord_cp
|
a583650e73
|
refactorings
|
2007-11-18 16:51:28 +00:00 |
|
mterwoord_cp
|
ea5b8d6171
|
We have a GC now. :-)
|
2007-11-18 14:53:26 +00:00 |
|
mterwoord_cp
|
421e40e2cb
|
Code cleanup
|
2007-11-17 12:53:28 +00:00 |
|
mterwoord_cp
|
f9a421df12
|
Misc changes
|
2007-10-29 10:04:17 +00:00 |
|
mterwoord_cp
|
07a5974362
|
Some small changes
|
2007-10-23 08:18:39 +00:00 |
|
mterwoord_cp
|
8431877010
|
Console works again.
|
2007-10-11 18:04:03 +00:00 |
|
mterwoord_cp
|
92e09ad416
|
Many changes, probably close to fixing the struct/array bug, preventing us from implementing a VMT.......
|
2007-10-09 17:21:48 +00:00 |
|
mterwoord_cp
|
82ab3df4ee
|
building an OS kernel works now. Console.WriteLine implemented :D
|
2007-10-04 09:15:32 +00:00 |
|
mterwoord_cp
|
349ae23c13
|
A bunch of refactorings. Now code generation is done in the right places
|
2007-09-30 12:19:27 +00:00 |
|
mterwoord_cp
|
c2dc707cf0
|
Many changes, some might not work
|
2007-09-22 17:31:13 +00:00 |
|
mterwoord_cp
|
b591d8448f
|
Objects mostly work now. some small bugs left. first fix that, then proceed to Console.Writeline
|
2007-09-20 09:32:31 +00:00 |
|
mterwoord_cp
|
b0f43b82ff
|
OK. On start up of the produced app, a Heap is created using kernel32#heapcreate, and it looks like newobj itself works fine now. Next step is calculate the size of a class, and allocate the correct size, and then see if instance methods work.
|
2007-09-19 17:18:25 +00:00 |
|
mterwoord_cp
|
d958a558dd
|
Added support for starting up a runtime engine. Added simple heap startup/shutdown
|
2007-09-19 14:17:52 +00:00 |
|
mterwoord_cp
|
8d33bd70b1
|
Huge progress...
|
2007-09-18 18:02:51 +00:00 |
|
mterwoord_cp
|
aa22788bd2
|
|
2007-09-18 15:42:17 +00:00 |
|
mterwoord_cp
|
ccbb4400ed
|
Simple If works
|
2007-09-16 07:59:58 +00:00 |
|
mterwoord_cp
|
51b604dde1
|
Existing code generation changed a bit, to be more consistent with OllyDbg's view on numbers etc. Next checkin will fix the tests
|
2007-09-15 09:47:54 +00:00 |
|
mterwoord_cp
|
1d2c88087a
|
PInvoke works now. Note: there's no string support yet, therefore the HelloWorldMetal uses user32.dll#MessageBeep to do the testing
|
2007-09-12 12:28:43 +00:00 |
|
mterwoord_cp
|
2c9532ef21
|
Incredibly easy testing framework done. it has a bunch of .net .exe and .asm files.The .exe files are fed to the IL2CPU console app, and the resulting .asm file is compared to the framework's .asm versions. WATCH OUT: please only change the .asm file if the contents are verified to be correct!
|
2007-09-05 17:14:17 +00:00 |
|
mterwoord_cp
|
81e4fa33ff
|
some small changes
|
2007-09-05 15:35:56 +00:00 |
|
mterwoord_cp
|
5e3e24f163
|
Functions work now (that is, simple ones are tested). Next thing to get working is p/invokes.
|
2007-09-05 14:44:37 +00:00 |
|
mterwoord_cp
|
71ecc7cdf5
|
|
2007-09-05 13:51:29 +00:00 |
|
mterwoord_cp
|
494629ea2b
|
Some infrastructural changes
|
2007-09-03 13:32:32 +00:00 |
|
mterwoord_cp
|
066ae93575
|
|
2007-09-03 07:00:53 +00:00 |
|