openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
CodeRefractor
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 4 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge remote-tracking branch 'origin/bleeding_edge' into bleeding_edge
Ciprian Khlud
More...
about 11 years ago
Remove merge files
Ciprian Khlud
More...
about 11 years ago
Merge branch 'bleeding_edge' into HEAD
Ciprian Khlud
More...
about 11 years ago
Missing file!? (delete if should be is in another place).
Ciprian Khlud
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.
Ciprian Khlud
More...
about 11 years ago
Fixed merge issues
Ciprian Khlud
More...
about 11 years ago
Using opcodes to make sure we never mistype the strings
Ciprian Khlud
More...
about 11 years ago
Using opcodes to make sure we never mistype the strings
Ciprian Khlud
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.
Ciprian Khlud
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.
Ciprian Khlud
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.
Ciprian Khlud
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.
Ciprian Khlud
More...
about 11 years ago
Merge branch 'runtime' of https://github.com/ciplogic/CodeRefractor into bleeding_edge
Ciprian Khlud
More...
about 11 years ago
Added better virtual code generation method handling.
Ciprian Khlud
More...
about 11 years ago
Use better code pattern for calling using escaping
Ciprian Khlud
More...
about 11 years ago
BoxingTest now works, String.Format can now be added.
afrogeekinasia
More...
about 11 years ago
Merge branch 'bleeding_edge' of https://github.com/ciplogic/CodeRefractor into bleeding_edge
Ciprian Khlud
More...
about 11 years ago
Add the DeleteUnusedNewObject optimization.
Ciprian Khlud
More...
about 11 years ago
Add the DeleteUnusedNewObject optimization.
Ciprian Khlud
More...
about 11 years ago
Fix for NewSlot
afrogeekinasia
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...
afrogeekinasia
More...
about 11 years ago
Added a bit more fixes.
Ciprian Khlud
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.
Ciprian Khlud
More...
about 11 years ago
Fixed type sorter to not compare with itself as an inherited type.
Ciprian Khlud
More...
about 11 years ago
Small cleanup
Ciprian Khlud
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.
Ciprian Khlud
More...
about 11 years ago
Added also unsaved files :(
Ciprian Khlud
More...
about 11 years ago
Added devirtualization and program wide optimization support.
Ciprian Khlud
More...
about 11 years ago
Cleanup code
Ciprian Khlud
More...
about 11 years ago
Added back the Exi like compacter.
Ciprian Khlud
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree