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
/
ncgadd.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* patch by Marģers to unify internal error numbers, resolves #37888
florian
2020-10-13
1
-2
/
+2
*
* factored out the conditions under which add nodes need to perform
jonas
2019-08-03
1
-3
/
+12
*
* first step towards supporting 32 bit targets with the LLVM code generator:
jonas
2019-01-29
1
-5
/
+5
*
* removed unused units
florian
2017-05-09
1
-5
/
+5
*
* add/sub nodes with nf_internal set should not do overflow checking, resolve...
florian
2016-11-13
1
-2
/
+2
*
* converted register_maybe_adjust_setbase() to the high level code generator
jonas
2015-12-05
1
-1
/
+1
*
* Removed lot of unused vars.
yury
2015-09-17
1
-1
/
+1
*
- disabled x86-specific code when using llvm
jonas
2015-09-15
1
-6
/
+6
*
* replaced current_procinfo.currtrue/falselabel with storing the true/false
jonas
2015-08-27
1
-47
/
+11
*
* fixed pointer plus/minus integer on llvm (since a_op_* only gets a single
jonas
2015-03-05
1
-1
/
+1
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+5
*
* Function tjvmaddnode.cmpnode2topcmp is, in fact, not specific to any target...
sergei
2013-11-28
1
-2
/
+30
*
* do not reuse register on x86 either
florian
2013-11-01
1
-38
/
+4
*
+ avx uses add to multiply by 2
florian
2013-06-15
1
-1
/
+0
*
+ support for LOC_(C)MMREGISTER in hlcg
jonas
2013-05-31
1
-1
/
+1
*
* throw an internal error if code generation depends on expectloc but expectl...
florian
2012-08-13
1
-1
/
+5
*
* moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for
jonas
2012-05-13
1
-3
/
+3
*
* merged trunk up to r20882
jonas
2012-04-15
1
-0
/
+7
|
\
|
*
* fixed generic code for subtracting one set from another if both are
jonas
2011-08-20
1
-0
/
+7
*
|
* reorder processing of left/right for add nodes somewhat to make
jonas
2011-08-20
1
-1
/
+1
*
|
+ default implementation for for the *_checkoverflow() methods in case
jonas
2011-08-20
1
-15
/
+17
*
|
* converted all non-x86-specific and non-32bit-specific code to use hlcgobj
jonas
2011-08-20
1
-40
/
+41
|
/
*
* fixed forcing setelementn on the correct side in add nodes
jonas
2011-08-17
1
-4
/
+4
*
* fixed non short boolean evaluation of <64 bit bool> and/or <64 bit bool> on...
florian
2011-06-26
1
-8
/
+23
*
* reintegrate avr branch into trunk, work on avr is less invasive than I thou...
florian
2011-04-19
1
-2
/
+2
*
* fixed and simplified tcgaddnode.second_addsmallset: don't modify
jonas
2010-12-30
1
-14
/
+8
*
* enabled pushing (x87) fpu registers in case too few might be available
jonas
2009-12-05
1
-6
/
+6
*
o added ARM VPFv2/VFPv3 support:
jonas
2009-12-03
1
-9
/
+9
*
* cleanup and simplify the set type handling
peter
2008-03-02
1
-86
/
+69
*
* split cpu64bit compiler define into
jonas
2008-02-13
1
-6
/
+6
*
* one more fix for x86 fpu stack swapping (mantis #10757)
jonas
2008-02-03
1
-1
/
+2
*
* remove registers{int/mmx/fpu} from firstpass
peter
2007-09-26
1
-6
/
+14
*
* fixed compilation on non-x86 after r8617
jonas
2007-09-23
1
-1
/
+1
*
* take care of the used fpu instruction set when saving/restoring function re...
florian
2007-09-23
1
-7
/
+19
*
* Some fixes for r8515:
jonas
2007-09-16
1
-1
/
+4
*
+ support for extra packing of sets whose lower element number
jonas
2007-09-16
1
-5
/
+9
*
- removed/disabled all normalset code (except for bootstrapping), since
jonas
2007-05-20
1
-5
/
+2
*
* new internal set format for big endian systems. Advantages:
jonas
2007-05-19
1
-5
/
+22
*
* several packed array and varset related ies on sparc fixed
florian
2007-03-17
1
-6
/
+7
*
* remove invalid aword typecast
peter
2007-01-22
1
-3
/
+3
*
* a_loadfpu_* gets two size parameters: fromsize and tosize
jonas
2007-01-12
1
-1
/
+1
*
* disable overflow checking when performing pointer arithmetic
jonas
2007-01-05
1
-0
/
+10
*
* renamed nf_swaped to nf_swapped
jonas
2007-01-05
1
-6
/
+6
*
* varset support fixed
florian
2006-11-08
1
-1
/
+1
*
* remove tdictionary and tindexarray
peter
2006-11-03
1
-3
/
+3
*
* settings refactored
florian
2006-10-30
1
-16
/
+16
*
* remove ttype
peter
2006-10-29
1
-22
/
+22
*
+ experimental -Sv option to support vector arithmetics
florian
2006-10-07
1
-0
/
+5
*
* also perform "SSA" for certain loads (currently derefn, righthand side of
jonas
2006-09-10
1
-0
/
+7
*
* fixed compilation on 64 bit CPUs
florian
2006-08-20
1
-1
/
+1
[next]