michael
|
c184669206
* Fixed bug ID #23826
|
11 жил өмнө |
sergei
|
52af9a2c89
* Changed passing of hidden parameters to constructors of class-style objects: VMT is always passed in the first ('self') parameter, and the second one ('vmt', although this name is now misleading) contains flag specifying the constructor behavior and meaning of 'self'. Together with r26656 this removes methodpointer sharing between two parameter node trees, it becomes possible not to put methodpointer into temp, but use node tree below 'self' parameter to do virtual calls. This also matches behavior of Delphi.
|
11 жил өмнө |
michael
|
f2d163cd38
* Fixed bug ID #23290 (FileSetDate on Dir)
|
11 жил өмнө |
michael
|
083b2d4016
* Updated example to use 4.x version of ExtJS (Bug ID 23978)
|
11 жил өмнө |
michael
|
20b197949c
* Added redirection support, and login support
|
11 жил өмнө |
michael
|
2cbb9daaa7
* Added 401 authorization handling
|
11 жил өмнө |
florian
|
829764e96b
+ replace registers to spill in mov instructions and convert them into ldr/str
|
11 жил өмнө |
sergei
|
a1dfaa54dd
* Fixed exception handling in constructors of TP-style objects to correctly handle cases of statically allocated objects (must call destructor but do not free memory) and objects without destructor (must free memory if it was allocated dynamically).
|
11 жил өмнө |
michael
|
1b14ff7e8a
* Request redirection handling implemented
|
11 жил өмнө |
Jonas Maebe
|
a1eb9a0f99
* fixed spilling of CMOVcc instruction: it "reads" operand two (in the sense
|
11 жил өмнө |
Jonas Maebe
|
ba5297be37
* support disabling the i386 peephole optimizer with -Oonopeephole
|
11 жил өмнө |
florian
|
9e4c130bc4
* do not allocate unnecessarily an extra pair of registers when multiplying int64s on arm
|
11 жил өмнө |
Jeppe Johansen
|
6861cbcf16
Allow FoldShiftLdrStr for all sizes of LDR/STR, and disable it for references that post/pre increment the base register on Thumb-2 targets.
|
11 жил өмнө |
masta
|
a72a3f4e01
Little cleanup after r26669, no functional changes
|
11 жил өмнө |
masta
|
80d2ee8ad0
Don't reuse registers on ARM 64 bits shift
|
11 жил өмнө |
lacak
|
cdc5e9a73a
fcl-db: tests: Improve TestOldValue; tests also Blobs (which has special storage) and state of TField.OldValue after MergeChangeLog
|
11 жил өмнө |
sergei
|
9c1f917e3a
* a_call_ref functionality cannot be implemented efficiently at code generator level, because references need specific preparations at earlier points. Moved this support to tcgcallnode and its x86 descendants, and got rid of all ifdef's around.
|
11 жил өмнө |
sergei
|
0d3f36eebf
- Remove references to global variable 'cg' from methods of tcg and some of its descendants.
|
11 жил өмнө |
sergei
|
7104157a57
* Changed tabstractprocdef.address_size to return the def, which can be used to get other properties like size and alignment. Removes one of i8086 ifdef's.
|
11 жил өмнө |
sergei
|
53556f529d
* gen_alloc_symtable: don't use current_procinfo.procdef, the necessary procdef is passed in 'pd' parameter.
|
11 жил өмнө |
marco
|
b7d94992eb
* moved unxsockh for solaris, mantis #25657
|
11 жил өмнө |
michael
|
7afd5f6afe
* Fixed bug ID #25091
|
11 жил өмнө |
sergei
|
949907f1f3
* Don't emit "Temps allocated between..." comment in assembler listing if procedure has no temps.
|
11 жил өмнө |
sergei
|
1626667374
* Object helper routines review/improvement for alignment-sensitive targets:
|
11 жил өмнө |
nickysn
|
f4f35ad47b
* changed ExceptTryLevel from longint to nativeint (because i8086)
|
11 жил өмнө |
sergei
|
e0082262cc
* Don't generate VMT checking code twice (gen_load_vmt_register generates it already).
|
11 жил өмнө |
sergei
|
a5d5ce8eb2
* TP-style object destructors do not need actual VMT in hidden parameter, a constant flag indicating need to free memory is sufficient.
|
11 жил өмнө |
florian
|
be17962748
* delete test file immediately after they were used, external tools might get into trouble trying deleting them due to the uncommon names
|
11 жил өмнө |
marco
|
e7639e582c
* try fix #25657
|
11 жил өмнө |
Jonas Maebe
|
868b4f50e9
* use spilling_operation_type() instead of a big table to determine whether
|
11 жил өмнө |