Jonas Maebe
|
d0be4f11b8
* "on" nodes inherit the exception catching state from the "try"
|
6 лет назад |
Jonas Maebe
|
3f2578a3e3
* don't quote LLVM calling convention name (that will cause it to be ignored)
|
6 лет назад |
Jonas Maebe
|
faf75095cd
* synchronised with trunk till r42189
|
6 лет назад |
Jonas Maebe
|
1dee4c41dd
- removed "cmp 0/1, pasbool1" optimization for llvm because this discards
|
6 лет назад |
nickysn
|
465e8a99e0
+ added type TNewExeAdditionalHeaderFlags
|
6 лет назад |
nickysn
|
ded3dec22a
+ added enum TNewExeTargetOS
|
6 лет назад |
pierre
|
471cb73c5f
Add {$goto on} if FPC macro is defined
|
6 лет назад |
svenbarth
|
fb0f2fbd35
* enable method implementation tests for i386 (interface tests will be ignored however as stdcall/cdecl are not yet provided without an external manager)
|
6 лет назад |
svenbarth
|
6b7ba589b9
* change fallback implementation of the RTTI memory functions to do nothing so that new platforms are easily detected
|
6 лет назад |
svenbarth
|
c008adb658
* implement memory allocation functions for Unix platforms using mmap/mprotect/munmap
|
6 лет назад |
svenbarth
|
f17c689829
+ add a size parameter to FreeMemory() as some platforms might need that
|
6 лет назад |
svenbarth
|
90278f4859
+ add fpmprotect function to complete fpmmap/fpmunmap
|
6 лет назад |
svenbarth
|
1b1f7c60ce
+ add FreeBSD syscall number for mprotect
|
6 лет назад |
nickysn
|
4dbccce43c
+ added TNewExeHeaderFlags type, describing the flags in the header of win16 executables
|
6 лет назад |
Mattias Gaertner
|
180576d17c
fcl-pssrc, pastojs: fixed anonymous proc inside for-loop
|
6 лет назад |
nickysn
|
914426e703
* fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an
|
6 лет назад |
pierre
|
8e5e877417
Fix compilation with release 3.0.4 ppcarm
|
6 лет назад |
michael
|
109abf3d99
* Fix bug ID #35674, do not create filestream for directories
|
6 лет назад |
michael
|
a4bf16e176
Fix bug ID #0035672
|
6 лет назад |
michael
|
b2e47cceb2
* Added constant for new error message in stringlist
|
6 лет назад |
michael
|
4d1e2c6aa5
* Sort public properties/methods in stringlist
|
6 лет назад |
michael
|
7c36912eb0
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
|
6 лет назад |
Jeppe Johansen
|
750567f8e3
Added T2 form of LDR/STR for SP relative forms.
|
6 лет назад |
michael
|
de30f7852d
* Changed String.Split to conform to behaviour in Delphi Rio (bug ID 35669)
|
6 лет назад |
Jonas Maebe
|
eab079c7bd
* fixed cbool "and" with full boolean evaluation, and cbool "xor"
|
6 лет назад |
Jonas Maebe
|
dc681a75ec
* properly return from the signal handler on ARM/Linux instead of calling
|
6 лет назад |
Jonas Maebe
|
322a717c44
* support for handling subsetrefs with bitlen > AIntBits in a_load_subsetref_reg() and
|
6 лет назад |
Jeppe Johansen
|
ee7bc1d516
- Fix compilation on architectures without absolute call/jump instructions.
|
6 лет назад |
Jeppe Johansen
|
aa4961d06e
- Add mov optimization for STS instruction.
|
6 лет назад |
Jeppe Johansen
|
dee0197890
- Add assembler implementation of integer division, patch by Christo Crause. For now there's a division by zero check added.
|
6 лет назад |