maciej-izak
|
b35522d947
Commit again r36573 reverted by r36601 -,-
|
8 years ago |
michael
|
54a8a73ca7
* Append end to correct location in class
|
8 years ago |
Károly Balogh
|
02ed753fab
m68k: yet another attempt to fix small struct alignments on stack
|
8 years ago |
Károly Balogh
|
8a8753eb79
m68k: reenabled some safety checks and removed obsolete TODO comment
|
8 years ago |
Károly Balogh
|
d5e1b391f9
m68k: when calling g_concatcopy for para copy, still only copy cgpara.intsize amount of bytes
|
8 years ago |
Jeppe Johansen
|
09a8cafcd7
Restricted MlaCmp>Mlas optimization to only work in ARM mode.
|
8 years ago |
Mattias Gaertner
|
8935b3c05c
fcl-passrc: const eval: pred(), succ(), ord()
|
8 years ago |
Mattias Gaertner
|
84b08b61a8
fcl-js: jssrcmap: added property SourceTranslatedFiles to allow custom filenames written to JSON
|
8 years ago |
Mattias Gaertner
|
a66eaa4769
fcl-js: jswriter: allow overriding Writing, less grows(faster and less allocations)
|
8 years ago |
Károly Balogh
|
22ae3cd186
m68k: revert the r36568 and the followup fix attempts altogether, as they broke Amiga support entirely. there will be a cleanup before another fixing attempt
|
8 years ago |
Jeppe Johansen
|
f3889a191b
Generate bx lr exit instruction in Thumb-2 instead of mov pc,lr as bx lr will trigger an exception return but mov doesn't.
|
8 years ago |
Károly Balogh
|
a14b2fd80a
m68k: modify some alignment calculations in the register calling convention code, hopefully it fixes some Amiga regressions introduced in r36568
|
8 years ago |
Károly Balogh
|
890f4ac2bc
m68k: use 2 byte alignments for C structs on Linux
|
8 years ago |
Károly Balogh
|
ea635bfda5
typinfo: push/pop doesn't save packrecords. also, always use AlignTypeData on m68k, which might have less than pointer sized (word, 2 byte) alignments in the typeinfo, because on most systems C compilers also use 2 byte alignments, so we need that for compatibility
|
8 years ago |
Károly Balogh
|
41f72a0e6d
m68k: some initial support for C ABIs which use an address register to return structs by address
|
8 years ago |
Károly Balogh
|
da11451934
m68k: revert the 2 byte C record alignment fix on Linux. sadly it completely breaks RTTI, which takes longer to fix, so meanwhile, at least cause no regressions
|
8 years ago |
Károly Balogh
|
4258413e8c
m68k: revert recordalignmax to 2 on Linux. the value of 4 caused a bunch of weird RTTI test failures
|
8 years ago |
Károly Balogh
|
bf3478fb35
m68k: fix C struct alignment on Linux. tested against GCC on current Debian-m68k
|
8 years ago |
Károly Balogh
|
b481129f4e
m68k: for cdecls with the SVR4 ABI return results both in A0 and D0
|
8 years ago |
michael
|
bc53a908c9
* Fix bug #32047
|
8 years ago |
Károly Balogh
|
50332a97bc
textthr test to be more verbose on error conditions
|
8 years ago |
joost
|
4962872d70
* Use the internal FPC-based http downloader by default, instead of lNet
|
8 years ago |
joost
|
b3efcb0088
* http->https
|
8 years ago |
michael
|
bf32857ac2
* SAX JSON reader, rework JSONParser on top of that
|
8 years ago |
michael
|
afa74238f5
* SAX JSON reader, rework JSONParser on top of that
|
8 years ago |
Károly Balogh
|
30176f3116
m68k: enable inlined get_frame for m68k
|
8 years ago |
Károly Balogh
|
cf8aebf00f
m68k: enabled safecall exception wrappers with linux
|
8 years ago |
maciej-izak
|
c0f390ff18
fcl-passrc: paswrite: write informations about implemented interfaces for classes
|
8 years ago |
Károly Balogh
|
26d5500b7c
m68k: one more alignment fix, hopefully fixes regressions not fixed by r36569
|
8 years ago |
Károly Balogh
|
8ed84afdd4
m68k: try to fix some breakages caused by r36568
|
8 years ago |