Jonas Maebe
|
0eec337a00
- removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED
|
16 年之前 |
Jonas Maebe
|
be43cec33a
* enable cross-compiling from x86_64 platforms that support the extended
|
16 年之前 |
florian
|
6e8a6790d1
+ FPC_ARMEB and CPUARMEB similiar to FPC_ARMEL and CPUARMEL
|
16 年之前 |
florian
|
9869a2b29d
* set stacksize in the main program, it makes no sense to set it in fpcdefs.inc and parse it a zillion times
|
16 年之前 |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
16 年之前 |
florian
|
3f03b4fb80
+ propagate FPC_ARMEL if FPC_OARM isn't defined
|
17 年之前 |
florian
|
e27937106f
- removed obsolete USECMOV define
|
17 年之前 |
florian
|
2fd1196118
+ cpu32bitaddr,cpu32bitalu,cpu16bitaddr,cpu16bitalu
|
17 年之前 |
florian
|
5826b9bdad
+ define cpunodefaultint
|
17 年之前 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 年之前 |
florian
|
bc73f9021c
Merged revisions 5891-10167,10169-10180 via svnmerge from
|
17 年之前 |
Jonas Maebe
|
e81d4b737f
* give a build-time error when trying to cross-compile the compiler from
|
18 年之前 |
Jonas Maebe
|
4c1d540a21
* changed cpurequiresproperalignment from a compile-time define into
|
18 年之前 |
florian
|
3ce0e329bd
* varsets shouldn't be enabled in the compiler currently
|
18 年之前 |
florian
|
2579cd139f
+ support for sets with size 1 and 2
|
18 年之前 |
florian
|
876a3651d1
* varsets disabled completely for now
|
18 年之前 |
Jonas Maebe
|
f5d653a1fd
- disabled PACKSET for big endian systems since it breaks make cycle
|
18 年之前 |
florian
|
43ba7cfe6f
* correct name of set packing directive is PACKSET
|
18 年之前 |
florian
|
e619bd3235
* enabled SETALLOC=1 for the compiler
|
18 年之前 |
micha
|
12e8645889
* fix cross-compiling from i386/linux
|
19 年之前 |
micha
|
ad7d549965
+ implement pascal inline asm start/halt code for linux/i386
|
19 年之前 |
peter
|
d07f470b71
* remove ifdef fpc
|
19 年之前 |
florian
|
b94c4b0660
* fixed wrong elsif
|
19 年之前 |
florian
|
bfa6ec847a
* win64 can't grow the stack either so make $memory big enough
|
19 年之前 |
olle
|
05d6f0e94d
macos: added a fake sysutils for use by compiler, and fixed some tests
|
19 年之前 |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 年之前 |
peter
|
d69ad5d84d
* cleanup external/nolink options
|
19 年之前 |
florian
|
9e00f894a9
+ support for unaligned function
|
19 年之前 |
peter
|
785550d7e3
Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,2722-2723,2728-2730,2740,2769 via svnmerge from
|
19 年之前 |
tom_at_work
|
3681639a6a
- more PowerPC64 fixes; "Hello World" style programs can be compiled and run
|
20 年之前 |