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
/
optcse.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* updated comments to reflect latest changes to cse
florian
2012-08-09
1
-7
/
+2
*
* -O4 switch for optimizations which are correct but which might have une...
florian
2012-08-09
1
-5
/
+20
*
* the transformation (a or/and b) or/and c into a or/and (b or/and c) can be ...
florian
2012-08-08
1
-2
/
+3
*
+ introduce -Oofastmath
florian
2012-08-08
1
-2
/
+16
*
* replace is_written by using actualtargetnode
florian
2012-08-06
1
-9
/
+1
*
+ cse across assignment operator fixed and enabled
florian
2012-08-05
1
-2
/
+14
*
* try to transform the tree to be able to do better cse
florian
2012-07-29
1
-2
/
+48
*
+ be able to handle CSE's of records/arrays/objects
florian
2012-07-29
1
-37
/
+71
*
* Avoid pointer typecast warning
pierre
2011-06-29
1
-1
/
+1
*
+ introduces vo_volatile for variables, the node cse optimizer takes care of it
florian
2011-01-30
1
-3
/
+7
*
+ apply cse on load parent frame pointer nodes
florian
2010-09-27
1
-2
/
+3
*
* Suppress warnings
pierre
2010-08-24
1
-4
/
+4
*
* revert wrong commits
pierre
2010-08-10
1
-4
/
+4
*
* Add external linker possibility for windows x86_64 compiler
pierre
2010-08-10
1
-4
/
+4
*
* don't try to create cse on void resultdefs, resolves #16488
florian
2010-06-03
1
-0
/
+14
*
* don't do cse on simple local/para variables
florian
2010-01-21
1
-2
/
+12
*
* cleaned up cse code
florian
2010-01-17
1
-58
/
+0
*
* handle short boolean evaluation correctly when doing node cse
florian
2010-01-17
1
-7
/
+63
*
* contiued to fix node cse, the insertation location for the temp. assignment...
florian
2010-01-10
1
-9
/
+42
*
* rewrote node cse, needs still testing and bug fixing
florian
2010-01-10
1
-111
/
+91
*
* continued on node cse
florian
2009-12-29
1
-61
/
+100
*
* search also nested common subexpressions on node level
florian
2009-12-29
1
-5
/
+8
*
* fixed some crashes
florian
2007-09-20
1
-32
/
+42
*
* some node optimizer stuff cleaned up
florian
2007-04-15
1
-2
/
+0
*
* docompare -> isequal
jonas
2007-03-13
1
-1
/
+1
*
+ more cse invariant nodes added
florian
2007-03-12
1
-1
/
+3
*
* Merged 2.3 branch changes:
jonas
2007-03-04
1
-2
/
+166
*
* remove ttype
peter
2006-10-29
1
-3
/
+3
*
* fixed some small problems in loop unrolling
florian
2005-06-19
1
-0
/
+23
*
* node optimizer branch merged
florian
2005-06-19
1
-0
/
+56