summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* + Objective-C supportllvmjonas2010-08-251-21/+31
* + partial implementation of llvm tcgobj descendant (mainly missingjonas2010-08-155-323/+1291
* + definition of AT_TEMP asmsymbol type (part of r15818)jonas2010-08-151-1/+3
* + R_FLAGSREGISTER and R_AGGREGATEREGISTER classes for LLVMjonas2010-08-151-7/+9
* + objc-support for llvm defnamesjonas2010-08-151-2/+3
* + temp allocator for llvm, whichjonas2010-08-152-46/+193
* + sc80real supportjonas2010-08-081-0/+1
* * merged r15735 through r15751 from trunkjonas2010-08-0816-486/+702
|\
| * * use extended as default real type in calculations only if fputype=x87florian2010-08-082-1/+9
| * * Made TPasExpr a descendent of expression, so declaration can be askedmichael2010-08-082-149/+253
| * * Patch from Nikolay (GetScanLineVESA256 reads from the write window, instea...marco2010-08-081-1/+1
| * + Add futexdaniel2010-08-081-0/+46
| * * patch from Nicolay for VLineVESA256 off-by-one error in calculation of Ban...marco2010-08-081-8/+8
| * * store the filename of uses yy in xxx syntax.marco2010-08-082-1/+4
| * * Fixed passing parameters on the stack to cdecl interface-methods. The 'call'joost2010-08-083-44/+91
| * * Fix some minor sideeffect introduced by r15729. File without "of integer" ...marco2010-08-081-1/+3
| * * cleaned up handling of Darwin non-lazy pointer sections: create sectionsjonas2010-08-082-5/+5
| * * let def_cgsize() also recognise unicodestrings (avoid calling tdef.size)jonas2010-08-081-1/+1
| * * patch for property modifiers, mantis 16672marco2010-08-081-67/+57
| * * patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or)marco2010-08-081-1/+1
| * sax_xml.pp:sergei2010-08-081-72/+79
| * xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by...sergei2010-08-082-132/+142
| * xmlread.pp:sergei2010-08-081-6/+2
| * * the iso7185 unit depends on the system unit (fixes make -j 2)jonas2010-08-072-1/+4
* | * merged r12206 through r15734 from trunk and fixed some resultingjonas2010-08-084366-499840/+972190
|\ \ | |/
| * * Reverted r15728 since it didn't work in all cases.marco2010-08-061-5/+26
| * * fix for and ; after the last field in a const record declarationmarco2010-08-061-2/+17
| * * fixed cmdline handling so that multiple parameters can be passed.marco2010-08-061-1/+6
| * * quick fix folding {$i %variablename%} to tkstring, mantis 16343marco2010-08-061-1/+9
| * * enables compilation of iso7185 unit on all targetsflorian2010-08-0652-1499/+2808
| * * patch from Dmitry for "file of integer" like syntax, mantis 16673marco2010-08-061-0/+1
| * * fix deprecated etc for properties. Mantis 16672marco2010-08-061-26/+5
| * * patch for ^\ by Dmitry, bug 16341marco2010-08-062-0/+16
| * * patch from Dmitry for bug 16342, slightly extended by me.marco2010-08-062-46/+53
| * * Patch from Dmitry for #$ef#$ab styled literals. Mantis 17110marco2010-08-061-57/+67
| * * updated copyright notice to 2010florian2010-08-0618-18/+18
| * * taking the address of an absolute var sym with constant address evaluates i...florian2010-08-062-1/+33
| * * Parse cookies after initializing request variablesmichael2010-08-061-0/+1
| * * Switch off debug definemichael2010-08-061-1/+1
| * * Correct check for Session in checksession, and do not create same session c...michael2010-08-061-5/+9
| * * Null values should be sent as NULL in jsonmichael2010-08-061-0/+3
| * * Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp,...sergei2010-08-062-49/+59
| * - xmlread.pp, removed redundant 'var' modifiers from TStream arguments of les...sergei2010-08-061-8/+8
| * - removed overseen overleft from iso goto implementation experimentsflorian2010-08-061-42/+0
| * * fix for mantis 17083, change funcdesc field to ptr to array of hresultmarco2010-08-061-1/+3
| * * Support for design-time parametersmichael2010-08-051-0/+26
| * * disable reg. vars in subroutines with interprocedural used labelsflorian2010-08-053-1/+7
| * * renamed pi_has_goto into pi_has_label because the problematic thing is if a...florian2010-08-056-12/+14
| * + initial implementation of iso style gotos in iso modeflorian2010-08-0531-259/+401
| * + tests for iso like gotoflorian2010-08-054-0/+87