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
...
*
* initialize ovloc.loc in a_op*checkoverflow
jonas
2012-10-21
1
-0
/
+2
*
* cleanup some unused units from uses clauses
florian
2012-09-21
1
-2
/
+2
*
* fix methodpointers in registers on big endian targets
florian
2012-09-09
1
-2
/
+6
*
+ track usage of flags by using a new register RS_/NR_DEFAULTFLAGS
florian
2012-08-22
1
-1
/
+5
*
* support referencing "result" in nostackframe pure assembler routines if
jonas
2012-08-21
1
-2
/
+3
*
* fixed memory leaks in the compiler introduced in r21862 by marking and
jonas
2012-07-23
1
-0
/
+1
*
* moved setting the call result to a separate method, so it can still be
jonas
2012-07-12
1
-14
/
+14
*
* converted tcg.g_releasevaluepara_openarray() to thlcg
jonas
2012-07-11
1
-1
/
+15
*
* converted tcg.g_copyvaluepara_openarray() to thlcg
jonas
2012-07-11
1
-1
/
+66
*
* let thlcg.a_call_name() return the tcgpara representing the function
jonas
2012-07-11
1
-22
/
+45
*
* moved g_test_self() from cgobj to hlcgobj
jonas
2012-07-11
1
-1
/
+21
*
Create .ent/.end pair for mips/mipsel and alpha
pierre
2012-07-04
1
-0
/
+11
*
* migrated g_copyshortstring, g_incrrefcount and g_array_rtti_helper to thlcg
jonas
2012-06-24
1
-6
/
+121
*
* removed superfluous (de)allocallcpuregisters calls
jonas
2012-06-24
1
-4
/
+0
*
+ also specify the parameter def when allocating a parameter via
jonas
2012-06-24
1
-4
/
+164
*
* use tcgpara.def instead of extra size parameters
jonas
2012-06-24
1
-8
/
+8
*
* properly handle loading a value from a larger to a smaller subsetreg
jonas
2012-06-21
1
-5
/
+15
*
* converted code to trash variables (-gt) to operate at the node tree level,
jonas
2012-05-26
1
-49
/
+2
*
- removed g_indirect_sym_load() from hlcgobj/hlcg2ll because this cgobj
jonas
2012-05-26
1
-1
/
+0
*
* disable range/overflow checking for subsetreg/ref code, to prevent
jonas
2012-05-24
1
-0
/
+5
*
* merged AIX changes from ncgutil.gen_proc_symbol_end() into
jonas
2012-05-19
1
-2
/
+5
*
* fixed compilation for high level code generator targets after r21287
jonas
2012-05-15
1
-2
/
+2
*
* support LOC_(C)SUBSETREG/REF in thlcgobj.a_load_loc_ref() (should fix
jonas
2012-05-15
1
-4
/
+2
*
* moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for
jonas
2012-05-13
1
-166
/
+1187
*
* adjusted thlcg.g_rangecheck() implementation so it can be used for all
jonas
2012-05-08
1
-4
/
+14
*
* changed ref parameter of thlcgobj.a_call_ref() into a const parameter
jonas
2012-04-29
1
-2
/
+2
*
+ generic implementation of thlcgobj.a_call_ref()
jonas
2012-04-28
1
-1
/
+17
*
* merged trunk up to r20882
jonas
2012-04-15
1
-17
/
+54
*
* created generic version of thlcgobj.g_reference_loc() and only override
jonas
2012-02-20
1
-1
/
+52
*
* support g_call_system_proc() inside the system unit for routines whose
jonas
2011-08-28
1
-0
/
+3
*
* prevent internal errors when calling location_force_mem() for
jonas
2011-08-20
1
-1
/
+7
*
+ support for range checking calculations with hlcgobj
jonas
2011-08-20
1
-4
/
+206
*
* when the user calls initialize(), force initialization to happen on the
jonas
2011-08-20
1
-1
/
+1
*
* also free the regular code generator when freeing the hl code generator
jonas
2011-08-20
1
-0
/
+1
*
+ symansistr conditional define that, when activated, makes the symbol/
jonas
2011-08-20
1
-5
/
+5
*
- removed superfluous check that could use uninitialized location
jonas
2011-08-20
1
-2
/
+0
*
* fixed copy/paste errors in a_op_reg_ref() from a_op_ref_reg()
jonas
2011-08-20
1
-6
/
+5
*
+ dummy support for untyped var/const/out parameters on the JVM target
jonas
2011-08-20
1
-1
/
+2
*
* moved gen_entry_code/gen_exit_code from ncgutil to hlcgobj,
jonas
2011-08-20
1
-0
/
+54
*
* migrated gen_initialize_code and gen_finalize_code from ncgutil to
jonas
2011-08-20
1
-3
/
+314
*
* removed a bunch of cg. and hlcg. prefixes (left-overs from migrations
jonas
2011-08-20
1
-11
/
+11
*
* moved de2regtyp() from defutil to hlcgobj, so it can be overridden
jonas
2011-08-20
1
-0
/
+37
*
+ thlcgobj support of the managed open array initialization fixes of
jonas
2011-08-20
1
-9
/
+47
*
+ support for regular arrays and open arrays
jonas
2011-08-20
1
-9
/
+122
*
* removed unused local variables
jonas
2011-08-20
1
-1
/
+0
*
+ "reference" temps that sort of implement pointer-style functionality for
jonas
2011-08-20
1
-0
/
+9
*
+ gethltemp() to allocate a temp specifying full type information even
jonas
2011-08-20
1
-7
/
+7
*
+ thlcgobj.location_force_fpureg() implementation
jonas
2011-08-20
1
-1
/
+20
*
+ hlcg implementation of gen_load_para_value(); no support yet for copying
jonas
2011-08-20
1
-0
/
+127
*
* made internalerror unique
jonas
2011-08-20
1
-1
/
+1
[prev]
[next]