Pierre Muller
|
e1478e27b3
Fix range check error inside tsuperregisterworklist.addnodup method
|
4 months ago |
Michaël Van Canneyt
|
5aeaf398cd
* Fix range check error
|
4 months ago |
Michaël Van Canneyt
|
b3a8fd009a
* user dyn array for Superregister
|
4 months ago |
Nikolay Nikolov
|
2e65a5d458
+ introduced cgbase.topcg2str and topcmp2str for converting TOpCg and TOpCmp to strings (useful for debug logging, etc)
|
1 year ago |
Nikolay Nikolov
|
11712658b0
+ implemented WebAssembly code generator support for funcref and externref data
|
2 years ago |
Jinyang He
|
12c4290ffe
Add loongarch64 architecture support to compiler
|
2 years ago |
Jonas Maebe
|
e2ade64a1e
cgbase: make first parameter of supregset_reset "out"
|
2 years ago |
Nikolay Nikolov
|
557e823734
+ introduced trefaddr.addr_got_tls, to be used for generating WebAssembly threadvar access, when WASM multithreading is turned on
|
3 years ago |
florian
|
8006900e8e
- clean up
|
4 years ago |
florian
|
e047e7db91
+ RiscV: initial support of pic generation
|
4 years ago |
Jonas Maebe
|
9376f5a43a
* AArch64: added SIMD instructions (only plain ARMv8-A for now)
|
4 years ago |
yury
|
e6b89c98f5
* Changed tsuperregisterworklist.get() to always return the last item from the list.
|
5 years ago |
florian
|
cb11e2568d
+ Xtensa: patch by Christo Crause to add optional MAC16 registers, resolves #37130
|
5 years ago |
nickysn
|
b98cc1ebff
+ added subregisters for the Z80 flags
|
5 years ago |
Jonas Maebe
|
3f6ad30b69
* don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize
|
5 years ago |
nickysn
|
4e5eb7fa4e
+ implemented tcgz80.a_loadaddr_ref_reg for symbol references
|
5 years ago |
florian
|
70a836c4a2
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
|
5 years ago |
florian
|
b7c6e01b03
* cleaning up tcgsize: it makes no sense to declare every combination and type
|
5 years ago |
Jonas Maebe
|
9bd33f7a45
+ support for LLVM metadata constant string parameters
|
5 years ago |
florian
|
16163b74ec
+ support for the gnu2 general-dynamic tls model on arm, use it instead of the gnu one as the gnu2 one can be relaxed (access optimizations by the linker)
|
5 years ago |
florian
|
03dfc615dc
+ new relocations for arm tls
|
5 years ago |
florian
|
69786ffe73
somehow committing went wrong, second part of last commit:
|
6 years ago |
Jonas Maebe
|
b1a41aa5b8
* fixed NR_INVALID declaration
|
6 years ago |
florian
|
597a23d278
+ tls support for x86_64-linux (not yet enabled by default)
|
6 years ago |
florian
|
063415fa72
+ i386-linux support for tls-based threadvars
|
6 years ago |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
6 years ago |
Jeppe Johansen
|
ceb38833f2
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
7 years ago |
florian
|
31f78ea2b6
+ implementation of the vectorcall calling convention by J. Gareth Moreton
|
7 years ago |
florian
|
5e969d90cb
+ SPARC64 cpugas unit
|
8 years ago |
florian
|
1f4432af6b
* sparc64 compiler can be build, not working yet
|
8 years ago |