sergei
|
f5a8f69517
* Fixed handling of ']' character in CDATA sections, when it is not starting a ']]>' delimiter it must be output as-is. Mantis #23794.
|
12 năm trước cách đây |
pierre
|
7e79042d58
Reorganize for better pic support (not yet working completly ...)
|
12 năm trước cách đây |
pierre
|
6e2db1a5e5
Use addr_pic_call16 in a_call_name method
|
12 năm trước cách đây |
pierre
|
9cb7be4c92
|
12 năm trước cách đây |
pierre
|
493c77bca0
+ Add addr_pic_call16 relocation type for mips
|
12 năm trước cách đây |
Jonas Maebe
|
ddc03bdf03
* when automatically generating (s|g)etters, make sure that the visibility of
|
12 năm trước cách đây |
Jonas Maebe
|
8f96ace589
* fixed -CTauto(g|s)etterprefix automatically generated helpers in case they
|
12 năm trước cách đây |
svenbarth
|
d49b4043ab
Implement DECLARED() for generic symbols. This fixes Mantis #21829 . The syntax is SomeGenericType<> for a generic with only one type parameter and SomeGeneric<,[,]*> for a generic with more than one type parameter. Spaces between the commas or brackets are allowed.
|
12 năm trước cách đây |
svenbarth
|
cca897cfd3
Fix a memory leak spotted by Blaise Thorn
|
12 năm trước cách đây |
florian
|
9315eba917
* patch by Serg Bormant: fix fmShareCompat handling for win32/win64/nativent, resolves #23725
|
12 năm trước cách đây |
florian
|
ef1c848198
* fix constant calculation for the AndAnd2And optimization if the first and is removed, noticed by Nico Erfurth
|
12 năm trước cách đây |
florian
|
5af646d1d2
+ add missing it* statements for thumb2 by a modified patch of Jeppe Johansen, resolves #23738
|
12 năm trước cách đây |
florian
|
bf57cdf409
+ introduce new define CPUTHUMB2
|
12 năm trước cách đây |
sergei
|
08c0c265c9
* MIPS: use correct def to calculate parameter alignment (when parameter is passed by address, its def changes to pointer and the alignment of parameter itself is irrelevant). Fixes at least webtbs/tw7806.
|
12 năm trước cách đây |
michael
|
528e231c66
* Strict resolving
|
12 năm trước cách đây |
michael
|
e247d1fa1a
* assign name to anonymous string type
|
12 năm trước cách đây |
florian
|
d0cbcd419e
* update of the German compiler message file by Karl-Michael Schindler, resolves #23728
|
12 năm trước cách đây |
sergei
|
cb51c39dd7
* Forgot to assign result of SwapEndian() into place.
|
12 năm trước cách đây |
sergei
|
5e13334467
* Fixed tMIPSELtypeconvnode.second_int_to_bool handling of C booleans, webtbs/tw10233 and webtbs/tw17180 now work.
|
12 năm trước cách đây |
reiniero
|
b44353777a
* fcl-db: cosmetic: bufdataset comments: typos, grammar, uniform indentation
|
12 năm trước cách đây |
svenbarth
|
bb00325d85
Fix for Mantis #23765 .
|
12 năm trước cách đây |
Jonas Maebe
|
cb85846507
* fixed typo in jvm record clone implementation comment
|
12 năm trước cách đây |
Jonas Maebe
|
fffa2e163a
- removed unused local type in internal jvm record clone implementation
|
12 năm trước cách đây |
Jonas Maebe
|
dc7760bda0
* let type conversion nodes handle type checking for if/while/repeat
|
12 năm trước cách đây |
Jonas Maebe
|
a8a1bb6449
* fixed inserting something in a shortstring past its maximum length
|
12 năm trước cách đây |
Jonas Maebe
|
2ed4b295fe
* only change the visibility of an existing getter/setter to that of
|
12 năm trước cách đây |
Jonas Maebe
|
e7315d035c
* inherit po_auto_raised_visibility flag when the visibility of a method is
|
12 năm trước cách đây |
sergei
|
d762ef9e78
+ PECOFF targets: support more than 65535 relocations per object section, resolves #23752. DJCOFF targets: give a fatal error, since this object file format does not support extended relocations.
|
12 năm trước cách đây |
svenbarth
|
7bad1763b8
Decrease amount of code duplication regarding handling of safecall and record constructors.
|
12 năm trước cách đây |
sergei
|
cb1098c26c
* Do not create SEH finalization procedures in generic methods, their similarity with nested procedures causes compilation errors because actual nested procedures are not allowed for generics. Not creating them doesn't hurt because generic node tree is not used for code generation. Resolves #23724.
|
12 năm trước cách đây |