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
12 months
ago. based on code collected
12 months
ago.
Dec 19, 2023 — Jan 18, 2024
Showing page 4 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
+ wasm internal object reader: read tag imports
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: parse the tag section
Nikolay Nikolov
More...
12 months ago
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler.
Nikolay Nikolov
More...
12 months ago
* wasm internal linker: fixed the relocation of imported function symbol aliases
Nikolay Nikolov
More...
12 months ago
+ WASI internal linker: simplify linker script generation for the .text, .rodata, .data and .bss sections via the use of ScriptAddGenericSections
Nikolay Nikolov
More...
12 months ago
+ WASI internal linker: also add .debug_frame and .debug_str sections to the output binary
Nikolay Nikolov
More...
12 months ago
+ WASI internal linker: add all object sections, starting with '.bss' to the .bss section
Nikolay Nikolov
More...
12 months ago
+ test from Rika for merge request 566
FPK
as florian
More...
12 months ago
* Some code cleanup in Extract* functions. Fixes issue #40587
Michaƫl Van Canneyt
More...
12 months ago
* fix warning
Nikolay Nikolov
More...
12 months ago
* fix warning
Nikolay Nikolov
More...
12 months ago
+ wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations
Nikolay Nikolov
More...
12 months ago
- wasm internal object reader: removed redundant check for R_WASM_TABLE_INDEX_I32 pointing to a SYMTAB_FUNCTION entry (we now do this check earlier)
Nikolay Nikolov
More...
12 months ago
* wasm internal linker: set mempos of debug sections to 0
Nikolay Nikolov
More...
12 months ago
* wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol
Nikolay Nikolov
More...
12 months ago
* fix warning
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: added range check to the reader of the SymKind field
Nikolay Nikolov
More...
12 months ago
* fix warning
Nikolay Nikolov
More...
12 months ago
m68k-atari: regenerated Makefile
Karoly Balogh
More...
12 months ago
m68k-atari: fix installation of sysconts and heaptrc units
Karoly Balogh
More...
12 months ago
+ wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry
Nikolay Nikolov
More...
12 months ago
* refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes.
Nikolay Nikolov
More...
12 months ago
* refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes.
Nikolay Nikolov
More...
12 months ago
* wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead)
Nikolay Nikolov
More...
12 months ago
* wasm internal object reader: validation of the RelocIndex range moved to a single place - in ReadRelocationSection
Nikolay Nikolov
More...
12 months ago
+ support R_WASM_SECTION_OFFSET_I32 relocations in the wasm internal object reader
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: support relocations for debug sections
Nikolay Nikolov
More...
12 months ago
+ wasm internal object reader: record section indices for debug sections. Check for duplicated debug sections.
Nikolay Nikolov
More...
12 months ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
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