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
/
hlcgobj.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
jonas
2014-08-19
1
-1
/
+6
*
* record the alignment of temps, and set it when creating a reference based
jonas
2014-08-19
1
-1
/
+1
*
* moved creating a reference based on a ttemprecord to a new virtual method
jonas
2014-08-19
1
-4
/
+13
*
* separate tracking the def of a temp and whether or not it needs to be
jonas
2014-08-19
1
-2
/
+4
*
* moved all g_exception_*() methods to hlcgobj and cleaned them up (no more
jonas
2014-08-19
1
-0
/
+44
*
* converted new_exception to hlcgobj
jonas
2014-08-10
1
-0
/
+16
*
+ thlcgobj.a_loadfpu/mm_loc_ref()
jonas
2014-08-10
1
-0
/
+55
*
+ support floating point reference -> integer parameter transfer in
jonas
2014-08-10
1
-14
/
+12
*
* fixed the type specified to reference_reset_base() in
jonas
2014-08-10
1
-1
/
+1
*
* generate the callerside para/return location info in g_call_system_proc,
jonas
2014-07-12
1
-0
/
+2
*
* fixed missing bracket in comment
jonas
2014-07-04
1
-1
/
+1
*
+ new chlcgobj class reference variable that can be used to call thlcg*
jonas
2014-07-03
1
-0
/
+5
*
* changed hlcgobj.def2reg() into a class method so it can also be called
jonas
2014-07-01
1
-2
/
+2
*
* use hlcgobj methods in maybe_change_load_node_reg
jonas
2014-07-01
1
-2
/
+2
*
* synchronized with trunk up to r27758
jonas
2014-05-12
1
-25
/
+294
|
\
|
*
- rm the ifdef cpu16bitalu and cpu64bitalu from thlcgobj.a_load_ref_cgpara,
nickysn
2014-04-26
1
-1
/
+1
|
*
* Call fpc_shortstr_to_shortstr instead of fpc_shortstr_assign. It is the sam...
sergei
2014-04-20
1
-7
/
+7
|
*
Fix for Mantis #19697. For this we need to have the internal static var symbo...
svenbarth
2014-04-04
1
-1
/
+7
|
*
+ added method reference_reset_base with support for different pointer types to
nickysn
2014-03-28
1
-11
/
+34
|
*
* internalerror unified
florian
2014-03-21
1
-1
/
+1
|
*
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
jonas
2014-03-16
1
-4
/
+243
|
*
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
jonas
2014-03-10
1
-1
/
+1
*
|
+ support for MMREGISTER -> FPUREGISTER transfers in hlcgobj
jonas
2014-03-06
1
-1
/
+1
*
|
* separate virtual method for loading the function result para (needed by
jonas
2014-03-06
1
-5
/
+8
*
|
* pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, as
jonas
2014-03-06
1
-40
/
+40
*
|
* synchronised with trunk up till r26975
jonas
2014-03-06
1
-29
/
+16
|
\
\
|
|
/
|
*
* thlcgobj.a_load_regconst_subsetreg_intern takes care if the whole register ...
florian
2014-02-16
1
-2
/
+8
|
*
* Moved generation of .ent/.end directives out of generic code generator.
sergei
2014-02-12
1
-10
/
+0
|
*
+ Added compiler support for mipsel-android target.
yury
2014-02-06
1
-1
/
+1
|
*
* a_call_ref functionality cannot be implemented efficiently at code generato...
sergei
2014-02-03
1
-17
/
+0
|
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+8
*
|
* factored out setlocalloc and the code to set the initial paravarsym
jonas
2013-11-11
1
-2
/
+29
*
|
+ LLVM temp allocator based on new R_TEMPREGISTER register class. For every
jonas
2013-11-11
1
-0
/
+8
*
|
* converted program termination to compilerproc/hlcg
jonas
2013-11-11
1
-1
/
+1
*
|
* converted unit initialization to compilerproc/hlcg
jonas
2013-11-11
1
-9
/
+4
|
/
*
* added a safety check to gen_load_cgpara_loc()
jonas
2013-11-10
1
-5
/
+9
*
- removed commented out duplicate thlcg.getmmregister()
jonas
2013-10-31
1
-6
/
+0
*
+ arm: tsettings.instructionset
florian
2013-08-25
1
-1
/
+1
*
* Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Havin...
sergei
2013-08-23
1
-4
/
+4
*
+ full support for parameter passing in the high level code generator
jonas
2013-06-02
1
-39
/
+170
*
+ def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated
jonas
2013-06-02
1
-20
/
+6
*
* use the correct type (pointer to object type) when loading the function
jonas
2013-06-02
1
-5
/
+15
*
* renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef
jonas
2013-06-01
1
-36
/
+10
*
+ support for LOC_(C)MMREGISTER in hlcg
jonas
2013-05-31
1
-82
/
+175
*
+ generate thumb_func directives for thumb as well
florian
2013-04-29
1
-1
/
+1
*
* fixed bug in thlcgobj.g_array_rtti_helper introduced in the previous commit
nickysn
2013-04-21
1
-1
/
+1
*
* initial support for system procs that use calling conventions that push lef...
nickysn
2013-04-21
1
-19
/
+84
*
high level code generator: const types changed from aint to tcgint to avoid p...
nickysn
2013-03-09
1
-36
/
+36
*
compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...
paul
2013-01-16
1
-1
/
+1
*
* pass the procdef to getintparaloc instead of only the proccalloption, so
jonas
2013-01-06
1
-65
/
+76
[next]