florian
|
7ac9f11cc7
* check if current_procinfo is assigned in paramanager code to avoid crashes
|
vor 12 Jahren |
florian
|
329257d76e
* check for empty procedures after helper test so even empty helper methods cannot be called directly
|
vor 12 Jahren |
florian
|
f0487f8fde
* remove packed used for nan records in the softfpu code, it served no purpose
|
vor 12 Jahren |
sekelsenmat
|
b0980b342d
Adds support to join style and endcap in TFPCustomPen in fcl-image
|
vor 12 Jahren |
florian
|
21d62277ce
+ build sysutils unit for arm-embedded
|
vor 12 Jahren |
florian
|
358a62d7c3
* enable command line handling dummy for arm-embedded
|
vor 12 Jahren |
florian
|
8ee1445b81
* stripped trailing spaces
|
vor 12 Jahren |
florian
|
82f20cedbd
* make threading code dependend on feature switch
|
vor 12 Jahren |
florian
|
68d04a4d21
+ add random code from Francesco's GBA code
|
vor 12 Jahren |
sergei
|
d7c5daeccd
* Don't calculate data position of each object section. Instead, write out a copy of exesection's memory image, i.e. every objsection is placed at the same offset from its owning exesection both on disk and in memory. This approach is simpler and works regardless of alignment requirements, while existing one could work only if SectionDataAlign<=SectionMemAlign.
|
vor 12 Jahren |
sergei
|
35439c0e1d
* Moved creation of GOT section into separate virtual method.
|
vor 12 Jahren |
pierre
|
1dd964960c
* Enable use of amd64 ld GNU linker for i386 by adding target and emul command line args for freebsd
|
vor 12 Jahren |
florian
|
d1856df4f7
* variants do not hurt arm either
|
vor 12 Jahren |
florian
|
dcc227882d
+ newline
|
vor 12 Jahren |
florian
|
903f18ea38
* get rid of calls which redirect the program flow only, Bl2B optimization
|
vor 12 Jahren |
florian
|
d460d44671
* fixed typo as pointed out by Aleksa Todorovic
|
vor 12 Jahren |
florian
|
1da7dc513c
* limit test to armv7m
|
vor 12 Jahren |
florian
|
24f518f232
+ redirect calls to empty virtual methods to FPC_EMPTYMETHOD
|
vor 12 Jahren |
paul
|
431ce7afc8
rtl: remove unused variables
|
vor 12 Jahren |
florian
|
4d6471fef6
* get rid of calls to empty procedures having parameters without side effect
|
vor 12 Jahren |
florian
|
d2a7d09931
* use pascal loop, so it can be better optimized
|
vor 12 Jahren |
florian
|
ff98d2567c
* don't crash on thumb instructions with only two operands when optimizing ADD, SUB, AND statements
|
vor 12 Jahren |
Károly Balogh
|
8fe2828e5a
it seems Coldfire needs tf_requires_proper_alignment, fixes taddr1/2 tests, maybe others too (but someone with clue about RTTI should confirm)
|
vor 12 Jahren |
Károly Balogh
|
652d69d145
fixed typo
|
vor 12 Jahren |
Károly Balogh
|
0702109f37
get_frame to return a5 on Amiga
|
vor 12 Jahren |
Károly Balogh
|
79a0f706de
save/restore FP from A5 on Amiga
|
vor 12 Jahren |
Károly Balogh
|
601cc80fc6
define HAS_SLEEP and add a very simple sleep implementation
|
vor 12 Jahren |
Károly Balogh
|
3137c6ac4a
answer the WBMsg on process exit, when run from Workbench
|
vor 12 Jahren |
florian
|
288820715d
* don't crash in case a symbol is not found in type/var/const section
|
vor 12 Jahren |
florian
|
85ae82def4
* enable more features for arm-embedded, they don't blow up executables if not used
|
vor 12 Jahren |