nickysn
|
e4f3dd1264
* do not emit shl/shr with a const different than 1 on 8086
|
12 年之前 |
nickysn
|
76e3dd5cef
* do not generate push const on the i8086, go through a register instead, unless it's 186+
|
12 年之前 |
nickysn
|
06f1b6a4e8
* moved the i8086 'push const' instructions to a new method, so they can be abstracted on pre-186 processors
|
12 年之前 |
florian
|
0e9b8adb7a
patch by Michael Ring:
|
12 年之前 |
nickysn
|
7c0679efdb
* use the 'leave' instruction on 80186+
|
12 年之前 |
florian
|
d4c7afbfe8
+ generate thumb_func directives for thumb as well
|
12 年之前 |
pierre
|
846f566085
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
a86ae3efee
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
58497ff016
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
6d3121078d
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
4226f08565
Regenerate with up-to-date fpcmake binary
|
12 年之前 |
pierre
|
d1d0ed3c16
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
114d8e4507
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
c460adf8e8
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
5fe15ff08d
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
78a7043352
Regenerate all Makefiles with an up-to-date fpcmake binary (dummy commit)
|
12 年之前 |
pierre
|
5c9de9a68b
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
884918a4c4
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 年之前 |
pierre
|
7b77319e06
Add missing Makefile
|
12 年之前 |
reiniero
|
3486661512
* fcl-db/dbase: fix Dbase3,4,7 zero content memo fields
|
12 年之前 |
sergei
|
97152cc41b
* Fixed overflow handling in i386 assembler implementations of fpc_div_qword and fpc_mod_qword.
|
12 年之前 |
sergei
|
1fea5a82c1
* Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read.
|
12 年之前 |
sergei
|
8e6d6d0027
* Replaced strpcopy() by its equivalent. With sysutils in uses clause, strpcopy resolves to ansistring version, inserting a redundant conversion to ansistring.
|
12 年之前 |
nickysn
|
70649932de
* tlocation.value reverted back to longint on non 64-bit archs. This fixes the tset5.pp and tset5a.pp regressions on powerpc and probably other 32-bit platforms.
|
12 年之前 |
florian
|
18aaeff1d7
+ calculate node complexity for addrnodes and labelnodes
|
12 年之前 |
florian
|
ab39e6f7d8
* fix parameter order for compilerproc created by raise nodes
|
12 年之前 |
reiniero
|
65acb03936
+ fcl-db/export: fpdbfexport: support Visual Foxpro format
|
12 年之前 |
Jonas Maebe
|
6462d10b17
* de-tabbed
|
12 年之前 |
Jonas Maebe
|
52dd59ee74
* write full help when executing ppudump without parameters (based on patch
|
12 年之前 |
reiniero
|
a2bb01a313
* fcl-db/dbase: fix test for large strings for (visual) foxpro
|
12 年之前 |