florian
|
d16a22e42b
* remove type case when loading constant in tattreader.BuildConstantOperand, resolves #33202, should not hurt other targets
|
7 years ago |
Mattias Gaertner
|
18c2f72314
pastojs: write/restore procedure references
|
7 years ago |
Mattias Gaertner
|
df969336a9
fcl-passrc: useanalyzer: collect single procedure references
|
7 years ago |
michael
|
6df643f433
Fix for bug ID #33150
|
7 years ago |
michael
|
70813ac7c1
* Fix bug #33197 (part 2)
|
7 years ago |
michael
|
347c89e527
* Fix bug #33197
|
7 years ago |
florian
|
be158cec7a
* reset I/O result before and after the implicit close calls in ISO pascal mode,
|
7 years ago |
Mattias Gaertner
|
8812f9e020
fcl-passrc: parser: error on class const
|
7 years ago |
Mattias Gaertner
|
36bd15aa61
pastojs: collect references of procedure
|
7 years ago |
Mattias Gaertner
|
9255993eb4
fcl-passrc: resolver: use function result.parent functype, added storage for procedure references
|
7 years ago |
Mattias Gaertner
|
d195eb4733
fcl-passrc: pastree: added TPasProcedureTypeClass, fixed typo
|
7 years ago |
nickysn
|
506d5fe30e
+ support bracketless references in the x86 intel syntax; ugly, but TP7 (and
|
7 years ago |
marco
|
5f7ad0ecf0
* ConvertFrom, DescriptionToConvFamily, DescriptionToConvType initial
|
7 years ago |
nickysn
|
8c99f3f70d
+ added tests tasm21a.pp and tasm21b.pp - same as tasm21.pp, but for i386 and x86_64
|
7 years ago |
nickysn
|
cc3da0979e
+ extended test tasm21.pp, so it actually checks that the instructions it tests
|
7 years ago |
nickysn
|
10cbeafd7d
+ always allow using @Result in inline asm sections of pascal routines (only in
|
7 years ago |
florian
|
8731854165
* test code for avr assembler by Christo Crause
|
7 years ago |
florian
|
90051fd7d2
* better suitable error message for out of range constants
|
7 years ago |
nickysn
|
6c69e10613
+ fix for using the function name (as the function's entry point address,
|
7 years ago |
Mattias Gaertner
|
204ad8ff02
pastojs: copy static array
|
7 years ago |
Mattias Gaertner
|
300d4f1de2
pastojs: copy static array
|
7 years ago |
florian
|
4cb9ad7e01
* patch (indention adapted) by Christo Crause to check avr inline assembler, resolves also #32261
|
7 years ago |
florian
|
5d17b335a6
* based on patch by Christo Crause: when setting the controller type, set also the sub architecture, resolves #33189
|
7 years ago |
florian
|
5c18758b12
+ based on a patch by Christo Crause create a define for the selected controller type (FPC_MCU_...), resolves #33191
|
7 years ago |
florian
|
2251e87e41
* fix compilation for jvm, resolves #33195
|
7 years ago |
florian
|
055a49b202
* patch by Christo Crause: the subarch type for atmega 8, 8A, 16 & 32 was incorrect. Atmega8A was also listed under the wrong subarch type in the makefile, also fixed.
|
7 years ago |
florian
|
29230ebdca
+ added comment why the code path is not yet enabled for 16 bit
|
7 years ago |
florian
|
e92422383a
* compilation fixed
|
7 years ago |
Mattias Gaertner
|
2eff55436d
pastojs: pass static array to default arg: clone
|
7 years ago |
florian
|
91514da267
* factored out TX86AsmOptimizer.PostPeepholeOptCall
|
7 years ago |