index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
ppu.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* bumped PPU version because r28596 breaks compatibility on Amiga/68k and Mor...
karoly
2014-09-05
1
-1
/
+1
*
+ added an i8086 specific boolean property is_huge to the tarraydef. For now it
nickysn
2014-07-26
1
-1
/
+1
*
Added support for partial specialization. This should fix a few problems with...
svenbarth
2014-06-05
1
-1
/
+1
*
* i8086 small and tiny memory model ppus made incompatible. Rationale:
nickysn
2014-04-10
1
-0
/
+1
*
Fix for Mantis #19697. For this we need to have the internal static var symbo...
svenbarth
2014-04-04
1
-1
/
+1
*
* increased ppu version after all symdef changes
jonas
2014-04-01
1
-1
/
+1
*
* moved po_has_inlininginfo from procoptions to procimploptions so that
jonas
2014-03-19
1
-1
/
+1
*
* moved tprocdef.isempty to a new set called implprocoptions that
jonas
2014-03-19
1
-1
/
+1
*
Add a modeswitch for type helpers as discussed in core on 24th October 2013. ...
svenbarth
2014-02-16
1
-1
/
+1
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+3
*
+ save the absolute variable's segment to the ppu file after r25666
nickysn
2013-10-06
1
-1
/
+1
*
* updated tppufile.getaword to support 16-bit and 8-bit aword sizes
nickysn
2013-10-06
1
-5
/
+6
*
* incremented the ppu version as well after r25365
nickysn
2013-08-25
1
-1
/
+1
*
+ added i8086 memory model flags to the ppu flags and added a check that prev...
nickysn
2013-08-25
1
-0
/
+3
*
* record/use the code page of string constants typecasted to an ansistring
jonas
2013-08-02
1
-1
/
+1
*
+ added po_far to tprocoptions
nickysn
2013-06-08
1
-1
/
+1
*
Addendum to 24628: forgot to increase PPU version
svenbarth
2013-05-30
1
-1
/
+1
*
* incremented CurrentPPUVersion after r24491, because it changes the ppu stru...
nickysn
2013-05-14
1
-1
/
+1
*
* fixed tppufile.getaint for 8/16-bit CPUs
nickysn
2013-05-11
1
-5
/
+6
*
* properly read asizeints from ppus on 16 bit targets
florian
2013-03-19
1
-3
/
+5
*
+ added i8086 to the CpuAddrBitSize and CpuAluBitSize const arrays in the 'pp...
nickysn
2013-03-15
1
-2
/
+4
*
- removed ppc-specific tcgpara.composite field, it's no longer used or
jonas
2013-02-06
1
-1
/
+1
*
* get rid of calls to empty procedures having parameters without side effect
florian
2013-01-01
1
-1
/
+1
*
Fix the fix for Mantis #21538. The check never really worked up to now...
svenbarth
2012-12-15
1
-1
/
+1
*
* don't add a separate high parameter for array-of-const parameters on the
jonas
2012-11-10
1
-1
/
+1
*
* store the "synthetic kind" information about procdefs in ppu files,
jonas
2012-11-08
1
-1
/
+1
*
* save/restore itype and implementsgetter fields of timplementedinterface
jonas
2012-08-29
1
-1
/
+1
*
* always store generics token streams in little endian, so we don't have to
jonas
2012-07-15
1
-1
/
+1
*
Fix for Mantis #21350
svenbarth
2012-06-14
1
-1
/
+1
*
Merge of rev21557 by Foxsen
pierre
2012-06-13
1
-2
/
+2
*
+ Increase CurrentPPUVersion following removal of packed attribute for tsett...
pierre
2012-06-13
1
-1
/
+1
*
* write parameter refs to ppu (only 1=used; 0=unsed), fixes parameter usage c...
florian
2012-06-03
1
-1
/
+1
*
* increased ppu version after jvmbackend merge
jonas
2012-04-26
1
-1
/
+1
*
* merged trunk up to r20882
jonas
2012-04-15
1
-74
/
+72
|
\
|
*
Add support for Default() intrinsic. For now this is only (fully) supported
svenbarth
2012-03-25
1
-1
/
+1
|
*
This fixes Mantis #20851 .
svenbarth
2012-02-04
1
-1
/
+1
|
*
* keep track of the type of symbolic floating point constants rather
jonas
2012-01-28
1
-1
/
+1
|
*
* pgenutil.pas, generate_specialization:
svenbarth
2012-01-22
1
-1
/
+1
|
*
* mark nodes that have been created by transforming a read-accessor of
jonas
2012-01-21
1
-1
/
+1
|
*
Merging of generics branch of Sven Barth
florian
2011-12-06
1
-1
/
+1
|
*
compiler: fix ppu read/write of property parameters symtable (bug #0020454)
paul
2011-11-09
1
-1
/
+1
|
*
Use out parameter type for tppufile.getXXX methods
pierre
2011-11-03
1
-10
/
+10
|
*
compiler: don't create a parasymtable for property if property has no parameters
paul
2011-10-28
1
-1
/
+1
|
*
compiler: store property parameters in a parasymtables together with property...
paul
2011-10-07
1
-1
/
+1
|
*
compiler: reduce amount of hints and notes
paul
2011-09-30
1
-2
/
+0
|
*
Fix an error in reading real variable for change_endian
pierre
2011-09-07
1
-1
/
+0
|
*
* Fix failures introduced by rev 18975
pierre
2011-09-05
1
-1
/
+1
|
*
Try to improve RecordTokenBuf with respect to PPU reading
pierre
2011-09-04
1
-42
/
+41
|
*
+ Mantis #19651: Generate table of typed string constants which are initializ...
sergei
2011-09-04
1
-0
/
+1
|
*
Change mangling to avoid overlap and increase PPU version
pierre
2011-09-02
1
-1
/
+1
[next]