summaryrefslogtreecommitdiff
path: root/compiler/x86_64/nx64flw.pas
Commit message (Expand)AuthorAgeFilesLines
* * Generate exception filters data on i386-win32 and x86_64-win64 without usin...sergei2015-01-201-5/+3
* - Removed Win64 SEH code specific to results of managed types returned in reg...sergei2014-03-161-10/+1
* * changed uses of "exit" in constructors to if/then constructs, tojonas2014-02-021-36/+38
* * Changed function create_pd into method of ttryfinallynode, so it can be reu...sergei2013-12-121-46/+2
* * the win64 exception handling code messes with asm nodes, so mark the helper...florian2013-12-011-0/+4
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+4
* * Win64 SEH: when creating a finalization procedure, put its def into the sam...sergei2013-11-131-1/+10
* * specify AT_DATA in all references to the tobjectdef.vmt_mangledname symbol.nickysn2013-10-151-1/+1
* * Win64 SEH: Fixed handling control flow statements also in 'except' and 'on'...sergei2013-05-011-5/+14
* * Win64 exception handling: don't reset fc_unwind control flow flag at the be...sergei2013-04-301-1/+1
* * properly fix raise node handling on x86-64 after r24288florian2013-04-261-5/+13
* * Do not create SEH finalization procedures in generic methods, their similar...sergei2013-01-251-1/+13
* + Platform-specific exception support for x86_64-win64. Enable by cycling wit...sergei2012-01-161-0/+559