nickysn
|
94e22f1262
+ added a getter for the NewExeSegmentFlags property, that returns the
|
6 年之前 |
pierre
|
36b7842eb6
Add x86_64-aros and m68k-macos to OSCPUSupported table
|
6 年之前 |
nickysn
|
e7d590724a
+ added and implemented the TNewExeRelocationList class
|
6 年之前 |
michael
|
a7880cbfab
* Fix bug #0035985
|
6 年之前 |
pierre
|
6f2b027e51
Avoid range check error for functions returning THandle type by using unusedhandle system constant
|
6 年之前 |
pierre
|
8fd0a27875
Avoid range check error for avr/i8086 CPU by changing local variable dist type to asizeuint
|
6 年之前 |
pierre
|
687554f4ec
Fix compilation for i8086, AllocateRawThunk return type changed to CodePointer
|
6 年之前 |
Károly Balogh
|
4936358bee
m68k: fpu capabilities support
|
6 年之前 |
pierre
|
7f6122884f
Fix assembly instruction errors
|
6 年之前 |
lacak
|
1da7ba5d70
fcl-db: sqldb: Upgrade TDS protocol version from 7.0 (MS SQL Server 2000) to newer 7.3 (MS SQL Server 2008) to support new data types DATE, TIME, DATETIME2 introduced in MS SQL Server 2008.
|
6 年之前 |
Mattias Gaertner
|
722e33ce65
fcl-passrc: parser: bark on garbage behind proc modifier
|
6 年之前 |
Mattias Gaertner
|
c3b1450c4b
fcl-passrc: generics: allow both a<t> and a<s,t>
|
6 年之前 |
svenbarth
|
652e1985a9
* implement thunking for x86_64 SysV ABI targets
|
6 年之前 |
svenbarth
|
58ada1f547
+ add a test for RawThunk; this does not require a function call manager thus it's better to place it in the general RTTI testcase so that it's always tested
|
6 年之前 |
svenbarth
|
62a61bdb41
* fix ifdefs for non-fpc (Lazarus likes to mess these up during auto completion...)
|
6 年之前 |
svenbarth
|
048dc7b289
* implement RawThunk for x86_64-win64
|
6 年之前 |
Jonas Maebe
|
27a4a3d446
* added error checking to the test
|
6 年之前 |
Jonas Maebe
|
693e72ade3
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
|
6 年之前 |
Jonas Maebe
|
14a7429e19
* factored out inlinenode check whether it may have a side effect
|
6 年之前 |
florian
|
5d1d9858d1
+ VMovVMov2VMov optimization
|
6 年之前 |
florian
|
3d5ab366e1
* fix RemoveSuperfluousVMov if the VMov destination reg is an integer register, resolved #35978
|
6 年之前 |
florian
|
4f38f12815
-- Zusammenführen von r42706 bis r42724 in ».«:
|
6 年之前 |
tg74
|
a5e158f8d6
cleanup
|
6 年之前 |
tg74
|
9baf452681
Bugfix GATHER/SCATTER memref
|
6 年之前 |
florian
|
9230ae5aab
o overhaul-base.patch by J. Gareth Moreton, base for further patches
|
6 年之前 |
Mattias Gaertner
|
210caa0c8d
fcl-passrc: fixed IsTypeCast for record type
|
6 年之前 |
svenbarth
|
9cac24a325
* fix compilation on targets that don't have a RawThunk defined yet
|
6 年之前 |
svenbarth
|
7d9b249def
+ add TRttiOrdinalType and TRttiInt64Type (what's left of the "ordinal like" ones is TRttiEnumerationType, TRttiSetType and a non-Delphi compatible TRttiBooleanType (due to FPC supporting multiple Boolean types))
|
6 年之前 |
svenbarth
|
92c6d166a8
* TRttiFloatType.GetFloatType() can be inline
|
6 年之前 |
svenbarth
|
8fdee2b3b1
* implement TRttiFloatType.GetTypeSize()
|
6 年之前 |