nickysn
|
1f5aec6d3d
+ make use of the Reg1WriteOverwritesReg2Entirely and Reg1ReadDependsOnReg2
|
8 年之前 |
nickysn
|
c096b1fe6b
* fixed the debug output, generated by -dDEBUG_INSTRUCTIONREGISTERDEPENDENCIES
|
8 年之前 |
florian
|
bfca9d3477
* avr I/O space is always shifted by 32 bytes in memory
|
8 年之前 |
florian
|
39b7f1bffe
* do not write assembler optimizer debug output in avr assembler files
|
8 年之前 |
michael
|
6d4d053744
* Correct bugtraq url
|
8 年之前 |
michael
|
dff39e9ecb
* Fix test case
|
8 年之前 |
nickysn
|
881cb790a9
+ added tests that check side effect removal behaviour for the simplifications
|
8 年之前 |
nickysn
|
7821d729cd
+ a very basic test for correctness for the various simplifications, implemented
|
8 年之前 |
nickysn
|
f65f0b125a
+ optimize sar(0,x) to 0 and sar(-1,x) to -1
|
8 年之前 |
nickysn
|
c028362f31
* added the missing pop directive after the push directive in handle_const_rox
|
8 年之前 |
nickysn
|
855cd616f0
+ optimize rol(0, x) and ror(0, x) to 0; also optimize the case with all ones,
|
8 年之前 |
nickysn
|
de1e0c405e
+ optimize '0 shl x' and '0 shr x' to 0
|
8 年之前 |
nickysn
|
546e993c25
* use resultdef for the type of the resulting zero const from the '0*x' and
|
8 年之前 |
nickysn
|
f26a844b19
* only do the '0*x' and '0 and x' optimization if x has no side effects (except
|
8 年之前 |
Mattias Gaertner
|
142d95e0d2
pastojs: implemented SetLength(string,int)
|
8 年之前 |
nickysn
|
e79f49a2b4
+ mask only the low bits that matter for the const of OP_ROL and OP_ROR in
|
8 年之前 |
Mattias Gaertner
|
a4e26a7222
pastojs: implemented inc/dec for var/out arg
|
8 年之前 |
nickysn
|
f44f2f9194
* do the optimizations in r36027 at level -O3 or higher
|
8 年之前 |
nickysn
|
6d589f415b
* do the left.equals(right) check before might_have_sideeffects, because
|
8 年之前 |
nickysn
|
056e742684
+ enable the internal 8-bit and 16-bit sar on i8086
|
8 年之前 |
nickysn
|
29429cca3c
+ mask the shift/rotate count value in the rol/ror/sar inline nodes, before
|
8 年之前 |
nickysn
|
217d39abf1
* fixed bug in r36027 (I had it fixed already, but accidentally committed the
|
8 年之前 |
nickysn
|
5aeb73b940
+ optimizations (at -O2 level) for (where 'a' is an integer expression, without
|
8 年之前 |
nickysn
|
ed984e0c76
- removed missing file from project
|
8 年之前 |
nickysn
|
b17d97050f
+ also simplify rol(x,0) and ror(x,0) to x
|
8 年之前 |
nickysn
|
8ac84ce43a
+ simplify sar(x,0) to x
|
8 年之前 |
nickysn
|
d8ec0eff8e
+ implemented inline code generation for 64-bit sar (the SarInt64 intrinsic) on
|
8 年之前 |
nickysn
|
4e4e5d6d07
+ allocate and free the flags register (when necessary), when generating code
|
8 年之前 |
Károly Balogh
|
a25912da0d
fcl-passrc: fixed build broken since r36006
|
8 年之前 |
Károly Balogh
|
01ebb52ba8
morphos: added tf_needs_smybol_type and tf_needs_symbol_size flags. fixes generated executables to not be falsely recognized as PowerUP but native binaries
|
8 年之前 |