nickysn
|
8512f8240e
+ enable constant propagation across 2-parameter inc()/dec() calls
|
8 years ago |
nickysn
|
012153201a
* moved the conversion of "x:=x op k" to inline nodes to a separate optimization
|
8 years ago |
michael
|
3655388cae
* Fix bug #31719
|
8 years ago |
Jonas Maebe
|
aa82e00615
* fixed check to determine whether a record parameter can be subscripted
|
8 years ago |
nickysn
|
0f010430cc
+ better precision in determining the registers, read by mul/imul/div/idiv in
|
8 years ago |
nickysn
|
916c09af55
+ also check the register type when checking for specific integer registers in
|
8 years ago |
nickysn
|
618b6292ee
+ support testing for individual bits from the x86 flags register in i386's
|
8 years ago |
nickysn
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
michael
|
3c53796044
* Fix memleak in case only a selection of tests is run
|
8 years ago |
nickysn
|
5f66f5cebb
+ distinguish between x86 flags subregisters: flags, eflags and rflags
|
8 years ago |
nickysn
|
65977f9f27
+ implemented OP_ROL and OP_ROR in tcg8086.a_op_reg_reg and .a_op_reg_ref
|
8 years ago |
michael
|
5d75dd6a32
* Support for escaped keywords using & ( bug ID #31708)
|
8 years ago |
michael
|
f5b8292b6e
* Fix bug #31709
|
8 years ago |
michael
|
2b67d4c727
* Fix previous test
|
8 years ago |
michael
|
60de96894a
* Fix bug ID #31710: var,const,type sections can be empty in a class.
|
8 years ago |
michael
|
874d6b0a09
* Fix bug ID #31710: var,const,type sections can be empty in a class.
|
8 years ago |
marco
|
5d317a4e46
* manual CSE for fcomponents[i] in FindComponent, mantis #31628
|
8 years ago |
nickysn
|
8c200fcfba
+ implemented OP_SHR,OP_SHL,OP_SAR,OP_ROL and OP_ROR in tcg8086.a_op_const_ref
|
8 years ago |
pierre
|
c2ec612f1f
Makefiel regenerated after commit 35943: Add testppudump rule in tests/tstunits directory
|
8 years ago |
pierre
|
ca23830b56
Add testppudump rule in tests/tstunits directory
|
8 years ago |
michael
|
e4184e0561
* Patch from Denis Kozlov to fix find in case of non-sorted list
|
8 years ago |
nickysn
|
5393daa994
+ added compile time const evaluation for Bsf/Bsr(const) as well
|
8 years ago |
Mattias Gaertner
|
da8e72b4fe
fcl-passrc: scanner: added option po_CheckModeswitches to stop on unknown modeswitch, default off
|
8 years ago |
Mattias Gaertner
|
89b839d341
pastojs: set Scanner.AllowedModeSwitches
|
8 years ago |
Mattias Gaertner
|
dbbeec54de
fcl-passrc: scanner: added property AllowedModeSwitches
|
8 years ago |
nickysn
|
32395bbcbb
+ added compile time const evaluation optimization for PopCnt(const)
|
8 years ago |
nickysn
|
9a1812dfd9
+ optimize OP_XOR by 0 to OP_NONE in optimize_op_const
|
8 years ago |
nickysn
|
50b1c9c088
+ implemented 32-bit OP_SHR,OP_SHL and OP_SAR in tcg8086.a_op_reg_ref
|
8 years ago |
pierre
|
d6bf9e03ec
Add missing management operator options to ppudump
|
8 years ago |
michael
|
4d6174f9ef
* Fix bug ID #31702, no semicolon required before finalization
|
8 years ago |