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
/
symtable.pas
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* fix cycling by correctly handling the case that the global symtable of a pr...
svenbarth
2016-09-02
1
-1
/
+7
*
* addsymref: do not directly check the top level symtable against the current...
svenbarth
2016-09-02
1
-2
/
+4
*
* don't print "parameter not used" hints for abstract methods (mantis #30431)
jonas
2016-08-12
1
-1
/
+3
*
Reset static recorddef variables to nil in InitSymtable, avoid crashes in Te...
pierre
2016-07-26
1
-0
/
+7
*
Fix for Mantis #30357.
svenbarth
2016-07-08
1
-0
/
+2
*
- removed unused tllvmshadowsymtable.recordalignmin field
jonas
2016-06-30
1
-1
/
+0
*
* only free the llvm shadow symtable when the original symtable will
jonas
2016-06-15
1
-1
/
+2
*
* skip static fields while constructing the LLVM shadow symtable for structs
jonas
2016-06-12
1
-3
/
+7
*
+ new utility routine to print all parameter declarations for a specified sys...
svenbarth
2016-06-03
1
-0
/
+13
*
Partial merge of r28846 (without the global assembler symbols)
svenbarth
2016-04-12
1
-1
/
+4
*
* use is_objccategory() instead of just checking for oo_is_classhelper when
jonas
2016-03-06
1
-1
/
+1
*
Merged revision(s) 28689 from branches/svenbarth/packages:
svenbarth
2016-01-22
1
-4
/
+4
*
* handle typed constant definitions of variant records using different fields
jonas
2015-12-25
1
-2
/
+14
*
* add padding byte fields all as unsigned, as that is also how we
jonas
2015-12-25
1
-2
/
+2
*
* moved tllvmshadowsymtable items default property from private to public
jonas
2015-12-25
1
-1
/
+2
*
* treat records with {$packrecords c} the same as other records for LLVM
jonas
2015-12-25
1
-8
/
+6
*
* fixed another case of endless recursion in
jonas
2015-12-08
1
-3
/
+3
*
* handle bitpacked ordinal fields whose size is a multiple of 8 bits the same
jonas
2015-12-02
1
-2
/
+1
*
* don't overwrite the curroffset field while adding bytes for bitpacked fields
jonas
2015-12-02
1
-3
/
+3
*
* fixed the number of bytes added for packed record ordinal fields in the
jonas
2015-12-01
1
-5
/
+8
*
* Removed unused local vars.
yury
2015-11-26
1
-1
/
+0
*
symtable.pas, is_visible_for_object:
svenbarth
2015-11-21
1
-0
/
+21
*
o basic extended pascal support:
florian
2015-11-15
1
-1
/
+1
*
* don't use symid anymore as fallback when sorting fields, as it's no longer
jonas
2015-10-26
1
-1
/
+8
*
* only write the parts of the unit localsymtables that are actually needed:
jonas
2015-10-25
1
-16
/
+108
*
* cast hsym with the correct type, should resolve issue #28862
florian
2015-10-22
1
-1
/
+1
*
Introduce tabstractsubsymtable class that uses subentryid to use it also for...
pierre
2015-09-23
1
-6
/
+16
*
* fixed skipping if intermediate fields in llvm shadow symtable
jonas
2015-09-12
1
-1
/
+1
*
symtable.pas, tparasymtable:
svenbarth
2015-09-11
1
-0
/
+1
*
* factored out getting a previously created internal type by name
jonas
2015-07-30
1
-0
/
+22
*
* index the llvm shadow symtable with a fieldvarsym rather than with the
jonas
2015-06-13
1
-4
/
+4
*
o fixes handling of iso i/o parameters/program parameters:
florian
2015-05-01
1
-0
/
+8
*
* fixed endless recursion in tabstractrecorddef.contains_float_field() in
jonas
2015-04-16
1
-1
/
+3
*
* store the to be used recordalignmin and maxcrecordalign settings inside
jonas
2015-03-27
1
-14
/
+21
*
* synchronised with trunk till r30240
jonas
2015-03-15
1
-15
/
+50
|
\
|
*
* has_single_field() now looks recursively into fields that are aggregate
jonas
2015-03-14
1
-15
/
+50
*
|
* synchronized with privatetrunk till r30095
jonas
2015-03-05
1
-19
/
+64
|
\
\
|
|
/
|
*
Avoid warning for function not set if noreturn modifier is used
pierre
2015-02-15
1
-0
/
+1
|
*
* synchronised with trunk till r29513
blocks
jonas
2015-01-21
1
-19
/
+46
|
|
\
|
|
*
* also give a warning when a field masks an identifier from a category
jonas
2015-01-17
1
-2
/
+3
|
|
*
* give a warning instead of an error if a parameter or local variable in a
jonas
2015-01-17
1
-9
/
+20
|
|
*
Fix for Mantis #26483. This regression was introduced by famous revision 2786...
svenbarth
2015-01-16
1
-6
/
+12
|
|
*
* write better hint message about the first occurence of an identifuer in cas...
florian
2015-01-04
1
-1
/
+8
|
|
*
* check for duplicate identifiers when inserting union symtables into the
jonas
2014-10-14
1
-2
/
+2
|
*
|
- reverted partial commit of merge
jonas
2015-01-21
1
-46
/
+19
|
*
|
* synchronised with trunk r29513
jonas
2015-01-21
1
-19
/
+46
|
*
|
* changed the syntax for block procvars from "xxx is block" to
jonas
2014-07-18
1
-1
/
+20
*
|
|
* return the next field from tabstractrecordsymtable.findfieldbyoffset() if
jonas
2014-10-06
1
-1
/
+8
*
|
|
* synchronised with trunk up till r28402
jonas
2014-08-13
1
-5
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix for Mantis #26456.
svenbarth
2014-07-20
1
-1
/
+3
|
|
/
[prev]
[next]