Pierre Muller
|
470e3b9448
Modify is_inlimit function to use setlow instead of setbase field
|
2 月之前 |
Michaël Van Canneyt
|
b5bccf7a77
* Fix typo
|
4 月之前 |
florian
|
2ef405b3e5
* avoid that not explicitly as vectors marked arrays end up in registers where they are handled not properly
|
5 月之前 |
florian
|
2c5a070959
+ random bits for quad support on RiscV
|
6 月之前 |
Sven/Sarah Barth
|
b0675058f5
+ add utility function to retrieve a signed integer def for a given integer def
|
2 年之前 |
J. Gareth "Curious Kit" Moreton
|
81b7b80749
* Added support for 64-bit min/max intrinsics
|
1 年之前 |
Michaël Van Canneyt
|
cd6d048588
* Add is_systemunit_unicode function (cchartype suymbol)
|
2 年之前 |
Sven/Sarah Barth
|
ea417fbaaf
+ add utility function to retrieve the char type def from a stringlike def
|
2 年之前 |
J. Gareth "Curious Kit" Moreton
|
a1abe51f2a
* Refactor of is_cyclic to use a linked list on the stack instead of a dynamic array
|
2 年之前 |
J. Gareth "Curious Kit" Moreton
|
f00a932cc6
* New is_cyclic function to detect if def references itself - fixes #40010
|
2 年之前 |
Jonas Maebe
|
a6c7ed5e61
vector support: use vector result types
|
2 年之前 |
Jonas Maebe
|
2ce4f0baf5
defutil: new is_address() helper
|
3 年之前 |
Sven/Sarah Barth
|
a20bfc0753
+ add utility function to check whether an invokable can be invoked without explicit parameters
|
3 年之前 |
Sven/Sarah Barth
|
22bbcf4b27
+ add utility function to retrieve the invoke procdef of a function reference interface
|
3 年之前 |
Sven/Sarah Barth
|
833a971877
+ add utility function to check whether an objectdef is an invokable one
|
3 年之前 |
Sven/Sarah Barth
|
122c6c92cb
+ add function to check whether a def is an invokable function reference
|
4 年之前 |
Sven/Sarah Barth
|
90844c2027
* fix #35261: apply slightly adjusted changes by Ryan Joseph to implement support for implicit generic function specializations
|
3 年之前 |
Nikolay Nikolov
|
b91fc3a0d3
* fixed passing of singleton record parameters, containing a float in WebAssembly
|
3 年之前 |
Jonas Maebe
|
803779002d
* the new constant string arraydefs are also implicit pointers types for JVM
|
4 年之前 |
florian
|
34f7c3e6d4
+ array defs. of open arrays are now marked by ado_OpenArray, so (internally!) zero sized array can be declared with 0..-1
|
4 年之前 |
Jonas Maebe
|
3e047d3691
* generate more efficient code for trunc(currency), trunc(comp), and
|
4 年之前 |
florian
|
57dc416d96
+ replace appropriate if statements by min/max intrinsics
|
4 年之前 |
florian
|
1d474f822e
* fits_in_mm_register takes care of avx(512) support
|
4 年之前 |
florian
|
51da470757
* constrained type parameters are not undefined defs, resolves #37107
|
5 年之前 |
svenbarth
|
89434f0124
* extract calculation of a NOT value to a separate function
|
5 年之前 |
florian
|
3705f95b92
* compilation fixed
|
5 年之前 |
florian
|
af8202be3d
* compilation for non-Xtensa targets fixed
|
5 年之前 |
florian
|
fa4cbc89a5
+ Xtensa: hard float support, i.e. make use of floating point extension if available
|
5 年之前 |
florian
|
70a836c4a2
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
|
5 年之前 |
florian
|
b7c6e01b03
* cleaning up tcgsize: it makes no sense to declare every combination and type
|
5 年之前 |