Jeppe Johansen
|
2b92b97056
- Change syntax of sbiw operands to work around syntax in older binutils.
|
6 éve |
Jeppe Johansen
|
f1a9930550
avr: Fixed some inconsistencies.
|
6 éve |
Jeppe Johansen
|
a886e77b5e
- Fix compilation on architectures without absolute call/jump instructions.
|
6 éve |
Jeppe Johansen
|
4996d129e5
- Add mov optimization for STS instruction.
|
6 éve |
Jeppe Johansen
|
8eb523e696
- Add assembler implementation of integer division, patch by Christo Crause. For now there's a division by zero check added.
|
6 éve |
Jeppe Johansen
|
3916bcba38
Check if the current register was the last in the cgpara, to avoid running over the last register allocated.
|
6 éve |
Jeppe Johansen
|
ebe4d4cf13
Fixed stack checking for embedded target. Based on work by Christo Crause
|
6 éve |
Jeppe Johansen
|
915e48c675
Add assembler implementation of Move.
|
6 éve |
Jeppe Johansen
|
18ba7fc23a
Generalize skip instruction optimization for both sbix and sbrx.
|
6 éve |
Jeppe Johansen
|
d993e1b9c3
avr: Add peephole optimization for in+sbr* bit test sequence.
|
6 éve |
Jeppe Johansen
|
f5e34990ae
- Adds intrinsics to save/restore SREG when disabling interrupts.
|
6 éve |
florian
|
3d3e828151
* properly allocate parameter registers for constants on avr, resolves #33932
|
6 éve |
florian
|
7ac474341a
* patch (slighly modified) by Christo Crause to write 16 bit registers on avr in hi/lo order, resolves #34721
|
6 éve |
florian
|
a5d24ec763
* max_operands needs only to be 2 on avr
|
6 éve |
Jonas Maebe
|
667938c6c9
* add missing unixutils -> baseunix dependency
|
4 éve |
Yuriy Sydorov
|
eb69bbf4f1
* x86: Fixed update of used registers in the CMOV optimizations.
|
4 éve |
Sven/Sarah Barth
|
48c54afabb
* patch by Sergey Larin to handle Native(U)Int conversions from/to variants, resolves #37339
|
4 éve |
flyingsheep
|
b8b1aeb4e0
* Fix for issue #39379 by bart broersma
|
4 éve |
pierre
|
8a568acaa8
Use gdate/date -u option to get universal time for TEST_DATETIME variable
|
4 éve |
florian
|
083b7da54e
* @PLT is needed for calls to link it properly with pic code
|
5 éve |
pierre
|
5aea57b5fc
* tests/Makefile.fpc: Add NATIVE_FPC=$(FPC) to tstunits rule make call.
|
6 éve |
florian
|
35bcb99e6f
+ create directory for C objects if needed
|
5 éve |
pierre
|
1081f5aad7
+ Add TEST_PARALLEL, adds -L option to DOTESTOPT
|
6 éve |
pierre
|
c595135723
Add wposuffix to keep different logs for each pass when passes is > 1
|
4 éve |
florian
|
bef4d583da
* support passing options to the emulator when using one for testing
|
4 éve |
lacak
|
aadb08980b
fcl-db: base: +TParam.AsByte (for Delphi compatibility)
|
4 éve |
lacak
|
b421a17c84
fcl-db: sqlite: add support for journal_mode pragma (beside foreign_keys pragma). This pragma must be set after connect before any transaction starts.
|
4 éve |
lacak
|
aff575ea1b
fcl-db: base: xmldatapacketreader: fix XML data types
|
4 éve |
lacak
|
5a3c4b5f39
fcl-db: tests: fix typo
|
4 éve |
lacak
|
f02f74ec24
fcl-db: mysql: use new ftLongWord for INT UNSIGNED fields. Bug #37979
|
4 éve |