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
/
aoptobj.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ignore alignment entries in FindLabel
florian
2012-09-04
1
-1
/
+1
*
* check also register type in FindRegalloc
florian
2012-08-22
1
-1
/
+3
*
* more consistent updates of used registers
florian
2012-08-22
1
-7
/
+46
*
+ TUsedRegs.Update parameter IgnoreNewAllocs so new allocs of registers can b...
florian
2012-08-22
1
-3
/
+4
*
* changed tregset into tcpuregisterset so it's faster and uses less memory
jonas
2012-06-26
1
-1
/
+1
*
* optimize TAOptObj.UpdateUsedRegs to avoid multiple passes through the asmlist
florian
2012-06-07
1
-2
/
+27
*
* white space
florian
2012-05-15
1
-1
/
+1
*
* fixes FindRegAlloc
florian
2012-05-15
1
-7
/
+29
*
* fixes some issues with reg. allocation information
florian
2012-05-15
1
-10
/
+41
*
* don't remove ait_markers between unconditional jumps and the next label,
jonas
2012-04-29
1
-3
/
+11
*
* completed framework for register usage tracking
florian
2012-04-15
1
-2
/
+47
*
* basics for generic register usage information
florian
2012-04-15
1
-47
/
+114
*
* fix OpsEqual
florian
2012-04-14
1
-1
/
+3
*
* RefsHaveIndexReg -> cpurefshaveindexreg
florian
2012-03-10
1
-8
/
+8
*
* patch by alexvin to replace $ifopt by $push/$pop, resolves #20332
florian
2011-09-25
1
-7
/
+2
*
* fixed a number of missing label reference removals when deleting
jonas
2011-03-03
1
-0
/
+8
*
* fixed range errors in label bookkeeping that caused too much memory to be
jonas
2009-12-23
1
-2
/
+2
*
* fixed wrongly fix of r11444 in r12049
florian
2008-11-12
1
-2
/
+2
*
* fix getlabelwithsym for 64 bit hosts and 32 bit targets
florian
2008-11-11
1
-2
/
+2
*
* Added function result for unimplemented methods to prevent warnings.
yury
2008-07-23
1
-0
/
+6
*
* Fixed 'mixed signed/unsigned' and pointer conversion warnings.
yury
2008-07-23
1
-2
/
+2
*
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
yury
2008-07-23
1
-1
/
+1
*
* Fixed level 2 comment warnings.
yury
2008-07-23
1
-13
/
+13
*
* Removed/ifdefed/commented unused local variables.
yury
2008-07-20
1
-1
/
+7
*
* fixed some warnings about hidden constructors
jonas
2007-01-02
1
-2
/
+2
*
* arm cond. instruction support
florian
2006-11-14
1
-1
/
+1
*
* fixed compilation for non-ARM
jonas
2006-11-14
1
-2
/
+2
*
* properly optimize jumps on ARM
florian
2006-11-14
1
-1
/
+17
*
* remove tdictionary and tindexarray
peter
2006-11-03
1
-4
/
+0
*
* settings refactored
florian
2006-10-30
1
-2
/
+2
*
* remove ifdef fpc
peter
2006-10-07
1
-5
/
+5
*
Merged revisions 2921-2922,2925 via svnmerge from
peter
2006-03-16
1
-10
/
+10
*
* rewrite of optimizer options
peter
2006-03-13
1
-2
/
+2
*
* fixed ppc compilation
jonas
2006-03-05
1
-6
/
+6
*
* changed parameters of references_equal from value to const to
jonas
2006-02-26
1
-1
/
+1
*
* fixed refs bookkeeping of jump labels (fix from Florian in popt386)
jonas
2006-01-08
1
-1
/
+5
*
+ enabled postpeepholeopts phase
jonas
2005-10-12
1
-0
/
+19
*
* cpu-specific overrides of optimizer methods now get called
jonas
2005-10-07
1
-5
/
+14
*
* lineinfo fixed for binary writer
peter
2005-09-19
1
-1
/
+1
*
* support multiple asmlabel types, renamed getlabel to
peter
2005-09-18
1
-2
/
+2
*
* check unconditional jumps to make sure that they actually refer to a
jonas
2005-09-14
1
-3
/
+15
*
* log and id tags removed
fpc
2005-05-21
1
-20
/
+0
*
initial import
fpc
2005-05-16
1
-0
/
+1105