0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Always mangle in gcj style so we can reuse libgcj (instead of edgjfe library) More... about 16 years ago
Very basic String literal support (in no way conforming to the JVMS) + some cleanup on the used IR types and mangling. More... about 16 years ago
Fix name mangling for native functions in nested classes. More... about 16 years ago
Merge branch 'master' into strings More... about 16 years ago
Empty readme. More... about 16 years ago
Merge branch 'master' into strings More... about 16 years ago
Don't include constructors in vtable. More... about 16 years ago
Improved conformance of mangled names with c++filt. More... about 16 years ago
Committed to fast last time: changing the data types was not enough of course.. More... about 16 years ago
Use the same integer types as the Firm API. More... about 16 years ago
Reintroduced change that got lost during merge. More... about 16 years ago
Make this an Eclipse CDT project. More... about 16 years ago
Merged previous work with newly forked repository. More... about 16 years ago
Moved vtable-internals out of the general graph construction. More... about 16 years ago
Force loading of all referenced classes before creating vtables. More... about 16 years ago
vtable works in simple example. More... about 16 years ago
remove unused code More... about 16 years ago
fix for latest libfirm More... about 16 years ago
First attempt to create vtables. More... about 16 years ago
Let subclass method entities overwrite the respective superclass methods. More... about 16 years ago
Automatically create build directory. More... about 16 years ago
mangle function type into function identifier so overloaded/polymorphic functions work More... over 16 years ago
set higher warning level More... over 16 years ago
added license More... over 16 years ago
implement more opcodes, fix bugs; a simple version of queens works now More... over 16 years ago
implement new, dup and swap opcodes More... over 16 years ago
replace Alloc nodes with malloc in lowering phase More... over 16 years ago
fix return types More... over 16 years ago
do better name mangling similar to gcj More... over 16 years ago
implement some more opcodes More... over 16 years ago