nickysn
|
9758a53fa6
- rm the ifdef cpu16bitalu and cpu64bitalu from thlcgobj.a_load_ref_cgpara,
|
hace 11 años |
sergei
|
1ec5026465
* Call fpc_shortstr_to_shortstr instead of fpc_shortstr_assign. It is the same procedure with different order of parameters (suited for generation from node level). Now fpc_shortstr_assign remains needed only for bootstrapping.
|
hace 11 años |
svenbarth
|
5c1b8fdad9
Fix for Mantis #19697. For this we need to have the internal static var symbol know that it came from a static field var symbol so that we can check that for generic or not.
|
hace 11 años |
nickysn
|
26b53607f8
+ added method reference_reset_base with support for different pointer types to
|
hace 11 años |
florian
|
303e8c609d
* internalerror unified
|
hace 11 años |
Jonas Maebe
|
73a3f5ced4
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
|
hace 11 años |
Jonas Maebe
|
4065483a50
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
|
hace 11 años |
florian
|
150363c09e
* thlcgobj.a_load_regconst_subsetreg_intern takes care if the whole register is modified
|
hace 11 años |
sergei
|
ed1555b918
* Moved generation of .ent/.end directives out of generic code generator.
|
hace 11 años |
yury
|
56b3287e29
+ Added compiler support for mipsel-android target.
|
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 |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
hace 12 años |
Jonas Maebe
|
8d1fb0ee1c
* added a safety check to gen_load_cgpara_loc()
|
hace 12 años |
Jonas Maebe
|
7b97752d0b
- removed commented out duplicate thlcg.getmmregister()
|
hace 12 años |
florian
|
d4968e054b
+ arm: tsettings.instructionset
|
hace 12 años |
sergei
|
bfcdf6b825
* Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication.
|
hace 12 años |
Jonas Maebe
|
109317e460
+ full support for parameter passing in the high level code generator
|
hace 12 años |
Jonas Maebe
|
7d9f98e516
+ def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated
|
hace 12 años |
Jonas Maebe
|
4e210e57c2
* use the correct type (pointer to object type) when loading the function
|
hace 12 años |
Jonas Maebe
|
2dd75e707e
* renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef
|
hace 12 años |
Jonas Maebe
|
5051453806
+ support for LOC_(C)MMREGISTER in hlcg
|
hace 12 años |
florian
|
d4c7afbfe8
+ generate thumb_func directives for thumb as well
|
hace 12 años |
nickysn
|
57777945a8
* fixed bug in thlcgobj.g_array_rtti_helper introduced in the previous commit
|
hace 12 años |
nickysn
|
a5c5b05362
* initial support for system procs that use calling conventions that push left to right on i8086 or i386
|
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 |
paul
|
51825b6f2e
compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation)
|
hace 12 años |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
hace 12 años |
Jonas Maebe
|
1a8128fa72
* initialize ovloc.loc in a_op*checkoverflow
|
hace 13 años |
florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
hace 13 años |
florian
|
67744ef46e
* fix methodpointers in registers on big endian targets
|
hace 13 años |