0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/bleeding_edge' into bleeding_edge More... about 11 years ago
Remove merge files More... about 11 years ago
Merge branch 'bleeding_edge' into HEAD More... about 11 years ago
Missing file!? (delete if should be is in another place). More... about 11 years ago
Add RemoveNotReachableMethos optimization. Will remove mostly methods that were removed from optimization steps: devirtualization or dead code elimination. Very important for big programs. More... about 11 years ago
Fixed merge issues More... about 11 years ago
Using opcodes to make sure we never mistype the strings More... about 11 years ago
Using opcodes to make sure we never mistype the strings More... about 11 years ago
Make TypeDescription to expose less ClrType. In future will be possible that TypeDescription will be built from internal's data and ClosureEntities. More... about 11 years ago
Make TypeDescription to expose less ClrType. In future will be possible that TypeDescription will be built from internal's data and ClosureEntities. More... about 11 years ago
Make ClrType code to be not exposed as a get/set property. This is the first (small) step to improve serialization of IR. More... about 11 years ago
Make ClrType code to be not exposed as a get/set property. This is the first (small) step to improve serialization of IR. More... about 11 years ago
Merge branch 'runtime' of https://github.com/ciplogic/CodeRefractor into bleeding_edge More... about 11 years ago
Added better virtual code generation method handling. More... about 11 years ago
Use better code pattern for calling using escaping More... about 11 years ago
BoxingTest now works, String.Format can now be added. More... about 11 years ago
Merge branch 'bleeding_edge' of https://github.com/ciplogic/CodeRefractor into bleeding_edge More... about 11 years ago
Add the DeleteUnusedNewObject optimization. More... about 11 years ago
Add the DeleteUnusedNewObject optimization. More... about 11 years ago
Fix for NewSlot More... about 11 years ago
Added basic "Runtime Features" code, so that each feature such as IsInstance, Boxing and even String Support should only be part of the final source code, if they are used... More... about 11 years ago
Added a bit more fixes. More... about 11 years ago
Makes VCall removal a bit more aggressive and hopefully correct. The VirtualCallTest02 works with fully removing all virtual calls correctly. More... about 11 years ago
Fixed type sorter to not compare with itself as an inherited type. More... about 11 years ago
Small cleanup More... about 11 years ago
Added a wider context sensitive devirtualization: if _this pointer is stricter subset than the base class and there is no subclass implementation of that type, it is safe to devirtualize the method. More... about 11 years ago
Added also unsaved files :( More... about 11 years ago
Added devirtualization and program wide optimization support. More... about 11 years ago
Cleanup code More... about 11 years ago
Added back the Exi like compacter. More... about 11 years ago