pierre
|
699b53f316
* ppheap init code can be called before any getmem
|
26 years ago |
florian
|
8936581df6
* very rare problem with in-operator fixed, mainly it was a problem of
|
26 years ago |
florian
|
a184e5ff43
* well, more changes, especially parts of secondload ported
|
26 years ago |
florian
|
90d0bea35a
* first running version of the new code generator
|
26 years ago |
pierre
|
2d793b8c98
* avoid result no set warning in regtoreg64
|
26 years ago |
florian
|
77f7afffa9
* bug with mul. of dwords fixed, reported by Alexander Stohr
|
26 years ago |
florian
|
a518b21bb8
* unified i386.pas for the old and new code generator
|
26 years ago |
peter
|
1ace0dc9b8
* moved some tables from ra386*.pas -> i386.pas
|
26 years ago |
florian
|
1896be988f
Changes of Alexander Stohr integrated:
|
26 years ago |
peter
|
88599f754f
* no it table necessary if no asm parser is used
|
26 years ago |
peter
|
7c90404c78
* smartlinking doesn't crash anymore
|
27 years ago |
florian
|
d656d708b7
* ansistring memory leaks fixed
|
27 years ago |
peter
|
6585e3e089
* don't include intel list if not necessary
|
27 years ago |
peter
|
f76d2b328c
* removed some obsolete version checks
|
27 years ago |
florian
|
8534a40b75
+ shifting for 64 bit ints added
|
27 years ago |
florian
|
4244dda54b
+ basic operations with int64/qord (compiler with -dint64)
|
27 years ago |
Jonas Maebe
|
31cc13417a
- removed A_CLTD opcode (use A_CDQ instead)
|
27 years ago |
pierre
|
274bce92b8
+ added -Se in Makefile cvstest target
|
27 years ago |
peter
|
73b85611a9
+ cpuid,emms support for asm readers
|
27 years ago |
peter
|
d84489d9b7
* recordtype.field support in constant expressions
|
27 years ago |
peter
|
e06ac8e64f
+ leal procsym,eax is now allowed
|
27 years ago |
pierre
|
fa1478ef99
* bugs in secondfuncret for result in subprocedures removed
|
27 years ago |
pierre
|
bf6369f1b5
* current_module old scanner tagged as invalid if unit is recompiled
|
27 years ago |
Jonas Maebe
|
0e770798da
* released REGALLOC
|
27 years ago |
peter
|
6e91851740
* added inherited done
|
27 years ago |
peter
|
f66f837fc8
* m68k compiles
|
27 years ago |
peter
|
b3865ae063
+ aktasmmode, aktoptprocessor, aktoutputformat
|
27 years ago |
pierre
|
c80de3be27
+ UseTokenInfo now default
|
27 years ago |
peter
|
94b52a3d7f
+ smartlinking works (only case jumptable left todo)
|
27 years ago |
pierre
|
5cdd60cac8
+ added some code for ansistring (not complete nor working yet)
|
27 years ago |