summaryrefslogtreecommitdiff
path: root/compiler/cfidwarf.pas
Commit message (Expand)AuthorAgeFilesLines
* * don't generate high-level CFI statements when the selected assemblerjonas2021-04-081-0/+14
* * RiscV: basic CFI stuff fixedflorian2021-03-101-0/+7
* + generate initial cfi for aarch64florian2021-02-171-2/+7
* + (safe) heuristics to use DW_CFA_advance_loc1 in CFIflorian2021-02-161-1/+30
* * generate advance_loc records only if there was code/data since the last a...florian2021-02-151-0/+17
* * initial implementation of CFI support for arm (non-thumb)florian2021-02-151-16/+3
* * arm thumb: generate proper cfiflorian2021-02-141-0/+20
* * the size of the CIE_pointer in an FDE is always 32 bitflorian2021-02-031-1/+2
* * generate CFI data only if we're either using it for exception handling or i...svenbarth2020-05-101-11/+40
* * AVR: fixed TDwarfAsmCFILowLevel.generate_initial_instructionsflorian2020-01-191-2/+12
* * some runtime errors fixed, if compiled with -CrRflorian2019-07-211-1/+1
* * fix writing of augmentation sizeflorian2019-06-201-1/+1
* * synchronised with trunk till r42049jonas2019-05-121-2/+0
|\
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-2/+0
* | + support for generating Dwarf CFI using .cfi_* directivesjonas2019-03-031-19/+140
* | * get rid of current_asmdata.AsmCFI as TDwarfAsmCFI castsflorian2019-03-031-4/+8
* | * adapt identifiert nameflorian2019-02-111-1/+1
* | + initial implementation of dwarf/eh_frame based exception handling for i386-...florian2019-02-101-63/+151
|/
* * fix error in cfidwarf rev 16062 for non-windows systemspierre2010-09-301-2/+4
* * ogcoff.pas: Add support for RELOC_SECREL32.pierre2010-09-291-3/+3
* * Replaced all user defined warnings by TODO comments to reduce compiler noise.yury2008-07-231-1/+1
* * use dwarf_reg()peter2006-03-261-14/+1
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-0/+440