Tomas Hajny
|
c1afb4b63b
* avoid FindFirst failing due to Attribute parameter bigger than $FF
|
9 年之前 |
svenbarth
|
046614948c
+ new utility routine to print all parameter declarations for a specified system routine
|
9 年之前 |
svenbarth
|
b4354aff5e
tprocdef.customprocname:
|
9 年之前 |
svenbarth
|
8ec2d5478c
Regenerated after r33890
|
9 年之前 |
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 年之前 |
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 年之前 |
svenbarth
|
15ff68e144
Fix formatting of the output of unit import symbols.
|
9 年之前 |
svenbarth
|
b073d2dac5
Fix a bug in ppudump that seems to be there since revision 1.
|
9 年之前 |
svenbarth
|
99189db897
hlcgobj.pas, thlcgobj:
|
9 年之前 |
svenbarth
|
6c3dd6b601
Another system, another regression... (this time tests/test/tgenfunc15.pp on i386-win32)
|
9 年之前 |
svenbarth
|
8c96fbed8f
Fix for Mantis #28832
|
9 年之前 |
marco
|
869d24f7d1
* spelling mistakes fpc repo part, mantis #30233
|
9 年之前 |
svenbarth
|
af26a31251
psub.pas, read_proc_body:
|
9 年之前 |
svenbarth
|
dc5d9c7001
rtl/objpas/classes/classes.inc, TThread:
|
9 年之前 |
florian
|
20807f4148
* factored out V<Op> optimizations into OptPass1VOP
|
9 年之前 |
florian
|
180e0e7561
* avoid spilling of 2nd and 3rd operand of avx instructions
|
9 年之前 |
svenbarth
|
04adcf2a12
Fix for Mantis #30179 and #30203.
|
9 年之前 |
svenbarth
|
c3c345d569
Fix for Mantis #30202.
|
9 年之前 |
florian
|
a7516dfb50
* fix modification information of VCOMISS and VCOMISD
|
9 年之前 |
svenbarth
|
fd98ec56e9
Fix (hopefully last) regression introduced due to the reworking specialization of routine bodies.
|
9 年之前 |
Károly Balogh
|
77318be022
m68k: fix build errors with some assemblers on modulo calculation on 020+
|
9 年之前 |
florian
|
04a68d9b94
* fix compilation with -Oodfa
|
9 年之前 |
svenbarth
|
d5cc59c22e
Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same).
|
9 年之前 |
Károly Balogh
|
a561ffe836
m68k: fixed initial offset adjustment for the unaligned store
|
9 年之前 |
yury
|
c392c6eb2b
* pas2jni: Explicitly release JNI local refs while executing method pointers.
|
9 年之前 |
Károly Balogh
|
4fba4cab15
added m68k vasm to the list of assemblers
|
9 年之前 |
Károly Balogh
|
b4fd85f19c
m68k: unaligned handling for math and typeconv nodes
|
9 年之前 |
Károly Balogh
|
2d6736e40e
m68k: fixed unaligned stores' predecrement addressing. also removed an unnecessary sign-extension of the tmpreg for 16bit stores
|
9 年之前 |
Károly Balogh
|
a8ad51e96f
m68k: unaligned access support in add nodes
|
9 年之前 |
marcus
|
c4a0c08c8d
AmigaOS4: OS4 needs socketbase and interface as threadvars (like all other Amiga-systems)
|
9 年之前 |