marco
|
f26c366e9b
* use popcnt instead of countbits.
|
4 years ago |
Jonas Maebe
|
ff3f812d97
* fix conversion of true/false macro definitions to boolean values
|
4 years ago |
Jonas Maebe
|
500e29e5e2
* regenerated with FreeBSD/AArch64 support
|
4 years ago |
Jonas Maebe
|
c970c17eca
* updated revision.inc
|
4 years ago |
Jonas Maebe
|
d8021a1102
+ FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441)
|
4 years ago |
michael
|
f43a32315f
* Fix getpeername, patch by BaldZhang for issue ID #38677
|
4 years ago |
pierre
|
9f8566dd84
Refactor code to avoid problems with -CR option
|
4 years ago |
florian
|
09628e56cb
* even if currency is handled by torddef, it is a real number, so using / is perfectly right, resolves #38718
|
4 years ago |
florian
|
243ddea686
* PowerPC: initial (and primitive) implemenation of TCpuAsmOptimizer.RegLoadedWithNewValue
|
4 years ago |
pierre
|
b0c434b2b2
Disable most utils for SinclairQL for now
|
4 years ago |
florian
|
b09669dffe
* allow also CSUBSETREG in tx86inlinenode.second_IncludeExclude, resolves #38733
|
4 years ago |
Károly Balogh
|
ca475537e8
sinclairql: instead of tinyheap, made the QL port to use the new OS heap by default, also implemented Randomize, based on patch by Norman Dunbar
|
4 years ago |
Károly Balogh
|
f5c22b7a93
sinclairql: various file and directory handling improvements, based on patch by Norman Dunbar
|
4 years ago |
Károly Balogh
|
e7681dfe5b
sinclairql: implemented io_delet and mt_rclck QDOS functions, patch by Norman Dunbar
|
4 years ago |
Károly Balogh
|
d480192477
sinclairql: implemented Error2InOutRes, patch by Norman Dunbar
|
4 years ago |
Károly Balogh
|
08023bbad0
sinclairql: fixed parameter trashing in several QDOS function assembler wrappers
|
4 years ago |
Károly Balogh
|
caa2735203
osheap: new very small heap manager which only acts as a thin layer above an OS provided heap API. mainly aimed for small and embedded systems
|
4 years ago |
Károly Balogh
|
80d549a734
sinclairql: further tweaks to the startup code. enable optimizations. mark functions as noreturn to save a few bytes
|
4 years ago |
Károly Balogh
|
ab0de8eec0
sinclairql: fix and simplify the startup code changes in r49134. accessing global variables is not possible before relocation
|
4 years ago |
Jonas Maebe
|
f13b47289e
* handle case where the first instruction with line information is looked up
|
4 years ago |
Jonas Maebe
|
7b5e58382b
* regenerated
|
4 years ago |
Jonas Maebe
|
0eb9dd3879
* Darwin support for printing line info for backtraces when using Dwarf,
|
4 years ago |
Jonas Maebe
|
4166e8c464
* Darwin/BSD: fixed StackBottom calculation
|
4 years ago |
Jonas Maebe
|
ca399f3c71
* don't generate high-level CFI statements when the selected assembler
|
4 years ago |
Jonas Maebe
|
1b34fe90a3
* don't override specified assembler on the command line when leaving
|
4 years ago |
Jonas Maebe
|
4c40e7f9d6
* Darwin: fixed calling dsymutil when _not_ skipping the linking step
|
4 years ago |
florian
|
c90616944d
+ Aarch64: create better code for not(<byte>)
|
4 years ago |
pierre
|
44e39f454a
Add basic support for setting argc and argv for sinclairql OS
|
4 years ago |
pierre
|
3ac0522f70
Add sinclairql to NO_NATIVE_COMPILER_OS_LIST
|
4 years ago |
florian
|
9a39124118
* Xtensa: fix crash in TCpuAsmOptimizer.RegLoadedWithNewValue
|
4 years ago |