Jonas Maebe
|
bd203a5b57
* synchronised with trunk till r30240
|
hace 10 años |
Jonas Maebe
|
a02d52f533
* support thlcg2ll.gen_loadfpu_loc_cgpara() from LOC_REGISTER to
|
hace 10 años |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
hace 10 años |
Jonas Maebe
|
2ab7f5c35d
* moved x86-specific requirements from the generic bsr/bsf code to the
|
hace 10 años |
pierre
|
0a3f00ef2f
Avoid Internal Error 200310121 with -O3 for test/units/system/tabs.pp with ppcarm
|
hace 11 años |
Jonas Maebe
|
b745dcc64c
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
|
hace 11 años |
Jonas Maebe
|
a637fbe596
* moved all g_exception_*() methods to hlcgobj and cleaned them up (no more
|
hace 11 años |
Jonas Maebe
|
9a683a0288
* converted new_exception to hlcgobj
|
hace 11 años |
Jonas Maebe
|
7949bebb8d
* synchronised with r28168 of trunk
|
hace 11 años |
sergei
|
847adff94d
* Load double-precision locations from integer registers directly into cgpara if sizes match and destination has a single location.
|
hace 11 años |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
hace 11 años |
nickysn
|
3e308e0ad7
* 16/8-bit alu fix in thlcg2ll.location_force_reg for the 32->64 conversion of LOC_CONSTANT sources
|
hace 11 años |
florian
|
6f14dbdebe
* avoid internal error if an empty record is assigned to a function result, resolves #25895
|
hace 11 años |
Jonas Maebe
|
4065483a50
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
|
hace 11 años |
Jonas Maebe
|
81427523ab
* pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, as
|
hace 11 años |
sergei
|
9c1f917e3a
* a_call_ref functionality cannot be implemented efficiently at code generator level, because references need specific preparations at earlier points. Moved this support to tcgcallnode and its x86 descendants, and got rid of all ifdef's around.
|
hace 11 años |
nickysn
|
f69a76b5b1
* generate shorter code on 8-bit and 16-bit CPUs in thlcg2ll.location_force_reg,
|
hace 11 años |
nickysn
|
9ec84d1259
* generate shorter code on 8 and 16-bit CPUs in thlcg2ll.location_force_reg,
|
hace 11 años |
nickysn
|
4e795eca99
* fixes for 16 and 8-bit ALUs in thlcg2ll.location_force_reg for the cases when
|
hace 11 años |
Jonas Maebe
|
1b6e4e572f
- removed duplicate thlcg2ll a_label method (it's declared the same in
|
hace 12 años |
Jonas Maebe
|
7d9f98e516
+ def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated
|
hace 12 años |
Jonas Maebe
|
978b5530ec
* renamed getmmcgsize to getintmmcgsize + comment
|
hace 12 años |
Jonas Maebe
|
2dd75e707e
* renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef
|
hace 12 años |
Jonas Maebe
|
3456f20546
* changed checks for support of opmm* calls in hlcg2ll from mms_movescalar
|
hace 12 años |
Jonas Maebe
|
1551c773e0
- removed no longer necessary thlcg2ll.initialize_regvars override and
|
hace 12 años |
Jonas Maebe
|
5051453806
+ support for LOC_(C)MMREGISTER in hlcg
|
hace 12 años |
nickysn
|
cbf3b14e20
* yet another 8/16-bit ALU fix in thlcg2ll.location_force_reg
|
hace 12 años |
nickysn
|
a03f0d84ea
high level code generator: const types changed from aint to tcgint to avoid problems on < 32-bit cpus; ppcjvm should also be updated, but isn't yet
|
hace 12 años |
nickysn
|
27e4048ed6
16-bit and 8-bit alu fix in thlcg2ll.location_force_reg
|
hace 12 años |
florian
|
d93cee995b
* fix register method pointer for ppc64 and x86_64-linux
|
hace 13 años |