pierre
|
d3d78e6367
Regenerate after: Add dosbox/dosbox_wrapper to list of programs if EMULATOR variable contains dosbox_wrapper string pattern
|
9 lat temu |
pierre
|
f6133d4417
Add dosbox/dosbox_wrapper to list of programs if EMULATOR variable contains dosbox_wrapper string pattern
|
9 lat temu |
pierre
|
0bf3b2201d
Change 'exit' to '' to allow to avoid exit at the end of test run
|
9 lat temu |
pierre
|
1e38631cbe
+ (OutputFileName variable): Add possibility to use output duplicated to a file by a modified dosbox
|
9 lat temu |
nickysn
|
9f79eeff0e
* on Windows, run dosbox with the swoHIDE option to prevent the annoying focus
|
9 lat temu |
yury
|
6bd2b2d41b
* pas2jni: Fixed handling of pointers.
|
9 lat temu |
Jonas Maebe
|
ed03286be5
* simplify "div -1" to unaryminusn, not just for performance reasons but
|
9 lat temu |
Jonas Maebe
|
0b4f3f01b3
* fixed another case of endless recursion in
|
9 lat temu |
Jonas Maebe
|
01d93b61c3
* save/restore the type (and hence code page) of ansistring constsyms in/from
|
9 lat temu |
yury
|
f6b99c5d6a
* pas2jni: Typecast interface to pointer.
|
9 lat temu |
yury
|
2206a54b28
* pas2jni: Fixed exclusion.
|
9 lat temu |
pierre
|
11d5f6a88b
Add explicit rule to compile dosbox_wrapper, executable is put in utils/dosbox directory
|
9 lat temu |
florian
|
19a7bc0aee
* fix test for 64 bit targets
|
9 lat temu |
yury
|
df59776ff8
* pas2jni: Fixed type cast for null.
|
9 lat temu |
yury
|
c797d6ac1e
* pas2jni: Fixed handling of array type properties.
|
9 lat temu |
sergei
|
c0eafe38aa
* Make trgobj.uses_registers method return True when registers of appropriate type are specified in list of used registers (after assembler blocks), but not used otherwise. This is a missing piece of r30011, enabling code generator to actually save/restore such registers. Resolves #28421.
|
9 lat temu |
yury
|
9d93c6f953
* pas2jni: Properly exclude whole units.
|
9 lat temu |
sergei
|
5709127a39
* In pure-assembler procedures, don't allocate/free any registers around the only assembler node. Such procedures don't use virtual registers or register allocator.
|
9 lat temu |
yury
|
894e61f6bd
* pas2jni: Support for raw Java Objects as function parameters and result. Avoid possible duplicate parameter names.
|
9 lat temu |
Jonas Maebe
|
ce40b2e449
* added/clarified some comments
|
9 lat temu |
pierre
|
ab730efac7
Fixed use with 7.9 release or later, symtab strcut was completely changed
|
9 lat temu |
pierre
|
312e51328a
Regenerated after: Add -Cg for bootstrap depending on source OS/CPU as it is normally added for target OS/CPU
|
9 lat temu |
pierre
|
b1e4b56900
Add -Cg for bootstrap depending on source OS/CPU as it is normally added for target OS/CPU
|
9 lat temu |
florian
|
cad29a4e19
* set nf_write flag correctly for subscript nodes, resolves issue #28713
|
9 lat temu |
pierre
|
60070169bb
Regenerated Makefile's for rtl/linux and rtl/win32, aarch64-linux target was missing
|
9 lat temu |
Jonas Maebe
|
477e087857
* only check the shiftval in llvmbyvalparaloc() if it's a register parameter
|
9 lat temu |
Jonas Maebe
|
99361994b7
* only copy the shiftval field from the original para location when creating
|
9 lat temu |
Jonas Maebe
|
e4647ac133
- removed "nostackframe" from floating point helpers for llvm, as FPC
|
9 lat temu |
Jonas Maebe
|
a249950a45
* fixed types in tcgcallnode.load_block_invoke()
|
9 lat temu |
Jonas Maebe
|
2046220f56
+ helper methods to load a field into a register
|
9 lat temu |