Jonas Maebe
|
de56f909d5
* synchronized with trunk up to and including r25430
|
12 年之前 |
Jonas Maebe
|
fcaad5baf2
* perform -CTlowercaseprocstart conversion it tprocsym.create rather than
|
12 年之前 |
Jonas Maebe
|
6013606a97
+ -CTlowercaseprocstart switch to lowercase the first character of routines
|
12 年之前 |
paul
|
17ef986b17
compiler: don't treat methods without self node (static class methods, class contructors, destructors, operators) as method pointers, fix comparison of procdef and procvardef to allow assignment of a static class method to a regular procedural variable (issue #24486)
|
12 年之前 |
Jonas Maebe
|
8d1090269e
* synchronised with trunk r25259
|
12 年之前 |
florian
|
3d90ac82f8
* disable regable 4 bytes records on 16 bit alu targets, to enable them, location handling should be rewritten else gen_load_cgpara_loc gets even more messy
|
12 年之前 |
nickysn
|
259bb5421e
* tobjectdef.vmtmethodoffset updated to take into account the current i8086 memory model code pointer size
|
12 年之前 |
svenbarth
|
53ea24a0b1
Correctly specialize generics if locally declared types are used (e.g. two procedures could both define a different "TRec" type which is used to specialize a generic inside the procedures).
|
12 年之前 |
Jonas Maebe
|
29132f45b7
* synchronised with trunk up to r25167 (fixes glib compilation via r25164,
|
12 年之前 |
Jonas Maebe
|
1a560e9875
* when concatenating ansistrings, do not map CP_NONE (rawbytestring) to
|
12 年之前 |
sergei
|
8b1463aedc
* tprocdef.customprocname: fixed bug introduced in r21069 that was causing result to always contain 'procedure' or 'function' word. These should be included only if pno_proctypeoption flag is given. Resolves #24640.
|
12 年之前 |
Jonas Maebe
|
7659bfc01b
- removed internal error if savesize of tfiledef is 0 when writing the def
|
12 年之前 |
Jonas Maebe
|
5a72bc3656
* export filerec/textrec from the system unit and use them in the compiler
|
12 年之前 |
florian
|
541d67771b
* keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code,
|
12 年之前 |
nickysn
|
2809ed6fb9
* updated tfiledef.setsize to support the size of textrec in the medium memory model
|
12 年之前 |
nickysn
|
b5c032874f
* set the po_far flag by default in far code memory models
|
12 年之前 |
nickysn
|
b6c979e55f
+ added tabstractprocdef.address_size which returns the actual address size of the proc, taking into account far procs
|
12 年之前 |
nickysn
|
c1984bdf56
* take into account far code and far data in tprocvardef.size
|
12 年之前 |
nickysn
|
5966cc088d
* got rid of tpointerdef.update_savesize, overrode size instead
|
12 年之前 |
nickysn
|
5b503f42c7
+ implemented Mem/MemW/MemL[] for i8086
|
12 年之前 |
svenbarth
|
956b26bc97
Completely reworked implementation of generic constraints, by moving the generic constraint data from the symbols to the definitions (I originally thought that this would simplyfy things, but the more correct approach is to add it to the defs).
|
12 年之前 |
svenbarth
|
cc5a108cca
Allocate the list for generic parameters in tstoreddef only on demand as most defs won't contain generic parameters anyway (avoids a little bit of runtime and memory overhead per def).
|
12 年之前 |
nickysn
|
e810cabf50
* set tpointerdef.savesize correctly for far and huge pointers
|
12 年之前 |
nickysn
|
f571aebdd0
* tx86pointertyp moved from unit symdef to symconst, so it can be used by ppudump
|
12 年之前 |
nickysn
|
d95c995894
- rm the commented out code of tpointerdef.createfar
|
12 年之前 |
nickysn
|
ae74cd17d2
* tarraydef.ppuload/ppuwrite: use ppufile.getasizeint/putasizeint for reading/writing lowrange and highrange as they're asizeint type, not aint
|
12 年之前 |
nickysn
|
b0f7786782
+ added support for special versions of near data pointers associated with a x86 segment register. They are supported on all x86 platforms: i8086, i386 and x86_64
|
12 年之前 |
florian
|
0e41df598e
* merge i8086 branch by Nikolay Nikolov
|
12 年之前 |
nickysn
|
5caadbbc40
+ added method tabstractprocdef.is_pushleftright that exists on all platforms and returns whether parameters must be loaded left to right
|
12 年之前 |
florian
|
e1233e0111
* asizeint => longint, it is unlikely that an variant record well ever have more than 2^31 branches
|
12 年之前 |