sergei
|
cc3e09ee46
* Handle possible relocation types in assembler reader using a single AS_RELTYPE token, rather than with individual tokens for each case. Since possible relocations are target-dependent, this will allow to support any amount of them without modifying the base tattreader class.
|
9 năm trước cách đây |
sergei
|
4e7c0d0670
* MIPS: removed ConvertCalljmp method. Testing shows that it never changes instructions.
|
9 năm trước cách đây |
sergei
|
5f6442074a
- MIPS,SPARC: removed method ReadSym which is never used.
|
9 năm trước cách đây |
Jonas Maebe
|
356a5aff05
* apparently, Darwin/x86-64 also uses an opaque ISA pointer on OS X 10.11
|
9 năm trước cách đây |
svenbarth
|
94c0938edd
Reverted accidentally committed inline if-then-else expression (committed in r33048 when I reverted the IfThen()... -.- )
|
9 năm trước cách đây |
svenbarth
|
25744dd3f1
Fix for Mantis #29609.
|
9 năm trước cách đây |
svenbarth
|
1945bf64b4
Merged revision(s) 32302-32305, 32310 from branches/svenbarth/packages:
|
9 năm trước cách đây |
svenbarth
|
0226195272
With the TlsKey and SysInstance changes in revisions r33091 and r33107 respectively revisions r29009, r32580 and r32581 can be considered as merged.
|
9 năm trước cách đây |
svenbarth
|
af53fcb48c
Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32
|
9 năm trước cách đây |
svenbarth
|
6d81760136
typinfo.pp, TTypeData:
|
9 năm trước cách đây |
svenbarth
|
8152d1185c
Only write the IIDStr for Corba interfaces (it's completely redundant for COM ones)
|
9 năm trước cách đây |
Jonas Maebe
|
f3df3a7a67
+ test for mantis #28668
|
9 năm trước cách đây |
Jonas Maebe
|
001417bb47
+ test from mantis #28667
|
9 năm trước cách đây |
michael
|
2a33ee63bb
* Forgot to commit, constant for TThread.ExecuteInthread
|
9 năm trước cách đây |
michael
|
789b80f702
* ExecuteInThread added
|
9 năm trước cách đây |
michael
|
ae3b0eab2a
* Fix stringlist addstrings so virtual method is preserved (bug id 0029630)
|
9 năm trước cách đây |
michael
|
a7963d7877
* Fix bug #29506
|
9 năm trước cách đây |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
9 năm trước cách đây |
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 năm trước cách đây |
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 năm trước cách đây |
michael
|
263c888555
* Fix bug ID #28723
|
9 năm trước cách đây |
sergei
|
e8f2f42b75
* Reverted r29373 and replaced it with more appropriate fix.
|
9 năm trước cách đây |
michael
|
db19d73ec0
* Add ClearFirst parameter to AddStrings (bug ID 29630)
|
9 năm trước cách đây |
svenbarth
|
6afda909d4
Rework TlsKey handling on Windows so that it works as intended with indirect main information
|
9 năm trước cách đây |
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 năm trước cách đây |
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 năm trước cách đây |
sergei
|
e23ed15634
* MIPS: reworked and fixed procedure fixup_jmps:
|
9 năm trước cách đây |
lacak
|
6ca424900b
fcl-db: datadict: when querying for table indexes use ServerIndexDefs instead of local IndexDef
|
9 năm trước cách đây |
lacak
|
b38b441d53
fcl-db: dbase: Bug #28734, Patch by Luiz Americo
|
9 năm trước cách đây |
lacak
|
f55ab74e6a
fcl-db: dbase: call inherited InternalPost to check required fields. Revealed by test TestRequired
|
9 năm trước cách đây |