summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * * do not apply the (a and b) or (c and not(b)) into c xor ((c xor a) and b)...florian2021-03-062-31/+120
| * * do not generate mul instructions if the mul extension is not availableflorian2021-03-062-3/+46
| * Add new make rule named full_targetspierre2021-03-062-3/+9
| * + new RiscV32 SUBARCH rv32iflorian2021-03-052-2/+12
| * * patch by J. Gareth Moreton: take care of -Os for SubMov2*, part of #38579florian2021-03-041-3/+10
| * * Patch from Lacak. Better fix for mantis 30853marco2021-03-041-11/+11
| * Fix for bug report 38549 about wrong code generationpierre2021-03-037-22/+300
| * * patch by J. Gareth Moreton: SubMov2LeaSub optimisation improvement, resol...florian2021-03-021-6/+20
| * * Add constants found in newer kernelsmichael2021-03-021-23/+128
| * fcl-passrc: fixed spacesmattias2021-03-021-1/+1
| * * fix casing of "VAr", no code changessvenbarth2021-03-021-1/+1
| * fcl-passrc: useanalyzer: fixed marking nested typemattias2021-03-013-7/+46
| * fcl-passrc: fixed debuggingmattias2021-03-011-1/+1
| * pastojs: fixed IsTGUIDmattias2021-03-011-10/+12
| * fcl-passrc: fixed IsTGUIDmattias2021-03-011-9/+12
| * * patch by J. Gareth Moreton: MOV/SHR reference optimisation, resolves #38560florian2021-03-011-0/+49
| * * fix spilling of (v)min/max/s/ps/d operationsflorian2021-03-011-1/+17
| * * do not omit location_force_reg on second operand of sar/ro* ifflorian2021-03-011-1/+2
* | * synchronized with trunknickysn2021-03-0180-425/+3103
|\ \ | |/
| * * sar*/ro* do not call location_force_reg if not neededflorian2021-02-281-5/+9
| * * write execution time more preciselyflorian2021-02-281-2/+2
| * pastojs: fixed calling Instance.StaticMethodmattias2021-02-283-32/+51
| * + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b)florian2021-02-283-0/+106
| * + apply excess precision also to unary minus nodesflorian2021-02-282-4/+16
| * * align shortname to previous releaseshajny2021-02-281-1/+1
| * * make shortname really shorthajny2021-02-281-1/+1
| * * package tplylib added, corrections for more than 31 items on a tabhajny2021-02-281-8/+14
| * * fix LLVM after r48828florian2021-02-276-25/+26
| * * support Objective-C classes and protocols with -gw3 (mantis #36250)jonas2021-02-272-0/+21
| * * the new constant string arraydefs are also implicit pointers types for JVMjonas2021-02-272-1/+11
| * * fixed JVM stack height calculation after calls returning anjonas2021-02-271-0/+4
| * * for setjmp based exception handling, get the type of the exception reason...florian2021-02-274-20/+27
| * Extend list of CPUs defining slowcpu conditional in tmt1 and tw8177 sourcespierre2021-02-262-6/+3
| * * use SizeInt for counters in math unit, all non-32 bit targets should bene...florian2021-02-261-27/+27
| * Do not add libgcc directory to library directories with -Fl option if -Xd op...pierre2021-02-261-2/+3
| * m68k-linux: revert maxCrecordalign to 2, as an experiment to fix some linking...karoly2021-02-261-1/+1
| * + SETcc/Mov -> SETcc optimizationflorian2021-02-251-57/+73
| * * applied patch by Pierre to fix make cycle -Crflorian2021-02-241-1/+4
| * Amiga, AROS, MorphOS: Prevent crash when access socket without TCP/IP Stack r...marcus2021-02-244-20/+85
| * + added b.cc/b.cs support to AArch64 assembler reader (mantis #38485)jonas2021-02-241-1/+10
| * Patch by Gareth Moretonpierre2021-02-241-4/+26
| * * Remove obsolete -OG2p3 option for extcyclepierre2021-02-242-2/+7
| * Add wposuffix to keep different logs for each pass when passes is > 1pierre2021-02-241-4/+8
| * m68k: adjusted some max alignment values for m68k-linux based on i386-linux, ...karoly2021-02-241-6/+6
| * m68k: removed some helper function which was added, but in the end it never s...karoly2021-02-241-9/+0
| * Fix tw28713 for big endian CPUspierre2021-02-231-0/+7
| * * fix compilation for CPUs without thumbflorian2021-02-231-1/+7
| * pastojs: anonymous vartypemattias2021-02-234-91/+179
| * Apply patch proposed by J. Gareth Moreton in bug report #0038527pierre2021-02-222-53/+165
| * * correctly allocate edx for mulx, resolves #38533florian2021-02-221-1/+1