J. Gareth "Curious Kit" Moreton
|
a7d1f7d771
* x86: FuncMov2Func now has code to remove "mov %reg,%reg" (since it doesn't get removed in Pass 2).
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
3d805b8a9a
* x86: FuncMov2Func moved to separate method and also called by OptPass2MOV.
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
d35be8a9ea
* x86: Extended FuncMov2Func optimisation to handle 1, 3 and 4-operand functions
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
9fc2b9062d
* x86: Updated Mov0LblCmp0Jne optimisation to work when alignment hints appear before the label
|
2 년 전 |
florian
|
a1064ad8fd
+ MovSubCmp2MovSub optimization
|
2 년 전 |
Pierre Muller
|
ae12a79bf7
Avoid string truncation
|
2 년 전 |
Pierre Muller
|
e1b3c03daf
Add test for mips code generation bug
|
2 년 전 |
Pierre Muller
|
dce70b3b70
Short version of the mips code genration bug
|
2 년 전 |
marcoonthegit
|
f9a76aaa56
* Add AMPM to string, patch from closes #39973
|
2 년 전 |
Jonas Maebe
|
f18524f2fe
Darwin: fix mac0S 11.0 version string
|
2 년 전 |
Jonas Maebe
|
cd8ddffe42
AArch64: X18 is not a volatile register
|
2 년 전 |
Jonas Maebe
|
49fb1b4c29
RTTI: don't generate full RTTI for internal types
|
2 년 전 |
Sven/Sarah Barth
|
f0e31628ad
* ensure that hmodule is initialized correctly
|
2 년 전 |
Sven/Sarah Barth
|
e050a019a2
* fix #29859: ensure that it's correctly passed down into generate_specialization whether a unit name was provided for the specialization and if so search the generic only in that unit
|
2 년 전 |
Sven/Sarah Barth
|
35a57bac94
* generate the generic name for a specialization of a generic interface alias in the same way as for specializations in general
|
2 년 전 |
Sven/Sarah Barth
|
399d82e1da
- remove unused consume_generic_interface; it has been superseded by handle_generic_interface in 17a0ac7fc03
|
2 년 전 |
florian
|
c75bb80b14
* more debug messages
|
2 년 전 |
Pierre Muller
|
49ddf159b2
Fix internalerror generated with riscv32 compiler.
|
2 년 전 |
mattias
|
0f43c7b229
pas2js: use exename instead of paramstr 0, to search pas2js.cfg in exe location
|
2 년 전 |
mattias
|
6685e22ead
fcl-css: clearstyles
|
2 년 전 |
florian
|
be401422fd
* more warnings after last commit fixed
|
2 년 전 |
florian
|
3fa77a4f62
* fix life information propagation for while loops, resolves #39971
|
2 년 전 |
Jonas Maebe
|
e63cc73cfa
Darwin/AArch64: future-proof version check
|
2 년 전 |
florian
|
86547d35d7
+ apply OpTest/Or2Op optimization to ANDN as well
|
2 년 전 |
Jonas Maebe
|
ae4c8359aa
Darwin/AArch64: detect when SIGILL indicates an FPU exception
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
a1ea1dd98e
* x86: Changed BMI2 check to BMI1 for ordinal ANDN optimisation
|
2 년 전 |
Pierre Muller
|
afc9acda37
Change wrong "$macros off" into "$macro off"
|
2 년 전 |
Pierre Muller
|
f3179cb718
Add system_powerpc_wii to supported_targets of powerpc generic GNU assembler
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
626e23d89f
* x86: The code generator will now attempt manipulate "x and (not y)" (where x and y are ordinals) to use ANDN.
|
2 년 전 |
J. Gareth "Curious Kit" Moreton
|
567244007e
* x86: Improvement to bug fix so an optimisation can still be made even if the other register is in use
|
2 년 전 |