Jonas Maebe
|
ac883969a9
* synchronised with trunk till r41423
|
6 years ago |
Jonas Maebe
|
5cb5b10f8d
* fixed LLVM and non-i386 compilation
|
6 years ago |
Jonas Maebe
|
ba22fe74c7
* don't corrupt the assembler reader mode on i386 and i8086 if the syntax
|
6 years ago |
Jonas Maebe
|
4e5f48a25e
* add support for HFA parameter passing for ARM hardfloat
|
6 years ago |
Jonas Maebe
|
8b9e90dc7a
* keep track of whether a routine has a C-style variadic parameter in the
|
6 years ago |
Jonas Maebe
|
1a559f5c60
* move the homogenous float aggregate determination function to a common
|
6 years ago |
pierre
|
54ae0f7d64
* Use DupIgnore for TBuildEngine.Clean list of files to delete
|
6 years ago |
pierre
|
1a564de6e6
Add testing of use of variable of class
|
6 years ago |
Jonas Maebe
|
af36913469
* don't use cg64.a_load64_loc_cgpara() for 64 bit records passed in
|
6 years ago |
joost
|
42204977f8
* Patch from Bart Broersma to fix writing unicode strings in the Windows
|
6 years ago |
florian
|
8db9b211d5
* fixed unwinding from signal handlers, the approach used now is very simple and clean
|
6 years ago |
florian
|
18fb53e012
* set cfa offset always properly
|
6 years ago |
yury
|
382d5060a0
* aarch64: According to ARM64 ABI, function's arguments and the result are not required to be sign/zero extended to a full register size. Obey this rule for all targets except iOS where sign/zero extension is required.
|
6 years ago |
michael
|
e9c4042023
* Add gif to help message
|
6 years ago |
michael
|
373e6a78d7
* Support reading gifs
|
6 years ago |
michael
|
fe505c12a9
* Patch from Anton Kavalenka to fix gif reading (bug ID 35134)
|
6 years ago |
florian
|
b9bd47ec40
* fixed tpsabiehexceptionstatehandler.handle_reraise
|
6 years ago |
florian
|
3c61bb9c5d
* some safecall issues fixed
|
6 years ago |
yury
|
3a43ffd57b
* arm: Include pi_needs_got to current_procinfo.flags when the GOT register is accessed. It forces proper initialization of the GOT register at the beginning of a procedure. This fixes storing of a double constant to a field in a packed record and other rare copy operations when PIC is enabled.
|
6 years ago |
yury
|
3e8c7f66b7
* arm: Fixed crash while loading double constants with PIC enabled. This is the regression after r41129. The crash has occurred due to usage of a rare code path. It will be fixed in the next commit.
|
6 years ago |
yury
|
ad6642edc0
* android: Fixed stdio redirection for threads.
|
6 years ago |
yury
|
c0e1ec9121
* pas2jni: Fixed exception handling.
|
6 years ago |
yury
|
fa4596a08f
* ppudump: Fixed warnings with -O3.
|
6 years ago |
yury
|
9a3ddf650c
* ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot.
|
6 years ago |
Mattias Gaertner
|
25cb06f021
pastojs: overflow checking for integer operators +,-,* outside nativeint
|
6 years ago |
yury
|
496693d77b
* pas2jni: Fixed handling of array variables.
|
6 years ago |
Mattias Gaertner
|
de59341cb7
pastojs: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 years ago |
Mattias Gaertner
|
5d62a1cfcd
fcl-passrc: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 years ago |
Mattias Gaertner
|
d6f5792f36
fcl-js: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 years ago |
Mattias Gaertner
|
8569bd2bf6
fcl-js: write 1.20E1 as 1.2E1
|
6 years ago |