Jonas Maebe
|
11d5d4f79d
* check range of enums and booleans in typed constant expressions when
|
12 年之前 |
yury
|
f174c4df83
* pas2jni: Removed debug stuff.
|
12 年之前 |
nickysn
|
e2cd2813ce
+ stop with an internal error if GetNextReg is called with a non-imaginary register
|
12 年之前 |
joost
|
2555885541
* Added fpmake.pp files for pas2fpm, pas2jni and pas2ut
|
12 年之前 |
nickysn
|
ae74cd17d2
* tarraydef.ppuload/ppuwrite: use ppufile.getasizeint/putasizeint for reading/writing lowrange and highrange as they're asizeint type, not aint
|
12 年之前 |
reiniero
|
ec720322bc
* fcl-db/fpdbfexport: fix automatic export field name truncation for DBase files
|
12 年之前 |
paul
|
a65cb866d1
rtl: add unicodenumtable to install units
|
12 年之前 |
joost
|
555ea23209
* Added fpmake.pp for unicode utils
|
12 年之前 |
joost
|
534e8e2a0c
* Scripts to generate Makefiles which call fpmake
|
12 年之前 |
michael
|
27fc72b4b3
* Fixed bug #24419
|
12 年之前 |
nickysn
|
3109d0a58c
+ enabled compilation of the dos unit for msdos-i8086
|
12 年之前 |
nickysn
|
0d58fd6cd0
* fixed tppufile.getaint for 8/16-bit CPUs
|
12 年之前 |
joost
|
478243254e
* Removed double addition of ptop
|
12 年之前 |
joost
|
2b413c3075
* Fixed path-issues in fpmake.pp file
|
12 年之前 |
joost
|
436d0bbdae
* Added some bin2obj rules to the fpmake.pp file
|
12 年之前 |
paul
|
8b98a38b56
rtl: add a helper method to get TProcedureSignature parameter by index
|
12 年之前 |
joost
|
756ca5f318
* On a zipdistinstall, call fpmake zipinstall with examples enabled
|
12 年之前 |
joost
|
9e37374186
* Added ability to supply prefix for the archive-name (zipprefix)
|
12 年之前 |
nickysn
|
92afd7cccd
+ R_SUBH support added in x86/aasmcpu.spilling_create_load and spilling_create_store
|
12 年之前 |
nickysn
|
2a9d38d878
+ proper spilling support for R_SUBH (i.e. AH,BH,CH,DH) x86 registers in trgx86.do_spill_replace
|
12 年之前 |
Jonas Maebe
|
1358618c36
* only display and allow ABIs that are actually supported by the current
|
12 年之前 |
nickysn
|
c4dd85a0eb
+ implemented tcg8086.a_op_reg_ref
|
12 年之前 |
nickysn
|
85b98671bd
+ implemented tcg8086.a_op_const_ref for op_add/and/or/sub/xor/move/none; this fixes inc(longint) among other things
|
12 年之前 |
paul
|
72fd58d62e
rtl: fix possible division by zero
|
12 年之前 |
paul
|
980bc634b4
compiler:
|
12 年之前 |
paul
|
fceb6c3cc5
compiler: skip objc types in ProcVar rtti arguments and result type
|
12 年之前 |
paul
|
cd8690c197
rtl: typo
|
12 年之前 |
paul
|
bc973e538d
compiler: write extended RTTI for tkProcVar (tkProcedure in Delphi)
|
12 年之前 |
nickysn
|
2d67a3169d
* i8086 fixes in tcg8086.g_copyvaluepara_openarray
|
12 年之前 |
nickysn
|
502c2ffb94
* fixed tcg8086.a_load_reg_reg when doing an unsigned extension in the same superregister; this fixes the taddbool test
|
12 年之前 |