summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Regenerated makefiles.yury2013-01-1655-55/+275
* * Fixed conflict of native android and java android targets.yury2013-01-162-416/+421
* * Set stackalign field.yury2013-01-161-0/+2
* * Sync with trunk r23404.yury2013-01-162062-49624/+254654
|\
| * * Fixed case where connection is closed gracefully (Bug ID 23386)michael2013-01-161-24/+29
| * Add breakpoint at Verbose.GenerateError procedurepierre2013-01-161-0/+1
| * Increase status.errorcount only inside GenerateError procedure, to simplify ...pierre2013-01-163-10/+14
| * * remove old cdecl record hack, fixes linker errors with aspell on mac os xAlmindor2013-01-161-9/+1
| * tests: fixed testpaul2013-01-161-0/+1
| * compiler: implement record constructors + testspaul2013-01-1611-20/+171
| * compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...paul2013-01-1622-60/+58
| * * InterlockedIncrement/Decrement must return the modified value, not the init...sergei2013-01-151-4/+6
| * * MIPS: methodpointers must be compatible with records; since records are nev...sergei2013-01-151-1/+3
| * * MIPS int->real conversion: When converting unsigned to single, load it into...sergei2013-01-151-4/+15
| * * Procvars (methodpointers) must be treated as records, too. Fixes tw12318.pp...sergei2013-01-151-2/+12
| * Patch by Vasiliy Kevroletin. Fixes Mantis #23655.svenbarth2013-01-151-1/+1
| * Fix comparisons (aka usage of flag/CCR register)svenbarth2013-01-143-52/+24
| * m68k/n68kmat.pas, tm68kshlshrnode.first_shlshr64bitint:svenbarth2013-01-131-2/+6
| * * MIPS code generator fixes and improvements:sergei2013-01-132-19/+41
| * + ELF linker back-ends for ARM and MIPS.sergei2013-01-134-0/+1460
| * + Support dynamic copy relocations.sergei2013-01-134-36/+135
| * + chmod 755 on executable files produced by internal linker. I missed this "s...sergei2013-01-131-0/+6
| * m68k/cgcpu.pas, tcg68k.g_concatcopy:svenbarth2013-01-131-1/+1
| * * Unblockfile to programmatically unblock MSIE downloadsmarco2013-01-131-1/+13
| * * fixed minor mistake in comment. Mantis #23631marco2013-01-131-1/+1
| * + Enable CPU-specific descendants to write specific dynamic tags.sergei2013-01-131-7/+96
| * * Undid patch to resolve dotted unit names, it breaks generation of FPC docum...michael2013-01-121-33/+32
| * * remove debug outputmichael2013-01-121-1/+0
| * * Added dependency on openglmichael2013-01-122-1/+2
| * * Added dependency on openglmichael2013-01-122-3/+111
| * * fixed case of unit name dependencies for MacOS unitjonas2013-01-111-436/+436
| * - TObjData.sectiontype2options: removed oso_keep flags. They don't have any e...sergei2013-01-111-15/+11
| * * Revert part of r22548, correct fix for the issue is provided by r23188.sergei2013-01-111-19/+1
| * * Make sure that current method is removed from stack prior to executing it (...michael2013-01-111-8/+8
| * + new language added (cs)hajny2013-01-103-1/+28
| * - Removed TlsSize variable, it duplicates threadvarblocksize.sergei2013-01-101-6/+3
| * + Native threadvar implementation for Win32 and Win64 (most of it, but not ye...sergei2013-01-104-12/+110
| * Move the handling of "misstyled" floating point constants like "2." or "2.e10...svenbarth2013-01-108-32/+217
| * Use OLDBINUTILS conditional to disable assembler code unsupported by older G...pierre2013-01-101-1/+9
| * * Replaced local writable typed constant with variable. Makes function thread...sergei2013-01-101-2/+4
| * * FPC_USE_WIN64_SEH is only defined if target is Win64, so another check for ...sergei2013-01-091-2/+2
| * Fix one problem type of Mantis #23546. A record must not contain a static arr...svenbarth2013-01-096-7/+105
| * Regenerated with Use -32 -mips32 option for mips/mipsel ASTARGETpierre2013-01-091-3/+3
| * Use -32 -mips32 option for mips/mipsel ASTARGETpierre2013-01-091-2/+2
| * Fix for Mantis #23571.svenbarth2013-01-094-1/+25
| * symdef.pas, tstoreddef:svenbarth2013-01-091-1/+10
| * Fix for revision 23344.svenbarth2013-01-091-10/+11
| * compiler: fix indentationpaul2013-01-091-2/+2
| * * Fixed tMIPSELnotnode.second_boolean do handle QWordBool type correctly and ...sergei2013-01-081-4/+25
| * Fix for Mantis #23547. Basically we now fail with nicer error messages.svenbarth2013-01-084-31/+84