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
/
aasmcnst.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* give an internalerror if a typed const builder is finalised while there
jonas
2015-07-30
1
-0
/
+5
*
- removed ttai_lowleveltypedconstbuilder.queue_addrn(), as we are always
jonas
2015-07-30
1
-7
/
+0
*
* support for queueing an access to a series of fieldvarsyms by name in the
jonas
2015-07-30
1
-1
/
+40
*
* support specifying the alignment of the start of an anonymous record
jonas
2015-07-30
1
-4
/
+14
*
+ support for specifying the name of fields added to anonymous record
jonas
2015-07-30
1
-1
/
+33
*
* factored out getting a previously created internal type by name
jonas
2015-07-30
1
-12
/
+6
*
* when starting a queued expression, immediately emit any necessary padding
jonas
2015-07-30
1
-5
/
+29
*
* several fixes for emitting aggregate typed constants with C/ABI packing:
jonas
2015-07-03
1
-18
/
+28
*
* changed getprocaddressprocvar() into a tprocvardef.getreusableprocaddr()
jonas
2015-06-23
1
-1
/
+1
*
* changed getarraydef() into a tarraydef.getreusable() class method
jonas
2015-06-23
1
-5
/
+5
*
* changed getpointerdef() into a tpointerdef.getreusable() class method
jonas
2015-06-22
1
-4
/
+4
*
* added protected queue_is_active() function to determine whether the
jonas
2015-06-13
1
-0
/
+12
*
* since we insert the internal ansistring record types in the symtable of
jonas
2015-05-17
1
-3
/
+5
*
* cache and reuse procvardefs internally created to get the address of a
jonas
2015-05-14
1
-1
/
+1
*
* support changing the tai field of a tai_simpletypedconst afterwards,
jonas
2015-05-03
1
-1
/
+9
*
* fixed endless recursion in tabstractrecorddef.contains_float_field() in
jonas
2015-04-16
1
-1
/
+2
*
* fixed alignment of widestring on win64 after llvm branch merge (should use
jonas
2015-04-08
1
-1
/
+1
*
* fixed comment for emit_ansi/unicodestring_const() after changing those
jonas
2015-04-01
1
-3
/
+2
*
* fixed -Oodfa warnings
hlcgllvm
jonas
2015-03-28
1
-0
/
+2
*
* made the allocation of labels for internal data in typed const builders
jonas
2015-03-28
1
-14
/
+35
*
* store the to be used recordalignmin and maxcrecordalign settings inside
jonas
2015-03-27
1
-5
/
+8
*
* changed emit_ansistring_const() and emit_unicodestring_const() into
jonas
2015-03-27
1
-22
/
+21
*
* support specifying the name of an internal data section
jonas
2015-03-27
1
-4
/
+12
*
+ ttai_typedconstbuilder.start_internal_data_builder() and
jonas
2015-03-27
1
-0
/
+144
*
* renamed getdatalabel() to getglobaldatalabel
jonas
2015-03-27
1
-4
/
+4
*
+ tcalo_make_dead_strippable to indicate that a typed constant data block
jonas
2015-03-27
1
-5
/
+16
*
* moved the specification of the options for a ttai_typedconstbuilder from
jonas
2015-03-27
1
-12
/
+16
*
* fixed a number of (mostly false) warnings regarding uninitialised
jonas
2015-03-15
1
-1
/
+3
*
* support for flushing a ttai_typedconstbuilder queue with an ordinal
jonas
2015-03-07
1
-0
/
+8
*
* moved tasmlisttypedconstbuilder.tc_emit_string_offset() to
jonas
2015-03-06
1
-0
/
+8
*
* synchronized with privatetrunk till r30095
jonas
2015-03-05
1
-2
/
+2
*
+ ttai_typedconstbuilder.emit_procdef_const() helper
jonas
2014-10-06
1
-1
/
+10
*
* mark asmsymbols created for procdefs as AT_FUNCTION
jonas
2014-10-06
1
-1
/
+1
*
- removed unused list parameter from emit_string_const_common()
jonas
2014-10-06
1
-4
/
+4
*
+ ttai_typedconstbuilder.emit_ord_const() helper
jonas
2014-10-06
1
-0
/
+19
*
* factored out emitting a guid const
jonas
2014-10-06
1
-0
/
+24
*
* factored out emitting a shortstring constant via the typed constant builder
jonas
2014-10-06
1
-0
/
+17
*
* pack ansi/wide/unicodestring "records" at 1 byte so that we don't "pad"
jonas
2014-10-06
1
-1
/
+3
*
* fixed adding padding bytes before anonymous records: the alignment of such
jonas
2014-10-06
1
-106
/
+213
*
* renamed ttai_lowleveltypedconstbuilder to ttai_typedconstbuilder
jonas
2014-10-06
1
-39
/
+39
*
* moved the recording of aggregate type information during typed constant
jonas
2014-10-06
1
-11
/
+310
*
* emit alignment directive in the typed constant builder when starting a new
jonas
2014-10-06
1
-1
/
+3
*
* split up specifying the type of the section of a typed constant and whether
jonas
2014-10-06
1
-13
/
+21
*
* create the recorddef at the start when building an anonymous recorddef,
jonas
2014-10-06
1
-8
/
+9
*
+ added missing begin_anonymous_record() for widestring constants (undetected
jonas
2014-10-06
1
-0
/
+1
*
- removed tck_simple_procvar2proc, instead use
jonas
2014-08-19
1
-5
/
+3
*
* fixed ansi/unicodestring constants on non-llvm/darwin platforms after
jonas
2014-08-13
1
-3
/
+10
*
* migrated the handling of ansi/unicodestring constants to the high level
jonas
2014-08-06
1
-0
/
+161
*
* only start a new object file for typed const data if we are instructed
jonas
2014-08-06
1
-2
/
+4
*
* separate methods to get the size of the ansistring/unicode header and to
jonas
2014-08-06
1
-7
/
+18
[next]