florian
|
60169d34dc
* fixed compilation of AVR compiler
|
16 лет назад |
florian
|
fc5e5d9258
* talignmentinfo must be packed, it is written to the ppu during streaming, further it is member of tsettings which packed too
|
16 лет назад |
Jonas Maebe
|
5c006b9b86
* enable the directory cache by default starting with the first lookup
|
16 лет назад |
florian
|
121875a374
* make TSettings packed so ppus containing generics are compatible regardless which compiler generated them
|
16 лет назад |
Jonas Maebe
|
4106ce540f
* fixed compilation with -Cr after r13147
|
16 лет назад |
yury
|
78b2618db6
* Fixed setting of image base using {$IMAGEBASE X} directive.
|
16 лет назад |
Jonas Maebe
|
bf7c9361f6
* delay effect of {$calling x} until switches are flushed (mantis #12985)
|
16 лет назад |
yury
|
1658ca9919
* Initialize controllertype field to eliminate warning.
|
16 лет назад |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 лет назад |
florian
|
acb06dac1b
+ Wp<Controllertype> support for arm and avr
|
16 лет назад |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
16 лет назад |
Jonas Maebe
|
718694d1d6
* always specify an explicit alignment for tgobj.gettemp (so e.g.
|
16 лет назад |
Jonas Maebe
|
e5920bc2b8
* delay verbosity changes just like localswitches changes
|
16 лет назад |
Jonas Maebe
|
0b815a6fff
- removed global "resolving_forward" variable (was no longer used)
|
17 лет назад |
florian
|
19e723c869
* germanism fixed (aktexceptblock -> current_exceptblock)
|
17 лет назад |
florian
|
96ce01b998
* fix building on all platforms after r10995
|
17 лет назад |
florian
|
e9543b90d0
+ introduced default_settings record to enable compiler unit users to turn off default switches
|
17 лет назад |
florian
|
0a4314206f
* range check error checking for floats refactored
|
17 лет назад |
micha
|
b0838b13d7
* add armeb target to compiler/Makefiles
|
17 лет назад |
florian
|
48fb130be3
* fixed fpu type setting for avr
|
17 лет назад |
Jonas Maebe
|
86f90d8ac1
+ support for setting the name of "main" (-XM command line parameter) in
|
17 лет назад |
michael
|
130bac9c03
* Fixed bug #10511
|
17 лет назад |
micha
|
0625040eba
+ add -XR switch for target root file system with libs (also used for C lib type detection)
|
18 лет назад |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 лет назад |
Tomas Hajny
|
3db626873b
* first part of cfileutl cleanup
|
18 лет назад |
Jonas Maebe
|
488cfa3c32
+ -go<x> switch for debugging options (some global switches could be
|
18 лет назад |
Jonas Maebe
|
21abdd2f4e
+ support for specifying the minimal precision for floating point
|
18 лет назад |
Jonas Maebe
|
a3c9dc5ec6
+ support for {$linkframework x} to link to framework x (Darwin only)
|
18 лет назад |
daniel
|
4c81c227fa
- Remove long2hex, replace by hexstr.
|
18 лет назад |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 лет назад |