summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Build databases support for Android.targetandroidyury2013-01-242-6/+6
* * again made less complex for arm and sparc so it compiles there too without ...yury2013-01-241-1/+1
* * Disabled the test for Android.yury2013-01-241-1/+1
* * Disabled the test for Android.yury2013-01-241-1/+1
* * Allow passing of double quoted paths in TEST_OPT.yury2013-01-242-2/+2
* * Fixed building of packages when cross-testing. Pass CROSSOPT to build packa...yury2013-01-242-8/+16
* * Sync with trunk r23500.yury2013-01-2391-880/+2015
|\
| * * fix testing for empty HOME directory or HOME pointing to root on Unixhajny2013-01-221-7/+26
| * * fix for standalone '~' with HOME=/ on Unixhajny2013-01-221-1/+1
| * * Make statementtype public in TSQLQuerymichael2013-01-221-0/+1
| * * Changed two variables from Integer to Longint. Integer is 16 bits when comp...sergei2013-01-221-2/+2
| * + Win64 SEH: install a top-level exception handler around thread functions. T...sergei2013-01-212-13/+20
| * * Don't crash on a PLT-generating relocation to a local symbol (which should ...sergei2013-01-211-2/+5
| * * patch from Mantis #23647 Calls inherited destroy in destructor, resolves m...marco2013-01-211-0/+1
| * * Refactoring for better readabilitymichael2013-01-211-61/+51
| * * use global resolveID (better result)michael2013-01-211-52/+32
| * * Speed up read/write content filemichael2013-01-211-14/+27
| * * Add context info to unresolved links, for better error infomichael2013-01-211-55/+66
| * mechanism to resolve members in ancestorsmichael2013-01-211-0/+83
| * * Set read buffer size to 4K (speeds up)michael2013-01-211-0/+3
| * * Allow to set the write buffer size (enlarged to 4k)michael2013-01-211-4/+4
| * compiler: remove unused variables and unneeded assignmentspaul2013-01-2114-32/+14
| * Revert the changes from r23383 for m68k/n68kadd.pas. Memo to self: Don't chan...svenbarth2013-01-201-8/+8
| * m68k/cpupara.pas, tm68kparamanager.getintparaloc:svenbarth2013-01-201-0/+1
| * * refactored Bl2B condition code to make it more readableflorian2013-01-201-13/+5
| * + option -Wx to generate thumb interworking safe code on armflorian2013-01-206-17/+33
| * * take care of instruction in between when doing ShiftShiftShift2ShiftShift o...florian2013-01-201-17/+22
| * * make AndAnd2And working with other instructions in betweenflorian2013-01-201-10/+24
| * * refactored some code and introduced usage of new method RegEndOfLifeflorian2013-01-201-7/+15
| * * if cs_opt_level3 is not set, limit lookahead of GetNextInstructionUsingReg ...florian2013-01-201-2/+2
| * + AndLslXsr2And and AndLsl2Lsl optimizationflorian2013-01-201-1/+67
| * * improve ShiftShiftShift2ShiftShift to look further aheadflorian2013-01-201-14/+31
| * * remove bic instructions after lsr if possibleflorian2013-01-201-25/+41
| * * Notification should be protectedmichael2013-01-201-1/+1
| * Fix for Mantis #23700 .svenbarth2013-01-201-0/+1
| * * Added generic tree from Mario Ray Mahardhika (bug ID 33654)michael2013-01-203-0/+190
| * * throw an error if threadvars are used but not supportedflorian2013-01-193-4/+13
| * Fix -Cp option failure due to cputypestr array that must be uppercasedpierre2013-01-182-10/+11
| * * Corrected statements for tables and system tablesmichael2013-01-181-2/+5
| * Try to convert dllprt0.as code to PICpierre2013-01-181-1/+125
| * Regenerated after: Use -KPIC option for dllprt0.as for mips/mipselpierre2013-01-181-100/+4
| * Use -KPIC option for dllprt0.as for mips/mipselpierre2013-01-181-1/+4
| * * Enable property setter by defaultmichael2013-01-181-3/+23
| * * Added possibility to force use of setter/getter for properties.michael2013-01-181-8/+33
| * compiler: also don't allow record constructors with only default argumentspaul2013-01-184-2/+61
| * compiler: calculate offset of record fields in taddrnode also for bitpacked s...paul2013-01-182-3/+12
| * compiler: don't allow parameterless constructorspaul2013-01-189-300/+372
| * rtl/m68k/m68k.inc:svenbarth2013-01-171-2/+2
| * rtl/m68k/m68k.inc:svenbarth2013-01-171-3/+8
| * * re-enabled loadvmtaddrnode for records on JVM targets, fixesjonas2013-01-171-19/+29