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
/
hlcg2ll.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* patch by Marģers to unify internal error numbers, resolves #37888
florian
2020-10-13
1
-1
/
+1
*
+ introduce tcgobj.a_loadfpu_reg_intreg
florian
2020-09-12
1
-13
/
+1
*
* handle LOC_(C)SUBSETREG/REF in second_NegNot_assign
nickysn
2020-05-07
1
-0
/
+30
*
* suppress warning for targets without MM registers
florian
2019-06-11
1
-0
/
+4
*
* fix case completeness and unreachable code warnings in compiler that would
jonas
2019-05-12
1
-0
/
+6
*
* fix for r41416: 64 bit values on 32 bit platforms can of course also be
jonas
2019-02-28
1
-1
/
+1
*
* don't use cg64.a_load64_loc_cgpara() for 64 bit records passed in
jonas
2019-02-23
1
-2
/
+3
*
* first step towards supporting 32 bit targets with the LLVM code generator:
jonas
2019-01-29
1
-5
/
+614
*
* fixed thlcg2ll.location_force_mmregscalar() after r40633
jonas
2019-01-08
1
-0
/
+1
*
* make the size parameter of thlcgobj.location_force_mmregscalar() a
jonas
2018-12-24
1
-2
/
+2
*
+ implementation of the vectorcall calling convention by J. Gareth Moreton
florian
2018-02-11
1
-0
/
+2
*
* removed unused units
florian
2017-05-09
1
-5
/
+5
*
+ added volatility information to all memory references
jonas
2016-11-27
1
-4
/
+4
*
* various memory reference alignment fixes
jonas
2016-09-20
1
-4
/
+4
*
* have regvars in address registers for defs which are address types. improve...
karoly
2016-05-01
1
-1
/
+1
*
removed a redundant zero extension from location_force_reg, which occured if ...
karoly
2015-12-13
1
-1
/
+0
*
* replaced current_procinfo.currtrue/falselabel with storing the true/false
jonas
2015-08-27
1
-7
/
+7
*
* synchronised with trunk till r30240
jonas
2015-03-15
1
-1
/
+18
|
\
|
*
* support thlcg2ll.gen_loadfpu_loc_cgpara() from LOC_REGISTER to
jonas
2015-03-14
1
-1
/
+18
*
|
* synchronized with privatetrunk till r30095
jonas
2015-03-05
1
-3
/
+4
|
\
\
|
|
/
|
*
* moved x86-specific requirements from the generic bsr/bsf code to the
jonas
2015-02-23
1
-3
/
+3
|
*
Avoid Internal Error 200310121 with -O3 for test/units/system/tabs.pp with pp...
pierre
2014-11-23
1
-0
/
+1
*
|
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
jonas
2014-08-19
1
-12
/
+0
*
|
* moved all g_exception_*() methods to hlcgobj and cleaned them up (no more
jonas
2014-08-19
1
-7
/
+0
*
|
* converted new_exception to hlcgobj
jonas
2014-08-10
1
-0
/
+8
*
|
* synchronised with r28168 of trunk
jonas
2014-07-05
1
-4
/
+10
|
\
\
|
|
/
|
*
* Load double-precision locations from integer registers directly into cgpara...
sergei
2014-06-30
1
-4
/
+10
*
|
* synchronized with trunk up to r27758
jonas
2014-05-12
1
-7
/
+5
|
\
\
|
|
/
|
*
* 16/8-bit alu fix in thlcg2ll.location_force_reg for the 32->64 conversion o...
nickysn
2014-04-25
1
-1
/
+1
|
*
* avoid internal error if an empty record is assigned to a function result, r...
florian
2014-03-21
1
-0
/
+4
|
*
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
jonas
2014-03-10
1
-6
/
+0
*
|
* pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, as
jonas
2014-03-06
1
-6
/
+7
|
/
*
* a_call_ref functionality cannot be implemented efficiently at code generato...
sergei
2014-02-03
1
-6
/
+0
*
* generate shorter code on 8-bit and 16-bit CPUs in thlcg2ll.location_force_reg,
nickysn
2013-12-29
1
-3
/
+11
*
* generate shorter code on 8 and 16-bit CPUs in thlcg2ll.location_force_reg,
nickysn
2013-12-29
1
-2
/
+5
*
* fixes for 16 and 8-bit ALUs in thlcg2ll.location_force_reg for the cases when
nickysn
2013-12-29
1
-3
/
+3
*
- removed duplicate thlcg2ll a_label method (it's declared the same in
jonas
2013-11-10
1
-8
/
+0
*
+ def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated
jonas
2013-06-02
1
-63
/
+21
*
* renamed getmmcgsize to getintmmcgsize + comment
jonas
2013-06-01
1
-11
/
+14
*
* renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef
jonas
2013-06-01
1
-2
/
+2
*
* changed checks for support of opmm* calls in hlcg2ll from mms_movescalar
jonas
2013-06-01
1
-4
/
+4
*
- removed no longer necessary thlcg2ll.initialize_regvars override and
jonas
2013-05-31
1
-22
/
+0
*
+ support for LOC_(C)MMREGISTER in hlcg
jonas
2013-05-31
1
-43
/
+199
*
* yet another 8/16-bit ALU fix in thlcg2ll.location_force_reg
nickysn
2013-03-17
1
-1
/
+6
*
high level code generator: const types changed from aint to tcgint to avoid p...
nickysn
2013-03-09
1
-24
/
+24
*
16-bit and 8-bit alu fix in thlcg2ll.location_force_reg
nickysn
2013-03-08
1
-4
/
+4
*
* fix register method pointer for ppc64 and x86_64-linux
florian
2012-09-07
1
-1
/
+1
*
+ support for handling OS_128/OS_S128 on 64 Bit CPUs as far as needed for met...
florian
2012-09-06
1
-8
/
+18
*
* don't force parameters into memory when loading them if both have the size ...
florian
2012-09-06
1
-1
/
+1
*
+ track usage of flags by using a new register RS_/NR_DEFAULTFLAGS
florian
2012-08-22
1
-2
/
+8
[next]