summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * leave jvmbackend branch in a proper state (fixes from trunk merge)jvmbackendjonas2012-04-275-3/+15
* * synchronised with trunk up to r21067jonas2012-04-26578-2614/+9459
|\
| * * patch by Nico Erfurth: Remove superfluous mov from MovStrMov sequencesflorian2012-04-261-0/+38
| * compiler: change ShortString->(Some)String and AnsiString->(Some)String overl...paul2012-04-2610-120/+118
| * * adjustments/fixes for AIX/ppc64jonas2012-04-254-12/+26
| * * use generic ppc version of a_loadaddr_ref_reg() for AIX/ppc64jonas2012-04-251-2/+2
| * * enabled null pointer load checking for AIX/ppc64jonas2012-04-251-0/+2
| * * specify the branch opcode to use for a_call_name_direct/a_jmp_name_direct,jonas2012-04-251-19/+34
| * - removed ifdefed/inactive "ti386addnode.second_addmmx" from ppc codejonas2012-04-251-186/+0
| * * corrected sharedClibext for AIX/ppc32jonas2012-04-251-1/+1
| * * correctly call assembler for AIX/ppc64jonas2012-04-252-4/+8
| * * equivalent of r20829 for AIX/ppc64 (and linux/ppc64): automatically createjonas2012-04-251-1/+8
| * * write pointer data on AIX/ppc64 using .vbyte rather than using .llongjonas2012-04-252-8/+8
| * * align all code/data sections to sizeof(pint), instead of sometimesjonas2012-04-254-8/+8
| * * Some minor changes that make the recent changes more backwards compatible....marco2012-04-251-1/+8
| * * Changed tagVariant.pbstrVal to ^WideString and added a comment about imposs...sergei2012-04-251-1/+2
| * * Fix for #21636, TFPSList.Pack several fixes.marco2012-04-251-6/+22
| * * fix passing of only one parameter on non unix platforms. Mantis #21630 marco2012-04-251-3/+10
| * * changed tbookmark to tbytes, bookmarkstr to ansistring. Delphi 2009+ compat.marco2012-04-253-8/+18
| * * Ignore FPU/MM registers in tcg.(de)allocallcpuregisters if they are not use...sergei2012-04-251-4/+8
| * * For Win64, handle environment variables the same way as on Win32 (the gener...sergei2012-04-251-2/+2
| * * Fixed 64-bit compilation warnings (Integer -> PtrUInt)sergei2012-04-253-6/+6
| * * Updated libogcfpc to ver.1.8.11 and devkitPPC to r26Legolas2012-04-255-12/+24
| * * Updated libndsfpc to ver.1.5.6 and devkitARM to r38Legolas2012-04-255-9/+37
| * + Regenerate all Makefiles's after adding x86_64 netbsd targetpierre2012-04-24390-782/+6075
| * + Add x86_64 netbsd targetpierre2012-04-241-1/+1
| * Define USE_SIGACTION_SIGTRAMP for x86_64pierre2012-04-241-0/+6
| * * Add missing sc_arg6 to sc_arg9 fields in x86_64 SigContext recordpierre2012-04-241-1/+4
| * + Add USE_SIGACTION_SIGTRAMPpierre2012-04-241-3/+12
| * * even if currency is handle by an int64, it needs no extra handling in handl...florian2012-04-241-5/+1
| * patches by Nico Erfurth to improve the arm peephole optimizer:florian2012-04-242-42/+116
| * * Cleanup of adding records to bufdatasets with indexes. Mantis #20514, patc...marco2012-04-242-39/+111
| * Partial fix for x86_64 peephole optimizationpierre2012-04-241-8/+59
| * * Pass NR_FUNCTION_RESULT_REG to FPC_SAFECALLCHECK in target-independent way.sergei2012-04-241-14/+11
| * * translate_disp_call: improved building the parameter block by using ttempre...sergei2012-04-241-13/+7
| * * tcallnode.maybe_load_in_temp: treat asnode like callnode, because asnodes a...sergei2012-04-241-1/+1
| * * fixed compilation on Solaris after r20815jonas2012-04-241-3/+2
| * * sqlDB update SQLParser to parse DML statements WITH common table expressions marco2012-04-241-15/+33
| * * fcl-db test for opening non-select statements, which return data by Lacak2...marco2012-04-241-11/+53
| * * AIX requires record data that partially fills a register to bejonas2012-04-231-2/+15
| * * Added context info (method/classname/id) and fixed access violation in case...michael2012-04-231-4/+25
| * Fix FpSigProcMask overload for OpenBSD: Warning this probably breaks compila...pierre2012-04-231-1/+1
| * * Also enable ELF32 or ELF64 for OpenBSD OSpierre2012-04-231-1/+1
| * * Indexed is by default false, in sync with usepalette which is false by defaultmichael2012-04-231-1/+1
| * * Patch from Michalis Kamburelis to fix memory leak (bug 21835)michael2012-04-231-4/+8
| * rtl: reduce warnings about deprecated symbol accesspaul2012-04-231-17/+17
| * * add symtable to uses clause for tabstractsymtable, part of r20967jonas2012-04-221-1/+1
| * - disabled fpc_qword_to_double() assembler version for AIX/ppc64 like forjonas2012-04-223-41/+103
| * * {$linklib libnsl.so} -> {$linklib nsl} for AIX (copy/paste error)jonas2012-04-221-1/+1
| * * fixed timespec and mcontext_t types for AIX 64 bitjonas2012-04-222-6/+27