Jonas Maebe
|
f5de7e34d3
* only remove the calculation of unused parameters of inline routines if
|
13 년 전 |
Jonas Maebe
|
eeda54b7eb
* fixed copy-paste error in -O4 description
|
13 년 전 |
Jonas Maebe
|
2dbe48a76c
* extra "addr" parameters for get_caller_addr/frame (patch by
|
13 년 전 |
Jonas Maebe
|
a080669771
* disabled arrayconstructorn,arrayconstructorrangen as cseinvariants
|
13 년 전 |
Jonas Maebe
|
68d9e95120
* if the size of an operand is not explicitly forced in intel assembler
|
13 년 전 |
Jonas Maebe
|
198625af47
* fixed memory statistics after try_concat_free_chunk_forward() concatenated
|
13 년 전 |
Jonas Maebe
|
193c7af57f
* print literal e/E in formatfloat if not followed by +/- (remaining part of
|
13 년 전 |
Jonas Maebe
|
e073bf3008
* set destination codepage in DefaultUnicode2AnsiMove
|
13 년 전 |
Jonas Maebe
|
2be5c8b9af
* same change as in r22240 for darwin/ppc(64)
|
13 년 전 |
Jonas Maebe
|
d4eb2d7336
* fixed the conversion of 'UTF-8' to the corresponding code page number
|
13 년 전 |
Jonas Maebe
|
17c495595c
* made variable public so got warning gets triggered
|
13 년 전 |
Jonas Maebe
|
4d0e4e1b56
* treat "[var + rip]" in intel assembler mode as addr_pic_no_got on x86-64
|
13 년 전 |
Jonas Maebe
|
2c43e084f0
* disabled "[reg].offset globalvar" pic syntax in intel assembler mode for
|
13 년 전 |
Jonas Maebe
|
289486346b
* factored out code to decide when an asmsym for a staticvarsym has to be
|
13 년 전 |
Jonas Maebe
|
35c70a6c96
* copy the darwin got register to a new register when using it, so it
|
13 년 전 |
Jonas Maebe
|
ab9d68ae3e
* always use RIP-relative addressing in x86-64 assembler code
|
13 년 전 |
Mattias Gaertner
|
be41f296a0
fpreadtiff: fixed checking for code 4096 before add instead of after last add, bug #22558
|
13 년 전 |
florian
|
d327960994
* Don't build utils by default when cross building. FPC's build system is not made
|
13 년 전 |
florian
|
a365ae3631
+ define BUILDFULLNATIVE and BUILDNATIVE for native builds
|
13 년 전 |
Jonas Maebe
|
da32d99b7e
* declare Sptr() and get_frame() as "nostackframe"
|
13 년 전 |
Jonas Maebe
|
f7dbe6d7a6
* use a different register constant for EIP and RIP (fixes external
|
13 년 전 |
Jonas Maebe
|
eeb98ae2f8
* write objectdef fieldtypes in appenddef_object() instead of in
|
13 년 전 |
joost
|
e17d1c9b37
* Support Interbase 7 and Firebird 3 boolean fields
|
13 년 전 |
masta
|
d8af83d252
Introduce a version of MatchInstruction for multiple instructions
|
13 년 전 |
florian
|
6b73bc45c5
* check constant for being a valid offset
|
13 년 전 |
florian
|
58a85e79ce
* set index register correctly * index register might not be changed
|
13 년 전 |
florian
|
245d8286d5
+ LookForPostindexedPattern
|
13 년 전 |
pierre
|
acfcb3d853
* Define slowcpu conditional for mips cpu, cuts execution time from 4 mins down to 20 secs
|
13 년 전 |
masta
|
012da673a8
Use MatchInstruction in OpCmp2OpS
|
13 년 전 |
pierre
|
9ad6285fe2
* Fix 64-bit OP_ADD and OP_SUB operations (no overflow support yet)
|
13 년 전 |