0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 26, 2024 — Aug 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added first Register/Invoke class More... almost 12 years ago
Remove C++ file. Will reduce Ohloh usage of C++. More... almost 12 years ago
More small steps to make delegates work. More... almost 12 years ago
Added fixes to make it work the unsafe code. More... almost 12 years ago
Added version More... almost 12 years ago
Path fixed. More... almost 12 years ago
Add MSIL Reader project which is a clone based on Mono.Reflection project More... almost 12 years ago
Fixed missing colon. More... almost 12 years ago
Added improvements in unsafe code More... almost 12 years ago
Fixes namespace issues More... almost 12 years ago
Fix an edge case on escape analysis, get correctly the fields from stack variables.
Ciprian Khlud
as ciplogic
More... almost 12 years ago
Fixed cloning of the generic methods. Fixes losing optimization on generic methods
Ciprian Khlud
as ciplogic
More... almost 12 years ago
Added a bit better name mangling. Better handling of simple generic classes
Ciprian Khlud
as ciplogic
More... almost 12 years ago
Added slides. Fixed caption in LICM page in main documentation More... almost 12 years ago
Fix some types regarding Delegates. More... almost 12 years ago
Fix compilation with no optimizations More... almost 12 years ago
Get correct usages for GetField. Fixes LICM and CSE for field accessors. More... almost 12 years ago
Fix LICM in NBody More... almost 12 years ago
Updates in documentation More... almost 12 years ago
Added LICM More... almost 12 years ago
CSE optimization More... almost 12 years ago
added removals of dead stores around calls More... almost 12 years ago
Cache function calls to multiple calls to the same pure function with the same (variable) parameters More... almost 12 years ago
Added escape analysis that is working against NBody benchmark More... almost 12 years ago
Add mode analysis steps for escape analysis More... almost 12 years ago
Example of lowering smart pointers More... almost 12 years ago
Migrate to VS 2012 More... almost 12 years ago
Remove dead stores in blocks More... almost 12 years ago
More optimizations used at the use-def level More... almost 12 years ago
Improve propagations by working across whole block More... almost 12 years ago