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 19 of 19
Search / Filter on:
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.
Ciprian Khlud
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
Ciprian Khlud
More...
about 12 years ago
Fix optimization's side effect and micro-optimize some cases of label checking
Ciprian Khlud
More...
about 12 years ago
Last minute fixes
Ciprian Khlud
More...
about 12 years ago
Add support for enums (they are defined as ints).
Ciprian Khlud
More...
about 12 years ago
Added an empty Math class definition
Ciprian Khlud
More...
about 12 years ago
Added more changes to make possible to reflect enums
Ciprian Khlud
More...
about 12 years ago
Added an skeleton API wrapper
Ciprian Khlud
More...
about 12 years ago
Remove C++ output as a part of every commit.
Ciprian Khlud
More...
about 12 years ago
Make unit tests to work if Gcc is not installed into path by creating a TryCompile method
Ciprian Khlud
More...
about 12 years ago
Added PureMethodAttribute that works for all functions as hints for compiler to inline the constant values.
Ciprian Khlud
More...
about 12 years ago
Make a simple bugging inliner. This is great to be fixed into future
Ciprian Khlud
More...
about 12 years ago
Make Static Field Get/Set to be functional enough for all practical reasons.
Ciprian Khlud
More...
about 12 years ago
R# code cleanup
Ciprian Khlud
More...
about 12 years ago
Optimizations speedup
Ciprian Khlud
More...
about 12 years ago
Evaluate pure functions based on external hints.
Ciprian Khlud
More...
about 12 years ago
Added Readme description.
Ciprian Khlud
More...
about 12 years ago
Remove requirement to depend on a C++ runtime to make applications work
Ciprian Khlud
More...
about 12 years ago
Code updates
Ciprian Khlud
More...
about 12 years ago
Initial commit
Ciprian Khlud
More...
about 12 years ago
←
1
2
…
11
12
13
14
15
16
17
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