0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix mangling of constructors. More... almost 16 years ago
Use gcc to assemble and link an executable. Introduce small runtime lib that initializes libgcj. More... almost 16 years ago
Offset vtables by 2 in order to fit the C++-ABI layout. More... almost 16 years ago
Various fixes towards the code generation for libgcj. More... about 16 years ago
Implement mangling compression mechanism as specified in the C++ ABI. More... about 16 years ago
Don't create vtables for interfaces. Use dummy method for abstract methods in vtables. More... about 16 years ago
fix wrongly specified modulo_shift More... about 16 years ago
adapt to latest libfirm More... about 16 years ago
Don't create vtable entries for private methods. More... about 16 years ago
Don't create vtable entries for private methods. More... about 16 years ago
Implemented lookupswitch/tableswitch. Fixed dup opodes. Fixed dummy exception handling implementation. More... about 16 years ago
Dummy implementations for missing opcodes. More... about 16 years ago
Dummy implementations for INVOKEINTERFACE, ATHROW, MONITORENTER/EXIT + minor fixes. More... about 16 years ago
Accept classfile version 49. Workaround mystical obstack behaviour. More... about 16 years ago
Merge branch 'master' of http://github.com/MatzeB/bytecode2firm into merge-temp More... about 16 years ago
Do not append another null byte to string constants. More... about 16 years ago
Fix support for primitive type long. (constants, argument passing, doubleword lowering). More... about 16 years ago
Implement argument passing in INVOKESPECIAL. More... about 16 years ago
implement arraylength opcode More... about 16 years ago
no need to explicitelyset type_link to zero after creating the type; mark calloc as malloc-like function More... about 16 years ago
do not use a global global_type variable. We're duplicating the value inside libfirm which has the potential of breaking (if someone changes global_type inside libfirm, we won't notice in our duplication) More... about 16 years ago
VTABLE_NUM_NOT_SET is now part of public firm API More... about 16 years ago
adapt to new firm dumper interface More... about 16 years ago
Minor cleanup && don't dump graphs. More... about 16 years ago
improve makefile to calculate dependencies for header files More... about 16 years ago
Assert single inheritance. More... about 16 years ago
Merge branch 'master' of http://github.com/Selujo/bytecode2firm More... about 16 years ago
Merge remote branch 'matzeb/master' into strings+upstream (Correct mangling of vtable name) More... about 16 years ago
implement wide opcode More... about 16 years ago
put missing opcodes in opcodes.h More... about 16 years ago