florian
|
c86bac021b
+ xch instruction for avr
|
8 yıl önce |
sergei
|
edf943a4f6
* Changed memory operand size for VMOVSS instruction to 32 bits, Mantis #29957.
|
8 yıl önce |
florian
|
56252d59f0
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
|
8 yıl önce |
svenbarth
|
63b0024e4c
* fix for Mantis #30626: unset current_procinfo so that further specializations don't use a symtable to specialize themselves in that they shouldn't use (cause current_procinfo takes precedence)
|
8 yıl önce |
svenbarth
|
0e7a9ad375
* partial fix for Mantis #30831 (partial, because no exception has been encountered yet): when checking whether the left node of a vmtaddrnode is a generic, don't rely on df_generic, but instead use is_generic which checks for a true generic (the other will also be true if it's merely a structured type declared (or specialized) inside another generic)
|
8 yıl önce |
svenbarth
|
fc5ce63134
* fix for Mantis #30832: instead of checking a procdef's struct for df_generic check the procdef itself, this way global generic methods or generic methods that are part of non-generic classes or records are caught as well.
|
8 yıl önce |
marco
|
3f080ad23f
* fix for 0390945
|
8 yıl önce |
sergei
|
d5ffc2da97
* Force OPR_LOCAL operand into reference whenever subscripting is used, so that all record fields are handled in same way regardless of their offset. Previously, operand was changed to reference only by fields with non-zero offset (see logic in tcgasmnode.ResolveRef method).
|
8 yıl önce |
Tomas Hajny
|
1e6ee7f3c7
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
|
8 yıl önce |
florian
|
67570a6262
+ patch to support assigning class procedures to procedure variables by Ondrej Pokorny, resolves #30936
|
8 yıl önce |
sergei
|
4ddbb7cd26
* Fixed assembler blocks to comply with x86_64 ABIs, which normally do not allow to change stack pointer at arbitrary locations. Register RBX is now saved/restored by compiler in function prologue, due to its presence in list of modified registers.
|
8 yıl önce |
florian
|
78e945d471
- removed accidently added debug statement
|
8 yıl önce |
pierre
|
a4f361ad50
Fix error in header line used by dotest, use %target instead of %os
|
8 yıl önce |
michael
|
d55ed2a3fd
* CamelCase for Top/Left properties (bug ID 30413)
|
8 yıl önce |
florian
|
3f072b3e29
* workaround for issue #30348, FPC allowes now 65535 sections in coff object files, but as the section index is normally signed, this is only a dirty workaround
|
8 yıl önce |
michael
|
8e3381b4bc
Fix bug #30930
|
8 yıl önce |
sergei
|
b4904deea8
* MIPS: Fixed code generation for PIC global symbols with large offset, resolves #30552.
|
8 yıl önce |
marcus
|
f3d080f57a
AROS: improve ARM-startupcode with Alloc own stack, if OS stack is too small
|
8 yıl önce |
lacak
|
ae509ecd15
fcl-db: base: initialize local variable to zero. Bug #30928
|
8 yıl önce |
pierre
|
a82a134be8
* Set REVSTR to empty if 'svnversion -c .' outputs 'exported'
|
8 yıl önce |
Jonas Maebe
|
e1e3ad15f0
* escape all occurrences of '$' in function-level inline assembly
|
8 yıl önce |
Jonas Maebe
|
43e599d6be
* fixed function-level inline assembly constraints in case there are no
|
8 yıl önce |
florian
|
6d6a45c034
* add/sub nodes with nf_internal set should not do overflow checking, resolves #30889
|
8 yıl önce |
marcus
|
3207a346e1
AROS: arm needs AROS_FLAVOUR_BINCOMPAT defines
|
8 yıl önce |
Jonas Maebe
|
0117602b6e
* reset unitimportsymsderefs in tppumodule.reset, hopefully fixes
|
8 yıl önce |
Jonas Maebe
|
7a57161b6d
* in x:=f(..), we only checked for aliasing between x and any parameters of
|
8 yıl önce |
Jonas Maebe
|
c3aa9e2890
* generate LLVM function-level inline assembly blocks, replacing
|
8 yıl önce |
Jonas Maebe
|
c4ae040258
+ support for writing LLVM function-level inline assembly blocks
|
8 yıl önce |
Jonas Maebe
|
f3409b4c9d
+ new la_asm LLVM pseudo-instruction to represent function-level inline
|
8 yıl önce |
Jonas Maebe
|
d2873e433e
+ top_asmlist operand type for LLVM inline assembly "call" instructions
|
8 yıl önce |