yury
|
56b3287e29
+ Added compiler support for mipsel-android target.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
há 12 anos atrás |
Jonas Maebe
|
d14ce7817f
* factored out setlocalloc and the code to set the initial paravarsym
|
há 12 anos atrás |
Jonas Maebe
|
1df3039424
+ LLVM temp allocator based on new R_TEMPREGISTER register class. For every
|
há 12 anos atrás |
Jonas Maebe
|
9e6764e443
* converted program termination to compilerproc/hlcg
|
há 12 anos atrás |
Jonas Maebe
|
cd92791d09
* converted unit initialization to compilerproc/hlcg
|
há 12 anos atrás |
Jonas Maebe
|
8d1fb0ee1c
* added a safety check to gen_load_cgpara_loc()
|
há 12 anos atrás |
Jonas Maebe
|
7b97752d0b
- removed commented out duplicate thlcg.getmmregister()
|
há 12 anos atrás |
florian
|
d4968e054b
+ arm: tsettings.instructionset
|
há 12 anos atrás |
sergei
|
bfcdf6b825
* Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication.
|
há 12 anos atrás |
Jonas Maebe
|
109317e460
+ full support for parameter passing in the high level code generator
|
há 12 anos atrás |
Jonas Maebe
|
7d9f98e516
+ def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated
|
há 12 anos atrás |
Jonas Maebe
|
4e210e57c2
* use the correct type (pointer to object type) when loading the function
|
há 12 anos atrás |
Jonas Maebe
|
2dd75e707e
* renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef
|
há 12 anos atrás |
Jonas Maebe
|
5051453806
+ support for LOC_(C)MMREGISTER in hlcg
|
há 12 anos atrás |
florian
|
d4c7afbfe8
+ generate thumb_func directives for thumb as well
|
há 12 anos atrás |
nickysn
|
57777945a8
* fixed bug in thlcgobj.g_array_rtti_helper introduced in the previous commit
|
há 12 anos atrás |
nickysn
|
a5c5b05362
* initial support for system procs that use calling conventions that push left to right on i8086 or i386
|
há 12 anos atrás |
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
|
há 12 anos atrás |
paul
|
51825b6f2e
compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation)
|
há 12 anos atrás |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
há 12 anos atrás |
Jonas Maebe
|
1a8128fa72
* initialize ovloc.loc in a_op*checkoverflow
|
há 13 anos atrás |
florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
há 13 anos atrás |
florian
|
67744ef46e
* fix methodpointers in registers on big endian targets
|
há 13 anos atrás |
florian
|
d8161c185c
+ track usage of flags by using a new register RS_/NR_DEFAULTFLAGS
|
há 13 anos atrás |
Jonas Maebe
|
288d1ec74a
* support referencing "result" in nostackframe pure assembler routines if
|
há 13 anos atrás |
Jonas Maebe
|
0a1157da38
* fixed memory leaks in the compiler introduced in r21862 by marking and
|
há 13 anos atrás |
Jonas Maebe
|
7717e43929
* moved setting the call result to a separate method, so it can still be
|
há 13 anos atrás |
Jonas Maebe
|
be8f8fec76
* converted tcg.g_releasevaluepara_openarray() to thlcg
|
há 13 anos atrás |