Mattias Gaertner
|
f74eb4692f
pas2js: safecall for procedure
|
5 years ago |
Mattias Gaertner
|
fef402f6e6
pas2js: safecall for procedure
|
5 years ago |
michael
|
ce6789bdbf
* Add OnComment
|
5 years ago |
michael
|
0fd06ded8d
* Reverse onUncaughtException result
|
5 years ago |
nickysn
|
edcc14a5ce
* Z80: JR can be both conditional and uncoditional jump, just like JP
|
5 years ago |
Jonas Maebe
|
a88eee4080
* fixed unitdir directive for relative paths in case the current module's
|
5 years ago |
svenbarth
|
6b548b9016
* fix for Mantis #37042: apply patch and test (adjusted for Big Endian) by Bi0T1N to add support for TBitConverter
|
5 years ago |
marco
|
c5b1398bff
* fix loading of index in ide. Needs to get second instead of first subitem's local property now.
|
5 years ago |
florian
|
af0ba7be83
* when auto-inlining is used, do not require that inlining is explicitly turned on
|
5 years ago |
florian
|
97efb03ae6
* call x86 addordinal for non short boolean evaluated boolean nodes
|
5 years ago |
florian
|
fcf2cd2bea
* boolean or/and nodes might be swapped when they have no side effect, in case
|
5 years ago |
nickysn
|
13028db5a4
- z80: disable regvars, because they don't work
|
5 years ago |
Jonas Maebe
|
f9672b53a2
- removed old float-to-string and string-to-float conversion code
|
5 years ago |
marco
|
4c9fae1e35
* workaround that fixes project imports with html backend specific paths by ignoring it.
|
5 years ago |
nickysn
|
b54d9cfecb
* fixed IsJumpToLabelUncond for the Z80
|
5 years ago |
michael
|
e928f402fc
* Make name a little clearer in operator parsing
|
5 years ago |
michael
|
6e0a8415df
* Add switch to ignore unknown resources
|
5 years ago |
michael
|
e70d86f1d8
* Trim param in mode statement (bug 37092)
|
5 years ago |
michael
|
14a6768497
* Use unsigned for ip6 parts
|
5 years ago |
Mattias Gaertner
|
9a954d384a
pas2js: safecall calling convention for of-object proctypes
|
5 years ago |
nickysn
|
63af4e173d
+ z80: handle all instructions in TCpuAsmOptimizer.RegLoadedWithNewValue
|
5 years ago |
nickysn
|
5502d6cc58
+ Z80: report the flags usage for all the remaining instructions in TCpuAsmOptimizer.RegLoadedWithNewValue
|
5 years ago |
Károly Balogh
|
c38efe6d18
m68k: tabs to spaces and indentation fix, no functional change
|
5 years ago |
florian
|
d9eddc50fd
* fix spilling for PAND, POR and PXOR, resolves #37084
|
5 years ago |
michael
|
03f2c69d0d
* Fix range check errors
|
5 years ago |
Károly Balogh
|
2c8db3bb9e
m68k: add support for bitfield instructions as CPU capability
|
5 years ago |
Jonas Maebe
|
435b45a13c
* fix linkframework CoreImage directive (mantis #37040)
|
5 years ago |
Jonas Maebe
|
1506926593
* made intialisation of FGeneralCriticalSection thread-safe
|
5 years ago |
Jonas Maebe
|
6f165b6c01
* fixed tests
|
5 years ago |
michael
|
f432bd9307
* Patch from Noel Duffy to add TrySTrToHost* functions
|
5 years ago |