Mattias Gaertner
|
3d2322512e
pastojs: stack trace in nodejs
|
před 6 roky |
Mattias Gaertner
|
bdb3a9175d
pastojs: fixed escaping invalid UTF-16 in string literals
|
před 6 roky |
Mattias Gaertner
|
59414e3030
pastojs: fixed escaping invalid UTF-16 i string literals
|
před 6 roky |
Mattias Gaertner
|
f0e75cdbbb
fcl-js: fixed escaping invalid UTF-16 i string literals
|
před 6 roky |
florian
|
9b0ff05ee8
- get rid of MaxOps, it is redundant with max_operands
|
před 6 roky |
Jonas Maebe
|
513481ad71
* fixed overzealous removal of an assigned(t1) check in r40142 (it was for a
|
před 6 roky |
yury
|
a19528efa1
* Fixed warnings.
|
před 6 roky |
yury
|
78a26e53f8
* Fixed warnings.
|
před 6 roky |
yury
|
a077e0dd90
* Fixed comparison.
|
před 6 roky |
yury
|
30d64cec68
* Removed unused local vars.
|
před 6 roky |
yury
|
a026252508
* Commented out unused "size" local var.
|
před 6 roky |
yury
|
4357caaad8
* Removed unused local vars.
|
před 6 roky |
yury
|
2dc64e5fae
* Reverted r40181 because the "not inlined" notes are issued not due to access to private fields, but due to string conversion. It need to be fixed by overloaded versions of some methods.
|
před 6 roky |
yury
|
fa2d82f879
* Removed 'inline' from public methods of TFPObjectList and TFPHashObjectList since they use private fields and can not be inlined when called from other units.
|
před 6 roky |
yury
|
1b151df89f
* Make SetLength() to emit hint "Local variable "s" of a managed type does not seem to be initialized" instead of the warning. This change is needed because when calling a regular procedure with a ver parameter of a managed type the hint is generated. Now SetLength() behaves the same.
|
před 6 roky |
yury
|
bfbe50bc04
* pas2jni: Added option: -N - Do not generate a Java code for auto-loading of the shared library.
|
před 6 roky |
Mattias Gaertner
|
2aab88ee4e
pastojs: fixed range check of o.aArray[index]
|
před 6 roky |
Mattias Gaertner
|
3979f9922a
pastojs: fixed range check of o.aString[index]
|
před 6 roky |
Mattias Gaertner
|
f116d51fd9
pastojs: load include file from cache
|
před 6 roky |
Mattias Gaertner
|
571094912b
fcl-passrc: fixed error position on include file not found
|
před 6 roky |
pierre
|
2a9ce2ed6c
Disable three operand overload of MatchOpType for avr and jvm targets, which only have 2 operands max
|
před 6 roky |
Mattias Gaertner
|
c39cc4475f
pastojs: fixed assigning class var of descended classes
|
před 6 roky |
Mattias Gaertner
|
3f50c51225
fcl-passrc: added TPasResolver.IsClassField
|
před 6 roky |
Mattias Gaertner
|
2070df21ac
fcl-passrc: debug check
|
před 6 roky |
Mattias Gaertner
|
2f5d081b5d
nodepas2js: clean up
|
před 6 roky |
pierre
|
e49025a086
More -CriotR fixes:
|
před 6 roky |
florian
|
59d5d6ec95
+ factored out TX86AsmOptimizer.PrePeepholeOptIMUL, used now by x86-64 and i386
|
před 6 roky |
florian
|
47c9bca7f2
* number of cycles slightly increased for better measurements
|
před 6 roky |
florian
|
2a016889de
* skip align directives after unconditional jumps
|
před 6 roky |
florian
|
a092da723a
+ new fields for more precise control of alignment
|
před 6 roky |