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
Free Pascal Compiler
Settings
|
Report Duplicate
76
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
almost 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 6 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
+ added check for whether R_WASM_TABLE_INDEX_I32 relocations always point to a function symbol in the wasm internal object reader
Nikolay Nikolov
More...
about 1 year ago
* wasm internal exe writer: set mempos for code sections to the offset within the code section. This does not affect the .wasm binary generation, only the linker map file.
Nikolay Nikolov
More...
about 1 year ago
* wasm internal linker: start the .text section at mempos 0
Nikolay Nikolov
More...
about 1 year ago
* start the data at offset 1024 instead of 0, just like the LLVM linker
Nikolay Nikolov
More...
about 1 year ago
+ allocate stack and set the initial value for the stack pointer in the wasm internal exe writer
Nikolay Nikolov
More...
about 1 year ago
* fixed bug in the application of RELOC_GLOBAL_INDEX_LEB fixups in the wasm internal exe writer
Nikolay Nikolov
More...
about 1 year ago
+ wasm internal linker: write the exported functions to the export section in the exe writer
Nikolay Nikolov
More...
about 1 year ago
+ write export section in the wasm internal linker exe writer, only the memory is exported for now
Nikolay Nikolov
More...
about 1 year ago
+ generate the global section in the wasm internal linker exe writer
Nikolay Nikolov
More...
about 1 year ago
* more clean variable initialization
FPK
as florian
More...
about 1 year ago
+ implemented R_WASM_GLOBAL_INDEX_LEB relocations in the wasm internal linker
Nikolay Nikolov
More...
about 1 year ago
+ add descriptive comment regarding the TVmtField* types
Sven/Sarah Barth
More...
about 1 year ago
+ wasm internal linker: put all wasm global symbols in separate sections, called .wasm_globals.n_XXX. This allows section-based smartlinking to work on global symbols.
Nikolay Nikolov
More...
about 1 year ago
* use SizeInt instead of PtrInt for the stack area size (this both matches the declaration in TypInfo as well as enough on 16-bit targets like i8086)
Sven/Sarah Barth
More...
about 1 year ago
* set the size of AT_WASM_GLOBAL symbols to 1
Nikolay Nikolov
More...
about 1 year ago
+ wasm internal obj reader: add globals to a '.wasm_globals' object section
Nikolay Nikolov
More...
about 1 year ago
* define the __stack_pointer symbol in a different way, so it doesn't crash during linking
Nikolay Nikolov
More...
about 1 year ago
+ create relocations for R_WASM_GLOBAL_INDEX_LEB entires in the wasm object reader
Nikolay Nikolov
More...
about 1 year ago
+ also define non-imported SYMTAB_GLOBAL symbols in the wasm internal object reader
Nikolay Nikolov
More...
about 1 year ago
+ wasm internal linker: internally define the '__stack_pointer' global symbol
Nikolay Nikolov
More...
about 1 year ago
+ wasm internal object reader: process SYMTAB_GLOBAL import entries
Nikolay Nikolov
More...
about 1 year ago
* wasm internal linker: produce an error if an R_WASM_SECTION_OFFSET_I32 or an R_WASM_TAG_INDEX_LEB relocations is encountered - these aren't implemented, and are not required for 'hello, world', so will be done later.
Nikolay Nikolov
More...
about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_SLEB and R_WASM_TABLE_INDEX_SLEB relocations in the wasm internal linker
Nikolay Nikolov
More...
about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_LEB relocations in the wasm internal linker
Nikolay Nikolov
More...
about 1 year ago
MorphOS: fixed process with Pipes
Marcus Sackrow
More...
about 1 year ago
+ create the Table and Elem sections in the wasm exe writer
Nikolay Nikolov
More...
about 1 year ago
+ implement R_WASM_TABLE_INDEX_I32 relocations in the wasm internal linker
Nikolay Nikolov
More...
about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_I32 relocations in the wasm internal linker
Nikolay Nikolov
More...
about 1 year ago
+ write the data section in the wasm internal linker exe writer
Nikolay Nikolov
More...
about 1 year ago
+ WASI internal linker: implemented GetCodeSize, GetDataSize and GetBssSize.
Nikolay Nikolov
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
…
75
76
→
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