Károly Balogh
|
c28873fd79
fcl-sound: fixed fpmake.pp to make it actually build
|
11 years ago |
Károly Balogh
|
b5eca42cc0
fcl-sound: no variable case in unit names please (can cause troubles on case-sensitive FS), compile w/o C-style operators enabled
|
11 years ago |
florian
|
775ac591df
* fix test: fma support does not necessarily mean that there is avx2 support
|
11 years ago |
lacak
|
37e0aa202c
fcl-db: sqldb: propagate LogEvents from TSQLConnector to proxy TSQLConnection
|
11 years ago |
mazen
|
2ab3e8704d
+ fcl-sound: added new package for supporting sound processing.
|
11 years ago |
Károly Balogh
|
3b9e2a620b
added a remark about a possible QEMU issue with CMP/CMPI .W and .B on ColdFire
|
11 years ago |
Károly Balogh
|
1af6d17b4d
don't enforce BPL length, use SUBQ in g_concatcopy
|
11 years ago |
Károly Balogh
|
9ae38cdc1c
back to more conservative sign extension. this really needs separate handling for ColdFire and normal 68k, because the CF executes 32bit arithmetics only while normal 68k will do any size happily.
|
11 years ago |
pierre
|
153a7d7357
Revert previous unwanted change to Makefile: restore normal Makefile generated using Makefile.fpc
|
11 years ago |
pierre
|
555dcfd84f
Add dependency on rtl-objpas package
|
11 years ago |
lacak
|
f77885eea0
fcl-db: mysql: use SET NAMES instead of SET CHARACTER SET, because SET CHARACTER SET does not sets character_set_connection_to given value (instead uses character_set_database)
|
11 years ago |
nickysn
|
22acb2e44b
* moved the i8086 specific code from tpointerconstnode.create to the i8086
|
11 years ago |
pierre
|
cdac1d23cd
Avoid infinite recursion if symbols and gdb window are displayed while running debuggee
|
11 years ago |
sergei
|
5c1f404631
* softfpu.pp: clean up.
|
11 years ago |
sergei
|
14ee9d52aa
* Made constants DP1,DP2,DP3 local to function rem_pio2, because their values are correct only for double-precision calculations.
|
11 years ago |
pierre
|
1396e903a5
Fix ugly error causing troubles in go32v2 2.6.4 release IDE with GDB
|
11 years ago |
sergei
|
d1348d3f9b
- i386 and x86_64: Once softfloat stuff has been cleaned up, SysResetFPU and SysInitFPU end up doing exactly the same. Removed one of them.
|
11 years ago |
nickysn
|
bd75abb64b
+ fill the treference.segment in tcgtypeconvnode.second_pointer_to_array when
|
11 years ago |
nickysn
|
a9f56d2714
* refactored tcgtypeconvnode.second_ansistring_to_pchar to use the high level
|
11 years ago |
nickysn
|
897802c7c4
+ fill the treference segment correctly in the load node for localvarsyms and
|
11 years ago |
nickysn
|
122f66b11a
+ support passing far addresses in tcg8086.a_loadaddr_ref_cgpara
|
11 years ago |
nickysn
|
ee7a6dfc2e
* set the para sizes correctly for push_addr_params in i8086 far data memory
|
11 years ago |
nickysn
|
3cd9cef182
+ added a far pointer aware implementation of hlcg.getaddressregister for i8086.
|
11 years ago |
florian
|
9464dad2b4
* handle vldr/vstr references with offsets correctly
|
11 years ago |
florian
|
01b311f6cf
* do not insert constant tables on arm thumb in it* sequences
|
11 years ago |
nickysn
|
510fa9596f
* add 'option quiet' to wlink to suppress its info messages
|
11 years ago |
nickysn
|
eddab86312
* pass the -b option to wlib to avoid creating .bak files
|
11 years ago |
nickysn
|
ab3b3ab169
+ i8086 far data memory model support in Sptr and get_frame
|
11 years ago |
florian
|
3309254474
* do not write a space before the condition for instructions without operands, not sure why this was there
|
11 years ago |
florian
|
23c8517418
* applying opXYX2opsXY to ADD makes no sense on thumb-2 (at least as far as I can see)
|
11 years ago |