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
Cleanup work by separating BinaryOperator from UnaryOperators. This will remove (in future) a lot of casts and checks. More... about 12 years ago
Code cleanup
Ciprian Khlud
as ciplogic
More... about 12 years ago
Fixed build
Ciprian Khlud
as ciplogic
More... about 12 years ago
Two small simple optimizations
Ciprian Khlud
as ciplogic
More... about 12 years ago
Added simple DeadStore elimination. Removes some simple cases
Ciprian Khlud
as ciplogic
More... about 12 years ago
Added simplifications with partial constants in operators that do have no effect or they determine the value of the final constant like a=b*1 => a = b More... about 12 years ago
Fix optimization's side effect and micro-optimize some cases of label checking More... about 12 years ago
Last minute fixes More... about 12 years ago
Add support for enums (they are defined as ints). More... about 12 years ago
Added an empty Math class definition More... about 12 years ago
Added more changes to make possible to reflect enums More... about 12 years ago
Added an skeleton API wrapper More... about 12 years ago
Remove C++ output as a part of every commit. More... about 12 years ago
Make unit tests to work if Gcc is not installed into path by creating a TryCompile method More... about 12 years ago
Added PureMethodAttribute that works for all functions as hints for compiler to inline the constant values. More... about 12 years ago
Make a simple bugging inliner. This is great to be fixed into future More... about 12 years ago
Make Static Field Get/Set to be functional enough for all practical reasons. More... about 12 years ago
R# code cleanup More... about 12 years ago
Optimizations speedup More... about 12 years ago
Evaluate pure functions based on external hints. More... about 12 years ago
Added Readme description. More... about 12 years ago
Remove requirement to depend on a C++ runtime to make applications work More... about 12 years ago
Code updates More... about 12 years ago
Initial commit More... about 12 years ago