florian
|
15695b317c
* denormalized value floating point exception has to result in an rte 206, resolves part of #37926
|
hace 4 años |
florian
|
3b0168ae16
* (slightly) modified (formatting, warning) patch by Jan Bruns to speed up overloading search, resolves #36666
|
hace 5 años |
svenbarth
|
eb7158d250
* ensure that internal method names (namely operator overloads and class con-/destructors) result in different mangled names from ordinary methods even if they should be converted to lowercase (which happens for section names)
|
hace 5 años |
svenbarth
|
7dff106d14
* use the name of the symbol instead of the name of the section as the later is always lowercased
|
hace 5 años |
svenbarth
|
5e6ec33a59
* reset the stored symbol for SEH data once a new section is encountered
|
hace 5 años |
svenbarth
|
0c2494bec8
* when setting up the symbol for the SEH data don't check whether it is global, instead check whether it's a function
|
hace 5 años |
Károly Balogh
|
7a1903cc8f
* turn the recently added 3357 warning into an error, to avoid another compiler IE later
|
hace 5 años |
Károly Balogh
|
f489858855
powerpc: added support for 64bit explicit locations in legacy MorphOS syscalls. improved error handling of various corner cases or explicit paraloc handling
|
hace 5 años |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
hace 5 años |
florian
|
b8c707ed7e
* patch by Christo Crause: r0, r1 are no volatile registers for avr tiny
|
hace 5 años |
svenbarth
|
e90cf131fe
* fix for Mantis #37844: prefer to use the symtable determined in generate_specialization_phase1 for procdefs as that might a withsymtable that is needed to correctly load Self later on
|
hace 5 años |
svenbarth
|
2f877218b4
* fix test: TThread.WaitFor calls CheckSynchronize as well, so the thread needs to signal when it's done with removing entries from the queue
|
hace 5 años |
florian
|
56c58b517d
* is_signed does not check the ordtype but the ranges, so it cannot be used to
|
hace 5 años |
florian
|
99d3651da9
* generate simplified code for unary minus when sse/avx is used
|
hace 5 años |
florian
|
23af096ef6
* copy only the instruction table related inc files during make insdat
|
hace 5 años |
florian
|
a3920d5356
* proper change information for avx-512 vcvt* instructions
|
hace 5 años |
florian
|
f284a6eda9
* improved (V)MOVA*(V)MOVA*2(V)MOVA* 2 optimization
|
hace 5 años |
florian
|
a8b387a166
+ make use of avx-512 instructions vcvtuis2s* if possible
|
hace 5 años |
florian
|
ad8b2eaf8a
* mm registers 16-31 are also volatile during a call
|
hace 5 años |
florian
|
c2684c0dc3
* use V* instructions if possible
|
hace 5 años |
florian
|
00c6d530b5
* test needs delphi mode apparently
|
hace 5 años |
florian
|
cf153b0854
* use (V)XORPS/D for unary minus
|
hace 5 años |
florian
|
8e62bf649e
* load 0.0 by (V)XORPS/D instead of (V)PXOR in mm registers
|
hace 5 años |
florian
|
f3a660212d
* avx-512 has 32 mm registers
|
hace 5 años |
florian
|
c2c7c23f21
* fix #35841 also for break and continue
|
hace 5 años |
michael
|
be371d901c
* test for new split option
|
hace 5 años |
michael
|
5283049a62
* Patch from Werner Pamler to implement TStringSplitOptions.ExcludeLastEmpty
|
hace 5 años |
florian
|
73c041a854
* patch by J. Gareth Moreton: propagate exit use in nested try...except statements,
|
hace 5 años |
svenbarth
|
5e6b4cd2cd
+ add ability to specify a SQLite VFS when opening a SQLite database
|
hace 5 años |
michael
|
48747bd161
* Patch to change numeric constant to symbolic constant for file mode (bug ID 37889)
|
hace 5 años |