Jonas Maebe
|
a997721c32
* give an error message instead of crashing with an io exception if the
|
17 years ago |
Jonas Maebe
|
1573daa4a4
* check whether the correct wpo feedback file is used in the current
|
17 years ago |
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 years ago |
Jonas Maebe
|
ecaf547188
+ documented -OW<x>, -Ow<x>, -FW<x> and -Fw<x> wpo parameters
|
17 years ago |
Jonas Maebe
|
f9031b8078
+ symbol liveness wpo information extracted from smartlinked programs
|
17 years ago |
Jonas Maebe
|
fbac599784
+ initial implementation of whole-program optimisation framework
|
17 years ago |
Jonas Maebe
|
2b067a427d
* give warning if a routine in the interface of a non-interface-only
|
17 years ago |
yury
|
c84aa860bd
* Added error message if resulting executable image size is too big to fit in memory. bug #11702.
|
17 years ago |
yury
|
d5c0ba9a1e
* Improved warning about constructing class instance with abstract methods. Warning is issued for each method and method name is specified in the message. It makes easy to find out which abstract methods still not overrode.
|
17 years ago |
florian
|
c3605645ff
+ warn if someone still uses ppc386.cfg
|
17 years ago |
michael
|
0167a576f0
* Fixed some typos
|
17 years ago |
michael
|
5d1c98237b
* Fixed all known errors
|
17 years ago |
tom_at_work
|
30cb2b088b
* also updated compiler copyright date to 2008 in the translations that translated the affected string
|
17 years ago |
micha
|
b0838b13d7
* add armeb target to compiler/Makefiles
|
17 years ago |
Jonas Maebe
|
150eda304b
* factored unix exports handling from t_bsd and t_linux into expunix unit
|
17 years ago |
michael
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
17 years ago |
florian
|
00ae5d1d5d
+ correct parsing interface delegation through classes
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
Jonas Maebe
|
86f90d8ac1
+ support for setting the name of "main" (-XM command line parameter) in
|
17 years ago |
florian
|
6c53785e3a
* first part of implements clean up and fixing
|
17 years ago |
florian
|
d8d96f14e6
+ experimental directive, resolves #10833
|
17 years ago |
peter
|
793fd8fc09
* Add -Xg to help pages
|
17 years ago |
florian
|
2dd91ca248
* updates from Karl-Michael Schindler
|
18 years ago |
florian
|
8f17101039
* allow application of as operator only to interfaces having a guid, resolves #6797
|
18 years ago |
Jonas Maebe
|
18eb495d0f
* give a regular error message instead of an internal error on x86
|
18 years ago |
florian
|
246ae7b446
o from Karl-Michael Schindler:
|
18 years ago |
sekelsenmat
|
6569d491a1
Added symbian target to the compiler messages
|
18 years ago |
florian
|
50cc61c8fd
* ignore register list in pure assembler routines, resolves #9335
|
18 years ago |
peter
|
bfca4e67fa
* -CO option to check for possible integer overflows
|
18 years ago |
peter
|
1e123d66ba
* improved generics
|
18 years ago |