florian
|
bb92fbafa0
patch by J. Gareth Moreton: GetNextInstructionUsingReg drops out earlier, second part of #37526
|
4 years ago |
florian
|
eec51afadd
* patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526
|
4 years ago |
florian
|
0b5c50ea41
* Aarch64: set register size correctly for AndStrb2Strb optimization, resolves #37427
|
5 years ago |
pierre
|
ec3fe2f990
Fix overflow when value is high(int64) in OptPass1And method
|
5 years ago |
florian
|
33094d263f
* Aarch: handle 0 in AndAnd2And and check if the resulting constant
|
5 years ago |
florian
|
c5d7e6807c
* ARM: factor out TARMAsmOptimizer.OptPass1And
|
5 years ago |
florian
|
db19900eb1
* TARMAsmOptimizer.RemoveSuperfluousMove should not mess with PC
|
5 years ago |
florian
|
099faf2d2b
* factored out and improved TARMAsmOptimizer.RedundantMovProcess
|
5 years ago |
florian
|
9176efbab4
* factored out TARMAsmOptimizer.OptPass1SXTH
|
5 years ago |
florian
|
19a9d4c4ac
* factored out TARMAsmOptimizer.OptPass1SXTB
|
5 years ago |
florian
|
7172397077
* factored out TARMAsmOptimizer.OptPass1UXTH
|
5 years ago |
florian
|
9bcff94e9e
* factored out TARMAsmOptimizer.OptPass1UXTB
|
5 years ago |
florian
|
2276caae24
+ common assembler optimizer base class for arm and aarch64
|
5 years ago |