florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 years ago |
florian
|
336808f6c3
* start of the new generic parameter handling
|
23 years ago |
Jonas Maebe
|
d31e59b824
* fixed fpu stack overflow in compiler when compiled with -Or
|
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 |
florian
|
6bbaa14daf
* block nodes within expressions shouldn't release the used registers,
|
23 years ago |
peter
|
67ede1276b
* add pinline unit that inserts compiler supported functions using
|
23 years ago |
peter
|
5b242f7741
* tlocation,treference update
|
23 years ago |
Jonas Maebe
|
7fb55bf4e4
+ a_loadfpu_* and a_loadmm_* methods in tcg
|
23 years ago |
peter
|
fd2ad837e2
* implicit result variable generation for assembler routines
|
23 years ago |
peter
|
cb11c08d49
* constant evaluation for assinged added
|
23 years ago |
Jonas Maebe
|
ad0fc51cf6
* fixed web bug #1735 (argument of inc/dec must be made unique) ("merged")
|
23 years ago |
Jonas Maebe
|
e5f6ff03cb
- removed unnecessary resulttypepass call
|
24 years ago |
Jonas Maebe
|
5501aa4e9a
* converted lo/hi to processor independent code, generated code is the
|
24 years ago |
Jonas Maebe
|
4490bc91f7
* fixed web bug #1693 (dynarray support for length)
|
24 years ago |
Jonas Maebe
|
241f775056
* fixed web bug #1621 (write(typed_file,function_call) works again)
|
24 years ago |
Jonas Maebe
|
a40c2b8dd0
- removed unused units form uses-clause and unused local vars
|
24 years ago |
Jonas Maebe
|
2055618933
* check if amount of dimensions passed to setlength for dynamic arrays
|
24 years ago |
Jonas Maebe
|
b33cb43da4
* fix from Pavel V. Ozersk to accept multiple dimensions for setlength
|
24 years ago |
peter
|
45dab81414
* merged netbsd, fpu-overflow from fixes branch
|
24 years ago |
Jonas Maebe
|
2e6a221b2a
* the result of high/low nodes wasn't always resulttypepassed
|
24 years ago |
Jonas Maebe
|
17b2fa3424
* simplified det_resulttype code for include/exclude
|
24 years ago |
Jonas Maebe
|
ed449defca
+ searchsystype() and searchsystype() functions in symtable
|
24 years ago |
peter
|
43dea5a35f
* move class of definitions into type section for delphi
|
24 years ago |
Jonas Maebe
|
fc92c3b336
+ compilerproc implementation of most string-related type conversions
|
24 years ago |
Jonas Maebe
|
74f494f9f1
* avoid nonsense range error when using cardinal with value
|
24 years ago |
florian
|
9746f4c2d6
* some cg reorganisation
|
24 years ago |
Jonas Maebe
|
fc1b58c22c
* moved "reverseparameters" from ninl.pas to ncal.pas
|
24 years ago |