florian
fb84cb865b
* rebase to trunk@17295
...
git-svn-id: branches/avr@17296 -
2011-04-10 19:20:48 +00:00
florian
eb2a2a5ea0
+ implements tavraddnode.second_cmpsmallset
...
git-svn-id: branches/avr@17295 -
2011-04-10 18:52:56 +00:00
florian
8cfbb70326
+ generic a_cmp_const_reg_label
...
git-svn-id: branches/avr@17294 -
2011-04-10 18:52:37 +00:00
florian
ebe8078263
* compilation fixed
...
git-svn-id: branches/avr@17293 -
2011-04-10 18:43:44 +00:00
florian
610fa89484
+ basic avr linker script
...
git-svn-id: branches/avr@17292 -
2011-04-10 18:43:04 +00:00
florian
359633bbdc
* initial atmega128 reg. definition and startup code implementation
...
git-svn-id: branches/avr@17291 -
2011-04-10 18:42:18 +00:00
florian
7b8f3a61d3
+ implemented tcgavr.g_flags2reg
...
git-svn-id: branches/avr@17290 -
2011-04-10 18:39:51 +00:00
florian
ed8d652398
+ implemened a_cmp_reg_reg_label
...
git-svn-id: branches/avr@17289 -
2011-04-10 18:39:07 +00:00
florian
5fd4bb70de
* started to implement ref.base parameter for normalize_ref
...
git-svn-id: branches/avr@17288 -
2011-04-10 18:38:06 +00:00
florian
a0b0b43d0c
+ implemented tcgavr.a_jmp_name
...
* updated todos
git-svn-id: branches/avr@17287 -
2011-04-10 18:37:26 +00:00
florian
c97869bd89
* merge user sections support branch
...
git-svn-id: trunk@17285 -
2011-04-10 18:08:59 +00:00
sergei
c939beee70
* Changed register allocation order for x86_64, putting first registers that don't need to be preserved by procedure. This way registers needing preservation are allocated less frequently (and for non-complex leaf functions not allocated at all), reducing amount of entry/exit code.
...
git-svn-id: trunk@17284 -
2011-04-10 18:04:17 +00:00
michael
1d07ae97c4
* Added combined example: login using RPC and edit data using FPWebdata
...
git-svn-id: trunk@17283 -
2011-04-10 17:59:36 +00:00
michael
eb2e21587b
* Published CreateSession property
...
git-svn-id: trunk@17282 -
2011-04-10 17:18:38 +00:00
sergei
c5e7902e4b
+ x86_64 optimized assembler functions IndexByte and IndexWord
...
+ Extended tests of IndexByte with checks to verify correct operation when passed length is -1.
git-svn-id: trunk@17281 -
2011-04-10 17:05:18 +00:00
florian
7f995c093e
* moved some code from pmodules to ncgutil to get rid of cpubase in pmodules
...
git-svn-id: trunk@17280 -
2011-04-10 16:27:49 +00:00
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.
...
git-svn-id: trunk@17279 -
2011-04-10 15:59:06 +00:00
michael
91c824abbc
* Fixed compilation with dmwdebug define
...
git-svn-id: trunk@17278 -
2011-04-10 10:57:59 +00:00
vladob
49f87b6d6b
next permutation
...
git-svn-id: trunk@17273 -
2011-04-08 22:19:39 +00:00
marco
f34ffd02c9
* fix for 19114. Deal with empty arguments more graciously by quoting them.
...
git-svn-id: trunk@17272 -
2011-04-08 14:41:36 +00:00
pierre
c22c58b3a5
* Avoid double freeing of frames with zero size as it creates a problem with heaptrc unit
...
git-svn-id: trunk@17271 -
2011-04-08 11:40:42 +00:00
Jonas Maebe
66258fb0b8
* fixed TCmdStrListItem.GetCopy() (the reference count of the ansistring
...
field was messed up due to the use of "move()" to copy all field data)
git-svn-id: trunk@17270 -
2011-04-08 08:10:07 +00:00
armin
03ca42d6e2
nwpre now initializes bss, use linker generated symbol to get address of .text (for lineinfo)
...
git-svn-id: trunk@17269 -
2011-04-07 19:39:51 +00:00
armin
672d76e636
added a segment table containing segments for symbols defined by linker script (needed for relocs)
...
git-svn-id: trunk@17268 -
2011-04-07 19:38:25 +00:00
paul
841357c66e
winunits-base: fix structure name
...
git-svn-id: trunk@17267 -
2011-04-07 06:46:50 +00:00
paul
efad673509
winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be LogFontW instead of LogFont
...
git-svn-id: trunk@17266 -
2011-04-07 06:27:16 +00:00
sergei
b7a56722ff
* Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115 .
...
git-svn-id: trunk@17265 -
2011-04-07 04:10:54 +00:00
florian
6fb666135f
* forbid <ordinal> in <set type>
...
git-svn-id: trunk@17263 -
2011-04-06 20:32:45 +00:00
joost
b911e3d1c3
* Fixed AV when no owner is set
...
git-svn-id: trunk@17262 -
2011-04-06 10:15:37 +00:00
joost
53ca12f8ab
* Use INSTALL_PREFIX to install to. Solves problems with testsuite
...
git-svn-id: trunk@17261 -
2011-04-06 09:37:20 +00:00
sergei
c6accaba5c
* tcg386.g_copyvaluepara_openarray, improved generated code:
...
- second calculation of EDI is obsolete, its value is never used.
- calculation of ECX can be partially shared with first calculation of EDI.
- multiplying ECX by 1 is also redundant (was happening due to a wrong condition).
git-svn-id: trunk@17260 -
2011-04-06 08:54:20 +00:00
sergei
c17afffb65
* Fixed Variant (containing DateTime) to string conversions. Conversion to WideString was plain wrong, and conversion to AnsiString was ignoring the time portion. Patch from Luiz Americo, resolves #19075 .
...
git-svn-id: trunk@17259 -
2011-04-06 07:08:30 +00:00
sergei
30a02b8d65
* CreateIoCompletionPort and GetCompletionPortStarus: changed type of 'completionKey' parameter to ULONG_PTR, patch from cobines, resolves #19104 .
...
git-svn-id: trunk@17258 -
2011-04-06 03:33:45 +00:00
joost
6c589478c8
* Use proper path-separator and executable extension (Fixes compilation on Windows)
...
git-svn-id: trunk@17257 -
2011-04-05 20:31:34 +00:00
florian
9279c6955e
* support for SSSE3, SSE4,1, SSE4.2, AES instructions set by Emelyanov Roman, resolves #18527
...
+ test for aes support
git-svn-id: trunk@17256 -
2011-04-05 20:22:57 +00:00
florian
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
...
git-svn-id: trunk@17255 -
2011-04-05 20:10:09 +00:00
florian
00768bea47
* fix compilation of dllprt0.as for older arm assemblers without push support
...
git-svn-id: trunk@17254 -
2011-04-05 19:42:36 +00:00
florian
f2a3f4e5af
* patch from Antonio Puente Rodero to fix arctanh and arccosh in unit ucomplex, resolves #18844
...
git-svn-id: trunk@17253 -
2011-04-05 19:37:50 +00:00
florian
8bff2a0de4
* patch by Jeppe Johansen to fix thumb2 epilog generation, resolves #18392
...
git-svn-id: trunk@17252 -
2011-04-05 19:25:20 +00:00
florian
0e74cea8ed
* patch by Simon Ley to improve move on arm: unneeded plds are removed, resolves #19050
...
git-svn-id: trunk@17251 -
2011-04-05 18:44:10 +00:00
Jonas Maebe
da16630c50
* fixed compilation on FPC_USE_LIBC platforms after r17249 (they already
...
define a version of move() that calls libc.memmove())
git-svn-id: trunk@17250 -
2011-04-05 13:40:45 +00:00
sergei
6e09d76b07
+ x86_64 assembler implementations of Move and FillChar. Does not use SIMD, so probably not the fastest for large move sizes, but for small to medium sizes it should be competitive.
...
* Extended the related test with checks for medium and large move sizes, to improve coverage for different code paths that are used depending on size.
git-svn-id: trunk@17249 -
2011-04-05 09:53:54 +00:00
joost
da7ef036ba
* Added univint dependency for MacOSX which is not detected by fpcmake
...
git-svn-id: trunk@17248 -
2011-04-05 08:14:00 +00:00
michael
56bd9e0d25
* Applied patch from 19097, compilable with Delphi
...
git-svn-id: trunk@17247 -
2011-04-04 20:57:11 +00:00
vladob
da487a9d84
doc change
...
git-svn-id: trunk@17246 -
2011-04-04 20:51:16 +00:00
vladob
f83ae10939
test change
...
git-svn-id: trunk@17245 -
2011-04-04 20:50:25 +00:00
michael
d22edd8e15
* ONChange removed from field, TDatset Descendents must do it
...
git-svn-id: trunk@17243 -
2011-04-04 13:22:29 +00:00
florian
07c9a772bf
* fix compilation when object type cast checking is on
...
git-svn-id: trunk@17236 -
2011-04-03 10:50:34 +00:00
michael
cb3043b3a2
* Fixed 19068
...
git-svn-id: trunk@17235 -
2011-04-03 09:27:06 +00:00
michael
6a0bd01953
* Added license
...
git-svn-id: trunk@17234 -
2011-04-03 09:22:27 +00:00