Margers
|
11c0c19d02
Restore current directory on exit from FP (DOS only).
|
пре 2 недеља |
Pierre Muller
|
d1242ad4e7
Copy x86_64-win64 specific code of tx64tryfinallynode.pass_generate_code over to taarch64tryfinallynode.pass_generate_code
|
пре 2 недеља |
Pierre Muller
|
61f8659d3b
Move gdbver.inc into units/CPU-OS sub-directory to avoid failure on parallel builds
|
пре 2 недеља |
Pierre Muller
|
13fa0cc1a8
Fix #41380 by shifting left second AnsiChar for SND_ALIAS_XXX constants
|
пре 2 недеља |
Pierre Muller
|
6e853a59cf
Correct relative path of gdbver.inc inside AfterClean_gdbint procedure
|
пре 2 недеља |
Pierre Muller
|
fea22868c0
Correctly remove build unit inside units sub-directory
|
пре 2 недеља |
Pierre Muller
|
2e3bbd9bd6
Only remove temporary gdbver.inc file in AfterCleanProc to avoid parallel running trouble
|
пре 2 недеља |
Pierre Muller
|
ab9b678130
Fix check before calling AfterCleanProc
|
пре 2 недеља |
Pierre Muller
|
0420b03339
Add missing firstpass as suggested by rasberryrabbit, and fix formatting issues
|
пре 3 недеља |
J. Gareth "Curious Kit" Moreton
|
84a4158979
* x86-64: Efficiency boost for "MovlMovq2MovlMovl 1" / "Mov2Nop 8" optimisation
|
пре 3 недеља |
J. Gareth "Curious Kit" Moreton
|
a6af56cc0d
* x86-64: Fixed bug where the wrong operand was checked for the "Mov2Nop 8" peephole optimisation (fixes i41367)
|
пре 3 недеља |
florian
|
e5a64ee521
* fix tx64tryfinallynode.dogetcopy
|
пре 3 недеља |
florian
|
3efd82b685
* cleanup
|
пре 3 недеља |
Rika Ichinose
|
49805e0361
Update maxUsed at the correct moment.
|
пре 1 месец |
Rika Ichinose
|
4e69e46b8e
Remove SysTryResizeMem.
|
пре 1 месец |
Rika Ichinose
|
eb233fc447
Let Copy(string, start, count) reuse the existing allocation.
|
пре 3 недеља |
florian
|
1f035adf9f
+ implement while (simple expr.) do ... to if (simple expr.) then repeat ... until not(simple expr.); optimization as proposed by Rika
|
пре 3 недеља |
J. Gareth "Curious Kit" Moreton
|
ed1893bd8f
* Debug: Register read/write information is now clearer under "DEBUG_INSTRUCTIONREGISTERDEPENDENCIES"
|
пре 3 недеља |
marcoonthegit
|
d5d2484ac7
* Calculate size of TFPmemorybuffer in ptruint for larger dimensions in 64-bit. Closes #41365
|
пре 3 недеља |
florian
|
7b2b51e6f3
* fix and simplify twhilerepeatnode.internalsimplify
|
пре 4 недеља |
Michaël Van Canneyt
|
5f5fb3febb
* Again timezone fixes
|
пре 4 недеља |
florian
|
6b0942166c
* fix type casts
|
пре 4 недеља |
Pierre Muller
|
2757e8f299
Fix assembler syntax error in last commit
|
пре 4 недеља |
florian
|
9bff60e270
+ implement while i>0 do ... dec(i); to if i>0 then repeat ... dec(i) until i=0; as proposed by Rika in mr1122
|
пре 4 недеља |
Michaël Van Canneyt
|
7a24c2e720
* Fix 3.2.2 compilation of pas2js
|
пре 4 недеља |
florian
|
ea76a1f5e0
* make thread var count size CPU dependent
|
пре 4 недеља |
florian
|
f1251160db
* trailing spaces removed
|
пре 4 недеља |
J. Gareth "Curious Kit" Moreton
|
37cd24f65a
* x86: Minor refactoring of "VmovdqxVmovdqxVmovdqxVmovdqx2VmovdqyVmovdqy" optimisations to avoid requirement of AVX2
|
пре 2 месеци |
ccrause
|
0e30f6c97c
at90usb8u2 and atmega8u2 should use rjmp/rcall because of small flash size.
|
пре 1 месец |
florian
|
dbf18e9d29
* formatting
|
пре 1 месец |