summaryrefslogtreecommitdiff
path: root/compiler/aarch64/racpugas.pas
Commit message (Expand)AuthorAgeFilesLines
* + added b.cc/b.cs support to AArch64 assembler reader (mantis #38485)jonas2021-02-241-1/+10
* * AArch64: added SIMD instructions (only plain ARMv8-A for now)jonas2020-10-151-12/+176
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * make local variables in assembler blocks working again after r44933florian2020-06-201-1/+1
* * fix several double ;florian2020-05-241-1/+1
* + implement compiler support for SEH on Win64svenbarth2020-04-211-1/+226
* * when building a reference with an identifier, initialize the operand so tha...svenbarth2020-04-211-1/+4
* * fix for "ldr label" support in AArch64 assembler reader (r42988)jonas2019-09-151-2/+0
* * Aarch64 asm reader: explicitely set the refaddr for local labelssvenbarth2019-09-131-0/+2
* * Aarch64 asm reader: LDR instruction allows labels as wellsvenbarth2019-09-131-1/+2
* + AArch64: FoldShiftProcess optimizationflorian2019-09-051-1/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+2
* * fixed aarch64 shifterop parsing in inline assemblyjonas2019-03-091-3/+6
* * Removed unused local vars.yury2018-11-021-1/+0
* * factored out check to determine whether a variable can be subscripted injonas2018-01-011-7/+2
* * only take into account the location of the parameter at the callee side tojonas2017-05-211-3/+5
* * fixed check to determine whether a record parameter can be subscriptedjonas2017-04-261-3/+4
* * reverted r35424, wasn't ready for commit yetjonas2017-02-111-3/+2
* * fixed check to determine whether a record parameter can be subscriptedjonas2017-02-111-2/+3
* * MaybeRecordOffset: initialise "mangledname" variablejonas2016-11-091-0/+1
* - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():jonas2016-08-051-1/+1
* * removed -Oodfa warningsjonas2015-02-231-0/+2
* + support for @page and @pageoffs addressing on AArch64: these are PICjonas2015-02-231-0/+9
* + Aarch64 assembler readerjonas2015-02-231-0/+1042