Jonas Maebe
|
99994c0603
Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 년 전 |
Jonas Maebe
|
fbac599784
+ initial implementation of whole-program optimisation framework
|
17 년 전 |
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
|
18 년 전 |
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 년 전 |
yury
|
1782305ae2
* Completely fixed float constants in softfloat mode when compiler was compiled in hardfloat mode on arm-linux host.
|
18 년 전 |
marco
|
569d7e1138
* fixed deprecated
|
18 년 전 |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 년 전 |
peter
|
e4605f9b52
* fix range check error
|
18 년 전 |
daniel
|
a662c5fedb
+ On GO32, GBA and NDS, disable RTL features that aren't implemented.
|
18 년 전 |
daniel
|
5aef9bc086
- Put gpc mode between ifdefs. The only thing it does it disable all
|
18 년 전 |
Jonas Maebe
|
359c19ee9e
- removed ppc601 as ppc32 cpu target
|
18 년 전 |
Jonas Maebe
|
246f75c43a
- removed inlining_procedure global var (artefact from pass_2 inlining)
|
18 년 전 |
Jonas Maebe
|
d6a4fbea47
* removed no longer used allow_only_static global variable
|
18 년 전 |
Jonas Maebe
|
2ea611e069
* fixed searching fpc.cfg on {$ifdef need_path_search} OS'es
|
18 년 전 |
tom_at_work
|
106fe68ce6
* renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351
|
18 년 전 |