summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auto-merge: trunk -> InterfaceRTTIinterfacerttisteve2016-05-30322-103743/+180667
|\
| * added m68k vasm to the list of assemblerskaroly2016-05-291-0/+1
| * m68k: unaligned handling for math and typeconv nodeskaroly2016-05-292-1/+6
| * m68k: fixed unaligned stores' predecrement addressing. also removed an unnece...karoly2016-05-291-4/+3
| * m68k: unaligned access support in add nodeskaroly2016-05-291-39/+45
| * AmigaOS4: OS4 needs socketbase and interface as threadvars (like all other Am...marcus2016-05-291-3/+1
| * m68k: added a simple VASM writer frontend for the GNU AS writer (as VASM has ...karoly2016-05-292-0/+116
| * Removed debug output from GetServerURL()marcus2016-05-291-1/+0
| * Fix regressions.svenbarth2016-05-282-4/+20
| * symdef.pas, tprocdef:svenbarth2016-05-281-1/+1
| * m68k: added REMS/REMU to the special formatting requirements list in the asse...karoly2016-05-281-1/+1
| * Regenerated after previous commitpierre2016-05-281-2/+4
| * Avoid line longer than 255, to be able to edit Makefile.fpc with fp IDEpierre2016-05-281-2/+4
| * Add msdos and win16 to the list of target OS for which TargetHasDosStylesDir...pierre2016-05-281-0/+2
| * * Patch from Luiz Americo to add const to some string params (Bug ID 30197)michael2016-05-272-4/+4
| * Fix regressions.svenbarth2016-05-271-6/+12
| * Improve inlining of generic routines (no matter whether they belong to a gene...svenbarth2016-05-261-1/+6
| * Rework the way the method bodies for specializations are generated: instead o...svenbarth2016-05-266-132/+249
| * pgenutil.pas, generate_specialization_phase2:svenbarth2016-05-261-0/+3
| * Store and use procedure directives of generic routines.svenbarth2016-05-263-0/+31
| * m68k: fixed and enabled hardware mod/div support for coldfire, also it no lon...karoly2016-05-264-22/+21
| * m68k: in second_int_to_bool, don't call TST after OR, since OR sets the flags...karoly2016-05-261-3/+7
| * m68k: build fix. (changes before commit is a bad idea...)karoly2016-05-261-2/+2
| * m68k: added division/remainder cpu capabilitieskaroly2016-05-261-9/+13
| * m68k: enable hardware divisions for all '020+, not only 020 itselfkaroly2016-05-261-3/+3
| * m68k: a bunch of '000 related fixes and cleanups. generated source now compil...karoly2016-05-263-28/+30
| * m68k: also handle large register save/restore offsets on 68000karoly2016-05-261-2/+2
| * m68k: more unaligned access support in the base cg, also enabled the codekaroly2016-05-261-31/+45
| * m68k: needs_unaligned helper. returns true when the given reference with the ...karoly2016-05-251-0/+8
| * m68k: a bunch of tweaks and improvements to assembly functions. higher move()...karoly2016-05-251-51/+38
| * m68k: added more cpu capabilities (unaligned access, long addressing, various...karoly2016-05-251-8/+20
| * * Split autostore in autoconf/autosessionmichael2016-05-251-38/+89
| * * now Amiga and MorphOS defines tf_requires_proper_alignment. for 68k Amiga i...karoly2016-05-252-3/+3
| * + implemented proper stack checking for the i8086nickysn2016-05-248-3/+82
| * * always generate unaligned pointer entries (so .4bytes instead of .long is g...florian2016-05-241-3/+3
| * Fix potential access violations when compiling units with helper types and/or...svenbarth2016-05-241-4/+0
| * * Some updates from Graeme Geldenhuysmichael2016-05-243-7/+65
| * * Fix 30181: correctly finalize fontmanagermichael2016-05-241-3/+2
| * * Updated from latest service descriptionsmichael2016-05-24102-24402/+132119
| * * Fix bug 30174, by default allow additional propertiesmichael2016-05-241-1/+14
| * * Improved code generator to take care of some corner cases (duplicate identi...michael2016-05-241-3/+16
| * * Improved code generator to take care of some corner casesmichael2016-05-241-25/+45
| * Revert commit 33771 and directly replace cpu8086 by cpui8086 which is always...pierre2016-05-2437-51/+30
| * * Small patch from Graeme Geldenhuys to make coding style more coherent (bug ...michael2016-05-241-3/+3
| * Also define CPUSMALL macro if CPUI8086 is definedpierre2016-05-237-0/+21
| * Correct tseg.pp test for i8086 CPPU for which seg/cseg/dseg/sseg should NOT ...pierre2016-05-231-6/+20
| * Use small number for Blocks constant for i8086 CPU alsopierre2016-05-231-1/+1
| * + added the new test/units/windows directory to the list of dirs, searched fo...nickysn2016-05-232-2/+2
| * Modify tnodeutils.insertbsssym method to generate indirect symbol only if f...pierre2016-05-231-6/+9
| * fcl-db: sqldb: when parsing SQL end of /* comment */ is not detected if ends ...lacak2016-05-232-4/+9