Jonas Maebe
|
951ca4e62b
* fixed procdef used to call C-style blocks (only relevant for LLVM)
|
9 years ago |
Jonas Maebe
|
ccf011dbc5
* C-style blocks are implicit pointers -> don't parse such typed constants
|
9 years ago |
florian
|
8c5fdc9dc2
* softfpu patch by Max Nazhalov: Small fixes to softfpu.pp complementing r27215
|
9 years ago |
Jonas Maebe
|
0ed6c3d80e
* also use the last floating point parameter register on AArch64 in case of
|
9 years ago |
Tomas Hajny
|
cd236d1811
* fcl-pdf package added
|
9 years ago |
Tomas Hajny
|
942360289f
* added short name for fcl-pdf
|
9 years ago |
florian
|
dfe41db13f
* call GetNextInstruction only once when carrying out mov optimizations
|
9 years ago |
michael
|
022e099e41
* Corrected implementation of ServiceRunning and WaitForServicecompletion
|
9 years ago |
michael
|
ef7c327c7a
* Revert rev r33905, started from too old version
|
9 years ago |
michael
|
d37dfecbd5
* Fix unit name
|
9 years ago |
Károly Balogh
|
2eeb078f3e
m68k: removed obsolete and wrong comment. the '881 extended type is actually 12 bytes during load/store, not 10, which means longword alignment is fine. no functional changes.
|
9 years ago |
florian
|
d05222990e
* while updating used register sets, all labels can/must be skipped
|
9 years ago |
florian
|
ba54f7243e
* moved all i386 mov peephole optimization code into OptPass1MOV
|
9 years ago |
florian
|
49f63d67b2
* correctly check left.location instead of left.expectloc when generating
|
9 years ago |
michael
|
c026dab430
* Added ServiceRunning and WaitForServiceCompletion functions
|
9 years ago |
svenbarth
|
7523e97d83
Fix compilation of JVM platform after recent changes to Delete() and Insert()
|
9 years ago |
svenbarth
|
fd66d70449
innr.inc:
|
9 years ago |
svenbarth
|
17bb29ddc3
Check for tf_winlikewidestring in the target's flags instead of relying on the target being a Windows system when determining whether the system as the WideString type that's separate from UnicodeString
|
9 years ago |
Tomas Hajny
|
293d9be6b6
* fix compilation after UnicodeString ExecuteProcess related changes
|
9 years ago |
Tomas Hajny
|
3732ad18d1
* package libmicrohttpd is not compatible to anything but MS Windows and Unix platforms in its current state - disabled for OS/2 and Symbian
|
9 years ago |
svenbarth
|
aaff6d0b97
Allow Delete() and Insert() to be used with generic types as arguments.
|
9 years ago |
svenbarth
|
9fb2a8bba9
+ added simple test to check whether Delete() and Insert() still work correctly (though a mistake there would probably have broken the cycling totally anyway...)
|
9 years ago |
svenbarth
|
a2c9c75e97
Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures.
|
9 years ago |
Tomas Hajny
|
c1afb4b63b
* avoid FindFirst failing due to Attribute parameter bigger than $FF
|
9 years ago |
svenbarth
|
046614948c
+ new utility routine to print all parameter declarations for a specified system routine
|
9 years ago |
svenbarth
|
b4354aff5e
tprocdef.customprocname:
|
9 years ago |
svenbarth
|
8ec2d5478c
Regenerated after r33890
|
9 years ago |
svenbarth
|
88108bc4df
Extend "compilerproc" with the optional ability to specify an index (same syntax as for "internproc") which allows to map the routine to a syssym.
|
9 years ago |
svenbarth
|
2ed7a6de68
New class function tsymsym.find_by_number() to find a tsymsym instance based on it's number. The list containing the mapping from the indices to the symbols is created and freed using the init/done registration mechanism.
|
9 years ago |
svenbarth
|
15ff68e144
Fix formatting of the output of unit import symbols.
|
9 years ago |