daniel
|
0af1f3883c
* Changed booleans into flags
|
23 years ago |
florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 years ago |
daniel
|
c6f75def0c
* Small mistake fixed; the skip test was done before we know the for node
|
23 years ago |
daniel
|
8cbd40c2f0
* The for node does a check if the first comparision can be skipped. I moved
|
23 years ago |
daniel
|
bec9b5f988
* State tracker automatically changes while loops into repeat loops
|
23 years ago |
daniel
|
7d66658fd4
* Further developed state tracking in whilerepeatn
|
23 years ago |
daniel
|
399036f1c2
* State tracker work
|
23 years ago |
florian
|
ac8643e1d2
* raise takes now a void pointer as at and frame address
|
23 years ago |
florian
|
c3f4220f3b
* readded removed changes
|
23 years ago |
daniel
|
eeae0e4c00
+ Added the beginning of a state tracker. This will track the values of
|
23 years ago |
florian
|
336808f6c3
* start of the new generic parameter handling
|
23 years ago |
peter
|
4285e99853
* internal linker
|
23 years ago |
peter
|
06ebac4e27
* readded missing revisions
|
23 years ago |
carl
|
21b3a10f02
+ defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
|
23 years ago |
peter
|
2992e1819c
* removed old logs and updated copyright year
|
23 years ago |
peter
|
4dcd96747e
* moved entry and exitcode to ncgutil and cgobj
|
23 years ago |
Jonas Maebe
|
7fb55bf4e4
+ a_loadfpu_* and a_loadmm_* methods in tcg
|
23 years ago |
Jonas Maebe
|
a3455b27a4
* upper constant limits for "for" loops are now also converted to the
|
24 years ago |
peter
|
d2e1952377
* procsym definition rewrite
|
24 years ago |
Jonas Maebe
|
d8c104b25d
* fixed goto/label/try bugs
|
24 years ago |
peter
|
43dea5a35f
* move class of definitions into type section for delphi
|
24 years ago |
peter
|
c0aae66c50
* exit() with exceptions fix
|
24 years ago |
florian
|
9746f4c2d6
* some cg reorganisation
|
24 years ago |
peter
|
81200dc9ef
* funcret moved from tprocinfo to tprocdef
|
24 years ago |
peter
|
a786029a13
* moved some code from exitnode.create to det_resulttype
|
24 years ago |
peter
|
c7597da100
* fixed crash with for counter
|
24 years ago |
peter
|
5677fbe1b4
* fixed crash in labelnode
|
24 years ago |
peter
|
af5d6e60e7
* moved more code from pass_1 to det_resulttype
|
24 years ago |
peter
|
a7cf57524e
* symtable change to classes
|
24 years ago |
peter
|
4e2655cdc5
* resulttype rewrite
|
24 years ago |