florian
|
31f3bb900c
* fix UpdateLifeInfo if n<>node
|
12 yıl önce |
florian
|
1f05011113
* set successor of blocknodes properly
|
12 yıl önce |
florian
|
b3c2a8ddb1
* set always resultnode as last node
|
12 yıl önce |
florian
|
0a762e416f
* always create a resultnode, also for procedures
|
12 yıl önce |
florian
|
1fb3c2e0c2
* the successor of the last node is the resultnode if one exists
|
12 yıl önce |
florian
|
20942d8b45
* fix life information generation of for nodes
|
12 yıl önce |
florian
|
fa8abf7fcb
* handle constructors correctly during dfa: the result note must point to self
|
12 yıl önce |
florian
|
6f03d04fe1
* when using a pointer as array, the pointer is never written, only read
|
12 yıl önce |
florian
|
9fdd64e94c
* indention and new line fixes
|
12 yıl önce |
florian
|
1a4584f4c6
+ dead store elimination, based on a patch by Jeppe Johansen
|
12 yıl önce |
florian
|
aef0841fe4
* unified internalerror
|
12 yıl önce |
florian
|
5f167091c0
* fix test so it works with const. propagation and does throws the range check error at run time
|
12 yıl önce |
florian
|
b928b1e9c9
* reorganized generic optimization switches
|
12 yıl önce |
florian
|
e8787c4b48
+ constant propagation, based on a patch by Jeppe Johansen
|
12 yıl önce |
florian
|
d39b9059d6
* improve simplification of arithmetic nodes, based on a patch by Jeppe Johansen
|
12 yıl önce |
Jonas Maebe
|
d4b6406e62
* fixed compilation of new str<->float code on the JVM target (patch by
|
12 yıl önce |
Jonas Maebe
|
3ed60082d3
* don't generate typed constant initialisers for set and enum constants
|
12 yıl önce |
Jonas Maebe
|
8fe7d82db7
* changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer
|
12 yıl önce |
Jonas Maebe
|
1333edbba4
* added word() typecasts around constants in the smallint range passed to
|
12 yıl önce |
Jonas Maebe
|
3c7ad95f7d
* simplified RegInInstruction() and fixed range errors
|
12 yıl önce |
Jonas Maebe
|
98a230d20f
* don't call swapendian for shortint (it's 1 byte -> upcast to word and then
|
12 yıl önce |
lacak
|
d62b78224a
fcl-db: tests: update comment to reflect, that in MySQL ODBC driver was fixed bug related to time values>='100:00:00'
|
12 yıl önce |
lacak
|
50a76d9906
fcl-db: memds: implemented Locate and Lookup methods for TMemDataset.
|
12 yıl önce |
sergei
|
797653dd14
* Reverted overflow/underflow handling in fpc_exp_real to original state of C port. In particular, changed constant values to typed constants. Resolves #24839.
|
12 yıl önce |
Károly Balogh
|
3b87e2c386
fixed InternalFindFirst to initialize out Rslt properly, also reverted some earlier changes leading to potential issues as Jonas pointed out
|
12 yıl önce |
Károly Balogh
|
83544d3f30
fix typo in comment
|
12 yıl önce |
Jonas Maebe
|
51763b26dd
+ iosxlocale unit that uses CoreFoundation to fill in the sysutils locale
|
12 yıl önce |
Jonas Maebe
|
3c4294d186
* fixed handling of "-" in directory names in command to regenerate the
|
12 yıl önce |
Károly Balogh
|
a691971b9d
fixed RawByteString PathConv() return value, removed the no longer needed dosLock() function, and related cleanups
|
12 yıl önce |
Károly Balogh
|
628149d923
support label offsets for ARM like GAS, allows things like ADR r4, .label + 256
|
12 yıl önce |