michael
|
98dc27db1c
* Fixed backgrounding (must be done before creating controllers, bug ID #23445
|
hace 11 años |
michael
|
6aaab457a7
* Added CheckControlMessage in TCustomDaemon
|
hace 11 años |
michael
|
628689e3e3
* Start at root with setkey if key starts with / or \ (bug id 20761)
|
hace 11 años |
florian
|
30352c7f7b
* fix several issues with loop strength reduction to make it working
|
hace 11 años |
florian
|
c41d043ac8
+ test for last commit
|
hace 11 años |
yury
|
3eaecd07a6
* mipsel-android: Support in fpcmake.
|
hace 11 años |
florian
|
c5523fc780
* do not search a node tree which has been found being subject to cse further on
|
hace 11 años |
yury
|
bb269e53ac
* mipsel-android: Don't export local symbols from executable.
|
hace 11 años |
yury
|
bb1a2d21ab
* mipsel-android: Fixed library loading.
|
hace 11 años |
yury
|
b995da1e06
+ Added mipsel-android startup files by Vsevolod Alekseyev.
|
hace 11 años |
michael
|
576fe3758d
* Added showing of hints in HTML page title
|
hace 11 años |
yury
|
56b3287e29
+ Added compiler support for mipsel-android target.
|
hace 11 años |
lacak
|
56f37cd0e0
fcl-db: ODBC: add NativeError and SQLState fields to EODBCException. Bug #23798
|
hace 11 años |
michael
|
c184669206
* Fixed bug ID #23826
|
hace 11 años |
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.
|
hace 11 años |
michael
|
f2d163cd38
* Fixed bug ID #23290 (FileSetDate on Dir)
|
hace 11 años |
michael
|
083b2d4016
* Updated example to use 4.x version of ExtJS (Bug ID 23978)
|
hace 11 años |
michael
|
20b197949c
* Added redirection support, and login support
|
hace 11 años |
michael
|
2cbb9daaa7
* Added 401 authorization handling
|
hace 11 años |
florian
|
829764e96b
+ replace registers to spill in mov instructions and convert them into ldr/str
|
hace 11 años |
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).
|
hace 11 años |
michael
|
1b14ff7e8a
* Request redirection handling implemented
|
hace 11 años |
Jonas Maebe
|
a1eb9a0f99
* fixed spilling of CMOVcc instruction: it "reads" operand two (in the sense
|
hace 11 años |
Jonas Maebe
|
ba5297be37
* support disabling the i386 peephole optimizer with -Oonopeephole
|
hace 11 años |
florian
|
9e4c130bc4
* do not allocate unnecessarily an extra pair of registers when multiplying int64s on arm
|
hace 11 años |
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.
|
hace 11 años |
masta
|
a72a3f4e01
Little cleanup after r26669, no functional changes
|
hace 11 años |
masta
|
80d2ee8ad0
Don't reuse registers on ARM 64 bits shift
|
hace 11 años |
lacak
|
cdc5e9a73a
fcl-db: tests: Improve TestOldValue; tests also Blobs (which has special storage) and state of TField.OldValue after MergeChangeLog
|
hace 11 años |
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.
|
hace 11 años |