michael
|
9fc390877e
* Partially resolved ID 38141 : better handling of class hierarchy and cross-package links
|
4 years ago |
pierre
|
a7232669ff
* Adapted from patch node-dump-pass-1.patch submitted by J. Gareth Moreton from bug report 38156.
|
4 years ago |
Mattias Gaertner
|
54627fe1e7
pastojs: filer: restore method decl SelfArg
|
4 years ago |
Mattias Gaertner
|
bf5a2a46de
fcl-passrc: fixed calling type helper method when unit implementation is not yet read
|
4 years ago |
florian
|
8d238cfaa1
* limit min/max optimization to fastmath for now, as the NaN handling is not working yet
|
4 years ago |
marco
|
36eaa6c9ae
* tried to apply patch of mantis #38169 in a more minimal way and fixing some of the omissions.
|
4 years ago |
florian
|
d49453edba
* quick fix for llvm compilation
|
4 years ago |
florian
|
1a9678f4c4
+ min/max support for x86
|
4 years ago |
florian
|
c0d75c1c69
* patch Christo Crause: Use LDS for 8 bit references, resolves #38173
|
4 years ago |
florian
|
4f3271500a
* (modified) patch by Christo Crause: ESP8266 doesn't support min/max instructions, resolves #38175
|
4 years ago |
florian
|
92520c423e
* x86 change information updated
|
4 years ago |
florian
|
a16b34d951
* test for min/max intrinsics
|
4 years ago |
florian
|
19ce665b3d
* compilation fixed
|
4 years ago |
florian
|
7da0284bfc
+ read 64-Bit ELF executable info correctly
|
4 years ago |
florian
|
e60a367f1b
+ project file for PowerPC64LE
|
4 years ago |
florian
|
57dc416d96
+ replace appropriate if statements by min/max intrinsics
|
4 years ago |
florian
|
6e4997265c
+ min/max intrinsics for internal use by the compiler
|
4 years ago |
florian
|
28d248c9d4
* cleanup merge overlefts
|
4 years ago |
pierre
|
19d5e43615
Avoid internalerror in RemoveCurrentP for arm compiler
|
4 years ago |
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 years ago |
florian
|
4f3a21eeec
* don't do x*x -> optimziation for xtensa as it causes a recursive call in sqr(...)
|
4 years ago |
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 years ago |
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 years ago |
Mattias Gaertner
|
0be298802b
pastojs: filer: record values
|
4 years ago |
yury
|
d72566169e
* The code generator of the exit statement must set the fc_gotolabel flag in flowcontrol for inlined routines/code blocks. It fixes the incorrect assumption that such exit statements terminate the main routine.
|
4 years ago |
Mattias Gaertner
|
d1cfb15a2a
pastojs: filer: fixed checking signature in interface used unit referenced by implementation and needing indirect implementation unit
|
4 years ago |
florian
|
9c6bdcfbb7
* fix in r47632 should be enabled for all targets as it is a stack tainting
|
4 years ago |
Mattias Gaertner
|
b90504a458
pastojs: filer skip not fully specialized
|
4 years ago |
Mattias Gaertner
|
988b67ae71
pastojs: filer: fixed specialize A<B<C>>
|
4 years ago |
Mattias Gaertner
|
055cfa28b7
fcl-passrc: resolver: fixed specialize name of A<B<C>>
|
4 years ago |