pierre
|
348be7657d
Fix bug introduced in commit #47709, by only calling node_complexity if first pass was already done (bug report 38183)
|
4 年之前 |
michael
|
9ac84262f6
* Last patch from Andrey Sobol to fix bug ID #38141
|
4 年之前 |
florian
|
674c3f04e0
+ added explanation for min/max intrinsics
|
4 年之前 |
Mattias Gaertner
|
18919b774d
pastojs: fixed writing map file when OnWriteJS handler returns true
|
4 年之前 |
Mattias Gaertner
|
dbdd90a989
pastojs: on handled error set LastErrorClass empty
|
4 年之前 |
Mattias Gaertner
|
e25848ab32
pastojs: catch load file exceptions and turn into regular errors
|
4 年之前 |
pierre
|
44b325ec3e
* Initialize result out parameter by caling the constructor Init, not the method Reset.
|
4 年之前 |
michael
|
9fc390877e
* Partially resolved ID 38141 : better handling of class hierarchy and cross-package links
|
4 年之前 |
pierre
|
a7232669ff
* Adapted from patch node-dump-pass-1.patch submitted by J. Gareth Moreton from bug report 38156.
|
4 年之前 |
Mattias Gaertner
|
54627fe1e7
pastojs: filer: restore method decl SelfArg
|
4 年之前 |
Mattias Gaertner
|
bf5a2a46de
fcl-passrc: fixed calling type helper method when unit implementation is not yet read
|
4 年之前 |
florian
|
8d238cfaa1
* limit min/max optimization to fastmath for now, as the NaN handling is not working yet
|
4 年之前 |
marco
|
36eaa6c9ae
* tried to apply patch of mantis #38169 in a more minimal way and fixing some of the omissions.
|
4 年之前 |
florian
|
d49453edba
* quick fix for llvm compilation
|
4 年之前 |
florian
|
1a9678f4c4
+ min/max support for x86
|
4 年之前 |
florian
|
c0d75c1c69
* patch Christo Crause: Use LDS for 8 bit references, resolves #38173
|
4 年之前 |
florian
|
4f3271500a
* (modified) patch by Christo Crause: ESP8266 doesn't support min/max instructions, resolves #38175
|
4 年之前 |
florian
|
92520c423e
* x86 change information updated
|
4 年之前 |
florian
|
a16b34d951
* test for min/max intrinsics
|
4 年之前 |
florian
|
19ce665b3d
* compilation fixed
|
4 年之前 |
florian
|
7da0284bfc
+ read 64-Bit ELF executable info correctly
|
4 年之前 |
florian
|
e60a367f1b
+ project file for PowerPC64LE
|
4 年之前 |
florian
|
57dc416d96
+ replace appropriate if statements by min/max intrinsics
|
4 年之前 |
florian
|
6e4997265c
+ min/max intrinsics for internal use by the compiler
|
4 年之前 |
florian
|
28d248c9d4
* cleanup merge overlefts
|
4 年之前 |
pierre
|
19d5e43615
Avoid internalerror in RemoveCurrentP for arm compiler
|
4 年之前 |
pierre
|
0189276a12
Raise internalerror inside RemoveCurentP is called with p=hp1, because it leads to using a class instance after it has been freed
|
4 年之前 |
florian
|
4f3a21eeec
* don't do x*x -> optimziation for xtensa as it causes a recursive call in sqr(...)
|
4 年之前 |
svenbarth
|
deaff6f7fe
* fix for Mantis #38151: when a Variant is passed by reference to a IDispatch property then invoke it using DISPATCH_PROPERTYPUTREF instead of DISPATCH_PROPERTYPUT
|
4 年之前 |
svenbarth
|
69e6f3dcbb
* if a call inside a generic's code that involves generic type arguments can't be clearly determined then postpone it till specialization in the hope that the type will be clear then
|
4 年之前 |