openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
B
bytecode2firm
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 9 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix mangling of constructors.
Julian Oppermann
More...
almost 16 years ago
Use gcc to assemble and link an executable. Introduce small runtime lib that initializes libgcj.
Julian Oppermann
More...
almost 16 years ago
Offset vtables by 2 in order to fit the C++-ABI layout.
Julian Oppermann
More...
almost 16 years ago
Various fixes towards the code generation for libgcj.
Julian Oppermann
More...
about 16 years ago
Implement mangling compression mechanism as specified in the C++ ABI.
Julian Oppermann
More...
about 16 years ago
Don't create vtables for interfaces. Use dummy method for abstract methods in vtables.
Julian Oppermann
More...
about 16 years ago
fix wrongly specified modulo_shift
Matthias Braun
More...
about 16 years ago
adapt to latest libfirm
Matthias Braun
More...
about 16 years ago
Don't create vtable entries for private methods.
Julian Oppermann
More...
about 16 years ago
Don't create vtable entries for private methods.
Julian Oppermann
More...
about 16 years ago
Implemented lookupswitch/tableswitch. Fixed dup opodes. Fixed dummy exception handling implementation.
Julian Oppermann
More...
about 16 years ago
Dummy implementations for missing opcodes.
Julian Oppermann
More...
about 16 years ago
Dummy implementations for INVOKEINTERFACE, ATHROW, MONITORENTER/EXIT + minor fixes.
Julian Oppermann
More...
about 16 years ago
Accept classfile version 49. Workaround mystical obstack behaviour.
Julian Oppermann
More...
about 16 years ago
Merge branch 'master' of http://github.com/MatzeB/bytecode2firm into merge-temp
Julian Oppermann
More...
about 16 years ago
Do not append another null byte to string constants.
Julian Oppermann
More...
about 16 years ago
Fix support for primitive type long. (constants, argument passing, doubleword lowering).
Julian Oppermann
More...
about 16 years ago
Implement argument passing in INVOKESPECIAL.
Julian Oppermann
More...
about 16 years ago
implement arraylength opcode
Matthias Braun
More...
about 16 years ago
no need to explicitelyset type_link to zero after creating the type; mark calloc as malloc-like function
Matthias Braun
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)
Matthias Braun
More...
about 16 years ago
VTABLE_NUM_NOT_SET is now part of public firm API
Matthias Braun
More...
about 16 years ago
adapt to new firm dumper interface
Matthias Braun
More...
about 16 years ago
Minor cleanup && don't dump graphs.
Julian Oppermann
More...
about 16 years ago
improve makefile to calculate dependencies for header files
Matthias Braun
More...
about 16 years ago
Assert single inheritance.
Julian Oppermann
More...
about 16 years ago
Merge branch 'master' of http://github.com/Selujo/bytecode2firm
Matthias Braun
More...
about 16 years ago
Merge remote branch 'matzeb/master' into strings+upstream (Correct mangling of vtable name)
Julian Oppermann
More...
about 16 years ago
implement wide opcode
Matthias Braun
More...
about 16 years ago
put missing opcodes in opcodes.h
Matthias Braun
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
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