Jonas Maebe
|
ae61a2cc04
|
* test is not for darwin
git-svn-id: trunk@6410 -
|
2007-02-10 23:45:35 +00:00 |
|
daniel
|
9256c180de
|
* Fix register allocation bug that happens when a coalesced
move is spilled in its entirely.
git-svn-id: trunk@6408 -
|
2007-02-10 22:47:13 +00:00 |
|
ivost
|
3201f984fe
|
* aliased types for compatiblity also
git-svn-id: trunk@6407 -
|
2007-02-10 22:24:33 +00:00 |
|
ivost
|
757e36030f
|
* added inlined wrappers to the new MD functions to keep compatiblity with 2.0.4
git-svn-id: trunk@6405 -
|
2007-02-10 22:14:02 +00:00 |
|
micha
|
258708e6d3
|
sync with tdbf svn rev 275
git-svn-id: trunk@6403 -
|
2007-02-10 21:55:07 +00:00 |
|
florian
|
38dabf82da
|
+ insdat target for easier instruction table recreation
git-svn-id: trunk@6402 -
|
2007-02-10 21:50:02 +00:00 |
|
florian
|
08f48f5fc9
|
* completed jrcxz support
git-svn-id: trunk@6401 -
|
2007-02-10 21:14:05 +00:00 |
|
florian
|
a19ed91cc3
|
* fix for jcxz, jecxz and jrcxz on 64 bit platforms
git-svn-id: trunk@6400 -
|
2007-02-10 21:05:27 +00:00 |
|
Jonas Maebe
|
9813a8708c
|
* fixed encoding of jcxz
git-svn-id: trunk@6398 -
|
2007-02-10 20:38:38 +00:00 |
|
florian
|
c5d56702ff
|
* properly align case target labels
git-svn-id: trunk@6395 -
|
2007-02-10 18:42:25 +00:00 |
|
Jonas Maebe
|
530d5c125d
|
* limit the left hand side of "in" expressions to 2^32 for now
(fixes webtbs/tw8258 for 64 bit platforms)
git-svn-id: trunk@6393 -
|
2007-02-10 16:20:47 +00:00 |
|
marco
|
0a0f71827a
|
* openfilename updated to NT5 struct, keeping the old struct with _NT4 suffix
git-svn-id: trunk@6390 -
|
2007-02-09 20:24:56 +00:00 |
|
marco
|
b091c2a03a
|
* uncommented refefs for bug #8267, var versions of findfirstfile/nextfile
git-svn-id: trunk@6389 -
|
2007-02-09 20:11:47 +00:00 |
|
marco
|
1ecd1f67d4
|
* bug #8279
git-svn-id: trunk@6388 -
|
2007-02-09 20:07:20 +00:00 |
|
florian
|
15630b4247
|
* several flaws in headers fixed, resolves #8285
git-svn-id: trunk@6387 -
|
2007-02-09 19:12:59 +00:00 |
|
peter
|
a48c9fe3a0
|
* cleanup r6369
git-svn-id: trunk@6385 -
|
2007-02-09 12:34:13 +00:00 |
|
peter
|
ebccbf720c
|
* fix concat_multi for widestrings, patch was already done for ansistrings fixes 8292
git-svn-id: trunk@6384 -
|
2007-02-09 12:28:22 +00:00 |
|
tom_at_work
|
99bc1ccb75
|
* merged some code which was ifdefed separately for POWERPC and POWERPC64 code but is equal
git-svn-id: trunk@6383 -
|
2007-02-08 22:52:11 +00:00 |
|
tom_at_work
|
635117218e
|
* fix incorrect generation of huge static arrays on 64 bit systems; however, GAS only supports 2^31-1 sized ones
git-svn-id: trunk@6382 -
|
2007-02-08 22:11:27 +00:00 |
|
Jonas Maebe
|
36cb039a21
|
+ compile fmtbcd unit
git-svn-id: trunk@6377 -
|
2007-02-08 19:07:37 +00:00 |
|
Jonas Maebe
|
1863fb4c55
|
* make more use of location_force_register in in-code, should fix
cycle on x86-64
git-svn-id: trunk@6376 -
|
2007-02-08 14:14:32 +00:00 |
|
joost
|
74646df93b
|
* Fixed IsUniDirectional with help from Thorsten Engler, bug #8211
git-svn-id: trunk@6375 -
|
2007-02-08 10:44:13 +00:00 |
|
pierre
|
b754e839bc
|
* Trying to start implementation of details on one file log
git-svn-id: trunk@6374 -
|
2007-02-07 23:48:54 +00:00 |
|
Jonas Maebe
|
21cef2cdb1
|
* r6372 for x86(-64)
git-svn-id: trunk@6373 -
|
2007-02-07 23:10:54 +00:00 |
|
tom_at_work
|
dc21781f1d
|
* fix compilation for 64 bit platforms,
as suggested by Jonas
git-svn-id: trunk@6372 -
|
2007-02-07 23:05:19 +00:00 |
|
joost
|
126f0dceac
|
* Use DataConvert in SetFieldData
git-svn-id: trunk@6371 -
|
2007-02-07 23:03:34 +00:00 |
|
Vincent Snijders
|
d87dc4e3f8
|
* always pass property value by value to the property setter of a method, the optimization (to prevent copying) to pass just the reference doesn't work on arm, for example (bug 8273)
git-svn-id: trunk@6370 -
|
2007-02-07 22:06:15 +00:00 |
|
pierre
|
62b810700a
|
* fix for webbug 8270
git-svn-id: trunk@6369 -
|
2007-02-07 21:00:14 +00:00 |
|
yury
|
d897b10f15
|
* updated wince API.
git-svn-id: trunk@6368 -
|
2007-02-07 20:49:04 +00:00 |
|
tom_at_work
|
499d77d975
|
* fixed compilation
git-svn-id: trunk@6367 -
|
2007-02-07 20:44:48 +00:00 |
|
Jonas Maebe
|
3e5f64e16f
|
* increased ppu version for setdef patch
git-svn-id: trunk@6366 -
|
2007-02-07 20:33:10 +00:00 |
|
Jonas Maebe
|
80b0b1c057
|
* compiler identifier is powerpc64, not ppc64
git-svn-id: trunk@6365 -
|
2007-02-07 20:32:12 +00:00 |
|
florian
|
247a8b2698
|
* indoniesan language update by Zaenal Mutaqin
git-svn-id: trunk@6364 -
|
2007-02-07 20:28:54 +00:00 |
|
Jonas Maebe
|
f38d29cfab
|
* optimized previous patch for "byte in set" (Thorsten Engler)
* fixed storing/loading of setdefs to/from ppu + test (Thorsten Engler)
* fixed ppudump for new setdef format in ppus
git-svn-id: trunk@6363 -
|
2007-02-07 20:22:29 +00:00 |
|
daniel
|
794167b09d
|
* Improve test.
git-svn-id: trunk@6362 -
|
2007-02-07 19:51:07 +00:00 |
|
florian
|
e2633cb47d
|
* linker stuff for symbian by Felipe Monteiro de Carvalho
* updated symbian rtl makefile by Felipe Monteiro de Carvalho
git-svn-id: trunk@6361 -
|
2007-02-07 19:44:55 +00:00 |
|
florian
|
a2127504a0
|
+ Symbian rtl skeleton by Felipe Monteiro de Carvalho
git-svn-id: trunk@6360 -
|
2007-02-07 19:41:14 +00:00 |
|
daniel
|
04819280cc
|
+ Add enormous arrays test.
git-svn-id: trunk@6359 -
|
2007-02-07 19:36:35 +00:00 |
|
florian
|
8ed35dd5fb
|
* do a stack trace in case of abording with an heap error when EXTRA is defined
git-svn-id: trunk@6358 -
|
2007-02-07 19:35:54 +00:00 |
|
Jonas Maebe
|
fc3852e59a
|
* in non-TP modes, 'ord_larger_than_256 in set' now always returns
false instead of triggering a range error (mantis #8258,
based on patch provided by Thorsten Engler)
git-svn-id: trunk@6357 -
|
2007-02-07 18:57:19 +00:00 |
|
florian
|
eb8b2fb138
|
* be more carefull with unaligned load optimization
git-svn-id: trunk@6356 -
|
2007-02-07 17:43:56 +00:00 |
|
florian
|
e70c6df440
|
* arm-linux has to link explicitly against libc
git-svn-id: trunk@6355 -
|
2007-02-07 17:42:40 +00:00 |
|
joost
|
370f7737b6
|
* Implemented DataConvert, bug #8204
git-svn-id: trunk@6354 -
|
2007-02-07 11:13:10 +00:00 |
|
joost
|
99b15e95a1
|
* Improved error-handling in TBufDataset.ApplyUpdates
git-svn-id: trunk@6353 -
|
2007-02-07 11:10:36 +00:00 |
|
yury
|
125136d069
|
* updated wince windows unit.
git-svn-id: trunk@6352 -
|
2007-02-07 08:22:25 +00:00 |
|
michael
|
4e40a56932
|
* Changed attributes to 644
git-svn-id: trunk@6351 -
|
2007-02-06 11:03:04 +00:00 |
|
Vincent Snijders
|
8b1420a875
|
* removed system from the implicitunit lists, because it is already in the units list
git-svn-id: trunk@6350 -
|
2007-02-06 08:42:40 +00:00 |
|
yury
|
e998bc8142
|
* fixed CW_USEDEFAULT definition.
git-svn-id: trunk@6349 -
|
2007-02-06 01:14:27 +00:00 |
|
peter
|
70a0928914
|
* add package to action and pkghandler
git-svn-id: trunk@6348 -
|
2007-02-05 23:09:41 +00:00 |
|
fpc
|
51dd839787
|
fix testrun comparison query error in case of noskipped
git-svn-id: trunk@6347 -
|
2007-02-05 08:17:09 +00:00 |
|