Jonas Maebe
|
335e159c11
Merged revisions 13351-13373,13376-13457 via svnmerge from
|
vor 16 Jahren |
florian
|
90d71ee7da
* SwapEndian(<16 Bit>) needs inline in the interface section as well
|
vor 16 Jahren |
Jonas Maebe
|
92de010fe1
Merged revisions 13218-13347 via svnmerge from
|
vor 16 Jahren |
ivost
|
02d177c885
* added FillQWord, IndexQWord, but CompareQWord is still missing
|
vor 16 Jahren |
Jonas Maebe
|
b1b9894ae3
* initial Objective-C 1.0 support:
|
vor 16 Jahren |
Jonas Maebe
|
b77bff2996
+ cardinal/qword overloads for interlocked* routines (mantis #13281)
|
vor 16 Jahren |
Jonas Maebe
|
ab8b32dafb
- removed PARAOUTFILE define and ifdefs
|
vor 16 Jahren |
Jonas Maebe
|
6165536b5e
+ added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable
|
vor 16 Jahren |
Jonas Maebe
|
213c00b17f
* updated check for minimum version required to build trunk (at least
|
vor 16 Jahren |
Jonas Maebe
|
b912e00440
* renamed rol/ror functions into rolbyte/rolword/roldword/rolqword
|
vor 16 Jahren |
florian
|
f64dbd70cf
* make unicodechar equivalent to widechar, resolves #12233
|
vor 17 Jahren |
Jonas Maebe
|
6b473862cf
* give an error stating that you have to use the latest released compiler
|
vor 17 Jahren |
tom_at_work
|
8a5a6db065
* rol/ror inlines for powerpc/powerpc64 (only for 32/64 bit operands for now)
|
vor 17 Jahren |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
vor 17 Jahren |
Jonas Maebe
|
7b467fa2a0
* Don't inline ioresult. It's not speed critical and inlining it causes
|
vor 17 Jahren |
florian
|
fe7cba52dc
+ support of inlined ror/rol on arm
|
vor 17 Jahren |
florian
|
20e632c8d8
* reorganized ror/rol defines
|
vor 17 Jahren |
florian
|
1afb1aa9cc
+ ror/rol functions
|
vor 17 Jahren |
florian
|
d672700a59
* some avr fixes
|
vor 17 Jahren |
giulio
|
9203f46e1a
* Handling of -Sf parameter fixed
|
vor 17 Jahren |
yury
|
5dc6e54925
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
|
vor 17 Jahren |
florian
|
48fb130be3
* fixed fpu type setting for avr
|
vor 17 Jahren |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
vor 17 Jahren |
florian
|
c05d4912f4
+ basic system unit for avr-embedded
|
vor 17 Jahren |
tom_at_work
|
52135af71f
* implement branchless fpc_abs_long in a generic way
|
vor 17 Jahren |
marco
|
bce663bb43
* Fix for 10491, pdatetime now defined.
|
vor 18 Jahren |
peter
|
6ed3d91989
* CompareText for shortstrings added
|
vor 18 Jahren |
florian
|
fb8bbd5ff0
+ inline abs(<longint>) on x86
|
vor 18 Jahren |
peter
|
43c446e742
* add DumpExceptionBackTrace
|
vor 18 Jahren |
florian
|
b2b0e749bb
* win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll
|
vor 18 Jahren |