florian
|
d2d2904d78
* make more use of is_typeparam
|
5 years ago |
florian
|
51da470757
* constrained type parameters are not undefined defs, resolves #37107
|
5 years ago |
Jonas Maebe
|
4caa471a24
* implemented a_load_undefined_cgpara for LLVM, fixes LLVM code generator
|
5 years ago |
marcus
|
571095773a
Amiga: optimized video unit drawing
|
5 years ago |
yury
|
627fcb4354
* Do not use the LOC_VOID location to indicate unused parameters.
|
5 years ago |
michael
|
a409f63a55
* Fix use of defines
|
5 years ago |
nickysn
|
56632b720c
+ Z80: handle the flags register in TAoptBaseCpu.RegModifiedByInstruction
|
5 years ago |
nickysn
|
88b6bbe6cc
* compilation fixed after r45450
|
5 years ago |
nickysn
|
cc47a49c81
+ Z80: handle all instructions that modify registers, that are not an operand in TAoptBaseCpu.RegModifiedByInstruction
|
5 years ago |
nickysn
|
2507c1ace6
* Reg1ReadDependsOnReg2 moved to TAoptBaseCpu
|
5 years ago |
florian
|
4f707c3d7e
* patch by Karl-Michael Schindler to update the German help files, resolves #37122
|
5 years ago |
michael
|
c3218e19c7
* Fix for samesite
|
5 years ago |
michael
|
3c75ae82d2
* Add support for SameSite attribute of cookie (bug ID 0037115)
|
5 years ago |
Mattias Gaertner
|
fa267f90a6
pas2js: doc about await
|
5 years ago |
michael
|
74e65f77bc
* Fix bug ID #37118
|
5 years ago |
Mattias Gaertner
|
18fdc0675e
pas2js: function await(atype; p:TJSPromise):atype
|
5 years ago |
Mattias Gaertner
|
b92ffac29a
pas2js: built-in function await(const expr: T): T
|
5 years ago |
florian
|
15baa272fe
* exceptions are side effects which must be considered in boolean expressions
|
5 years ago |
michael
|
5cc7622161
* Uncomment SO_REUSEPORT
|
5 years ago |
yury
|
9d1c814387
* Added the thlcgobj.a_load_undefined_cgpara() method to pass an undefined value as a parameter to a routine. The generic version passes the 0/nil value if the parameter's location is not a register.
|
5 years ago |
yury
|
30e61067a0
* It is needed to mark $parentfp as used for all targets.
|
5 years ago |
yury
|
afc568cf93
* Fixed the jvm target after r45436.
|
5 years ago |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 years ago |
Mattias Gaertner
|
a501be1b2b
pas2js: async procedure modifier
|
5 years ago |
Mattias Gaertner
|
d9734aa533
fcl-passrc: fixed parsing case statement without semicolon before else, added comments
|
5 years ago |
Mattias Gaertner
|
375cfbf25c
undo
|
5 years ago |
Mattias Gaertner
|
23e7ced100
fcl-passrc: fixed parsing case statement without semicolon before else, added comments
|
5 years ago |
Mattias Gaertner
|
a2342c710e
fcl-passrc: resolver: check procedure modifiers of proc body and declration, procedure modifier async
|
5 years ago |
florian
|
9b54588d75
+ PXorPXor2PXor optimization
|
5 years ago |
michael
|
c3e10be898
* Test case (currently failing) for else else in case statement
|
5 years ago |