Commit Graph

42155 Commits

Author SHA1 Message Date
yury
78304dde66 * mipsel-android: Added C object files for tests.
git-svn-id: trunk@26710 -
2014-02-07 14:40:25 +00:00
yury
c58340f8dd * Enabled safecall for mips.
git-svn-id: trunk@26709 -
2014-02-07 14:12:33 +00:00
michael
cace38029c * Check running
git-svn-id: trunk@26708 -
2014-02-07 13:33:56 +00:00
michael
2a809969d3 * Check running
git-svn-id: trunk@26707 -
2014-02-07 13:25:13 +00:00
michael
8a4e0e6e84 * Added ExitCode (different from ExitStatus)
git-svn-id: trunk@26706 -
2014-02-07 13:03:17 +00:00
yury
73c26bd6be * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used.
git-svn-id: trunk@26705 -
2014-02-07 12:37:17 +00:00
yury
f3b8fabf1b * Fixed const name.
git-svn-id: trunk@26704 -
2014-02-07 12:29:40 +00:00
yury
2001609d9f * mipsel-android: rtl build.
git-svn-id: trunk@26703 -
2014-02-07 12:23:34 +00:00
yury
0aab9a8c21 * mipsel-android: Support in fpmkunit.
git-svn-id: trunk@26702 -
2014-02-07 12:22:59 +00:00
masta
2d2cab0e7a Fix some internalerror codes in the ARM CG
git-svn-id: trunk@26701 -
2014-02-07 12:15:08 +00:00
yury
5ebfb2710d * Fixed getting svn revision on Windows host.
git-svn-id: trunk@26700 -
2014-02-07 12:14:57 +00:00
yury
b21471a772 * mipsel-android: Fixed calling library startup code.
git-svn-id: trunk@26699 -
2014-02-07 10:16:43 +00:00
michael
9699890e3d * Fix reading bitmap types 5,6 for PNM (fix by reporter of Bug ID #52564)
git-svn-id: trunk@26698 -
2014-02-06 22:14:19 +00:00
michael
98dc27db1c * Fixed backgrounding (must be done before creating controllers, bug ID #23445
git-svn-id: trunk@26697 -
2014-02-06 22:06:44 +00:00
michael
6aaab457a7 * Added CheckControlMessage in TCustomDaemon
git-svn-id: trunk@26696 -
2014-02-06 21:22:25 +00:00
michael
628689e3e3 * Start at root with setkey if key starts with / or \ (bug id 20761)
git-svn-id: trunk@26695 -
2014-02-06 21:08:27 +00:00
florian
30352c7f7b * fix several issues with loop strength reduction to make it working
* debugging code for strength reduction

git-svn-id: trunk@26694 -
2014-02-06 20:48:19 +00:00
florian
c41d043ac8 + test for last commit
git-svn-id: trunk@26693 -
2014-02-06 19:51:43 +00:00
yury
3eaecd07a6 * mipsel-android: Support in fpcmake.
git-svn-id: trunk@26692 -
2014-02-06 19:46:28 +00:00
florian
c5523fc780 * do not search a node tree which has been found being subject to cse further on
git-svn-id: trunk@26691 -
2014-02-06 19:27:11 +00:00
yury
bb269e53ac * mipsel-android: Don't export local symbols from executable.
git-svn-id: trunk@26690 -
2014-02-06 19:11:08 +00:00
yury
bb1a2d21ab * mipsel-android: Fixed library loading.
git-svn-id: trunk@26689 -
2014-02-06 19:09:58 +00:00
yury
b995da1e06 + Added mipsel-android startup files by Vsevolod Alekseyev.
git-svn-id: trunk@26688 -
2014-02-06 18:33:23 +00:00
michael
576fe3758d * Added showing of hints in HTML page title
git-svn-id: trunk@26687 -
2014-02-06 17:06:58 +00:00
yury
56b3287e29 + Added compiler support for mipsel-android target.
git-svn-id: trunk@26686 -
2014-02-06 17:02:43 +00:00
lacak
56f37cd0e0 fcl-db: ODBC: add NativeError and SQLState fields to EODBCException. Bug #23798
git-svn-id: trunk@26685 -
2014-02-06 13:20:29 +00:00
michael
c184669206 * Fixed bug ID #23826
git-svn-id: trunk@26684 -
2014-02-06 12:56:17 +00:00
sergei
52af9a2c89 * Changed passing of hidden parameters to constructors of class-style objects: VMT is always passed in the first ('self') parameter, and the second one ('vmt', although this name is now misleading) contains flag specifying the constructor behavior and meaning of 'self'. Together with r26656 this removes methodpointer sharing between two parameter node trees, it becomes possible not to put methodpointer into temp, but use node tree below 'self' parameter to do virtual calls. This also matches behavior of Delphi.
git-svn-id: trunk@26683 -
2014-02-06 12:26:47 +00:00
michael
f2d163cd38 * Fixed bug ID #23290 (FileSetDate on Dir)
git-svn-id: trunk@26682 -
2014-02-06 12:01:25 +00:00
michael
083b2d4016 * Updated example to use 4.x version of ExtJS (Bug ID 23978)
git-svn-id: trunk@26681 -
2014-02-06 10:07:29 +00:00
michael
20b197949c * Added redirection support, and login support
git-svn-id: trunk@26680 -
2014-02-05 21:15:33 +00:00
michael
2cbb9daaa7 * Added 401 authorization handling
git-svn-id: trunk@26679 -
2014-02-05 21:10:27 +00:00
florian
829764e96b + replace registers to spill in mov instructions and convert them into ldr/str
git-svn-id: trunk@26677 -
2014-02-05 18:19:41 +00:00
sergei
a1dfaa54dd * Fixed exception handling in constructors of TP-style objects to correctly handle cases of statically allocated objects (must call destructor but do not free memory) and objects without destructor (must free memory if it was allocated dynamically).
+ Test extended.

git-svn-id: trunk@26676 -
2014-02-05 18:19:13 +00:00
michael
1b14ff7e8a * Request redirection handling implemented
git-svn-id: trunk@26675 -
2014-02-05 17:57:56 +00:00
Jonas Maebe
a1eb9a0f99 * fixed spilling of CMOVcc instruction: it "reads" operand two (in the sense
that the value of operand two is used/kept in case the condition is false)
    (fixes mantis #25672)

git-svn-id: trunk@26674 -
2014-02-05 00:27:21 +00:00
Jonas Maebe
ba5297be37 * support disabling the i386 peephole optimizer with -Oonopeephole
git-svn-id: trunk@26673 -
2014-02-05 00:27:16 +00:00
florian
9e4c130bc4 * do not allocate unnecessarily an extra pair of registers when multiplying int64s on arm
git-svn-id: trunk@26672 -
2014-02-04 22:02:51 +00:00
Jeppe Johansen
6861cbcf16 Allow FoldShiftLdrStr for all sizes of LDR/STR, and disable it for references that post/pre increment the base register on Thumb-2 targets.
git-svn-id: trunk@26671 -
2014-02-04 17:29:13 +00:00
masta
a72a3f4e01 Little cleanup after r26669, no functional changes
git-svn-id: trunk@26670 -
2014-02-04 08:04:08 +00:00
masta
80d2ee8ad0 Don't reuse registers on ARM 64 bits shift
git-svn-id: trunk@26669 -
2014-02-03 23:47:28 +00:00
lacak
cdc5e9a73a fcl-db: tests: Improve TestOldValue; tests also Blobs (which has special storage) and state of TField.OldValue after MergeChangeLog
git-svn-id: trunk@26667 -
2014-02-03 13:51:28 +00:00
sergei
9c1f917e3a * a_call_ref functionality cannot be implemented efficiently at code generator level, because references need specific preparations at earlier points. Moved this support to tcgcallnode and its x86 descendants, and got rid of all ifdef's around.
+ x86 targets now directly call procedure variables located in references.
- a_call_ref method removed from tcg and thlcgobj.

git-svn-id: trunk@26666 -
2014-02-03 13:28:56 +00:00
sergei
0d3f36eebf - Remove references to global variable 'cg' from methods of tcg and some of its descendants.
git-svn-id: trunk@26665 -
2014-02-03 12:27:48 +00:00
sergei
7104157a57 * Changed tabstractprocdef.address_size to return the def, which can be used to get other properties like size and alignment. Removes one of i8086 ifdef's.
git-svn-id: trunk@26664 -
2014-02-03 10:47:54 +00:00
sergei
53556f529d * gen_alloc_symtable: don't use current_procinfo.procdef, the necessary procdef is passed in 'pd' parameter.
git-svn-id: trunk@26663 -
2014-02-03 10:21:56 +00:00
marco
b7d94992eb * moved unxsockh for solaris, mantis #25657
git-svn-id: trunk@26662 -
2014-02-03 10:12:32 +00:00
michael
7afd5f6afe * Fixed bug ID #25091
git-svn-id: trunk@26661 -
2014-02-03 10:00:33 +00:00
sergei
949907f1f3 * Don't emit "Temps allocated between..." comment in assembler listing if procedure has no temps.
git-svn-id: trunk@26660 -
2014-02-03 09:55:46 +00:00
sergei
1626667374 * Object helper routines review/improvement for alignment-sensitive targets:
- Replaced duplicate local declarations of pvmt/tvmt with pobjectvmt/tobjectvmt
    (name change needed because tvmt is already used for class-style VMTs)
  - Removed 'packed' attribute from tobjectvmt, since it is always aligned.
  * Use appropriate typecasts to generate aligned memory accesses where possible.

git-svn-id: trunk@26659 -
2014-02-03 01:18:19 +00:00