Jonas Maebe
|
b0462d27cc
* by default, no longer initialize enumeration fields of classes/objects
|
13 lat temu |
Jonas Maebe
|
ca29bb10af
- zapped some gremlins in comments
|
13 lat temu |
florian
|
6c8eed21c4
+ implement auto inlining (-Ooautoinline)
|
13 lat temu |
paul
|
290295db3e
compiler: remove UTF8 sequences from 2 comments + minor formatting
|
13 lat temu |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
13 lat temu |
Jonas Maebe
|
3380b58695
* when we get near the limit of the maximum number of TOC entries that can
|
13 lat temu |
Jonas Maebe
|
5c6c5699a9
* cs_wpo_optimize_vmts also needs all unit info
|
13 lat temu |
Jonas Maebe
|
02413c8a57
* moved maybequoted() from cutils to cfileutl and let its behaviour vary
|
13 lat temu |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 lat temu |
Jonas Maebe
|
7aa3b99fb5
+ -CN/{$CHECKLOWADDRLOADS+/-} switch to enable explicit checks for accesses
|
13 lat temu |
florian
|
0fe22a358b
+ first version of ldr instruction scheduler on arm
|
13 lat temu |
Jonas Maebe
|
74510f9069
+ generic infrastructure for target-specific switches
|
14 lat temu |
paul
|
21ac5dfb3b
compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch
|
14 lat temu |
sergei
|
b997094755
+ Generate unwind bytecode for function prologues on win64.
|
14 lat temu |
paul
|
828367bebd
compiler:
|
14 lat temu |
Jonas Maebe
|
f96f5f9e94
+ {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking
|
14 lat temu |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
14 lat temu |
paul
|
8a4634a7b1
merge r13481 from cpstrnew branch by florian
|
14 lat temu |
paul
|
a95512f0ec
merge cpstrnew branch r13480 by florian:
|
14 lat temu |
florian
|
a08dfdf803
o slightly modified patch by John Clymer:
|
14 lat temu |
Jonas Maebe
|
28c20cfc5e
* the default string type for the JVM target is no longer automatically
|
14 lat temu |
Jonas Maebe
|
ce88df680b
+ symansistr conditional define that, when activated, makes the symbol/
|
14 lat temu |
Jonas Maebe
|
7200245337
+ cs_unicodestrings global switch to indicate that the default string type
|
14 lat temu |
Jonas Maebe
|
37b5c061e3
+ support for "final" fields in *external* (Java and other) classes, enabled
|
14 lat temu |
Jonas Maebe
|
f67919e9f5
+ odt_javaclass, odt_interfacejava objectdef types
|
14 lat temu |
Jonas Maebe
|
d18cda2939
+ support for tt_regallocator/tt_freeregallocator temps; these will be used
|
14 lat temu |
pierre
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
14 lat temu |
florian
|
6ea8eb7dc2
+ changes precedence of unary minus operator in mac and iso mode, resolves #17710
|
14 lat temu |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
14 lat temu |
florian
|
3ce9ff93f1
+ patch by Jeppe Johansen to support automatic interrupt table generation by using the interrupt directive with an offset. Not activated yet because it requires to change also the startup code of the different mcus.
|
14 lat temu |