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
/
ncgvmt.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enable the llvm code generator for VMT generation
jonas
2015-08-05
1
-0
/
+4
*
* end the vmtdef aggregate so appropriate padding is inserted (if necessary)
jonas
2015-07-30
1
-0
/
+2
*
* support specifying the alignment of the start of an anonymous record
jonas
2015-07-30
1
-5
/
+5
*
* factored out internal type prefixes
jonas
2015-07-30
1
-20
/
+28
*
* changed getprocaddressprocvar() into a tprocvardef.getreusableprocaddr()
jonas
2015-06-23
1
-2
/
+2
*
* changed getarraydef() into a tarraydef.getreusable() class method
jonas
2015-06-23
1
-7
/
+7
*
* changed getpointerdef() into a tpointerdef.getreusable() class method
jonas
2015-06-22
1
-11
/
+11
*
* fixed several VMT element types to correspond to the types used to
jonas
2015-06-13
1
-10
/
+27
*
* handle the loading of VMT entries at the node level, so it's done in a
jonas
2015-05-31
1
-1
/
+3
*
* cache and reuse procvardefs internally created to get the address of a
jonas
2015-05-14
1
-2
/
+2
*
* fixed endless recursion in tabstractrecorddef.contains_float_field() in
jonas
2015-04-16
1
-0
/
+2
*
* use default_settings.packrecords, instead of 0 (since that's different for
nickysn
2015-03-30
1
-1
/
+1
*
* converted rest of VMT generation to high level typed const builder
jonas
2015-03-29
1
-188
/
+206
*
* store the to be used recordalignmin and maxcrecordalign settings inside
jonas
2015-03-27
1
-6
/
+19
*
* renamed getdatalabel() to getglobaldatalabel
jonas
2015-03-27
1
-2
/
+2
*
+ tcalo_make_dead_strippable to indicate that a typed constant data block
jonas
2015-03-27
1
-2
/
+2
*
* moved the specification of the options for a ttai_typedconstbuilder from
jonas
2015-03-27
1
-24
/
+22
*
* converted TVMTWriter.intf_write_table() to the high level typed constant
jonas
2014-10-06
1
-21
/
+37
*
* converted TVMTWriter.writeinterfaceids() to the typed constant builder
jonas
2014-10-06
1
-14
/
+22
*
* converted generation of class and fields table to the typed constant builder
jonas
2014-10-06
1
-20
/
+67
*
* factored out emitting a shortstring constant via the typed constant builder
jonas
2014-10-06
1
-10
/
+3
*
* converted generting published method tables to the typed constant builder
jonas
2014-10-06
1
-18
/
+67
*
* converted generting method message integer dispatch tables to the typed
jonas
2014-10-06
1
-15
/
+60
*
* converted emitting method message string tables to the typed constant
jonas
2014-10-06
1
-21
/
+85
*
* converted emitting the class name to the typed constant builder class
jonas
2014-10-06
1
-6
/
+17
*
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
jonas
2014-08-19
1
-2
/
+2
*
* changed tcallnode.fforcedprocname from shortstring into tsymstr,
jonas
2014-05-10
1
-1
/
+1
*
* removed ifdef jvm from ncgvmt
jonas
2014-03-16
1
-23
/
+34
*
* Generate interface wrappers together with data structures of class they bel...
sergei
2014-02-24
1
-20
/
+3
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+6
*
* fixed class VMT generation for the i8086 medium memory model (near code, fa...
nickysn
2013-08-18
1
-13
/
+20
*
* use Tai_symbol.Create_global() when emitting a global symbol for an
jonas
2013-08-16
1
-3
/
+11
*
* Generate stub bodies for abstract methods, so corresponding symbols can be ...
sergei
2013-08-15
1
-1
/
+26
*
* TVMTWriter.writeinterfaceids: pass target asmlist as parameter.
sergei
2013-08-14
1
-15
/
+15
*
* use Tai_const.Create_nil_dataptr in TVMTWriter.intf_gen_intf_ref for writin...
nickysn
2013-07-31
1
-1
/
+1
*
* use Taiconst.Create_nil_codeptr when writing nil values for abstract method...
nickysn
2013-07-31
1
-1
/
+1
*
* use Tai_const.Create_nil_dataptr for creating the nil pointers located befo...
nickysn
2013-07-30
1
-5
/
+5
*
* terminate the list of virtual method pointers in the vmt with Tai_const.Cre...
nickysn
2013-07-30
1
-1
/
+1
*
* use Tai_const.Create_nil_dataptr instead of Tai_const.Create_sym(nil) when ...
nickysn
2013-07-30
1
-1
/
+1
*
* Moved all code responsible for writing VMTs and interface wrappers (nobj.TV...
sergei
2013-04-19
1
-0
/
+1007