Jonas Maebe
|
8da8b956b0
* discard type conversions from/to generic defs for llvm as well
|
7 年之前 |
Jonas Maebe
|
eaafb166ad
* set totypedef correctly when converting @class.classmethod to a procvar
|
7 年之前 |
Jonas Maebe
|
807fcb3371
* support pasbool8 as type for a record field when a record is passed/
|
7 年之前 |
svenbarth
|
afbbd22544
- the labtree argument is no longer needed
|
7 年之前 |
svenbarth
|
cfa373a8cf
* fix case of string with ranges as labels
|
7 年之前 |
Jonas Maebe
|
52e7678033
* ensure that load nodes only substitute temps in case both references point
|
7 年之前 |
Jonas Maebe
|
d69ad8fa41
* removed temppos field again from parameter locations: they're not allocated
|
7 年之前 |
svenbarth
|
d8dd8d9978
+ add test for Mantis #33635 which was fixed by r38856
|
7 年之前 |
svenbarth
|
e3ea46d1cb
* disable SSE optimized Frac() for Win64; it has a much lower supported range than the existing Pascal implementation which uses Int() (in essence Round() and Trunc() should be corrected as well)
|
7 年之前 |
nickysn
|
8a32d7c663
+ also support constants like 'dd [5]' in the intel syntax inline asm (for BP7
|
7 年之前 |
nickysn
|
a8a627f334
- removed the _count_asmdirectives and _count_asmoperators constants from the
|
7 年之前 |
Mattias Gaertner
|
b6f50c9847
pas2js: docs: type alias type
|
7 年之前 |
Mattias Gaertner
|
3f0d3af123
pastojs: type alias type
|
7 年之前 |
Mattias Gaertner
|
20199d3903
fcl-passrc: resolver: type alias type
|
7 年之前 |
nickysn
|
16e0172021
+ partial support for BP7 reference-like inline asm constants
|
7 年之前 |
nickysn
|
d1fc31de94
+ add support for '[' and ']' parenthesis in addition to '(' and ')' in
|
7 年之前 |
Károly Balogh
|
c840c4d6a8
athreads: add a custom API to retrieve underlying process ID from AThreads. this makes it possible to combine some Amiga API features like Signaling with FPC's thread handling
|
7 年之前 |
Mattias Gaertner
|
8422cc8add
pas2js: version 0.9.18
|
7 年之前 |
Mattias Gaertner
|
47b350947f
pas2js: added hexstr
|
7 年之前 |
michael
|
0adfb4fb02
* Fix bug ID #33651
|
7 年之前 |
Mattias Gaertner
|
6d0e3d135c
pa2js: version 0.9.17
|
7 年之前 |
Mattias Gaertner
|
0fd731efc5
pastojs: docs: typecast int(int)
|
7 年之前 |
Mattias Gaertner
|
80b008b76d
pastojs: typecast int(int)
|
7 年之前 |
Mattias Gaertner
|
2750a0010c
fcl-passrc: resolver: GetElementSourcePos for intrinsic
|
7 年之前 |
Mattias Gaertner
|
f8ebe44fd0
pastojs: new(out ^record), dispose(^record)
|
7 年之前 |
Mattias Gaertner
|
2f4af745d9
fcl-passrc: resolver: new(out ^record), dispose(^record)
|
7 年之前 |
Mattias Gaertner
|
3bc75e6627
pastojs: test range check string[] by reference
|
7 年之前 |
Mattias Gaertner
|
3c4b206bc5
fcl-passrc: resolver: check duplicate case labels
|
7 年之前 |
Jonas Maebe
|
5ca8893987
* fixed temppos of loaded nested variables: invalid rather than the temppos
|
7 年之前 |
Mattias Gaertner
|
1215cafb4e
pastojs: range check string index
|
7 年之前 |