summaryrefslogtreecommitdiff
path: root/compiler/psabiehpi.pas
Commit message (Expand)AuthorAgeFilesLines
* * fix LLVM after r48828florian2021-02-271-1/+3
* * Removed/ifdefed the assigned and unused variables.yury2021-01-241-0/+4
* * Commented out the unneeded/unfinished code.yury2021-01-241-3/+7
* * Removed lot of unused local vars. It is useful to turn on the notes in opti...yury2020-01-281-8/+2
* * renamed getintparaloc to getcgtempparalocjonas2019-12-241-2/+2
* + support for arm attributesflorian2019-10-091-1/+1
* * write correct s/uleb typesflorian2019-06-201-4/+4
* * place exception handling code in the correct asmlistjonas2019-06-081-2/+2
* * fixed compilation for CPU16BITADDRjonas2019-05-251-1/+1
* * get rid of current_asmdata.AsmCFI as TDwarfAsmCFI castsflorian2019-03-031-10/+12
* + 64 bit supportflorian2019-03-021-2/+8
* * moved tcgexceptionstatehandler to a new cgexcept unitjonas2019-02-271-3/+2
* * tpsabiehprocinfo.setup_eh must check if really psabieh exception handling s...florian2019-02-271-29/+32
* + initial native x86-64 supportflorian2019-02-261-3/+5
* * get rid of fpc_Resumeflorian2019-02-251-2/+2
* - removed cdecl from FPC_psabi_begin_catchflorian2019-02-251-7/+2
* * reduce number of (redundant) landing padsflorian2019-02-251-12/+31
* * cleanup stack on i386 after call to fpc_psabi_begin_catchflorian2019-02-241-1/+11
* * if a subroutine has an lsda record, the actions have to cover all codeflorian2019-02-241-26/+86
* * fixed tpsabiehexceptionstatehandler.handle_reraiseflorian2019-02-211-3/+23
* * some safecall issues fixedflorian2019-02-201-1/+6
* * few fixes to psabieh, mainly related to nested exception handlingflorian2019-02-191-0/+7
* + comment explaining previous changeflorian2019-02-181-0/+2
* * resume needs to be surrounded by an empty landing padflorian2019-02-181-2/+14
* * refactored psabieh handling, most code is now in psabiehpiflorian2019-02-171-0/+669