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
/
nbas.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ new parser-only node class to handle Delphi-mode inline specializations
svenbarth
2015-09-11
1
-0
/
+40
*
* Improved handling of registers used in assembler blocks. Assembler nodes no...
sergei
2015-02-25
1
-4
/
+2
*
* remove statements with only a nothing node when they are the only children ...
florian
2015-02-04
1
-10
/
+22
*
* changed the "laststatement" parameter of internalstatements() from "var"
jonas
2014-07-18
1
-2
/
+2
*
* take care of dyn. arrays in cse
florian
2014-02-08
1
-1
/
+2
*
* run CheckAndWarn to get proper locations for warnings about uninitialized v...
florian
2013-12-01
1
-7
/
+10
*
* mark the node which is the entry of the user code with a flag
florian
2013-11-10
1
-1
/
+1
*
* keep managed types in registers if possible. Under certain circumstances (i...
florian
2013-06-23
1
-1
/
+4
*
+ Determine early (before pass 2) whether managed parameters/locals/temps wil...
sergei
2013-06-02
1
-0
/
+4
*
+ support of stackframesize for arm thumb
florian
2013-04-07
1
-0
/
+1
*
+ ttempcreatenode.printnodedata writes tempinitcode node
florian
2013-04-01
1
-0
/
+2
*
* only don't pre-finalize funcret temps that are passed by reference to the
jonas
2012-07-23
1
-1
/
+5
*
+ write temptype when printing tempdelete nodes
florian
2012-07-01
1
-1
/
+1
*
* merged trunk up to r20882
jonas
2012-04-15
1
-3
/
+3
|
\
|
*
o patch by Alexander Shishkin, resolves #20409
florian
2011-10-05
1
-3
/
+3
*
|
* fixed all known memory leaks in the code added for the JVM port
jonas
2011-09-26
1
-4
/
+2
*
|
* moved creating block/statement for reference temps into
jonas
2011-08-20
1
-2
/
+5
*
|
+ "reference" temps that sort of implement pointer-style functionality for
jonas
2011-08-20
1
-3
/
+79
|
/
*
* fixed getcopy order for ttempcreatenode in case it has tempinitcode
jonas
2011-07-18
1
-10
/
+10
*
* use tcgint instead of aint in ttempcreatenode
florian
2011-07-17
1
-7
/
+7
*
* cycling with $R+ fixed
florian
2011-05-28
1
-2
/
+2
*
* moved the initialisation of the nodetree and tai class reference constants
jonas
2010-10-09
1
-17
/
+8
*
* when simplifying ordinal expressions during inlining, keep the resultdef
jonas
2010-10-07
1
-4
/
+4
*
+ initial implementation of iso style gotos in iso mode
florian
2010-08-05
1
-1
/
+1
*
* renamed is_refcounted_type() into is_managed_type(), because it also
jonas
2010-05-22
1
-4
/
+1
*
* set correct expectloc for vectorfpu temps
jonas
2010-05-03
1
-3
/
+9
*
* fixed extended syntax checking {$x-} by moving it from the typecheck pass
jonas
2010-03-27
1
-17
/
+0
*
* add type symbol names to -vp output (patch by Adriaan van Os, mantis
jonas
2010-02-13
1
-4
/
+6
*
+ tempcreate nodes can now take an init. value, this allows to initilialize t...
florian
2010-01-10
1
-3
/
+40
*
* fix writing of goto node to ppu
peter
2008-09-03
1
-14
/
+4
*
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
yury
2008-07-23
1
-1
/
+1
*
* safeguard the nf_block_with_exit flag when simplifying blockn and
jonas
2007-11-04
1
-1
/
+23
*
* remove registers{int/mmx/fpu} from firstpass
peter
2007-09-26
1
-23
/
+1
*
* nf_is_funcret node flag added
peter
2007-09-20
1
-11
/
+2
*
* refactor function result handling
peter
2007-09-18
1
-5
/
+5
*
* use callnodeflag to check if the result of a function is used
peter
2007-09-10
1
-3
/
+2
*
* fixed tests/cg/opt/tretopt, and also in more cases
jonas
2007-09-02
1
-2
/
+3
*
* fixed overload choosing error on 64 bit
jonas
2007-08-29
1
-3
/
+3
*
* changed boolean fields in ttempinfo to a set for easier
jonas
2007-07-29
1
-34
/
+35
*
* fixed calling inline functions (with exit statements) from inside
jonas
2007-07-20
1
-0
/
+14
*
- removed some unused variables
jonas
2007-07-17
1
-2
/
+0
*
* fixed bug #8919.
yury
2007-05-24
1
-1
/
+2
*
+ support for simplifying simple inline functions down to a single
jonas
2007-03-13
1
-0
/
+79
*
* avoid memory leak for copy of withnode in tempnodes
pierre
2007-01-19
1
-0
/
+4
*
* proper initialised/used warnings for variables used
jonas
2007-01-17
1
-6
/
+43
*
* varset support fixed
florian
2006-11-08
1
-0
/
+3
*
* remove tdictionary and tindexarray
peter
2006-11-03
1
-2
/
+2
*
* settings refactored
florian
2006-10-30
1
-2
/
+2
*
* remove ttype
peter
2006-10-29
1
-69
/
+70
*
* string concat changed from function to procedure to
peter
2006-10-02
1
-1
/
+1
[next]