summaryrefslogtreecommitdiff
path: root/compiler/ppu.pas
Commit message (Expand)AuthorAgeFilesLines
* * bumped PPU version because r28596 breaks compatibility on Amiga/68k and Mor...karoly2014-09-051-1/+1
* + added an i8086 specific boolean property is_huge to the tarraydef. For now itnickysn2014-07-261-1/+1
* Added support for partial specialization. This should fix a few problems with...svenbarth2014-06-051-1/+1
* * i8086 small and tiny memory model ppus made incompatible. Rationale:nickysn2014-04-101-0/+1
* Fix for Mantis #19697. For this we need to have the internal static var symbo...svenbarth2014-04-041-1/+1
* * increased ppu version after all symdef changesjonas2014-04-011-1/+1
* * moved po_has_inlininginfo from procoptions to procimploptions so thatjonas2014-03-191-1/+1
* * moved tprocdef.isempty to a new set called implprocoptions thatjonas2014-03-191-1/+1
* Add a modeswitch for type helpers as discussed in core on 24th October 2013. ...svenbarth2014-02-161-1/+1
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+3
* + save the absolute variable's segment to the ppu file after r25666nickysn2013-10-061-1/+1
* * updated tppufile.getaword to support 16-bit and 8-bit aword sizesnickysn2013-10-061-5/+6
* * incremented the ppu version as well after r25365nickysn2013-08-251-1/+1
* + added i8086 memory model flags to the ppu flags and added a check that prev...nickysn2013-08-251-0/+3
* * record/use the code page of string constants typecasted to an ansistringjonas2013-08-021-1/+1
* + added po_far to tprocoptionsnickysn2013-06-081-1/+1
* Addendum to 24628: forgot to increase PPU versionsvenbarth2013-05-301-1/+1
* * incremented CurrentPPUVersion after r24491, because it changes the ppu stru...nickysn2013-05-141-1/+1
* * fixed tppufile.getaint for 8/16-bit CPUsnickysn2013-05-111-5/+6
* * properly read asizeints from ppus on 16 bit targetsflorian2013-03-191-3/+5
* + added i8086 to the CpuAddrBitSize and CpuAluBitSize const arrays in the 'pp...nickysn2013-03-151-2/+4
* - removed ppc-specific tcgpara.composite field, it's no longer used orjonas2013-02-061-1/+1
* * get rid of calls to empty procedures having parameters without side effectflorian2013-01-011-1/+1
* Fix the fix for Mantis #21538. The check never really worked up to now...svenbarth2012-12-151-1/+1
* * don't add a separate high parameter for array-of-const parameters on thejonas2012-11-101-1/+1
* * store the "synthetic kind" information about procdefs in ppu files,jonas2012-11-081-1/+1
* * save/restore itype and implementsgetter fields of timplementedinterfacejonas2012-08-291-1/+1
* * always store generics token streams in little endian, so we don't have tojonas2012-07-151-1/+1
* Fix for Mantis #21350svenbarth2012-06-141-1/+1
* Merge of rev21557 by Foxsenpierre2012-06-131-2/+2
* + Increase CurrentPPUVersion following removal of packed attribute for tsett...pierre2012-06-131-1/+1
* * write parameter refs to ppu (only 1=used; 0=unsed), fixes parameter usage c...florian2012-06-031-1/+1
* * increased ppu version after jvmbackend mergejonas2012-04-261-1/+1
* * merged trunk up to r20882jonas2012-04-151-74/+72
|\
| * Add support for Default() intrinsic. For now this is only (fully) supportedsvenbarth2012-03-251-1/+1
| * This fixes Mantis #20851 .svenbarth2012-02-041-1/+1
| * * keep track of the type of symbolic floating point constants ratherjonas2012-01-281-1/+1
| * * pgenutil.pas, generate_specialization:svenbarth2012-01-221-1/+1
| * * mark nodes that have been created by transforming a read-accessor ofjonas2012-01-211-1/+1
| * Merging of generics branch of Sven Barthflorian2011-12-061-1/+1
| * compiler: fix ppu read/write of property parameters symtable (bug #0020454)paul2011-11-091-1/+1
| * Use out parameter type for tppufile.getXXX methodspierre2011-11-031-10/+10
| * compiler: don't create a parasymtable for property if property has no parameterspaul2011-10-281-1/+1
| * compiler: store property parameters in a parasymtables together with property...paul2011-10-071-1/+1
| * compiler: reduce amount of hints and notespaul2011-09-301-2/+0
| * Fix an error in reading real variable for change_endianpierre2011-09-071-1/+0
| * * Fix failures introduced by rev 18975pierre2011-09-051-1/+1
| * Try to improve RecordTokenBuf with respect to PPU readingpierre2011-09-041-42/+41
| * + Mantis #19651: Generate table of typed string constants which are initializ...sergei2011-09-041-0/+1
| * Change mangling to avoid overlap and increase PPU versionpierre2011-09-021-1/+1