florian
|
f6a8b045c2
* cosmetics
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
735f297f5b
* Range check fixes to BZHI tests
|
2 years ago |
florian
|
4778973492
* further look ahead for temp. deallocation for FstpFldFstp2Fstp and FstpFld2<Nop>
|
2 years ago |
florian
|
ef53f9bc25
+ FstpFldFstp2Fstp optimization
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
e7e4044bf0
* CollapseZeroDistJump no longer updates registers or strips dead labels, instead just setting p to p.Next
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
c21bf747fb
* x86: Extension to Cmp1Jl2Cmp0Jle to catch inverted variant
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
e57ef24e37
* x86: TEST and CMP optimisations now perform jump optimisations prematurely to remove unnecessary TEST/CMPs
|
2 years ago |
florian
|
c1ec558d0a
* first (modified, added a comment) patch by Rika to improve generic Index*, part of #39996
|
2 years ago |
Pierre Muller
|
5e0eb521c4
Fix use of unaligned for big endian code
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
3cf8ae8433
* x86: New XOR->BTC peephole optimisation
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
f2bd099afb
* x86: Converted BTR and BTS tests to use a new utility function to check if BTx instructions are acceptable to use
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
8220221866
* x86: New AND(NOT X)->BTR peephole optimisation
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
827fe2bd83
* x86: New OR->BTS peephole optimisation
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
314f632377
* x86: New TEST->BT peephole optimisation
|
2 years ago |
florian
|
a27cb35fa8
* propagate life info properly
|
2 years ago |
Marcus Sackrow
|
94368d06ee
Amiga: Bugfix for Tagged Version of OpenWindow at WB1.2/1.3
|
2 years ago |
Michaël Van Canneyt
|
75c252fd8f
* Extra linux fcntl constants
|
2 years ago |
Michaël Van Canneyt
|
9cda1666a6
* Modifier for allowed schemas
|
2 years ago |
Michaël Van Canneyt
|
d38c3f8073
* Fix loading schemas
|
2 years ago |
Michaël Van Canneyt
|
71f8893366
* Allow to specify DB connection params on command-line
|
2 years ago |
Michaël Van Canneyt
|
9145565895
* Some extra published properties. Fix issue #39994
|
2 years ago |
florian
|
3b43bd027c
* calculate life info for if nodes correctly if the then branch is empty, resolves #39992
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
c9461b7313
* x86: Flags that relate to optimization hints rather than features have been moved to a separate set
|
2 years ago |
mattias
|
9b58545fb7
fcl-css: comments and warnings
|
2 years ago |
florian
|
1853e94b98
* attempt to fix #39900
|
2 years ago |
Jonas Maebe
|
57466587c5
llvmdbg: remove unnecessary typedef intermediates
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
a0c87be0fc
* x86: Zen processors now marked with CPUX86_HAS_FAST_BT_MEM flag
|
2 years ago |
Pierre Muller
|
0f30af07e5
Fix test to succeed for big endian mips
|
2 years ago |
florian
|
d3abd339b7
+ cpu switch for zen
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
e942c00f82
x86: MovMovMov2XChg optimisation now makes use of the CPUX86_HAS_FAST_XCHG flag
|
2 years ago |