peter
|
d0de3b3ea8
* 64k registers supported
|
22 years ago |
peter
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 years ago |
peter
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 years ago |
peter
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 years ago |
peter
|
b9d09a4e5c
* preparations for different default calling conventions
|
22 years ago |
peter
|
6a8d5eb25d
* NEWRA branch merged
|
22 years ago |
daniel
|
42c320cb29
* cs_regalloc renamed to cs_regvars to avoid confusion with register
|
22 years ago |
peter
|
0dceec9a64
* current_procdef removed, use current_procinfo.procdef instead
|
22 years ago |
Jonas Maebe
|
1929498b42
* patch from Peter to fix tempinfo copying
|
22 years ago |
peter
|
ab1f33f68b
* remove temptype, use tempinfo.temptype instead
|
22 years ago |
peter
|
47b691057b
* getposition added to retrieve the the current tai item
|
22 years ago |
Jonas Maebe
|
8e09d78f79
+ ability to change the location of a ttempref node with changelocation()
|
22 years ago |
Jonas Maebe
|
820302b098
- disabled "result := value; exit;" -> exit(value) optimization because
|
22 years ago |
peter
|
8ff5792776
* remove some unit dependencies
|
22 years ago |
Jonas Maebe
|
cb279b2029
* changed tt_persistant to tt_persistent :)
|
22 years ago |
peter
|
05c05f2555
* failn removed
|
22 years ago |
peter
|
15b0132f6f
* tloadnode does not support objectsymtable,withsymtable anymore
|
22 years ago |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
Jonas Maebe
|
5ed5d2897f
* fixed ttemprefnode.compare and .getcopy to take offset field into
|
22 years ago |
peter
|
47489f2376
* firstpass uses expectloc
|
22 years ago |
Jonas Maebe
|
934974e234
* fixed tstatementnode.det_resulttype and tststatementnode.pass_1
|
22 years ago |
daniel
|
a32926e2fc
* Some work on interference graph construction
|
22 years ago |
Jonas Maebe
|
bd90c192c5
* ttempdeletenode.create now sets the nodetype to tempdeleten instead of
|
22 years ago |
peter
|
e25ef86b0a
* errornode.mark_write added
|
22 years ago |
daniel
|
5041b70618
* Removed ifdefs around notifications
|
22 years ago |
peter
|
34e8266af4
* case statement inlining added
|
23 years ago |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 years ago |
peter
|
d8495ac883
* don't complain in X- mode for internal generated function calls
|
23 years ago |
daniel
|
4b82d30953
* Removed sets from Tcallnode.det_resulttype
|
23 years ago |