michael
|
789b80f702
* ExecuteInThread added
|
9 tahun lalu |
michael
|
ae3b0eab2a
* Fix stringlist addstrings so virtual method is preserved (bug id 0029630)
|
9 tahun lalu |
michael
|
a7963d7877
* Fix bug #29506
|
9 tahun lalu |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
9 tahun lalu |
sergei
|
161f812113
* Explicitly typecast (-longint) to longint, otherwise it becomes an int64 on 64-bit targets, causing wrong result of sign(longint). Mantis #29649.
|
9 tahun lalu |
sergei
|
41751bc5b4
+ Next portion of MIPS peephole optimizations. Get more aggressive and do more than a single pass if needed, enabling optimization of instructions that logically turn into MOVE due to register renaming.
|
9 tahun lalu |
michael
|
263c888555
* Fix bug ID #28723
|
9 tahun lalu |
sergei
|
e8f2f42b75
* Reverted r29373 and replaced it with more appropriate fix.
|
9 tahun lalu |
michael
|
db19d73ec0
* Add ClearFirst parameter to AddStrings (bug ID 29630)
|
9 tahun lalu |
svenbarth
|
6afda909d4
Rework TlsKey handling on Windows so that it works as intended with indirect main information
|
9 tahun lalu |
svenbarth
|
8775897621
* fix copy & paste error (didn't influence the test as str3 isn't changed, but at least it's consistent that way...)
|
9 tahun lalu |
svenbarth
|
77cb13c38c
Revert r33057. MaxLen is the maximum value that Pos can return and does not need to be adjusted by (Offset - 1). Also there's no buffer that could be overrun as i is not used to access the string's buffer. Fixes failure of tests/test/units/system/tstring.pp
|
9 tahun lalu |
sergei
|
e23ed15634
* MIPS: reworked and fixed procedure fixup_jmps:
|
9 tahun lalu |
lacak
|
6ca424900b
fcl-db: datadict: when querying for table indexes use ServerIndexDefs instead of local IndexDef
|
9 tahun lalu |
lacak
|
b38b441d53
fcl-db: dbase: Bug #28734, Patch by Luiz Americo
|
9 tahun lalu |
lacak
|
f55ab74e6a
fcl-db: dbase: call inherited InternalPost to check required fields. Revealed by test TestRequired
|
9 tahun lalu |
sergei
|
ed2488eb03
- MIPS: removed the ugly hack of splitting LDC1/SDC1 instructions into pairs of LWC1/SWC1 at assembler writer level. It probably was there as a workaround for insufficient alignment of double-precision variables, which was present once, but fixed a long time ago.
|
9 tahun lalu |
yury
|
111595dcd9
* pas2jni: Fixed procedure parameters parsing in some cases.
|
9 tahun lalu |
pierre
|
e488d7c81c
Prepare for upcoming GDB 7.11 release
|
9 tahun lalu |
sergei
|
7f58608008
* MIPS: changed function is_macro_instruction into method of taicpu. Functionality unchanged.
|
9 tahun lalu |
lacak
|
5f17bcbc97
fcl-db: tests: cosmetic
|
9 tahun lalu |
lacak
|
810d724493
fcl-db: sqldb: ensure, that if error happens during ExecuteDirect, UnprepareStatement is called. Leaving unfinished statement causes error on later connection close (SQLite). Bug #29376 (fixed as suggested by reporter).
|
9 tahun lalu |
lacak
|
b5ef41b2be
fcl-db: sqldb: cosmetic
|
9 tahun lalu |
sergei
|
55492a0f30
* Don't do useless string case conversions in a loop.
|
9 tahun lalu |
sergei
|
2861362780
* Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471.
|
9 tahun lalu |
marcus
|
fc2069eca8
- Removed the string for tai_labeled_instruction, repairs m68k building after revision 33074
|
9 tahun lalu |
sergei
|
36043d13ae
- Removed remains of tai_labeled_instruction, already commented out probably in 1.0 times.
|
9 tahun lalu |
sergei
|
4fc05e6ec1
- MIPS: removed taicpu.delayslot_annulled, it was a copy-paste from SPARC code.
|
9 tahun lalu |
yury
|
a02da7c7d2
* pas2jni: Fixed handling of method pointers.
|
9 tahun lalu |
florian
|
ddad3b3166
* allow very small heaps for avr
|
9 tahun lalu |