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
/
jvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
* associate debug information for local variables with the second instead of
jonas
2014-12-16
1
-6
/
+38
*
+ change always floating point divisions into multiplications if they are a p...
florian
2014-11-16
1
-0
/
+3
*
* boolean constant instead of IFDEFs for detection of microcontroller support
hajny
2014-11-10
1
-0
/
+17
*
* fixed DFA warnings for JVM target
karoly
2014-08-20
5
-4
/
+17
*
* changed forcesize parameter of tgobj.gethltemp() from aint into asizeint,
jonas
2014-08-18
1
-2
/
+2
*
* when creating a bare procdef copy, don't copy the funcret parameter.
jonas
2014-07-18
1
-0
/
+3
*
* fixes for the support for overriding properties on the JVM target:
jonas
2014-06-14
1
-38
/
+22
*
* remove "override" from automatically getter/setter if it's based upon an
jonas
2014-06-14
1
-0
/
+1
*
* don't generate a getter/setter if no explicit prefix has been specified
jonas
2014-06-14
1
-1
/
+2
*
* pstring -> pshortstring (fix for r27940)
jonas
2014-06-14
1
-1
/
+1
*
* support for raising the visibility of inherited properties on the JVM
jonas
2014-06-12
1
-16
/
+81
*
* factored out associating properties with their getters/setters/fiels
jonas
2014-06-12
2
-292
/
+332
*
* insert JVM checkcast instructions when a voidpointer is implicitly
jonas
2014-05-10
1
-1
/
+7
*
* changed tcallnode.fforcedprocname from shortstring into tsymstr,
jonas
2014-05-10
1
-1
/
+1
*
Fix a typo. The CPU specific version of "ttypesym" should be called "tcputype...
svenbarth
2014-04-11
1
-3
/
+3
*
* changed the severity of messages showing overloaded routines with all
jonas
2014-04-10
1
-2
/
+2
*
* check all overloaded routines for mangled name conflicts on the JVM
jonas
2014-04-10
1
-1
/
+42
*
* moved pbestrealtype from symdef to symcpu
jonas
2014-04-01
1
-0
/
+4
*
* moved jvm-specific classdef-related fields from tenumdef to a platform-
jonas
2014-04-01
11
-26
/
+71
*
+ added class reference types of the architecture-specific t*def/t*sym
jonas
2014-03-30
1
-0
/
+33
*
* moved jvm tprocdef name mangling to jvm-specific descendant class
jonas
2014-03-30
1
-2
/
+119
*
* moved jvm-specific exprasm field from tprocdef to jvm-specific descendant
jonas
2014-03-30
4
-8
/
+23
*
* moved ifdef'd jvm code from tprocvardef to jvm-specific descendant
jonas
2014-03-30
8
-35
/
+83
*
* moved all jvm-specific code from symsym to jvm/symcpu
jonas
2014-03-30
1
-0
/
+72
*
+ support overriding tdef/tsym methods with target-specific functionality:
jonas
2014-03-29
5
-29
/
+205
*
+ added method reference_reset_base with support for different pointer types to
nickysn
2014-03-28
1
-5
/
+5
*
* removed ifdef jvm from ncgvmt
jonas
2014-03-16
2
-1
/
+53
*
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
jonas
2014-03-16
1
-0
/
+7
*
* migrated JVM-specific second_nil_to_methodprocvar code to njvmcnv
jonas
2014-03-16
1
-0
/
+12
*
* renamed fobjcforcedprocname to fforcedprocname and also use it for the
jonas
2014-03-16
1
-0
/
+4
*
* moved jvm-specific tarrayreftype from cgutils to jvm/cpubase
jonas
2014-03-16
2
-1
/
+10
*
* set imaginary register start for JVM at register number 2, since there
jonas
2014-03-04
1
-3
/
+3
*
* fixed indentation of stack slot allocation debug statements
jonas
2014-01-15
1
-1
/
+1
*
* always use a new register for array indices modified by a constant,
jonas
2014-01-15
1
-5
/
+2
*
* convert array indices always to s32int, because that is the index type used
jonas
2014-01-15
1
-0
/
+8
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
4
-2
/
+12
*
* Function tjvmaddnode.cmpnode2topcmp is, in fact, not specific to any target...
sergei
2013-11-28
1
-29
/
+0
*
* fixed compilation after r25847 (mantis #25237)
jonas
2013-10-27
2
-2
/
+2
*
Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr...
svenbarth
2013-10-25
2
-3
/
+3
*
Implement support for saving and restoring address registers.
svenbarth
2013-10-05
1
-0
/
+1
*
* fixed compilation of length(unicode/ansistring) on JVM target after r25499
jonas
2013-09-24
1
-1
/
+1
*
* fixed a_op_*_reg() for OP_NOT/OP_NEG (due to the register allocation the
jonas
2013-09-04
1
-6
/
+4
*
+ -CTinitlocals switch for the JVM that initialises all local variables
jonas
2013-08-29
1
-4
/
+76
*
* when automatically generating an overriding getter/setter method (because
jonas
2013-08-06
1
-1
/
+18
*
Fix jvm compiler compilation failure after rev 25013
pierre
2013-07-02
3
-7
/
+8
*
* add a tdef to each parameter location and set it for all target
jonas
2013-06-02
1
-0
/
+15
*
* fixed compilation after r24661 (added dummy overloads for newly
jonas
2013-06-01
1
-2
/
+38
*
* merge i8086 branch by Nikolay Nikolov
florian
2013-04-25
1
-36
/
+36
|
\
|
*
* updated aint to tcgint in jvm/hlcgcpu.pas as well (needed after r23761)
nickysn
2013-03-31
1
-36
/
+36
*
|
* override tcgraisenode.pass_1 so that the JVM raise support will keep
jonas
2013-04-22
1
-1
/
+11
[next]